summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* display as error (#7724)Lunny Xiao2019-08-031-1/+1
* org/members: display 2FA members states + optimize sql requests (#7621)Antoine GIRARD2019-08-021-2/+5
* improve branches list performance and fix protected branch icon when no-login...Lunny Xiao2019-08-011-4/+12
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-2711-23/+28
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)zeripath2019-07-251-5/+46
* Swagger: Add information to API Token header (#7585)zeripath2019-07-241-0/+1
* use 403 instead of 401 for ErrUserProhibitLogin (#7591)zeripath2019-07-231-1/+1
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-3/+2
* Handle ErrUserProhibitLogin in http git (#7586)zeripath2019-07-231-1/+4
* Fixes #7564 - Malformed URLs in API git/commits response (#7565)Richard Mahn2019-07-221-2/+2
* Fixed ineffectual assignments (#7555)Christian Muehlhaeuser2019-07-221-1/+0
* Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478)Richard Mahn2019-07-172-15/+119