aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/files/file.go
Commit message (Expand)AuthorAgeFilesLines
* Enable gocritic `equalFold` and fix issues (#34952)silverwind2025-07-061-1/+1
* Support getting last commit message using contents-ext API (#34904)RickyMa2025-07-031-1/+6
* Refactor repo contents API and add "contents-ext" API (#34822)wxiaoguang2025-06-251-5/+5
* Refactor editor (#34780)wxiaoguang2025-06-211-3/+5
* Run `gopls modernize` on codebase (#34751)silverwind2025-06-181-1/+1
* Add API endpoint to request contents of multiple files simultaniously (#34139)Denys Konovalov2025-04-221-19/+23
* Enable addtional linters (#34085)TheFox0x72025-04-011-2/+3
* Support choose email when creating a commit via web UI (#33432)wxiaoguang2025-01-301-46/+0
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-0/+19
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-291-0/+30
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-1/+1
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-3/+4
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)v1.16.0-rc1zeripath2022-01-191-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-0/+139