| Commit message (Expand) | Author | Age | Files | Lines |
* | Add whitespace removal inside template curly brackes (#20853) | silverwind | 2022-08-25 | 3 | -9/+9 |
* | Enable contenthash in filename for dynamic assets (#20813) | silverwind | 2022-08-23 | 3 | -4/+5 |
* | Move the official website link at the footer of gitea (#20777) | PEN² | 2022-08-12 | 1 | -2/+1 |
* | Use separate class for tippy targets (#20742) | silverwind | 2022-08-10 | 1 | -1/+1 |
* | Replace fomantic popup module with tippy.js (#20428) | silverwind | 2022-08-09 | 1 | -2/+4 |
* | Add labels to two buttons that were missing them (#20419) | techknowlogick | 2022-07-26 | 1 | -1/+1 |
* | Fix eslint parsing errors, remove eslint-plugin-html (#20323) | silverwind | 2022-07-15 | 1 | -1/+0 |
* | Fix toolip on mobile notification bell (#20270) | zeripath | 2022-07-06 | 1 | -1/+1 |
* | Refix notification bell placement (#20251) | zeripath | 2022-07-06 | 1 | -1/+1 |
* | Adjust class for mobile has the problem of double small bells (#20236) | Tyrone Yeh | 2022-07-05 | 1 | -1/+1 |
* | Adjust template for #20069 smallbell (#20108) | Tyrone Yeh | 2022-07-04 | 1 | -4/+15 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 6 | -55/+55 |
* | Fix aria for logo (#19955) | wxiaoguang | 2022-06-13 | 1 | -2/+2 |
* | Add alt text to logo (#19892) | André Jaenisch | 2022-06-05 | 1 | -1/+1 |
* | Add the possibility to allow the user to have a favicon which differs from th... | Jan-Eric Schober | 2022-05-23 | 1 | -1/+1 |
* | Replace blue button and label classes with primary (#19763) | silverwind | 2022-05-20 | 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 |
* | Fix nil error when some pages are rendered outside request context (#19427) | wxiaoguang | 2022-04-19 | 1 | -1/+1 |
* | Show messages for users if the ROOT_URL is wrong, show JavaScript errors (#18... | wxiaoguang | 2022-03-30 | 3 | -43/+53 |
* | 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 |
* | Remove the Go version in UI, add a link on Gitea Version to show config detai... | wxiaoguang | 2022-03-23 | 1 | -2/+14 |
* | RSS/Atom support for Repos (#19055) | 6543 | 2022-03-13 | 1 | -0/+4 |
* | Display template path of current page in dev mode (#18717) | Lunny Xiao | 2022-02-12 | 1 | -1/+1 |
* | Refactor i18n, use Locale to provide i18n/translation related functions (#18648) | wxiaoguang | 2022-02-08 | 2 | -3/+3 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 1 | -3/+0 |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
* | Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) | wxiaoguang | 2022-01-05 | 2 | -11/+0 |
* | Handle invalid issues (#18111) | Gusted | 2021-12-28 | 1 | -1/+4 |
* | Clean legacy SimpleMDE code (#17926) | wxiaoguang | 2021-12-10 | 2 | -2/+2 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 1 | -0/+2 |
* | Cleanup and use global style on popups (#17674) | silverwind | 2021-11-18 | 1 | -9/+9 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 2 | -9/+8 |
* | Add copy button to markdown code blocks (#17638) | silverwind | 2021-11-16 | 1 | -0/+4 |
* | Show correct "No" icon (#17537) | delvh | 2021-11-04 | 1 | -1/+1 |
* | Fix login redirection links (#17451) | qwerty287 | 2021-10-28 | 1 | -1/+1 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 1 | -22/+13 |
* | Disable form autofill (#17291) | wxiaoguang | 2021-10-19 | 1 | -0/+31 |
* | 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 | 2 | -5/+9 |
* | fix navbar ui (#17235) | wxiaoguang | 2021-10-06 | 1 | -1/+1 |
* | Avatar refactor, move avatar code from `models` to `models.avatars`, remove d... | wxiaoguang | 2021-10-06 | 1 | -2/+2 |
* | Remove Dashboard/Home button from the navbar (#16844) | n | 2021-10-05 | 1 | -8/+4 |
* | 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 |
* | Fix typo and add TODO notice (#16064) | NekoBit | 2021-06-05 | 1 | -2/+2 |
* | Rename StaticUrlPrefix to AssetUrlPrefix (#15779) | silverwind | 2021-05-08 | 4 | -16/+16 |
* | Remove x-ua-compatible header (#15640) | silverwind | 2021-04-28 | 1 | -1/+0 |
* | Disable Stars config option (#14653) | Kyle D | 2021-04-15 | 1 | -4/+6 |