You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services
Lunny Xiao c97d66d23c
Move repofiles from modules/repofiles to services/repository/files (#17774)
* Move repofiles from modules to services

* rename services/repository/repofiles -> services/repository/files

* Fix test

Co-authored-by: 6543 <6543@obermui.de>
3 years ago
..
agit Return correct error response for agit force-push (#16989) 3 years ago
archiver Return 400 but not 500 when request archive with wrong format (#17691) 3 years ago
attachment Move attachment into models/repo/ (#17650) 3 years ago
auth Remove unnecessary attributes of User struct (#17745) 3 years ago
comments Improvements to content history (#17746) 3 years ago
cron Move repofiles from modules/repofiles to services/repository/files (#17774) 3 years ago
externalaccount Move login related structs and functions to models/login (#17093) 3 years ago
forms A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
gitdiff Allow Loading of Diffs that are too large (#17739) 3 years ago
issue Fix close issue but time watcher still running (#17643) 3 years ago
lfs Multiple Escaping Improvements (#17551) 3 years ago
mailer Add settings to allow different SMTP envelope from address (#17479) 3 years ago
migrations Use new OneDev /milestones endpoint (#17782) 3 years ago
mirror Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568) 3 years ago
org Use a standalone struct name for Organization (#17632) 3 years ago
pull Decouple unit test, remove intermediate `unittestbridge` package (#17662) 3 years ago
release Move attachment into models/repo/ (#17650) 3 years ago
repository Move repofiles from modules/repofiles to services/repository/files (#17774) 3 years ago
task Move task from modules to services (#17680) 3 years ago
user Remove unnecessary attributes of User struct (#17745) 3 years ago
webhook Use `hostmatcher` to replace `matchlist`, improve security (#17605) 3 years ago
wiki Move user/org deletion to services (#17673) 3 years ago