aboutsummaryrefslogtreecommitdiffstats
path: root/routers/install
Commit message (Expand)AuthorAgeFilesLines
* Use docs.gitea.com instead of docs.gitea.io (#26769)Lunny Xiao2023-08-281-1/+1
* Show correct SSL Mode on "install page" (#25818) (#25838)Giteabot2023-07-121-0/+1
* Make "install page" respect environment config (#25648) (#25799)wxiaoguang2023-07-101-6/+12
* Refactor path & config system (#25330) (#25416)wxiaoguang2023-06-222-57/+14
* Use "utf8mb4" for MySQL by default (#25432)wxiaoguang2023-06-221-3/+0
* Write absolute AppDataPath to app.ini when installing (#25331) (#25347)Giteabot2023-06-181-0/+1
* Fix all possible setting error related storages and added some tests (#23911)...Giteabot2023-06-141-1/+1
* Do not overwrite the log mode when installing (#25203) (#25209)Giteabot2023-06-131-2/+1
* Refactor INI package (first step) (#25024)wxiaoguang2023-06-021-10/+3
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-233-15/+32
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-14/+5
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-042-81/+15
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-4/+4
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-302-2/+2
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-272-28/+17
* Refactor web route (#24080)wxiaoguang2023-04-201-3/+3
* Refactor cookie (#24107)wxiaoguang2023-04-131-1/+1
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-122-7/+2
* Set `X-Gitea-Debug` header once (#23361)Yarden Shoham2023-03-081-1/+1
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-3/+3
* Fix various bugs for "install" page (#23194)wxiaoguang2023-03-042-18/+43
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-202-8/+10
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* fix: update settings table on install (#22326)John Olheiser2023-01-031-4/+7
* 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