summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-151-0/+32
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-142-7/+29
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-091-0/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-061-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-059-54/+0
|
* Multiple small admin dashboard fixes (#12153)zeripath2020-07-051-6/+6
| | | | | | | | | * Remove spurious spacing between Maintenance Operations and its table on dashboard * Prevent (EXTRA string) comments in Task headers * Redirect tasks started from monitor page back to monitor * Fix #12107 - redirects from process cancel should use AppSubUrl * When wrapping queues set the name correctly Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-021-0/+5
|
* Provide option to unlink a fork (#11858)zeripath2020-07-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | * Provide option to unlink a fork Fix #4566 Signed-off-by: Andrew Thornton <art27@cantab.net> * Apply suggestions from code review Co-authored-by: techknowlogick <matti@mdranta.net> * Add check that user can create repo Signed-off-by: Andrew Thornton <art27@cantab.net> * as per @cirnoT Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <matti@mdranta.net>
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-011-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-2717-54/+40
|
* Fix some periods and language usage in en-US locale (#12067)Linkjay2020-06-271-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-261-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-2426-0/+33
|
* Use label to describe repository type (#11891)Cirno the Strongest2020-06-221-0/+8
| | | | | | | | | | | | | | | | | | | * Use label instead of icon to describe repository type when repo avatar is set * header_icon is not longer duplicated; move out of separate template * handle archived case too * use everywhere * public template -> template * bring back separate icon in better form * definitely was overthinking this * 32 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-151-0/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-141-0/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-1232-25846/+141
|
* Add automatic JS license generation (#11810)silverwind2020-06-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add automatic JS license generation Removed librejs file and replaced it with a plaintext file that is built from all JS dependencies that are included in the webpack build. It does not cover the few remaining statically vendored files and fomantic is added manually because it's not yet in the webpack build process. Fixes: https://github.com/go-gitea/gitea/issues/11630 * fix lint * remove jslicense, we're not librejs compatible any more * remove license.txt test as it depens on absent files * small optimization * trailing comma * localize and capitalize the word 'licenses' * reduce text to just 'Licenses' Co-authored-by: Lauris BH <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-122-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-1132-0/+32
|
* Improve label edit buttons labels (#11841)silverwind2020-06-111-0/+1
| | | | | | | | | | | | | * Improve label edit buttons labels Previously when editing the buttons in the "Edit Label" modal were a strange "Update" and "No". Improved them to "Save" and "Cancel". Also fixed indentation in the template file, recommended to view changes with the "Hide whitespace changes" option enabled on GitHub. * remove unnecessary button icon Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-101-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-082-5/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-073-17/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-071-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-061-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-061-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-052-8/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-0532-3/+131
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-0532-32/+64
|
* Add hide activity option (#11353)l-jonas2020-06-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add hide activity option This closes https://github.com/go-gitea/gitea/issues/7927 * Adjust for linter * Adjust for linter * Add tests * Remove info that admins can view the activity * Adjust new tests for linter * Rename v139.go to v140.go * Rename v140.go to v141.go * properly indent * gofmt Co-authored-by: Jonas Lochmann <git@inkompetenz.org> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Add compare link to releases (#11752)John Olheiser2020-06-051-1/+2
| | | | | Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-051-2/+2
|
* European Portuguese translation (#11568)Emanuel Angelo2020-06-051-0/+1
| | | | This PR includes the modifications necessary to make use of the European Portuguese translation from the default setting.
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-031-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-0330-140/+25638
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-031-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-06-031-0/+2
|
* Fix styling for commiter on diff view (#11715)Cirno the Strongest2020-06-021-0/+1
| | | | | | | | | | | | | | | | | | | | * Fix styling for commiter on diff view * Update options/locale/locale_en-US.ini * Update templates/repo/commit_page.tmpl Co-authored-by: silverwind <me@silverwind.io> * Update templates/repo/commit_page.tmpl Co-authored-by: silverwind <me@silverwind.io> * Apply suggestions from code review Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Allow site admin to disable mirrors (#11740)John Olheiser2020-06-021-0/+1
| | | | | | | | | | | | | | | | | | | * Allow site admin to disable mirrors Signed-off-by: jolheiser <john.olheiser@gmail.com> * No need to run through Safe Signed-off-by: jolheiser <john.olheiser@gmail.com> * Clarify only disabling NEW mirrors Signed-off-by: jolheiser <john.olheiser@gmail.com> * Apply suggestions from @guillep2k Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-311-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-2924-24/+4
|
* translate: Change translate for admin.config.enable_captcha (#11657)赵智超2020-05-291-1/+1
| | | | | | | | | | | | | | * translate: Change translate for admin.config.enable_captcha add 'register' to make it more accurate Signed-off-by: a1012112796 <1012112796@qq.com> * Update options/locale/locale_en-US.ini Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-271-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-262-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-264-4/+1
|
* Make issues.force_push_codes message shorter (#11575)Cirno the Strongest2020-05-251-1/+1
| | | | | Also removes stray dot and whitespace. Trying to make base message shorter; I don't envy translators, the message can easily get multi-line in English, I'm sure that is even bigger problem in other languages.
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-241-9/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-221-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-211-1/+1
|