aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base/head.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-241-1/+1
* Remove RenderEmojiPlain from template helper (#29375)wxiaoguang2024-02-241-1/+1
* Remove DataRaceCheck (#29258)wxiaoguang2024-02-191-1/+0
* Auto-update the system status in admin dashboard (#29163)Yarden Shoham2024-02-161-1/+1
* Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow`...Yarden Shoham2024-01-301-1/+1
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-061-1/+1
* Improve opengraph previews (#26851)Linus Groh2023-09-011-36/+1
* Start using template context function (#26254)wxiaoguang2023-08-081-6/+7
* Improve notification icon and navbar (#25111)v1.21.0-devsilverwind2023-06-071-3/+1
* Remove meta tags `theme-color` and `default-theme` (#24960)silverwind2023-05-281-3/+1
* Make the 500 page load themes (#24953)silverwind2023-05-271-10/+3
* Remove meta charset from HTML5 documents (#24744)silverwind2023-05-161-1/+0
* Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix...wxiaoguang2023-04-291-1/+1
* Don't set meta `theme-color` by default (#24340)silverwind2023-04-261-1/+1
* Fix unclear "Owner" concept (#24233)wxiaoguang2023-04-201-5/+5
* Fix various bugs for "install" page (#23194)wxiaoguang2023-03-041-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-4/+4
* fix wrong theme class when logged out if default theme is changed (#22408)crystal2023-01-121-1/+1
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-211-1/+1
* Fix default theme-auto selector when nologin (#21346)rock2dust2022-10-061-1/+1
* Remove extra space from title element (#21345)rock2dust2022-10-051-1/+1
* Add whitespace removal inside template curly brackes (#20853)silverwind2022-08-251-2/+2
* Enable contenthash in filename for dynamic assets (#20813)silverwind2022-08-231-3/+3
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-2/+2
* Add the possibility to allow the user to have a favicon which differs from th...Jan-Eric Schober2022-05-231-1/+1
* Tidy up `<head>` template (#19678)silverwind2022-05-101-24/+22
* By default force vertical tabs on mobile (#19486)Gusted2022-04-261-1/+1
* Show messages for users if the ROOT_URL is wrong, show JavaScript errors (#18...wxiaoguang2022-03-301-42/+3
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-1/+1
* Set OpenGraph title to DisplayName in profile pages (#19206)Nulo2022-03-251-1/+1
* RSS/Atom support for Repos (#19055)65432022-03-131-0/+4
* Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang2022-02-081-1/+1
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-3/+0
* Handle invalid issues (#18111)Gusted2021-12-281-1/+4
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-1/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-0/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-2/+2
* Add copy button to markdown code blocks (#17638)silverwind2021-11-161-0/+4
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-22/+13
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-151-11/+3
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-3/+6
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-2/+2
* Make Mermaid.js limit configurable (#16519)zeripath2021-07-241-0/+1
* Add custom emoji support (#16004)65432021-06-291-0/+1
* Rename StaticUrlPrefix to AssetUrlPrefix (#15779)silverwind2021-05-081-8/+8
* Remove x-ua-compatible header (#15640)silverwind2021-04-281-1/+0
* Enforce tab indentation in templates (#15289)silverwind2021-04-101-1/+1
* Fix CJK fonts again and misc. font issues (#14575)Mike L2021-03-191-1/+1
* stopwatch notif: check if timetracking is enabled (#14750)Norwin2021-02-201-0/+1