aboutsummaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
...
* [skip ci] Updated translations via Crowdinzeripath2022-07-291-0/+1
|
* Fix i18n for email notifications (#20518)wxiaoguang2022-07-281-5/+1
|
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-0/+1
| | | | | | Sometimes users want to receive email notifications of messages they create or reply to, Added an option to personal preferences to allow users to choose Closes #20149
* Show hint to link package to repo when viewing empty repo package list (#20504)Norwin2022-07-271-0/+1
| | | | | | | * show hint to link package to repo on empty repo package listing * reword
* [skip ci] Updated translations via CrowdinTyrone Yeh2022-07-251-0/+1
|
* [skip ci] Updated translations via CrowdinGergely Nagy2022-07-231-2/+3
|
* [skip ci] Updated translations via Crowdinsilverwind2022-07-2121-21/+1
|
* [skip ci] Updated translations via Crowdin65432022-07-203-0/+15
|
* Fix modified due date message (#20388)Lucas Azevedo2022-07-191-1/+1
|
* [skip ci] Updated licenses and gitignoresCLanguagePurist2022-07-174-1/+54
|
* [skip ci] Updated translations via Crowdinwxiaoguang2022-07-161-0/+2
|
* [skip ci] Updated translations via Crowdin65432022-07-1517-17/+15
|
* Add option to purge users (#18064)zeripath2022-07-141-0/+2
| | | | | | | Add the ability to purge users when deleting them. Close #15588 Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via Crowdinzeripath2022-07-1419-19/+5
|
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-131-1/+2
| | | | | | * Fixes issue #19603 (Not able to merge commit in PR when branches content is same, but different commit id) * fill HeadCommitID in PullRequest * compare real commits ID as check for merging * based on @zeripath patch in #19738
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
| | | | | | | * Fix various typos Found via `codespell -q 3 -S ./options/locale,./options/license,./public/vendor -L actived,allways,attachements,ba,befores,commiter,pullrequest,pullrequests,readby,splitted,te,unknwon` Co-authored-by: zeripath <art27@cantab.net>
* Remove blue text on migrate page (#20273)silverwind2022-07-121-1/+1
| | | | | | | * Remove blue text on migrate page * remove Safe Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* [skip ci] Updated translations via Crowdinsilverwind2022-07-121-0/+3
|
* [skip ci] Updated translations via CrowdinGusted2022-07-111-0/+1
|
* [skip ci] Updated translations via CrowdinGusted2022-07-108-8/+4
|
* Use dedicated draft PR icon when possible (#20303)Gusted2022-07-091-0/+1
| | | | | | | | | | * Use dedicated draft PR icon when possible - Currently the generic pull-request icon is used for draft PR's. This patch changes that by using the dedicated icon for this. - Resolves #20296 * Use draft title
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-1/+2
| | | | | | | | | Support synchronizing with the push mirrors whenever new commits are pushed or synced from pull mirror. Related Issues: #18220 Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* [skip ci] Updated translations via Crowdinwxiaoguang2022-07-011-0/+7
|
* [skip ci] Updated translations via Crowdinwxiaoguang2022-06-301-0/+2
|
* [skip ci] Updated translations via Crowdinwxiaoguang2022-06-2912-14/+4
|
* [skip ci] Updated translations via CrowdinGusted2022-06-2812-0/+12
|
* Remove U2F support (#20141)Gusted2022-06-2613-13/+0
| | | | | | - Completely remove U2F support from 1.18.0, 1.17.0 will be the last release that U2F is somewhat supported. Users who used U2F would already be warned about using U2F for a while now and should hopefully already be migrated. But starting 1.18 definitely remove it.
* [skip ci] Updated translations via CrowdinLunny Xiao2022-06-231-0/+15
|
* [skip ci] Updated translations via CrowdinSteveTheEngineer2022-06-2128-0/+34
|
* [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>