summaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* 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-281-1/+5
* 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 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
* [API] generalize list header (#16551)65432021-08-128-24/+19
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-111-1/+3
* Related refactors to ctx.FormX functions (#16567)65432021-08-1115-37/+25
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-1140-161/+161
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-095-48/+25
* Allow setting X-FRAME-OPTIONS (#16643)zeripath2021-08-061-1/+1
* Add microsoft oauth2 providers (#16544)zeripath2021-08-052-17/+34
* 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-2953-282/+282
* Add agit flow support in gitea (#14295)a10121127962021-07-286-4/+43
* 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-247-21/+10
* switch to maintained lib (#16532)techknowlogick2021-07-241-1/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-246-83/+87
* 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
* 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
* Fix activation of primary email addresses (#16385)Meano2021-07-133-27/+34
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-1/+44
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-132-19/+57
* Fix external renderer (#16401)65432021-07-121-0/+3
* Fix source typos (#16374)luzpaz2021-07-081-1/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-087-9/+9
* Add button to delete undeleted repositories from failed migrations (#16197)zeripath2021-06-301-0/+2
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-21/+23
* Link to previous blames in file blame page (#16259)Norwin2021-06-281-83/+96
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-271-1/+1
* Make allowed Visiblity modes configurable for Users (#16271)65432021-06-273-4/+3
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-266-10/+105
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-263-7/+9
* Add better errors for disabled account recovery (#15117)John Olheiser2021-06-251-0/+1
* Add tag protection (#15629)KN4CK3R2021-06-254-0/+208
* Fix diff expansion is missing final line in a file (#16222)KN4CK3R2021-06-241-1/+5
* Rework repository archive (#14723)Lunny Xiao2021-06-232-9/+108