summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGusted2022-06-201-0/+10
|
* fix delete pull head ref for DeleteIssue (#20032)a10121127962022-06-191-0/+3
| | | | | | | | | | | | | * fix delete pull head ref for DeleteIssue fix #19655 Signed-off-by: a1012112796 <1012112796@qq.com> * add different help message for delete pull request Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: 6543 <6543@obermui.de>
* [skip ci] Updated translations via Crowdinzeripath2022-06-182-0/+300
|
* [skip ci] Updated translations via Crowdinzeripath2022-06-181-0/+153
|
* [skip ci] Updated translations via Crowdinzeripath2022-06-181-0/+1
|
* [skip ci] Updated translations via Crowdinzeripath2022-06-181-0/+51
|
* [skip ci] Updated translations via Crowdinwxiaoguang2022-06-161-73/+86
|
* [skip ci] Updated translations via CrowdinGusted2022-06-161-2/+86
|
* [skip ci] Updated translations via Crowdina10121127962022-06-161-1/+10
|
* [skip ci] Updated translations via CrowdinGusted2022-06-151-0/+220
|
* [skip ci] Updated translations via Crowdinsinguliere2022-06-151-0/+1
|
* [skip ci] Updated translations via Crowdinsinguliere2022-06-1428-136/+2
|
* [skip ci] Updated translations via CrowdinLunny Xiao2022-06-1328-70/+143
|
* Prettify number of issues (#17760)Gusted2022-06-121-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prettify number of issues - Use the PrettyNumber function to add commas in large amount of issues. * Use client-side formatting * prettify on both server and client * remove unused i18n entries * handle more cases, support other int types in PrettyNumber * specify locale to avoid issues with node default locale * remove superfluos argument * introduce template helper, octicon tweaks, js refactor * Update modules/templates/helper.go * Apply some suggestions. * Add comment * Update templates/user/dashboard/issues.tmpl Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Unify repo settings & show better error (#19828)Gusted2022-06-121-1/+1
| | | | * Unify context data * Actually show invalid url in error
* [skip ci] Updated translations via Crowdinxkcdstickfigure2022-06-124-0/+27
|
* Auto merge pull requests when all checks succeeded via WebUI (#19648)65432022-06-111-16/+13
| | | | | | | | Add WebUI part of Auto merge feature close #19621 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: delvh <dev.lh@web.de>
* [skip ci] Updated translations via Crowdinsilverwind2022-06-1128-2/+45
|
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement custom regular expression for external issue tracking. Signed-off-by: Alexander Beyn <malex@fatelectrons.org> * Fix syntax/style * Update repo.go * Set metas['regexp'] * gofmt * fix some tests * fix more tests * refactor frontend * use LRU cache for regexp * Update modules/markup/html_internal_test.go Co-authored-by: Alexander Beyn <malex@fatelectrons.org> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinRoger Luo2022-06-1024-24/+3
|
* Feature: Find files in repo (#15028)Roger Luo2022-06-091-0/+3
| | | | | | | | | | | | | | | | * Create finding files page ui in repo page * Get tree entries for find repo files. * Move find files JS to individual file. * gen swagger. * Add enry.IsVendor to exclude entries Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* [skip ci] Updated translations via CrowdinLauris BH2022-06-0923-23/+2
|
* Improve wording on delete access token modal (#19909)André Jaenisch2022-06-071-1/+3
| | | | | | | | This PR highlights the nature of the destructive action. It also rewords the action buttons to remove ambiguity. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de> Co-authored-by: Lauris BH <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGusted2022-06-081-0/+1
|
* Ensure minimum mirror interval is reported on settings page (#19895)zeripath2022-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Ensure minimum mirror interval is reported on settings page Expecting users to guess the minimum mirror interval appears a little unkind. In this PR we simply change the locale string to include the minimum interval. This will of course be affected by our current localization framework but... we can fix that else where. This PR also includes some fixes for error handling on the settings page as previously the mirror block amongst others would simply disappear on error. Fix #3737 Signed-off-by: Andrew Thornton <art27@cantab.net> * Update options/locale/locale_en-US.ini Co-authored-by: Gusted <williamzijl7@hotmail.com> * placate lint Signed-off-by: Andrew Thornton <art27@cantab.net> * Update options/locale/locale_en-US.ini Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [skip ci] Updated translations via Crowdinwxiaoguang2022-06-072-0/+2
|
* [skip ci] Updated translations via CrowdinWim2022-06-0620-20/+0
|
* Add alt text to logo (#19892)André Jaenisch2022-06-051-0/+1
| | | | | | | | | | | | | | | The recommended way is to use the name of the organisation followed by "logo". however, since this is my first contribution, I am not entirely sure, whether this is the best approach here. The organisation is different from the organisation you can create as part of the application. Instead, it is more related to the site hosting the instance. Plus, I don't know how to best handle it when the logo image is swapped out. Therefore, I use plain "Logo" and hope that the person visiting the site has enough context. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Disable unnecessary mirroring elements (#18527)Paweł Bogusławski2022-06-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disable unnecessary mirroring elements This mod fixes disabling unnecessary mirroring elements. Related: https://github.com/go-gitea/gitea/pull/16957 Related: https://github.com/go-gitea/gitea/pull/13084 Author-Change-Id: IB#1105104 * Checkbox rendering disabled instead of hiding it Fixes: 02b45051503d4330da9757ff084c9cc5e6e60d84 Related: https://github.com/go-gitea/gitea/pull/18527#pullrequestreview-878061913 Author-Change-Id: IB#1105104 * Update custom/conf/app.example.ini Co-authored-by: silverwind <me@silverwind.io> * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-authored-by: silverwind <me@silverwind.io> * Mirror filter removed only when whole mirroring feature is disabled Fixes: 02b45051503d4330da9757ff084c9cc5e6e60d84 Related: https://github.com/go-gitea/gitea/pull/18527#discussion_r883268890 Author-Change-Id: IB#1105104 Co-authored-by: silverwind <me@silverwind.io>
* [skip ci] Updated translations via Crowdinwxiaoguang2022-06-041-1/+13
|
* [skip ci] Updated translations via Crowdinzeripath2022-06-031-0/+12
|
* [skip ci] Updated translations via Crowdinzeripath2022-06-022-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-313-1/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-301-9/+9
|
* Fix i18n for Link Account button, re-format tmpl (#19835)wxiaoguang2022-05-291-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-291-9/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-282-22/+196
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-241-2/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-2323-23/+4
|
* [skip ci] Updated licenses and gitignoresGiteaBot2022-05-222-1/+19
|
* Estimate Action Count in Statistics (#19775)zeripath2022-05-211-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-172-3/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-153-9/+57
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-132-1/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-121-14/+14
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-101-33/+36
|
* Add tooltip to pending PR comments (#19662)Jack Hay2022-05-091-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-0928-28/+21
|
* Admin should not delete himself (#19423)Lunny Xiao2022-05-081-0/+1
| | | | | | Admin should not be able to delete themselves. Also partially fix #15449
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-0/+1
|