summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Document possibility to limit API Repo search to topics only. (#7957)David Svantesson2019-08-231-0/+4
* Use gitea forked macaron (#7933)Tamal Saha2019-08-2363-103/+75
* Extract the username and password from the mirror url (#7651)zeripath2019-08-161-0/+4
* Detect delimiter in CSV rendering (#7869)Norwin2019-08-161-2/+4
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-1515-46/+52
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-153-8/+8
* fix non existent milestone with 500 error (#7867)Lanre Adelowo2019-08-141-0/+5
* move CreateReview to moduels/pull (#7841)Lunny Xiao2019-08-141-1/+3
* Attempt to fix hook problem (#7854)zeripath2019-08-141-5/+14
* Enable switching to a different source branch when PR already exists (#7819)Mario Lubenka2019-08-111-7/+7
* Rewrite existing repo units if setting is not included in api body (#7763)David Svantesson2019-08-101-73/+86
* api: fix multiple bugs with statuses endpoints (#7785)Antoine GIRARD2019-08-092-10/+41
* Display error as string but not bytes (#7780)Lunny Xiao2019-08-071-1/+1
* add pagination for admin api get orgs and fix only list public orgs bug (#7742)Lunny Xiao2019-08-041-1/+12