| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial support for colorblindness-friendly themes (#30625) | wxiaoguang | 2024-04-24 | 1 | -1/+1 |
* | Remove RenderEmojiPlain from template helper (#29375) | wxiaoguang | 2024-02-24 | 1 | -1/+1 |
* | Remove DataRaceCheck (#29258) | wxiaoguang | 2024-02-19 | 1 | -1/+0 |
* | Auto-update the system status in admin dashboard (#29163) | Yarden Shoham | 2024-02-16 | 1 | -1/+1 |
* | Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow`... | Yarden Shoham | 2024-01-30 | 1 | -1/+1 |
* | Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) | silverwind | 2023-10-06 | 1 | -1/+1 |
* | Improve opengraph previews (#26851) | Linus Groh | 2023-09-01 | 1 | -36/+1 |
* | Start using template context function (#26254) | wxiaoguang | 2023-08-08 | 1 | -6/+7 |
* | Improve notification icon and navbar (#25111)v1.21.0-dev | silverwind | 2023-06-07 | 1 | -3/+1 |
* | Remove meta tags `theme-color` and `default-theme` (#24960) | silverwind | 2023-05-28 | 1 | -3/+1 |
* | Make the 500 page load themes (#24953) | silverwind | 2023-05-27 | 1 | -10/+3 |
* | Remove meta charset from HTML5 documents (#24744) | silverwind | 2023-05-16 | 1 | -1/+0 |
* | Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix... | wxiaoguang | 2023-04-29 | 1 | -1/+1 |
* | Don't set meta `theme-color` by default (#24340) | silverwind | 2023-04-26 | 1 | -1/+1 |
* | Fix unclear "Owner" concept (#24233) | wxiaoguang | 2023-04-20 | 1 | -5/+5 |
* | Fix various bugs for "install" page (#23194) | wxiaoguang | 2023-03-04 | 1 | -1/+1 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -4/+4 |
* | fix wrong theme class when logged out if default theme is changed (#22408) | crystal | 2023-01-12 | 1 | -1/+1 |
* | Allow disable RSS/Atom feed (#21622) | Xinyu Zhou | 2022-11-21 | 1 | -1/+1 |
* | Fix default theme-auto selector when nologin (#21346) | rock2dust | 2022-10-06 | 1 | -1/+1 |
* | Remove extra space from title element (#21345) | rock2dust | 2022-10-05 | 1 | -1/+1 |
* | Add whitespace removal inside template curly brackes (#20853) | silverwind | 2022-08-25 | 1 | -2/+2 |
* | Enable contenthash in filename for dynamic assets (#20813) | silverwind | 2022-08-23 | 1 | -3/+3 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 1 | -2/+2 |
* | Add the possibility to allow the user to have a favicon which differs from th... | Jan-Eric Schober | 2022-05-23 | 1 | -1/+1 |
* | Tidy up `<head>` template (#19678) | silverwind | 2022-05-10 | 1 | -24/+22 |
* | By default force vertical tabs on mobile (#19486) | Gusted | 2022-04-26 | 1 | -1/+1 |
* | Show messages for users if the ROOT_URL is wrong, show JavaScript errors (#18... | wxiaoguang | 2022-03-30 | 1 | -42/+3 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 1 | -1/+1 |
* | Set OpenGraph title to DisplayName in profile pages (#19206) | Nulo | 2022-03-25 | 1 | -1/+1 |
* | RSS/Atom support for Repos (#19055) | 6543 | 2022-03-13 | 1 | -0/+4 |
* | Refactor i18n, use Locale to provide i18n/translation related functions (#18648) | wxiaoguang | 2022-02-08 | 1 | -1/+1 |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
* | Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) | wxiaoguang | 2022-01-05 | 1 | -3/+0 |
* | Handle invalid issues (#18111) | Gusted | 2021-12-28 | 1 | -1/+4 |
* | Clean legacy SimpleMDE code (#17926) | wxiaoguang | 2021-12-10 | 1 | -1/+1 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 1 | -0/+2 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -2/+2 |
* | Add copy button to markdown code blocks (#17638) | silverwind | 2021-11-16 | 1 | -0/+4 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 1 | -22/+13 |
* | Frontend refactor: move Vue related code from `index.js` to `components` dir,... | wxiaoguang | 2021-10-15 | 1 | -11/+3 |
* | Add user status filter to admin user management page (#16770) | wxiaoguang | 2021-10-12 | 1 | -3/+6 |
* | Avatar refactor, move avatar code from `models` to `models.avatars`, remove d... | wxiaoguang | 2021-10-06 | 1 | -2/+2 |
* | Make Mermaid.js limit configurable (#16519) | zeripath | 2021-07-24 | 1 | -0/+1 |
* | Add custom emoji support (#16004) | 6543 | 2021-06-29 | 1 | -0/+1 |
* | Rename StaticUrlPrefix to AssetUrlPrefix (#15779) | silverwind | 2021-05-08 | 1 | -8/+8 |
* | Remove x-ua-compatible header (#15640) | silverwind | 2021-04-28 | 1 | -1/+0 |
* | Enforce tab indentation in templates (#15289) | silverwind | 2021-04-10 | 1 | -1/+1 |
* | Fix CJK fonts again and misc. font issues (#14575) | Mike L | 2021-03-19 | 1 | -1/+1 |
* | stopwatch notif: check if timetracking is enabled (#14750) | Norwin | 2021-02-20 | 1 | -0/+1 |