| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix validity of the FROM email address not being checked (#29347) (#29360) | Giteabot | 2024-02-24 | 1 | -0/+6 |
* | Use general token signing secret (#29205) (#29325) | wxiaoguang | 2024-02-22 | 1 | -1/+1 |
* | Refactor system setting (#27000) (#27452) | Giteabot | 2023-10-05 | 1 | -6/+5 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -1/+1 |
* | Use docs.gitea.com instead of docs.gitea.io (#26739) | Lunny Xiao | 2023-08-27 | 1 | -1/+1 |
* | Make web context initialize correctly for different cases (#26726) | wxiaoguang | 2023-08-25 | 1 | -9/+1 |
* | Handle base64 decoding correctly to avoid panic (#26483) | wxiaoguang | 2023-08-14 | 1 | -1/+1 |
* | Start using template context function (#26254) | wxiaoguang | 2023-08-08 | 1 | -0/+4 |
* | Serve pre-defined files in "public", add "security.txt", add CORS header for ... | wxiaoguang | 2023-07-21 | 1 | -1/+1 |
* | Remove redundant "RouteMethods" method (#26024) | wxiaoguang | 2023-07-21 | 1 | -1/+1 |
* | Show correct SSL Mode on "install page" (#25818) | wxiaoguang | 2023-07-11 | 1 | -0/+1 |
* | Make "install page" respect environment config (#25648) | wxiaoguang | 2023-07-09 | 1 | -6/+12 |
* | Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) | wxiaoguang | 2023-06-21 | 1 | -3/+0 |
* | Refactor path & config system (#25330) | wxiaoguang | 2023-06-21 | 2 | -57/+14 |
* | Write absolute AppDataPath to app.ini when installing (#25331) | wxiaoguang | 2023-06-18 | 1 | -0/+1 |
* | Fix all possible setting error related storages and added some tests (#23911) | Lunny Xiao | 2023-06-14 | 1 | -1/+1 |
* | Do not overwrite the log mode when installing (#25203) | wxiaoguang | 2023-06-12 | 1 | -2/+1 |
* | Refactor INI package (first step) (#25024) | wxiaoguang | 2023-06-02 | 1 | -10/+3 |
* | Fix install page context, make the install page tests really test (#24858) | wxiaoguang | 2023-05-23 | 3 | -15/+32 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -14/+5 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 2 | -81/+15 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 1 | -4/+4 |
* | Use globally shared HTMLRender (#24436) | wxiaoguang | 2023-04-30 | 2 | -2/+2 |
* | Refactor "route" related code, fix Safari cookie bug (#24330) | wxiaoguang | 2023-04-27 | 2 | -28/+17 |
* | Refactor web route (#24080) | wxiaoguang | 2023-04-20 | 1 | -3/+3 |
* | Refactor cookie (#24107) | wxiaoguang | 2023-04-13 | 1 | -1/+1 |
* | Use a general approach to access custom/static/builtin assets (#24022) | wxiaoguang | 2023-04-12 | 2 | -7/+2 |
* | Set `X-Gitea-Debug` header once (#23361) | Yarden Shoham | 2023-03-08 | 1 | -1/+1 |
* | Refactor `setting.Database.UseXXX` to methods (#23354) | Jason Song | 2023-03-07 | 1 | -3/+3 |
* | Fix various bugs for "install" page (#23194) | wxiaoguang | 2023-03-04 | 2 | -18/+43 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 2 | -8/+10 |
* | Provide the ability to set password hash algorithm parameters (#22942) | zeripath | 2023-02-19 | 1 | -1/+2 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -2/+2 |
* | fix: update settings table on install (#22326) | John Olheiser | 2023-01-03 | 1 | -4/+7 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 4 | -8/+4 |
* | Fix token generation when using INTERNAL_TOKEN_URI (#21669) | wxiaoguang | 2022-11-03 | 1 | -5/+9 |
* | Configure update checker on installation page (#21655) | Gusted | 2022-11-01 | 1 | -0/+1 |
* | Fix read system configuration bug when installing (#21489) | Lunny Xiao | 2022-10-18 | 1 | -13/+5 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 1 | -3/+20 |
* | Share HTML template renderers and create a watcher framework (#20218) | zeripath | 2022-08-28 | 4 | -38/+45 |
* | Rework mailer settings (#18982) | Clar Fon | 2022-08-02 | 1 | -3/+5 |
* | Add Cache-Control header to html and api responses, add no-transform (#20432) | silverwind | 2022-07-23 | 1 | -0/+2 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 2 | -2/+2 |
* | feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i... | ttys3 | 2022-06-02 | 1 | -0/+2 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -1/+1 |
* | Call MultipartForm.RemoveAll when request finishes (#19606) | wxiaoguang | 2022-05-05 | 1 | -0/+2 |
* | Add health check endpoint (#18465) | ttys3 | 2022-05-04 | 2 | -1/+2 |
* | add smtp password to install page (#17564) | Vladimir Smagin | 2022-05-02 | 1 | -0/+1 |
* | Respect DefaultUserIsRestricted system default when creating new user (#19310) | Jimmy Praet | 2022-04-29 | 1 | -6/+10 |
* | Skip frontend ROOT_URL check on installation page, remove unnecessary global ... | wxiaoguang | 2022-04-01 | 1 | -9/+7 |