summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-113/+115
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-0914-103/+117
* Fix 500 when review pull request with anonymous (#17594)Lunny Xiao2021-11-091-1/+5
* Fix bug on detect issue/comment writer (#17591)Lunny Xiao2021-11-091-1/+1
* Hide label comments if labels were added and removed immediately (#17455)qwerty2872021-11-042-12/+87
* Stop double encoding blame commit messages (#17498)zeripath2021-10-311-2/+1
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-4/+5
* Fix CSV render error (#17406)KN4CK3R2021-10-251-8/+15
* Read expected buffer size (#17409)KN4CK3R2021-10-243-12/+12
* Fix issue content history problems, improve UI (#17404)wxiaoguang2021-10-231-4/+6
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-4/+0
* Hide command line merge instructions when user can't push (#17339)qwerty2872021-10-171-0/+2
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-153-46/+62
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-151-1/+1
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-0/+206
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+38
* Defer Last Commit Info (#16467)zeripath2021-10-081-52/+153
* 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-061-1/+1
* 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
* 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
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-251-2/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-248-22/+29
* DBContext is just a Context (#17100)zeripath2021-09-232-5/+5
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-229-22/+19
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-199-53/+59
* Render full plain readme. (#17083)KN4CK3R2021-09-171-0/+4
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-4/+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 repo_id for attachment (#16958)Lunny Xiao2021-09-082-20/+11
* Make mirror feature more configurable (#16957)65432021-09-072-9/+29
* Ensure that rebase conflicts are handled in updates (#16952)zeripath2021-09-051-0/+15
* 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
* 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-284-0/+11
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-1/+5
* 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
* Keep attachments on tasklist update (#16750)KN4CK3R2021-08-201-7/+11
* [API] generalize list header (#16551)65432021-08-125-19/+14