summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix errors in create org UI regarding team access permission. (#8506)David Svantesson2019-10-141-4/+5
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-145-27/+92
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-142-51/+74
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-136-43/+109
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-1/+1
* Check for either escaped or unescaped wiki filenames (#8408)Tekaoh2019-10-091-0/+12
* Allow users with explicit read access to give approvals (#8382)guillep2k2019-10-081-2/+2
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" (...Lunny Xiao2019-10-081-48/+92
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-081-92/+48
* add file line count info on UI (#8396)silverwind2019-10-071-0/+2
* Fix editor commit to new branch if PR disabled (#8375)guillep2k2019-10-051-3/+3
* Bugfix for image compare and minor improvements to image compare (#8289)Mario Lubenka2019-10-043-76/+50
* Fix a comment typo (#8358)Tekaoh2019-10-021-1/+1
* Change general form binding to gogs form (#8334)Aam Surganda2019-10-022-12/+9
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7...David Svantesson2019-10-021-28/+72
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-013-4/+9
* API endpoint for searching teams. (#8108)David Svantesson2019-10-012-2/+88
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-012-2/+2
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-302-2/+4
* Fix repo_admin_change_team_access always checked in org settings (#8319)David Svantesson2019-09-301-0/+1
* Fix API for edit and delete release attachment (#8285)David Svantesson2019-09-271-2/+6
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-273-9/+7
* Alwaywas return local url for users avatar (#8245)Sandro Santilli2019-09-262-0/+38
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-242-6/+8
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-249-15/+26
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-236-16/+299
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-201-3/+32
* Allow registration when button is hidden (#8237)guillep2k2019-09-191-1/+1
* Add 'Mentioning you' group to /issues page (#8201)jaqra2019-09-181-0/+2
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-183-0/+70
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-183-3/+6
* Remove legacy handling of drone token (#8191)techknowlogick2019-09-171-6/+0
* Adds side-by-side diff for images (#6784)Mario Lubenka2019-09-163-3/+98
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-152-6/+8
* Fix team user api (#8172)Lunny Xiao2019-09-151-0/+9
* Implement webhook branch filter (#7791)WGH2019-09-092-0/+3
* Add option to initialize repository with labels (#6061)John Olheiser2019-09-083-16/+11
* Add reviewrs as participants (#8121)guillep2k2019-09-071-11/+11
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-054-6/+10
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-037-59/+314
* Add change title notification for issues (#8061)guillep2k2019-09-021-0/+3
* Add Ability for User to Customize Email Notification Frequency (#7813)Gary Kim2019-08-291-0/+22
* Move line number to :before attr to hide from search on browser (#8002)jaqra2019-08-281-1/+1
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-262-14/+0
* Fix adding default Telegram webhook (#7972)Gary Kim2019-08-261-0/+2
* Adds details about what tags can use the Git tags API (#7989)Richard Mahn2019-08-261-2/+2
* API method to list all commits of a repository (#6408)Mike Schwörer2019-08-263-26/+221
* Run CORS handler first for /api routes (#7967)Tamal Saha2019-08-262-9/+8
* Include description in repository search. (#7942)David Svantesson2019-08-254-57/+66
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-243-46/+39