aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
* GitHub like repo home page (#32213)yp053272024-12-061-778/+0
* Refactor markup render system (#32612)wxiaoguang2024-11-241-29/+23
* Update the list of watchers and stargazers when clicking watch/unwatch or sta...Yarden Shoham2024-11-221-3/+0
* Refactor markup render system (#32589)wxiaoguang2024-11-221-27/+24
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-181-12/+11
* Refactor render system (#32492)wxiaoguang2024-11-141-9/+3
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-1/+0
* Support repo license (#24872)yp053272024-10-011-0/+2
* bump to go 1.23 (#31855)techknowlogick2024-09-101-1/+2
* render plain text file if the LFS object doesn't exist (#31812)Rowan Bohde2024-08-151-4/+2
* Hide the "Details" link of commit status when the user cannot access actions ...Zettat1232024-07-281-0/+3
* Refactor names (#31405)wxiaoguang2024-06-191-1/+1
* Fix rendered wiki page link (#31398)wxiaoguang2024-06-181-3/+3
* Improve detecting empty files (#31332)wxiaoguang2024-06-131-4/+3
* Ignore FindRecentlyPushedNewBranches err (#31164)wxiaoguang2024-05-301-2/+1
* Fix wrong display of recently pushed notification (#25812)yp053272024-05-211-7/+19
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-1/+2
* Refactor web routes (#30519)wxiaoguang2024-04-171-3/+3
* Refactor file view & render (#30227)wxiaoguang2024-04-011-5/+7
* Refactor topic Find functions and add more tests for pagination (#30127)Lunny Xiao2024-03-291-1/+1
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-2/+2
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-1/+1
* Update various logos and unify their filenames (#29637)silverwind2024-03-061-1/+1
* Detect broken git hooks (#29494)Jason Song2024-03-061-0/+27
* Fix elipsis button not working if the last commit loading is deferred (#29544)Yarden Shoham2024-03-021-16/+8
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Refactor git attributes (#29356)KN4CK3R2024-02-241-5/+2
* Customizable "Open with" applications for repository clone (#29320)wxiaoguang2024-02-241-2/+27
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Extract linguist code to method (#29168)KN4CK3R2024-02-141-24/+5
* Preserve BOM in web editor (#28935)silverwind2024-01-271-2/+2
* Show in Web UI if file is vendored and generated (#28620)JakobDev2024-01-241-0/+15
* Show latest commit for file (#28067)JakobDev2024-01-151-23/+41
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-24/+34
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-12/+12
* Fix object does not exist error when checking citation file (#28314)yp053272023-12-061-13/+6
* Add edit option for README.md (#28071)JakobDev2023-11-201-0/+4
* Fix citation error when the file size is larger than 1024 bytes (#27958)yp053272023-11-081-5/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-4/+4
* Document the line-number counting behavior (#27386)wxiaoguang2023-10-021-2/+7
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-1/+1
* Improve tree not found page (#26570)yp053272023-09-291-5/+5
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-10/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-2/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Some fixes of the prompt of new branches (#26257)Zettat1232023-08-011-4/+12
* Show image size on view page (#25884)JakobDev2023-07-311-0/+17