aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Improve notification (#8835)Lunny Xiao2019-11-121-0/+19
* Template Repositories (#8768)John Olheiser2019-11-114-31/+103
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-102-0/+42
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-1024-353/+22
* Fix require external registration password (#8885)guillep2k2019-11-091-3/+3
* Fix password complexity check on registration (#8887)guillep2k2019-11-091-0/+5
* Allow to add and remove all repositories to/from team. (#8867)David Svantesson2019-11-091-0/+8
* Fix bug when migrate from API (#8631)Lunny Xiao2019-11-081-6/+47
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-082-8/+3
* Fix count for commit graph last page (#8843)jaqra2019-11-071-1/+7
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-063-17/+45
* Add additional periods to activity page (#8829)Lauris BH2019-11-051-0/+12
* Fix new user form for non-local users (#8826)Lauris BH2019-11-041-9/+11
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-033-12/+14
* Fix API deadline removal (#8759)David Svantesson2019-11-032-7/+21
* Add API for Issue set Subscription (#8729)65432019-11-022-0/+221
* Prevent upload (overwrite) of lfs locked file (#8769)David Svantesson2019-11-021-1/+5
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-023-6/+3
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-023-4/+1
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-014-6/+10
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-314-5/+143
* Move webhook codes from service to webhook notification (#8712)Lunny Xiao2019-10-302-14/+1
* Move issue change content from models to service (#8711)Lunny Xiao2019-10-301-1/+1
* Create PR on Current Repository by Default (#8670)Benno2019-10-301-0/+28
* Respect LFS File Lock on UI (#8719)Benno2019-10-292-6/+38
* Show zero lines on the line counter if the file empty (#8700)Lukas2019-10-291-0/+5
* Add basic repository lfs management (#7199)zeripath2019-10-282-0/+561
* Move issue notifications (#8713)Lunny Xiao2019-10-294-30/+4
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-283-14/+5
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-281-5/+2
* Fix deadline on update issue or PR via API (#8696)David Svantesson2019-10-282-16/+14
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-266-33/+23
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-255-17/+97
* Revert "API should follow RequireSignInView (#8654)" (#8675)Lunny Xiao2019-10-241-8/+1
* API should follow RequireSignInView (#8654)Lunny Xiao2019-10-241-1/+8
* Hide some user information via API if user have no enough permission (#8655)Lunny Xiao2019-10-241-4/+4
* Fix 500 when getting user as unauthenticated user (#8653)Monty Taylor2019-10-241-1/+1
* Use AppSubUrl for more redirections (#8647)zeripath2019-10-231-1/+1
* Make /users/{username}/repos list private repos the current user has access t...7FM2019-10-231-1/+1
* Improve OGP (#8637)John Olheiser2019-10-231-0/+4
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-213-1/+9
* Allows external rendering of other filetypes 2 (#8300)George Harvey2019-10-211-0/+14
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-192-3/+3
* Fix template error on account page (#8562)John Olheiser2019-10-191-1/+1
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-182-26/+24
* Fix review webhooks (#8570)John Olheiser2019-10-181-2/+2
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* don't ignore error message (#8550)Antoine GIRARD2019-10-171-1/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-163-8/+77
* Add missed close in ServeBlobLFS (#8527)zeripath2019-10-161-0/+5