aboutsummaryrefslogtreecommitdiffstats
path: root/services/wiki
Commit message (Expand)AuthorAgeFilesLines
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+10
* Fix incorrect test code for error handling (#27139)wxiaoguang2023-09-201-4/+12
* services/wiki: Close() after error handling (#27129)Earl Warren2023-09-191-2/+2
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-092-7/+13
* add some Wiki unit tests (#26260)Earl Warren2023-08-031-0/+12
* Improve wiki user title test (#24559)wxiaoguang2023-05-061-1/+4
* Fix bug when deleting wiki with no code write permission (#24274)Lunny Xiao2023-04-231-1/+7
* Fix inconsistent wiki path converting. (#24277)wxiaoguang2023-04-232-1/+2
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-193-136/+263
* Improve utils of slices (#22379)Jason Song2023-01-111-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-13/+13
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-2/+2
* [refactor] Use const for wiki DefaultBranch (#21466)65432022-10-152-12/+17
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-1/+1
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-10/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-9/+7
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-9/+9
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-6/+6
* PullService lock via pullID (#19520)65432022-05-041-1/+2
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-302-7/+7
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-33/+33
* Fix various typos (#18219)luzpaz2022-01-101-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-16/+18
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-7/+9
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-1/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-10/+9
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-8/+9
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-17/+18
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-0/+10
* Fix 500 on first wiki page (#16586)zeripath2021-08-012-0/+32
* Add TestPrepareWikiFileName (#16487)65432021-07-202-1/+52
* fix: support delete non-urlencoded wiki page (#16482)Gary Wang2021-07-191-8/+3
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* fix: not able to update local created non-urlencoded wiki pages (#16139)Gary Wang2021-07-071-13/+43
* Fix individual tests (addition to #15802) (#15818)KN4CK3R2021-05-121-0/+2
* migrate from com.* to alternatives (#14103)65432020-12-251-6/+4