aboutsummaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-102-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-08-061-0/+2
|
* Render the git graph on the server (#12333)zeripath2020-08-061-0/+2
| | | | | | | | | | | | | Rendering the git graph on the server means that we can properly track flows and switch from the Canvas implementation to a SVG implementation. * This implementation provides a 16 limited color selection * The uniqued color numbers are also provided * And there is also a monochrome version *In addition is a hover highlight that allows users to highlight commits on the same flow. Closes #12209 Signed-off-by: Andrew Thornton art27@cantab.net Co-authored-by: silverwind <me@silverwind.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-312-4/+43
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-302-0/+2
|
* Add action feed for new release (#12324)赵智超2020-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add action feed for new release Signed-off-by: a1012112796 <1012112796@qq.com> * fix lint * Apply suggestions from code review * Add ReleaseID to the action table * Remove error message * Fold the attachments download list * remove attchment download list * simplify code * fix create release from existing tag * simplify ui * translation change * fix test Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-261-0/+40
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-211-0/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-07-191-10/+10
|
* [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
|