aboutsummaryrefslogtreecommitdiff
path: root/routers/install
AgeCommit message (Expand)Author
2023-03-08Set `X-Gitea-Debug` header once (#23361)Yarden Shoham
2023-03-07Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song
2023-03-04Fix various bugs for "install" page (#23194)wxiaoguang
2023-02-20Refactor the setting to make unit test easier (#22405)Lunny Xiao
2023-02-19Provide the ability to set password hash algorithm parameters (#22942)zeripath
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-01-03fix: update settings table on install (#22326)John Olheiser
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-03Fix token generation when using INTERNAL_TOKEN_URI (#21669)wxiaoguang
2022-11-01Configure update checker on installation page (#21655)Gusted
2022-10-18Fix read system configuration bug when installing (#21489)Lunny Xiao
2022-10-17Add system setting table with cache and also add cache supports for user sett...Lunny Xiao
2022-08-28Share HTML template renderers and create a watcher framework (#20218)zeripath
2022-08-02Rework mailer settings (#18982)Clar Fon
2022-07-23Add Cache-Control header to html and api responses, add no-transform (#20432)silverwind
2022-06-27Refactor `i18n` to `locale` (#20153)Gusted
2022-06-02feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i...ttys3
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-05-05Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang
2022-05-04Add health check endpoint (#18465)ttys3
2022-05-02add smtp password to install page (#17564)Vladimir Smagin
2022-04-29Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet
2022-04-01Skip frontend ROOT_URL check on installation page, remove unnecessary global ...wxiaoguang
2022-03-23Update HTTP status codes to modern codes (#18063)KN4CK3R
2022-02-08Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang
2022-01-23Switch to non-deprecation setting (#18358)Gusted
2022-01-20format with gofumpt (#18184)6543
2022-01-20Refactor Router Logger (#17308)wxiaoguang
2022-01-19Change initial TrustModel to committer (#18335)zeripath
2021-12-15Refactor HTTP request context (#17979)wxiaoguang
2021-12-07Refactor install page (db type) (#17919)wxiaoguang
2021-12-01Improve install code to avoid low-level mistakes. (#17779)wxiaoguang
2021-11-24Move user related model into models/user (#17781)Lunny Xiao
2021-11-07Fix bug on admin subcommand (#17533)Lunny Xiao
2021-10-30Rename db Engines related functions (#17481)Lunny Xiao
2021-10-29Run Migrate in Install rather than just SyncTables (#17475)zeripath
2021-10-20Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao
2021-09-19Move db related basic functions to models/db (#17075)Lunny Xiao
2021-09-13Always emit the configuration path (#17036)zeripath
2021-08-06Allow setting X-FRAME-OPTIONS (#16643)zeripath
2021-06-29just add some unit tests (#16291)6543
2021-06-26Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath
2021-06-17Add asymmetric JWT signing (#16010)KN4CK3R
2021-06-16Ensure settings for Service and Mailer are read on the install page (#15943)zeripath
2021-06-09Refactor routers directory (#15800)Lunny Xiao