summaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Allow adding multiple issues to a project (#17226)qwerty2872021-10-081-0/+14
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-063-69/+19
* Redirect on project after issue created (#17211)Romain2021-10-051-1/+8
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223)pricly-yellow2021-10-051-17/+4
* Prevent NPE on invalid diff (#17197)zeripath2021-09-302-2/+2
* Kanban colored boards (#16647)Romain2021-09-291-0/+3
* Fix bug of get context user (#17169)Lunny Xiao2021-09-281-10/+1
* Add nodeinfo endpoint for federation purposes (#16953)techknowlogick2021-09-282-0/+36
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-1/+2
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-273-116/+147
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-261-0/+1
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-261-2/+4
* Fix wrong i18n keys (#17150)Lunny Xiao2021-09-252-5/+5
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-256-50/+51
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-2430-138/+169
* DBContext is just a Context (#17100)zeripath2021-09-233-6/+6
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-2211-27/+23
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1918-80/+91
* Render full plain readme. (#17083)KN4CK3R2021-09-171-0/+4
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-171-1/+1
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-174-4/+15
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-4/+2
* Use common sessioner for API and Web (#17027)zeripath2021-09-121-13/+2
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+1
* 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
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-082-20/+11
* Make mirror feature more configurable (#16957)65432021-09-073-10/+30
* Add Cache-Control to avatar redirects (#16973)silverwind2021-09-061-3/+9
* Ensure that rebase conflicts are handled in updates (#16952)zeripath2021-09-051-0/+15
* 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-311-4/+6
* 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
* 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-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