aboutsummaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* Update issue_no_dependencies description (#19112)MeIchthys2022-03-231-2/+2
| | | | | | To be more consistent and concise we could change the issue_no_dependencies from: `This issue currently doesn't have any dependencies. ` to `No dependencies set.` like we do for the due date and others. Co-authored-by: delvh <dev.lh@web.de>
* [skip ci] Updated translations via CrowdinGiteaBot2022-03-231-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-03-214-0/+14
|
* [skip ci] Updated licenses and gitignoresGiteaBot2022-03-201-0/+6
|
* Do not send activation email if manual confirm is set (#19119)zeripath2022-03-181-0/+1
| | | | | | | | | | If the mailer is configured then even if Manual confirm is set an activation email is still being sent because `handleUserCreated` is not checking for this case. Fix #17263 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2022-03-171-32/+32
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-03-142-37/+53
|
* [skip ci] Updated licenses and gitignoresGiteaBot2022-03-131-0/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-03-122-0/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-03-102-0/+3
|
* Add button for issue deletion (#19032)Otto Richter (fnetX)2022-03-091-0/+3
| | | | Co-authored-by: Norwin <noerw@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>
* Feature: show issue assignee on project board (#15232)Roger Luo2022-03-091-0/+1
| | | | * Show assignees in project boards.
* [skip ci] Updated translations via CrowdinGiteaBot2022-03-071-0/+1
|
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+1
|
* [skip ci] Updated licenses and gitignoresGiteaBot2022-02-271-0/+58
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-251-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-211-3/+1
|
* [skip ci] Updated licenses and gitignoresGiteaBot2022-02-2011-191/+685
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-182-0/+28
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-161-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-151-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-142-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-1317-34/+4
|
* Add number in queue status to monitor page (#18712)zeripath2022-02-121-0/+1
| | | | | | | | | Add number in queue status to the monitor page so that administrators can assess how much work is left to be done in the queues. Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-124-18/+66
|
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-2/+4
| | | | | | | | | | * Add setting for a JSON that maps LDAP groups to Org Teams. * Add log when removing or adding team members. * Sync is being run on login and periodically. * Existing group filter settings are reused. * Adding and removing team members. * Sync not existing LDAP group. * Login with broken group map JSON.
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-1127-0/+101
|
* Fix bug for version update hint (#18701)Lunny Xiao2022-02-101-0/+1
| | | Co-authored-by: silverwind <me@silverwind.io>
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-102-0/+2
|
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-0/+19
| | | | | | | | | | | | | | | This code adds a simple endpoint to apply patches to repositories and branches on gitea. This is then used along with the conflicting checking code in #18004 to provide a basic implementation of cherry-pick revert. Now because the buttons necessary for cherry-pick and revert have required us to create a dropdown next to the Browse Source button I've also implemented Create Branch and Create Tag operations. Fix #3880 Fix #17986 Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-091-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-081-6/+6
|
* Fix the missing i18n key for update checker (#18646)wxiaoguang2022-02-071-0/+1
|
* [skip ci] Updated licenses and gitignoresGiteaBot2022-02-064-3/+19
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-041-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-021-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-013-3/+88
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-312-2/+19
|
* [skip ci] Updated licenses and gitignoresGiteaBot2022-01-302-1/+94
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-292-14/+38
|
* Fix typo (#18436)Gusted2022-01-281-1/+1
| | | | | | As title Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-281-1/+1
|
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-0/+4
| | | | | | * Handle keyword search error when issue indexer service is not available * Implement automatic disabling and resume of code indexer queue
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-271-0/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-2623-169/+53
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-252-0/+8
|
* Refactor webhooks i18n (#18380)wxiaoguang2022-01-241-9/+14
|
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-243-11/+66
|
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-231-0/+4
| | | | Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-232-22/+42
|