aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Return a UserList from /api/v1/admin/users (#6629)zeripath2019-04-153-13/+27
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-142-1/+55
* Correctly adjust mirror url (#6593)zeripath2019-04-121-1/+46
* Change summary to full message (#6591)John Olheiser2019-04-121-1/+1
* Add option to disable refresh token invalidation (#6584)Jonas Franz2019-04-121-10/+11
* Improve issue autolinks (#6273)mrsdizzie2019-04-122-3/+21
* Support search operators for commits search (#6479)Mura Li2019-04-121-5/+6
* fix bug user search API pagesize didn't obey ExplorePagingNum (#6579)Lunny Xiao2019-04-111-3/+0
* Allow admin users to set a repositoires visibility to public, even if FORCE_P...Matthias Beckert2019-04-111-2/+2
* Delete local branch if it exists (#6497)John Olheiser2019-04-081-0/+6
* Cleaned permission checks for API -> site admin can now do anything (#6483)Vasek Sraier2019-04-081-29/+40
* Show last commit status in pull request lists (#6465)Elias Norberg2019-04-022-0/+14
* fix upload attachments (#6481)Lunny Xiao2019-04-023-8/+14
* Better logging (#6038) (#6095)zeripath2019-04-0222-71/+112
* fix bug when user login and want to resend register confirmation email (#6482)Lunny Xiao2019-04-021-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-2723-41/+32
* Clean up ref name rules (#6437)mrsdizzie2019-03-261-1/+2
* Fix Hook & HookList in Swagger (#6432)Segev Finer2019-03-261-2/+2
* routers/repo/setting: display correct error for invalid mirror interval (#6414)Allen Wild2019-03-251-0/+10
* Updates SDK dep (#6406)Richard Mahn2019-03-221-6/+10
* Markdown: enable some more extensions (#6362)Roland Koebler2019-03-211-2/+2
* Don't Unescape redirect_to cookie value (#6399)mrsdizzie2019-03-202-6/+5
* Include more variables on admin/config page (#6378)mrsdizzie2019-03-191-0/+16
* make sure units of a team are returned (#6379)Lanre Adelowo2019-03-191-0/+5
* Implement Default Webhooks (#4299)Russell Aunger2019-03-184-21/+104
* Updates to API 404 responses (#6077)John Olheiser2019-03-1829-91/+91
* Add bio field for user (#6113)techknowlogick2019-03-181-0/+1
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-183-14/+8
* Add same changes from issues page to milestone->issues page (#6328)John Olheiser2019-03-152-1/+9
* Return 409 when creating repo if it already exists. (#6330)Bogdan Petrea2019-03-151-2/+3
* update git vendor to fix wrong release commit id and add migrations (#6224)Lunny Xiao2019-03-111-1/+1
* Add support for client basic auth for exchanging access tokens (#6293)Jonas Franz2019-03-111-1/+27
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-092-2/+2
* Add regenerate secret feature for oauth2 (#6291)Jonas Franz2019-03-092-0/+29
* Add unit types to repo action URL to correctly show 404 when archived (#6247)John Olheiser2019-03-091-1/+1
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-085-1/+587
* add isAdmin to user model (#6231)Lanre Adelowo2019-03-031-0/+1
* fix display dashboard even if require to change password (#6214)Lunny Xiao2019-02-281-0/+6
* Create a repo redirect when transferring ownership (#6210) (#6211)James E. Blair2019-02-281-0/+8
* Adds MustChangePassword to user create/edit API, defaults to true (#6193)John Olheiser2019-02-271-6/+14
* fix bug when migrate repository 500 when repo is existed (#6188)Lunny Xiao2019-02-262-0/+10
* fix bug user could change private repository to public when force private ena...Lunny Xiao2019-02-221-0/+8
* fix bug when update owner team then visit team's repo return 404 (#6119)Lunny Xiao2019-02-221-2/+0
* Make repo creation for API similar to UI (#6142)John Olheiser2019-02-211-0/+3
* Allow display of LFS stored Readme.md on directory page (#6073) (#6099)zeripath2019-02-211-26/+88
* Admins can now do unlimited page size user search (listAllUsers & listAllOrgs...John Olheiser2019-02-211-1/+1
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-213-3/+6
* Minor UI tweaks (#5980)John Olheiser2019-02-192-1/+12
* Load Issue attributes for API call (#6122)John Olheiser2019-02-191-1/+1
* Refactor issue indexer (#5363)Lunny Xiao2019-02-193-5/+9