summaryrefslogtreecommitdiffstats
path: root/routers/install (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CHORE] Move to new sessioner libraryGusted2024-08-251-1/+1
* Revert "Open telemetry integration (#3972)"TheFox0x72024-08-071-51/+0
* Open telemetry integration (#3972)TheFox0x72024-08-051-0/+51
* Fix wrong error highlighting on install page (#4063)0ko2024-06-111-1/+1
* Add slogan config (#3752)mirko2024-06-071-1/+3
* install: Force DisableRegistration on during installGergely Nagy2024-05-281-1/+1
* Always load or generate oauth2 jwt secret (#30942)wxiaoguang2024-05-191-0/+11
* s/Gitea/Forgejo in various log messages and comments0ko2024-04-211-3/+3
* Update checker setting updates0ko2024-03-311-0/+1
* Move context from modules to services (#29440)Lunny Xiao2024-03-061-1/+1
* Fix validity of the FROM email address not being checked (#29347)Carlos Felgueiras2024-02-261-0/+6
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-261-3/+3
* Merge branch 'rebase-forgejo-dependency' into wip-forgejoEarl Warren2024-02-051-1/+7
|\
| * [GITEA] Refactor generation of JWT secretGusted2024-02-051-1/+1
| * [GITEA] Add password length check on install pageGusted2024-02-051-0/+6
* | [BRANDING] Rebrand default config settings for new installs (#140)Caesar Schinas2024-02-051-1/+1
|/
* [SECURITY] Rework long-term authenticationGusted2024-02-051-11/+2
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-141-4/+8
* Refactor system setting (#27000)wxiaoguang2023-10-051-6/+5
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Use docs.gitea.com instead of docs.gitea.io (#26739)Lunny Xiao2023-08-271-1/+1
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-251-9/+1
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-141-1/+1
* Start using template context function (#26254)wxiaoguang2023-08-081-0/+4
* Serve pre-defined files in "public", add "security.txt", add CORS header for ...wxiaoguang2023-07-211-1/+1
* Remove redundant "RouteMethods" method (#26024)wxiaoguang2023-07-211-1/+1
* Show correct SSL Mode on "install page" (#25818)wxiaoguang2023-07-121-0/+1
* Make "install page" respect environment config (#25648)wxiaoguang2023-07-101-6/+12
* Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413)wxiaoguang2023-06-211-3/+0
* Refactor path & config system (#25330)wxiaoguang2023-06-212-57/+14
* Write absolute AppDataPath to app.ini when installing (#25331)wxiaoguang2023-06-181-0/+1
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-1/+1
* Do not overwrite the log mode when installing (#25203)wxiaoguang2023-06-121-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-192-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