summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong display of recently pushed notification (#25812) (#31043)yp053272024-05-231-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
* Fix pull request check list is limited (#26179)caicandong2023-07-311-1/+1
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-4/+4
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-4/+4
* Exclude default branch from pushed branch hint (#25795)Lunny Xiao2023-07-101-1/+1
* Newly pushed branches hints on repository home page (#25715)Lunny Xiao2023-07-081-0/+12
* Show if File is Executable (#25287)JakobDev2023-06-161-0/+1
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-081-0/+8
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-091-2/+3
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-1/+1
* Add RSS Feeds for branches and files (#22719)jladbrook2023-04-251-1/+8
* show workflow config error on file view also (#24267)a10121127962023-04-221-0/+12
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-221-1/+1
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-21/+21
* Use correct locale key for forks page (#24172)John Olheiser2023-04-171-1/+1