summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-201-0/+23
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-201-1/+70
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-203-0/+54
|
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add push commits history comment on PR time-line * Add notify by email and ui of this comment type also Signed-off-by: a1012112796 <1012112796@qq.com> * Add migrations for IsForcePush * fix wrong force-push judgement * Apply suggestions from code review * Remove commit number check * add own notify fun * fix some typo Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> * fix lint * fix style again, I forgot something before * Change email notify way * fix api * add number check if It's force-push * Add repo commit link fuction remove unnecessary check skip show push commits comment which not have commits alive * Update issue_comment.go * Apply suggestions from code review Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Apply suggestions from code review * fix ui view Co-authored-by: silverwind <me@silverwind.io> * fix height * remove unnecessary style define * simplify GetBranchName * Apply suggestions from code review * save commit ids and isForce push by json * simplify GetBranchName * fix bug Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: mrsdizzie <info@mrsdizzie.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: silverwind <me@silverwind.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-191-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-1719-19/+0
|
* Fix "Unknown task: git_fsck" error on admin dashboard (#11468)65432020-05-171-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-172-2/+36
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-176-5/+456
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-173-0/+176
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-177-25/+1110
|
* Fix translation to be compatible with crowdin (#11453)Lauris BH2020-05-171-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-1723-208/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-161-0/+11
|
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor Cron and merge dashboard tasks * Merge Cron and Dashboard tasks * Make every cron task report a system notice on completion * Refactor the creation of these tasks * Ensure that execution counts of tasks is correct * Allow cron tasks to be started from the cron page * golangci-lint fixes * Enforce that only one task with the same name can be registered Signed-off-by: Andrew Thornton <art27@cantab.net> * fix name check Signed-off-by: Andrew Thornton <art27@cantab.net> * as per @guillep2k * as per @lafriks Signed-off-by: Andrew Thornton <art27@cantab.net> * Add git.CommandContext variants Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-1626-35/+3521
|
* Add paging and archive/private repository filtering to dashboard list (#11321)zeripath2020-05-161-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add archived options to SearchRepository Signed-off-by: Andrew Thornton <art27@cantab.net> * Add only-private search Signed-off-by: Andrew Thornton <art27@cantab.net> * Add filter options and paging to dashboard repository page Signed-off-by: Andrew Thornton <art27@cantab.net> * swagger generate Signed-off-by: Andrew Thornton <art27@cantab.net> * fix-swagger-again Signed-off-by: Andrew Thornton <art27@cantab.net> * as per @mrsdizzie also remember state Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-141-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-141-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-1315-17/+1
|
* Change install description (#11395)John Olheiser2020-05-131-1/+1
| | | | | | Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-131-0/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-112-9/+97
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-05-111-12/+25
|