| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some UI problems (install/checkbox) (#30854) | wxiaoguang | 2024-05-06 | 1 | -146/+148 |
* | Correct locale string rendering (#30522) | wxiaoguang | 2024-04-17 | 1 | -1/+1 |
* | Migrate `gt-hidden` to `tw-hidden` (#30046) | silverwind | 2024-03-24 | 1 | -4/+4 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 1 | -8/+8 |
* | Remove unnecessary "Safe" modifier from templates (#29318) | wxiaoguang | 2024-02-22 | 1 | -2/+2 |
* | Fix more "locale" usages (#27259) | wxiaoguang | 2023-09-25 | 1 | -12/+12 |
* | Always use `ctx.Locale.Tr` inside templates (#27231) | delvh | 2023-09-25 | 1 | -75/+75 |
* | Use docs.gitea.com instead of docs.gitea.io (#26739) | Lunny Xiao | 2023-08-27 | 1 | -1/+1 |
* | Show correct SSL Mode on "install page" (#25818) | wxiaoguang | 2023-07-11 | 1 | -3/+3 |
* | Make "install page" respect environment config (#25648) | wxiaoguang | 2023-07-09 | 1 | -7/+24 |
* | Enable H014 and H023 djlint rules (#25786) | silverwind | 2023-07-09 | 1 | -1/+0 |
* | Disable run user change in installation page (#22499) | Lunny Xiao | 2023-07-06 | 1 | -1/+1 |
* | Replace fomantic divider module with our own (#25539) | silverwind | 2023-06-29 | 1 | -1/+1 |
* | Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) | wxiaoguang | 2023-06-21 | 1 | -15/+0 |
* | Add template linting via djlint (#25212) | silverwind | 2023-06-14 | 1 | -2/+2 |
* | Unification of registration fields order (#24737) | Yevhen Pavlov | 2023-05-15 | 1 | -4/+4 |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 1 | -1/+1 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 1 | -12/+12 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 1 | -5/+5 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 1 | -3/+3 |
* | Add main landmark to templates and adjust titles (#22670) | Felipe Leopoldo Sologuren GutiƩrrez | 2023-02-01 | 1 | -1/+1 |
* | Clean up formatting on install page (#21668) | zeripath | 2022-11-03 | 1 | -15/+15 |
* | Configure update checker on installation page (#21655) | Gusted | 2022-11-01 | 1 | -0/+7 |
* | Rework mailer settings (#18982) | Clar Fon | 2022-08-02 | 1 | -2/+6 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 1 | -72/+72 |
* | Refactor install page (db type) (#17919) | wxiaoguang | 2021-12-07 | 1 | -9/+9 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 1 | -0/+24 |
* | Cleanup and use global style on popups (#17674) | silverwind | 2021-11-18 | 1 | -12/+12 |
* | Remove utf8 option from installation page (#16126) | Lunny Xiao | 2021-06-10 | 1 | -1/+0 |
* | Remove fomantic accordion module (#15951) | silverwind | 2021-05-23 | 1 | -137/+128 |
* | Rename StaticUrlPrefix to AssetUrlPrefix (#15779) | silverwind | 2021-05-08 | 1 | -1/+1 |
* | Add Password Algorithm option to install page (#14701) | zeripath | 2021-02-16 | 1 | -0/+14 |
* | Add class to page content to unify top margin (#13766) | silverwind | 2020-11-30 | 1 | -1/+1 |
* | Comment box tweaks and SVG dropdown triangles (#13376) | silverwind | 2020-10-31 | 1 | -3/+3 |
* | Move install pages out of main macaron routes (#13195) | zeripath | 2020-10-19 | 1 | -1/+2 |
* | Set appropriate `autocomplete` attributes on password fields (#13078) | silverwind | 2020-10-09 | 1 | -2/+2 |
* | Change default charset for MySQL on install to utf8mb4 (#10989) | zeripath | 2020-04-06 | 1 | -3/+3 |
* | fix miss spelling (#10721) | Success Go | 2020-03-12 | 1 | -1/+1 |
* | Add support for database schema in PostgreSQL (#8819) | guillep2k | 2020-01-20 | 1 | -0/+5 |
* | Add support of utf8mb4 for mysql (#6992) | Lunny Xiao | 2019-05-24 | 1 | -1/+16 |
* | Remove the required class from optional ssh port in installation page (#5428) | romankl | 2018-11-29 | 1 | -1/+1 |
* | issue-2768: added new option allow_only_external_registration (#3910) | FabioFortini | 2018-05-13 | 1 | -0/+6 |
* | Spaces to tabs in templates (#2953) | Ethan Koenig | 2017-11-21 | 1 | -4/+4 |
* | Feature: Timetracking (#2211) | Jonas Franz | 2017-09-12 | 1 | -0/+6 |
* | Add OpenID configuration in install page (#2276) | Sandro Santilli | 2017-08-19 | 1 | -0/+12 |
* | Add configuration option for default permission to create Organizations (#1686) | Lauris BH | 2017-05-08 | 1 | -0/+6 |
* | Fixes 1019, install page SMTP user is required to (#1020) | puffybsd | 2017-02-24 | 1 | -3/+3 |
* | fix docker link on install page (#964) | Lunny Xiao | 2017-02-18 | 1 | -1/+1 |
* | Add Keep email private (see issue #571). (#571) | derSuessmann | 2017-01-08 | 1 | -0/+11 |
* | Git LFS support v2 (#122) | Fabian Zaremba | 2016-12-26 | 1 | -0/+5 |