aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-102-0/+214
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-082-0/+39
* Defer Last Commit Info (#16467)zeripath2021-10-082-52/+156
* Allow adding multiple issues to a project (#17226)qwerty2872021-10-081-0/+14
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-071-4/+4
* 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
* API: don't allow merged PRs to be reopened (#17192)Norwin2021-10-022-1/+14
* 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-285-0/+100
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-272-2/+9
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-274-119/+150
* 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-2437-159/+196
* 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-2213-31/+27
* Merge endpoints for pull diff/patch (#17104)qwerty2872021-09-222-40/+14
* Add API to get commit diff/patch (#17095)qwerty2872021-09-202-0/+51
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1923-95/+109
* Render full plain readme. (#17083)KN4CK3R2021-09-171-0/+4
* OpenAPI: correct documentation of issue listing parameters (#17060)Norwin2021-09-171-5/+5
* Add caller to cat-file batch calls (#17082)zeripath2021-09-171-6/+8
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-174-13/+24
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-174-4/+15
* Clean-up HookPreReceive and restore functionality for pushing non-standard re...zeripath2021-09-168-780/+990
* 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