aboutsummaryrefslogtreecommitdiffstats
path: root/routers/install
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-274-8/+4
* Fix token generation when using INTERNAL_TOKEN_URI (#21669)wxiaoguang2022-11-031-5/+9
* Configure update checker on installation page (#21655)Gusted2022-11-011-0/+1
* Fix read system configuration bug when installing (#21489)Lunny Xiao2022-10-181-13/+5
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-3/+20
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-284-38/+45
* Rework mailer settings (#18982)Clar Fon2022-08-021-3/+5
* Add Cache-Control header to html and api responses, add no-transform (#20432)silverwind2022-07-231-0/+2
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-272-2/+2
* feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i...ttys32022-06-021-0/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang2022-05-051-0/+2
* Add health check endpoint (#18465)ttys32022-05-042-1/+2
* add smtp password to install page (#17564)Vladimir Smagin2022-05-021-0/+1
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-6/+10
* Skip frontend ROOT_URL check on installation page, remove unnecessary global ...wxiaoguang2022-04-011-9/+7
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-232-4/+4
* Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang2022-02-081-10/+1
* Switch to non-deprecation setting (#18358)Gusted2022-01-231-1/+1
* format with gofumpt (#18184)65432022-01-202-6/+6
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-10/+13
* Change initial TrustModel to committer (#18335)zeripath2022-01-191-0/+2
* 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