aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Return go-get info on subdirs (#15642) (#15871)zeripath2021-05-152-65/+88
* Move restore repo to internal router and invoke from command to avoid open th...Lunny Xiao2021-05-102-0/+52
* Ensure that ctx.Written is checked after issues(...) calls (#15797) (#15798)65432021-05-091-0/+3
* [API] make change repo settings work on empty repos (#15778) (#15789)65432021-05-082-9/+9
* fix some ui bug about draft release (#15137) (#15745)a10121127962021-05-062-6/+13
* Implement delete release attachments and update release attachments' name (#1...Kyle D2021-05-032-10/+36
* Fixed several activation bugs (#15473) (#15685)65432021-04-302-5/+37
* Fix lfs management find (#15537) (#15578)Lunny Xiao2021-04-221-0/+1
* Add ETag header (#15370) (#15552)KN4CK3R2021-04-202-10/+23
* Performance improvement for list pull requests (#15447) (#15500)65432021-04-162-17/+12
* Fix bug clone wiki (#15499) (#15502)zeripath2021-04-151-0/+10
* fix wrong file link in code search page (#15466) (#15486)a10121127962021-04-151-2/+1
* Prevent NPE on avatar direct rendering if federated avatars disabled (#15434)...techknowlogick2021-04-121-2/+17
* Fix delete nonexist oauth application 500 and prevent deadlock (#15384) (#15396)Lunny Xiao2021-04-111-1/+5
* Turn RepoRef and RepoAssignment back into func(*Context) (#15372) (#15377)zeripath2021-04-091-10/+10
* Move FCGI req.URL.Path fix-up to the FCGI listener (#15292) (#15361)zeripath2021-04-091-9/+0
* Fix `admin user list` (#15358) (#15359)65432021-04-091-2/+1
* Fix CanCreateRepo check (#15311) (#15321)65432021-04-071-0/+3
* Drop the event source if we are unauthorized (#15275) (#15280)zeripath2021-04-041-2/+2
* response 404 for diff/patch of a commit that not exist (#15221) (#15237)a10121127962021-04-011-0/+6
* Improve /api/v1/repos/issues/search by just getting repo ids (#15179) (#15192)zeripath2021-04-011-20/+4
* should run RetrieveRepoMetas() for empty pr (#15187) (#15190)a10121127962021-03-291-3/+7
* Fix bug on avatar middleware (#15124) (#15126)65432021-03-231-2/+11
* Handle unauthorized user events gracefully (#15071) (#15074)Lauris BH2021-03-212-1/+12
* Create new issue from code (#14863)Roger Luo2021-03-171-0/+1
* Validate email in oauth registration form (#15014)Kyle D2021-03-171-0/+5
* Fixed wrong migrate url error description. (#15010)KN4CK3R2021-03-172-8/+8
* Move repo.CloseIssuesViaCommitInAnyBranch to issue settings (#14965)Norwin2021-03-161-4/+12
* Add reverse proxy configuration support for remote IP address (#14959)Lauris BH2021-03-161-2/+19
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-153-52/+60
* API: fix set milestone on PR creation (#14981)Norwin2021-03-131-3/+1
* Prevent incorrect HTML escaping in swagger.json (#14957)zeripath2021-03-111-1/+1
* Show correct issues for team dashboard (#14952)Norwin2021-03-121-3/+3
* Prevent panic when editing forked repos by API (#14960)zeripath2021-03-111-0/+4
* Add ui.explore settings to control view of explore pages (2) (#14094)zeripath2021-03-113-4/+20
* Fix migration context data (#14910)KN4CK3R2021-03-071-15/+22
* Add SameSite setting for cookies (#14900)zeripath2021-03-075-24/+29
* Fix bug when combine label comments (#14894)Lunny Xiao2021-03-052-17/+97
* Show private heatmap on profile to self & admins (#14881)Norwin2021-03-042-6/+2
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-036-10/+86
* Add CORS config on to /login/oauth/access_token endpoint (#14850)zeripath2021-03-041-1/+13
* Handle urls with trailing slash (#14852)Norwin2021-03-021-0/+1
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-018-8/+24
* Organization removal confirmation using name not password (#14738)Paweł Bogusławski2021-03-011-6/+3
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-014-9/+98
* Set HCaptchaSiteKey on Link Account pages (#14834)zeripath2021-02-281-0/+3
* Create tag on ui (#13467)a10121127962021-02-283-3/+40
* Add EasyMDE support for release content editor (#14744)a10121127962021-02-221-0/+8
* Fix go get (#14758)Lunny Xiao2021-02-221-1/+65
* Heatmap days clickable (#13935)gordon--2021-02-202-0/+2