aboutsummaryrefslogtreecommitdiffstats
path: root/routers/init.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-021-1/+3
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-1/+1
* Response for context on retry database connection (#9444)Lunny Xiao2019-12-201-0/+6
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-5/+6
* Move code indexer related code to a new package (#9191)Lunny Xiao2019-12-081-1/+2
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-061-1/+2
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-0/+5
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-1/+2
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-0/+2
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-151-6/+11
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-0/+4
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-011-1/+2
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-1/+1
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-11/+8