summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-4/+2
* Always emit the configuration path (#17036)zeripath2021-09-132-0/+2
* Use common sessioner for API and Web (#17027)zeripath2021-09-123-28/+21
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-113-0/+23
* Add skip and limit to git.GetTags (#16897)65432021-09-102-15/+16
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-102-8/+13
* Calculate label URL on API (#16186)65432021-09-103-11/+15
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-083-38/+17
* Make mirror feature more configurable (#16957)65432021-09-076-13/+39
* Add Cache-Control to avatar redirects (#16973)silverwind2021-09-061-3/+9
* Ensure that rebase conflicts are handled in updates (#16952)zeripath2021-09-052-0/+18
* Correctly return the number of Repositories for Organizations (#16807)zeripath2021-09-011-1/+1
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-312-7/+16
* Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899)65432021-08-313-5/+5
* Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894)65432021-08-313-14/+12
* Fix wiki raw commit diff/patch view (#16891)65432021-08-311-1/+1
* Ensure wiki repos are all closed (#16886)zeripath2021-08-301-32/+34
* [API] List limited and private orgs if authentificated (#16866)65432021-08-303-4/+4
* Paginate releases page & set default page size to 10 (#16857)Lunny Xiao2021-08-291-2/+8
* In Render tolerate not being passed a context (#16842)zeripath2021-08-286-0/+13
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-282-2/+10
* Decoupled code from DefaultSigningKey (#16743)KN4CK3R2021-08-272-18/+18
* Add modals to Organization and Team remove/leave (#16471)zeripath2021-08-262-6/+47
* Add EdDSA JWT signing algorithm (#16786)Aliaksandr Mianzhynski2021-08-252-2/+2
* Fix branch pagination error (#16805)Lunny Xiao2021-08-241-1/+1
* Add bundle download for repository (#14538)John Olheiser2021-08-242-4/+6
* Add missing return to handleSettingRemoteAddrError (#16794)zeripath2021-08-231-0/+1
* Download lfs in git and web workflow from minio/s3 directly (#16731)Abner2021-08-211-0/+12
* when the update request doesn't intend to update attachments (eg: change chec...wxiaoguang2021-08-211-10/+12
* Added introspection endpoint. (#16752)KN4CK3R2021-08-202-55/+44
* Keep attachments on tasklist update (#16750)KN4CK3R2021-08-201-7/+11
* Fix wrong user in OpenID response (#16736)KN4CK3R2021-08-192-10/+85
* Fix spelling of HookProcReceiveResult (#16690)Lunny Xiao2021-08-141-1/+1
* Add filter by owner and team to issue/pulls search endpoint (#16662)Jimmy Praet2021-08-131-0/+39
* [API] generalize list header (#16551)65432021-08-1248-154/+316
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-111-1/+3
* Related refactors to ctx.FormX functions (#16567)65432021-08-1122-52/+36
* Add an api endpoint to fetch git notes (#15373) (#16649)nitul19912021-08-113-0/+90
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-1160-203/+203
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-097-76/+32
* Allow setting X-FRAME-OPTIONS (#16643)zeripath2021-08-062-2/+2
* Add microsoft oauth2 providers (#16544)zeripath2021-08-052-17/+34
* Set AllowedHeaders on API CORS handler (#16524)zeripath2021-08-042-0/+2
* Swagger AccessToken fixes (#16574)zeripath2021-08-013-7/+12
* Fix swagger doc by rename repoAddTopĆ­c to repoAddTopic (#16580)Lars Hvam2021-08-011-1/+1
* Pre-fill suggested New File 'name' and 'content' with Query Params (#16556)AJ ONeal2021-07-291-2/+7
* Show correct text when comparing commits on empty pull request (#16569)Marty2021-07-291-0/+4
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-2981-369/+369
* Add agit flow support in gitea (#14295)a10121127962021-07-2810-6/+192
* Handle too long PR titles correctly (#16517)zeripath2021-07-252-0/+25