summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* fix 500 error while use a reserved name in org rename (#17878) (#17881)a10121127962021-12-021-1/+1
* Fix user primary email changed (#17840)Lunny Xiao2021-11-284-7/+23
* Fixed commit count (#17698) (#17790)KN4CK3R2021-11-263-15/+12
* Fix close issue but time watcher still running (#17761)Lunny Xiao2021-11-231-4/+4
* Return 400 but not 500 when request archive with wrong format (#17691) (#17700)Lunny Xiao2021-11-201-1/+5
* Fix golangci-lint warnings (#17598 et al) (#17668)Gusted2021-11-165-14/+8
* Fix bug on detect issue/comment writer (#17592)Lunny Xiao2021-11-091-1/+1
* Stop double encoding blame commit messages (#17498) (#17500)zeripath2021-10-311-2/+1
* Run Migrate in Install rather than just SyncTables (#17475) (#17486)zeripath2021-10-301-1/+2
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* Prevent panic in serv.go with Deploy Keys (#17434) (#17435)zeripath2021-10-261-1/+1
* Fix CSV render error (#17406) (#17431)KN4CK3R2021-10-251-8/+15
* Read expected buffer size (#17409) (#17430)KN4CK3R2021-10-255-18/+18
* Ensure correct SSH permissions check for private and restricted users (#17370...65432021-10-201-1/+6
* Don't panic if we fail to parse U2FRegistration data (#17304) (#17371)zeripath2021-10-201-1/+1
* Backport of fix for auto registration - PR #17219 (#17292)Viktor Kuzmin2021-10-121-1/+1
* API: don't allow merged PRs to be reopened (#17271)Norwin2021-10-082-1/+14
* API pull's head/base have correct permission(#17214) (#17245)pricly-yellow2021-10-071-4/+4
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223) (#1...pricly-yellow2021-10-051-18/+4
* Check user instead of organization when creating a repo from a template via A...65432021-10-011-4/+9
* Fix bug of get context user (#17169) (#17172)Lunny Xiao2021-09-281-10/+1
* Fix wrong i18n keys (#17150) (#17153)65432021-09-262-5/+5
* Add caller to cat-file batch calls (#17082) (#17089)zeripath2021-09-201-6/+8
* Render full plain readme. (#17083) (#17090)zeripath2021-09-191-0/+4
* Decrement Fork Num when converting from Fork (#17035) (#17046)zeripath2021-09-151-4/+2
* Ensure that rebase conflicts are handled in updates (#16952) (#16960)zeripath2021-09-052-0/+18
* Correctly return the number of Repositories for Organizations (#16807) (#16911)zeripath2021-09-011-1/+1
* List limited and private orgs if authenticated on API (#16866) (#16879)65432021-08-313-4/+4
* Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) (#1...65432021-08-313-5/+5
* Fix wiki raw commit diff/patch view (#16891) (#16892)65432021-08-311-1/+1
* Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894) (#16895)65432021-08-313-14/+12
* Ensure wiki repos are all closed (#16886) (#16888)65432021-08-301-32/+34
* In Render tolerate not being passed a context (#16842) (#16858)65432021-08-296-0/+13
* Fix branch pagination error (#16805) (#16816)Lunny Xiao2021-08-251-1/+1
* Add missing return to handleSettingRemoteAddrError (#16794) (#16795)zeripath2021-08-231-0/+1
* Keep attachments on tasklist update (#16750) (#16757)KN4CK3R2021-08-211-15/+19
* Fix wrong user in OpenID response (#16736) (#16741)KN4CK3R2021-08-202-10/+85
* Restore functionality for pushing non-standard refs (Partial #16705) (#16706)zeripath2021-08-171-5/+0
* Set AllowedHeaders on API CORS handler (#16524) (#16618)zeripath2021-08-042-0/+2
* Swagger AccessToken fixes (#16574) (#16597)zeripath2021-08-023-7/+12
* Handle too long PR titles correctly (#16517) (#16549)zeripath2021-07-262-0/+25
* Fix issue pasted image missing if no release permission (#16520) (#16527)Lunny Xiao2021-07-241-1/+6
* Switch to maintained jwt lib (#16532) (#16533)zeripath2021-07-241-1/+1
* Restore CORS on git smart http protocol (#16496) (#16506)zeripath2021-07-211-11/+11
* Add TestPrepareWikiFileName (#16487) (#16498)65432021-07-211-2/+2
* Update notification table with only latest data (#16445) (#16469)zeripath2021-07-171-0/+2
* Fix activation of primary email addresses (#16385)Meano2021-07-133-27/+34
* Return updated repository when changing repository using API (#16420)65432021-07-131-1/+7
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-133-5/+124
* Let branch/tag name be a valid ref to get CI status (#16400)65432021-07-133-46/+68