summaryrefslogtreecommitdiffstats
path: root/routers/init.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* display as error (#7724)Lunny Xiao2019-08-031-1/+1
* Only check and config git on web subcommand but not others (#7236)Lunny Xiao2019-06-191-0/+3
* Add golangci (#6418)kolaente2019-06-121-1/+1
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-2/+0
* Fix wrong init dependency on markup extensions (#7038)Lunny Xiao2019-05-251-0/+2
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-151-1/+0
* Better logging (#6038) (#6095)zeripath2019-04-021-3/+3
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-211-1/+2
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-1/+3
* Ensure error is logged on db reconnection attempts (#5780)Paul Brackin2019-01-201-1/+1
* Make db connect more robust (#5738)Paul Brackin2019-01-191-4/+24
* fix lfs version check warning log when using ssh protocol (#5501)Lunny Xiao2018-12-191-0/+1
* Store OAuth2 session data in database (#3660)Lauris BH2018-04-291-1/+3
* Set session and indexers' data files rel to AppDataPath (#2192)Guillaume Dube2017-11-031-0/+2
* Configurable SSH key exchange algorithm and MAC suite (#2806)Cum Gun2017-11-021-2/+2
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+1
* Add commit count caching (#2774)Lauris BH2017-10-261-0/+3
* Configurable SSH cipher suite (#913)spacetourist2017-10-211-2/+2
* Improve issue search (#2387)Ethan Koenig2017-09-161-2/+1
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-3/+3
* Fix rendering of external links (#2292)Ethan Koenig2017-08-131-0/+1
* Fix git hooks update to receive required arguments. Fixes #2090 (#2095)Lauris BH2017-07-021-1/+2
* Sanitation fix from Gogs (#1461)Kim "BKC" Carlbäcker2017-04-131-1/+1
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-0/+1
* Cleanup log messagingGabriel Jackson2017-02-021-1/+1
* Allow custom public files (#782)Thomas Boerger2017-01-281-1/+1
* bug fixed caused by #530 (#755)Lunny Xiao2017-01-251-1/+1
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-0/+2
* New settings option for a custom SSH host (#3763) (#446)Lunny Xiao2016-12-221-2/+2
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-061-1/+1
* Get rid of bin folder within makefile, enabled TiDB (#319)Thomas Boerger2016-12-011-3/+0
* Move init functions from routers/install to routers/init (#230)Lunny Xiao2016-11-241-0/+82