aboutsummaryrefslogtreecommitdiffstats
path: root/routers/init.go
Commit message (Expand)AuthorAgeFilesLines
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-6/+6
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-7/+9
* Refactor legacy git init (#20376)wxiaoguang2022-08-091-3/+1
* Initialize cron last (#20373)zeripath2022-07-151-1/+3
* Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#2...wxiaoguang2022-07-101-10/+2
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-111-1/+1
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-2/+2
* Update go tool dependencies (#19676)silverwind2022-05-101-2/+2
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-2/+5
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+2
* Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao2022-04-251-1/+1
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-16/+2
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+1
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+5
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+2
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-061-1/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-3/+2
* Move task from modules to services (#17680)Lunny Xiao2021-11-181-1/+1
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-4/+3
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-1/+1
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-1/+1
* tune sqlite3 message (#17601)wxiaoguang2021-11-091-2/+2
* Fix ipv6 parsing for builtin ssh server (#17561)Wim2021-11-061-1/+5
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-211-38/+60
* Always emit the configuration path (#17036)zeripath2021-09-131-0/+1
* Use common sessioner for API and Web (#17027)zeripath2021-09-121-2/+16
* Refactor: Move login out of models (#16199)zeripath2021-07-241-1/+2
* Add LRU mem cache implementation (#16226)zeripath2021-07-101-1/+3
* Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath2021-06-261-4/+4
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-1/+3
* Use gitea logging module for git module (#16243)65432021-06-251-11/+1
* Rework repository archive (#14723)Lunny Xiao2021-06-231-0/+4
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-2/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-61/+19
* Refactor renders (#15175)Lunny Xiao2021-04-191-1/+1
* Print usefull error if SQLite is used in settings but not supported (#14476)65432021-01-271-5/+8
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-8/+2
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-1/+1
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-31/+3
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-1/+1
* Flip RUN_MODE detection in router (#13768)silverwind2020-12-011-4/+6
* Add Allow-/Block-List for Migrate & Mirrors (#13610)65432020-11-281-0/+4
* Move install pages out of main macaron routes (#13195)zeripath2020-10-191-43/+71
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-0/+4
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+4
* Direct SVG rendering (#12157)silverwind2020-07-121-0/+3
* Remove spurious logging (#12139)zeripath2020-07-051-3/+0
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-0/+35
* Add EventSource support (#11235)zeripath2020-05-071-0/+2
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-0/+4