aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/wiki_test.go
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-2/+2
* Fix raw wiki links (#31825)Zettat1232024-08-161-0/+14
* Refactor names (#31405)wxiaoguang2024-06-191-5/+5
* Use raw Wiki links for non-renderable Wiki files (#30273)Rafael2024-04-101-6/+7
* Avoid showing `Failed to change the default wiki branch` if repo has no wiki ...yp053272024-04-081-0/+6
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-021-1/+1
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-061-0/+30
* Make "/user/login" page redirect if the current user has signed in (#29583)wxiaoguang2024-03-051-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-011-26/+26
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-9/+9
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-13/+18
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* format with gofumpt (#18184)65432022-01-201-2/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+5
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-11/+11
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-10/+10
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-9/+10
* Add TestPrepareWikiFileName (#16487)65432021-07-201-2/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+215