gitea/services/repository/files
Lunny Xiao 45c45934aa
Add last_committer_date and last_author_date for file contents API (#32921)
Fix #32886

Add `last_committer_date` and `last_author_date` in the content API
which is not implemented by Github API v3 at the moment.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-04-02 21:47:31 -07:00
..
cherry_pick.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
commit.go Move commits signature and verify functions to service layers (#33605) 2025-02-16 12:24:07 +00:00
content_test.go Add last_committer_date and last_author_date for file contents API (#32921) 2025-04-02 21:47:31 -07:00
content.go Add last_committer_date and last_author_date for file contents API (#32921) 2025-04-02 21:47:31 -07:00
diff_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
diff.go Decouple context from repository related structs (#33823) 2025-03-08 13:12:46 -08:00
file_test.go Add last_committer_date and last_author_date for file contents API (#32921) 2025-04-02 21:47:31 -07:00
file.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
patch.go Refactor Branch struct in package modules/git (#33980) 2025-04-02 17:31:32 +00:00
temp_repo.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
tree_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
tree.go Add file tree to file view page (#32721) 2025-03-15 16:26:49 +08:00
update.go Refactor Branch struct in package modules/git (#33980) 2025-04-02 17:31:32 +00:00
upload.go Decouple context from repository related structs (#33823) 2025-03-08 13:12:46 -08:00