aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-2411-30/+15
* switch to maintained lib (#16532)techknowlogick2021-07-241-1/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-247-84/+89
* Fix issue pasted image missing if no release permission (#16520)Lunny Xiao2021-07-231-1/+6
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-232-0/+82
* update `user/repos` api description (#16503)Patrick Schratz2021-07-211-1/+1
* Restore CORS on git smart http protocol (#16496)zeripath2021-07-211-11/+11
* Add TestPrepareWikiFileName (#16487)65432021-07-201-2/+2
* Update notification table with only latest data (#16445)zeripath2021-07-171-0/+2
* add configuration option to restrict users by default (#16256)Richard Nienaber2021-07-151-4/+5
* Check user instead of organization when creating a repo from a template via A...Ion Jaureguialzo Sarasola2021-07-151-4/+9
* 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
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-134-27/+103
* Fix external renderer (#16401)65432021-07-121-0/+3
* Add LRU mem cache implementation (#16226)zeripath2021-07-101-1/+3
* Fix source typos (#16374)luzpaz2021-07-081-1/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-089-11/+11
* Creating a repo from a template repo via API (#15958)a10121127962021-07-053-0/+112
* Add API to get commits of PR (#16300)sebastian-sauer2021-07-022-0/+122
* Support custom mime type mapping for text files (#16304)Jimmy Praet2021-06-301-8/+12
* Add button to delete undeleted repositories from failed migrations (#16197)zeripath2021-06-301-0/+2
* just add some unit tests (#16291)65432021-06-292-0/+54