summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-311-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-293-0/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-287-7/+1
|
* Fix "pulls.blocked_by_approvals" text (#5879)Lanre Adelowo2019-01-281-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-284-0/+89
|
* Fix wording of #5858 issue.review.reject string (#5869)zeripath2019-01-271-1/+1
| | | | | As per @lafriks comment this should be: requested changes Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-271-0/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-2711-20/+18
|
* Rename reject to 'request changes' (#5858)Lanre Adelowo2019-01-261-2/+2
| | | | | | * remame reject to 'request changes * make usee of requested changes in issue's view content
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-261-0/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-241-0/+27
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-241-0/+19
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-2329-0/+29
|
* Feature: Archive repos (#5009)kolaente2019-01-231-0/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-222-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-211-1/+4
|
* Disallow empty titles (#5785)Lanre Adelowo2019-01-211-0/+1
| | | | | | | | | | | | * add util method and tests * make sure the title of an issue cannot be empty * wiki title cannot be empty * pull request title cannot be empty * update to make use of the new util methof
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-211-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-191-0/+110
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-1917-17/+0
|
* Fix wording when user is unassigned from an issue (#5769)Lanre Adelowo2019-01-191-1/+2
| | | | Previous Gitea would display that the user had unassigned themselves even if the actor was not the user. Fixes #4418
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-191-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-181-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-1820-20/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-1820-20/+20
|
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-1721-21/+21
| | | | | | | | * Refactor repo.isBare to repo.isEmpty #5629 Signed-off-by: Andrew Thornton <art27@cantab.net> * Remove Sync call
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-151-3/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-143-0/+11
|
* Discord Oauth2 support (#4476)techknowlogick2019-01-131-0/+1
| | | | | | | | | | | | | | * add discord auth * add vendor for discord * fix syntax error * make fmt * update version of goth in use * update markbates/goth
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-123-1/+10
|
* allow user fork repo even when as a guest.. This will prompt the user to ↵Lanre Adelowo2019-01-101-0/+1
| | | | login and if authentication was successful, the user will be redirected to fork the repo (#5690)
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-113-2/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-091-0/+4
|
* Allow for user specific themes (#5668)Lanre Adelowo2019-01-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * add migration and basic UI for changing a user's theme * update user themem * use right text on button * load theme based on users' selection * load theme based on users' selection in pwa too * update sample config * delete older theme loading * implement AfterLoad to set users' theme properly * set up default theme when creating a user. This uses the installation wide theme * use flash messages for error * set default theme when creating a user from the cli * fix @lunny review
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-042-78/+1101
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-041-0/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-031-0/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-021-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-3110-11/+4
|
* Webhook for Pull Request approval/rejection (#5027)Lanre Adelowo2018-12-271-1/+1
|
* Add rebase with merge commit merge style (#3844) (#4052)Julian2018-12-271-0/+2
| | | Signed-off-by: Julian Tölle <julian.toelle97@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-261-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-241-0/+75
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-191-0/+7
|
* Update Licenses (#5558)zeripath2018-12-18349-7925/+48971
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-171-1/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-121-0/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-121-1/+7
|
* Approvals at Branch Protection (#5350)Jonas Franz2018-12-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | * Add branch protection for approvals Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add required approvals Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add missing comments and fmt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add type = approval and group by reviewer_id to review * Prevent users from adding negative review limits * Add migration for approval whitelists Signed-off-by: Jonas Franz <info@jonasfranz.software>
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-111-0/+6
|