aboutsummaryrefslogtreecommitdiffstats
path: root/routers/install
Commit message (Expand)AuthorAgeFilesLines
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-4/+2
* Refactor install page (db type) (#17919)wxiaoguang2021-12-071-14/+23
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-012-33/+117
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-9/+9
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-2/+2
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-1/+1
* Run Migrate in Install rather than just SyncTables (#17475)zeripath2021-10-291-1/+2
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Always emit the configuration path (#17036)zeripath2021-09-131-0/+1
* Allow setting X-FRAME-OPTIONS (#16643)zeripath2021-08-061-1/+1
* just add some unit tests (#16291)65432021-06-291-0/+20
* Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath2021-06-261-5/+5
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-171-1/+1
* Ensure settings for Service and Mailer are read on the install page (#15943)zeripath2021-06-161-0/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-093-0/+635