| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor `setting.Database.UseXXX` to methods (#23354) (#23356) | Giteabot | 2023-03-07 | 1 | -3/+3 |
* | Fix various bugs for "install" page (#23194) (#23286)v1.19.0-rc1 | Giteabot | 2023-03-05 | 1 | -15/+33 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -2/+2 |
* | 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 | 1 | -2/+1 |
* | 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 | 1 | -31/+34 |
* | Rework mailer settings (#18982) | Clar Fon | 2022-08-02 | 1 | -3/+5 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 1 | -1/+1 |
* | 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 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 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -1/+1 |
* | Refactor i18n, use Locale to provide i18n/translation related functions (#18648) | wxiaoguang | 2022-02-08 | 1 | -10/+1 |
* | Switch to non-deprecation setting (#18358) | Gusted | 2022-01-23 | 1 | -1/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -4/+4 |
* | Change initial TrustModel to committer (#18335) | zeripath | 2022-01-19 | 1 | -0/+2 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 1 | -4/+2 |
* | Refactor install page (db type) (#17919) | wxiaoguang | 2021-12-07 | 1 | -14/+23 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 1 | -27/+111 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -9/+9 |
* | Fix bug on admin subcommand (#17533) | Lunny Xiao | 2021-11-07 | 1 | -2/+2 |
* | Rename db Engines related functions (#17481) | Lunny Xiao | 2021-10-30 | 1 | -1/+1 |
* | Run Migrate in Install rather than just SyncTables (#17475) | zeripath | 2021-10-29 | 1 | -1/+2 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -1/+2 |
* | Add asymmetric JWT signing (#16010) | KN4CK3R | 2021-06-17 | 1 | -1/+1 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -0/+473 |