summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-071-11/+26
* When the git repository on storage is changed, the repository modal should al...wxiaoguang2021-12-241-2/+24
* Shorten page title in file view (#17987)silverwind2021-12-151-1/+5
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-4/+4
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+11
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+10
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+3
* Add pagination to fork list (#17639)Gusted2021-11-181-2/+13
* Fixed commit count. (#17698)KN4CK3R2021-11-171-1/+1
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-1/+27
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-8/+8
* Correctly handle failed migrations (#17575)zeripath2021-11-131-0/+7
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-6/+7
* Read expected buffer size (#17409)KN4CK3R2021-10-241-7/+6
* Defer Last Commit Info (#16467)zeripath2021-10-081-52/+153
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-4/+5
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-5/+4
* Render full plain readme. (#17083)KN4CK3R2021-09-171-0/+4
* [API] generalize list header (#16551)65432021-08-121-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Fix external renderer (#16401)65432021-07-121-0/+3
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add button to delete undeleted repositories from failed migrations (#16197)zeripath2021-06-301-0/+2
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-211-0/+3
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+808