aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/files
Commit message (Expand)AuthorAgeFilesLines
* Enable gocritic `equalFold` and fix issues (#34952)silverwind2 days1-1/+1
* Support getting last commit message using contents-ext API (#34904)RickyMa6 days3-98/+40
* Follow file symlinks in the UI to their target (#28835)delvh8 days1-1/+1
* enforce nolint scope (#34851)TheFox0x712 days1-5/+14
* Refactor "change file" API (#34855)wxiaoguang13 days2-2/+1
* Refactor repo contents API and add "contents-ext" API (#34822)wxiaoguang14 days4-200/+151
* Refactor editor (#34780)wxiaoguang2025-06-215-241/+145
* Run `gopls modernize` on codebase (#34751)silverwind2025-06-184-19/+8
* Refactor some file edit related code (#34744)wxiaoguang2025-06-184-153/+148
* Allow renaming/moving binary/LFS files in the UI (#34350)bytedream2025-06-161-25/+128
* Improve instance wide ssh commit signing (#34341)ChristopherHX2025-06-111-4/+7
* Only git operations should update `last changed` of a repository (#34388)Lunny Xiao2025-05-111-1/+1
* Fix LFS file not stored in LFS when uploaded/edited via API or web UI (#34367)bytedream2025-05-081-0/+7
* support the open-icon of folder (#34168)Kerwin Bryant2025-04-282-21/+18
* Add API endpoint to request contents of multiple files simultaniously (#34139)Denys Konovalov2025-04-225-249/+84
* Refactor Git Attribute & performance optimization (#34154)Lunny Xiao2025-04-113-36/+11
* Uniform all temporary directories and allow customizing temp path (#32352)Lunny Xiao2025-04-081-4/+5
* Keep file tree view icons consistent with icon theme (#33921)Kerwin Bryant2025-04-062-11/+46
* Add `last_committer_date` and `last_author_date` for file contents API (#32921)Lunny Xiao2025-04-023-24/+38
* Refactor Branch struct in package modules/git (#33980)Lunny Xiao2025-04-022-19/+20
* Enable addtional linters (#34085)TheFox0x72025-04-013-5/+8
* Enable testifylint rules (#34075)TheFox0x72025-03-314-8/+8
* Add file tree to file view page (#32721)Kerwin Bryant2025-03-152-0/+148
* Fix material icon & diff highlight (#33844)wxiaoguang2025-03-101-1/+0
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-091-1/+0
* Decouple context from repository related structs (#33823)TheFox0x72025-03-086-81/+80
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-082-8/+0
* Remove context from git struct (#33793)TheFox0x72025-03-042-19/+19
* Move commits signature and verify functions to service layers (#33605)Lunny Xiao2025-02-161-2/+2
* Support choose email when creating a commit via web UI (more) (#33445)wxiaoguang2025-01-311-5/+9
* Support choose email when creating a commit via web UI (#33432)wxiaoguang2025-01-306-87/+104
* Clarify path param naming (#32969)wxiaoguang2024-12-244-15/+15
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-207-28/+176
* Fix git error handling (#32401)wxiaoguang2024-11-021-24/+13
* improve performance of diffs (#32393)Rowan Bohde2024-11-021-4/+9
* Refactor names (#31405)wxiaoguang2024-06-194-15/+15
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-061-1/+1
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-2/+2
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Use correct hash for "git update-index" (#30626)wxiaoguang2024-04-221-5/+8
* Clean up log messages (#30313)wxiaoguang2024-04-073-3/+3
* Add download URL for executable files (#28260)Earl Warren2024-03-061-1/+1
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-061-48/+0
* Move context from modules to services (#29440)Lunny Xiao2024-02-274-4/+4
* Refactor git attributes (#29356)KN4CK3R2024-02-241-9/+3
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-242-5/+3
* Fix content size does not match error when uploading lfs file (#29259)vincent2024-02-191-1/+5
* Extract linguist code to method (#29168)KN4CK3R2024-02-141-0/+31
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-276-10/+13
* Fix reverting a merge commit failing (#28794)Mihir Joshi2024-01-166-7/+23