- 16 Apr, 2021 1 commit
-
-
techknowlogick authored
* add well-known config for OIDC * spacing per feedback * Update oidc_wellknown.tmpl * add id_token * Update oidc_wellknown.tmpl Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com>
-
- 11 Apr, 2021 1 commit
-
-
silverwind authored
* Enforce tab indendation in templates This adds editorconfig-checker [1] to lint the template files so they conform the editorconfig files. I fixed all current identation issues using the fix mode of eclint [2] and some manual corrections. We can extend this linting to other files later, for now I'd like this PR to focus on HTML template files only. [1] https://github.com/editorconfig-checker/editorconfig-checker [2] https://github.com/jedmao/eclint * fix indendation Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 28 Nov, 2020 2 commits
-
-
silverwind authored
These whitespaces introduced in #13698 seem to break my editorconfig plugin in sublime text resulting in tab-indented files getting converted to spaces on save. Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
6543 authored
* align "make help" * format * untouch build/generate-svg.js * untouch .eslintrc * combine editorconfig's * rm editorconfig Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 25 Aug, 2020 1 commit
-
-
silverwind authored
Reindent and unify codebase to 2-space indentation.
-
- 23 Aug, 2020 1 commit
-
-
silverwind authored
Make it easier to edit deeply nested code. I plan to convert Less to 2-space so that we have standardized indentation width in the codebase. Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 28 Jun, 2020 1 commit
-
-
Cirno the Strongest authored
* Use custom SVGs for commit signing lock icon * missing spans * editorconfig * xmlns and remove aria-hidden Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 17 May, 2020 1 commit
-
-
silverwind authored
* Change tab width for .go files to 4 I thing 8-wide tabs are kind of archaic and inconsisten with template files which already use 4-wide. Also did some misc cleanups in the .editorconfig files. * add css Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 28 Jan, 2020 1 commit
-
-
silverwind authored
- added new 'make webpack' target - deprecated 'make js' and 'make css' - extend webpack config to load the less files - updated docs I had to rename the source file of `arc-green.less` to avoid generating a useless JS entrypoint via webpack-fix-style-only-entries which would not work with different source/destination filenames. I hear that there should be cleaner solutions possible once we upgrade to Webpack 5. Co-authored-by:
zeripath <art27@cantab.net>
-
- 05 Dec, 2019 1 commit
-
-
silverwind authored
This will ensure our repo is always checked out with LF line endings which should help Windows users who have line ending normalization enabled. Additionally, added the LF preference to .editorconfig.
-
- 14 Nov, 2019 1 commit
-
-
silverwind authored
* modernize js and use babel - add babel toolchain to transform modern JS to ES5 - extend eslint config for modern rules - fixes linting issues via `eslint --fix` and manual fixes * run 'make css' to satisfy CI * code style tweaks and set js indendation to 2 in .editorconfig * regenerate js
-
- 11 Feb, 2019 1 commit
-
-
silverwind authored
* Add autoprefixer to css build * also use autoprefixer on theme files
-
- 05 Feb, 2019 1 commit
-
-
silverwind authored
* UI: Repo header tweaks - Use basic buttons on the header buttons, matching gogs - Make 'Manage topic' text smaller, remove margin-left with no topics present - Move various inline styles to CSS - Use flexbox on header title and buttons * fix indentation * reverse media query wrapping * fix inconsisten whitespace
-
- 15 Jun, 2017 1 commit
-
-
Bo-Yi Wu authored
* switch gitter to discord for drone. Signed-off-by:
Bo-Yi Wu <appleboy.tw@gmail.com> * add event Signed-off-by:
Bo-Yi Wu <appleboy.tw@gmail.com> * only notify build fail message. Signed-off-by:
Bo-Yi Wu <appleboy.tw@gmail.com>
-
- 28 Nov, 2016 1 commit
-
-
Thomas Boerger authored
-
- 14 Nov, 2016 1 commit
-
-
Andrey Nering authored
That is annoying on Windows, since the editor will change the file if you just open it. Git will checking as LF anyway.
-
- 08 Nov, 2016 1 commit
-
-
Matthias Loibl authored
We are using gofmt to format our code. This will emit tabs. The standard is tabs which is 8 spaces.
-
- 05 Nov, 2016 2 commits
-
-
Sandro Santilli authored
-
Sandro Santilli authored
-
- 30 Aug, 2016 2 commits
-
-
Unknwon authored
- Refactor code to use sync.UniqueQueue - Closes #3509
-
Andrey Nering authored
[CI SKIP]
-
- 14 Mar, 2015 1 commit
-
-
James Cracknell authored
-