summaryrefslogtreecommitdiffstats
path: root/routers/init.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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