aboutsummaryrefslogtreecommitdiff
path: root/routers/init.go
AgeCommit message (Expand)Author
2023-03-07Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song
2023-02-24Avoid warning for system setting when start up (#23054)Lunny Xiao
2023-02-20Refactor the setting to make unit test easier (#22405)Lunny Xiao
2023-01-31Implement actions (#21937)Jason Song
2023-01-14Add support for incoming emails (#22056)KN4CK3R
2023-01-01Reminder for no more logs to console (#22282)Jason Song
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-12Add some documentation to packages (#21648)zeripath
2022-10-28Sync git hooks when config file path changed (#21619)Jason Song
2022-10-23Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham
2022-10-17Add system setting table with cache and also add cache supports for user sett...Lunny Xiao
2022-08-28Share HTML template renderers and create a watcher framework (#20218)zeripath
2022-08-09Refactor legacy git init (#20376)wxiaoguang
2022-07-15Initialize cron last (#20373)zeripath
2022-07-10Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#2...wxiaoguang
2022-06-11Fix data-race problems in git module (quick patch) (#19934)wxiaoguang
2022-06-10Refactor git module, make Gitea use internal git config (#19732)wxiaoguang
2022-05-10Update go tool dependencies (#19676)silverwind
2022-05-08Move some helper files out of models (#19355)Lunny Xiao
2022-05-08Auto merge pull requests when all checks succeeded via API (#9307)kolaente
2022-04-25Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao
2022-04-08Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao
2022-03-31Add Goroutine stack inspector to admin/monitor (#19207)zeripath
2022-03-30Add Package Registry (#16510)KN4CK3R
2021-12-10Move keys to models/asymkey (#17917)Lunny Xiao
2021-12-06Move repo archiver to models/repo (#17913)Lunny Xiao
2021-12-01Improve install code to avoid low-level mistakes. (#17779)wxiaoguang
2021-11-18Move task from modules to services (#17680)Lunny Xiao
2021-11-17Move some functions into services/repository (#17677)Lunny Xiao
2021-11-16Move migrations into services and base into modules/migration (#17663)Lunny Xiao
2021-11-16Move some functions into services/repository (#17660)Lunny Xiao
2021-11-09tune sqlite3 message (#17601)wxiaoguang
2021-11-06Fix ipv6 parsing for builtin ssh server (#17561)Wim
2021-10-21Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang
2021-09-13Always emit the configuration path (#17036)zeripath
2021-09-12Use common sessioner for API and Web (#17027)zeripath
2021-07-24Refactor: Move login out of models (#16199)zeripath
2021-07-10Add LRU mem cache implementation (#16226)zeripath
2021-06-26Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath
2021-06-26Let package git depend on setting but not opposite (#15241)Lunny Xiao
2021-06-25Use gitea logging module for git module (#16243)6543
2021-06-23Rework repository archive (#14723)Lunny Xiao
2021-06-09Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao
2021-06-09Refactor routers directory (#15800)Lunny Xiao
2021-04-19Refactor renders (#15175)Lunny Xiao
2021-01-27Print usefull error if SQLite is used in settings but not supported (#14476)6543
2021-01-26Move macaron to chi (#14293)Lunny Xiao
2021-01-14Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao
2021-01-05Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao
2020-12-08Move webhook type from int to string (#13664)Lunny Xiao