aboutsummaryrefslogtreecommitdiffstats
path: root/routers/install.go
Commit message (Expand)AuthorAgeFilesLines
* Move install pages out of main macaron routes (#13195)zeripath2020-10-191-11/+25
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-3/+3
* Change default log configuration (#13088)zeripath2020-10-101-1/+5
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-1/+1
* models: fix xorm variable clobber (#12231)Lars Lehtonen2020-07-131-3/+1
* Whenever the ctx.Session is updated, release it to save it before sending the...zeripath2020-05-171-0/+5
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-201-0/+3
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-1/+2
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-151-0/+6
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-33/+29
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-4/+4
* Install page - Handle invalid administrator username better (#7060)zeripath2019-05-281-12/+36
* fix charset was not saved after installation finished (#7048)Lunny Xiao2019-05-261-0/+2
* Add support of utf8mb4 for mysql (#6992)Lunny Xiao2019-05-241-0/+1
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-1/+1
* Remove traces of embedded TiDB (#4906)techknowlogick2018-09-111-15/+2
* Use updated docs link on install page (#4668)techknowlogick2018-08-111-1/+1
* Keep preseeded database password (#4284)tarelda2018-07-031-0/+1
* issue-2768: added new option allow_only_external_registration (#3910)FabioFortini2018-05-131-0/+2
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-181-2/+8
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-1/+1
* Default log level to Info without hardcoding it in installer (#3041)Piotr Orzechowski2017-12-011-1/+1
* Set OpenID support on by default when installing new instance (#3010)Sandro Santilli2017-11-291-2/+2
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-0/+2
* Add OpenID configuration in install page (#2276)Sandro Santilli2017-08-191-0/+4
* fix misspell (#1996)Bo-Yi Wu2017-06-181-1/+1
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-081-0/+2
* fix go get sub package and add domain on installation to let go get work defa...Lunny Xiao2017-04-211-0/+1
* Fixes 1019, install page SMTP user is required to (#1020)puffybsd2017-02-241-3/+3
* Cleanup log messagingGabriel Jackson2017-02-021-1/+1
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-081-0/+4
* fix installation page ssh domain unavilableLunny Xiao2016-12-271-2/+2
* Git LFS support v2 (#122)Fabian Zaremba2016-12-261-0/+19
* Enables mssql support (#383)btrepp2016-12-241-2/+4
* Fix random string generator (#384)Denis Denisov2016-12-201-11/+17
* Added rel="noopener" to target="_blank" hrefs (#327)Bwko2016-12-021-1/+1
* golint fixed for modules/authLunny Xiao2016-11-271-5/+5
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* Move init functions from routers/install to routers/init (#230)Lunny Xiao2016-11-241-69/+0
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-181-19/+24
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-14/+14
* Check unhandled errors (#128)Matthias Loibl2016-11-101-3/+14
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-12/+12
* #3589 LoadRepoConfig after ORM is initializedUnknwon2016-09-021-3/+3
* #2018 able to sync now for mirrorsUnknwon2016-08-301-0/+1
* #3495 only start builtin SSH server after user finish installationUnknwon2016-08-271-7/+6
* #2852 code cleanupUnknwon2016-08-111-1/+1