| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the captcha script loader to the template which really needs it (#28718) | wxiaoguang | 2024-01-07 | 1 | -12/+0 |
* | Avoid unnecessary 500 panic when a commit doesn't exist (#28719) | wxiaoguang | 2024-01-07 | 1 | -1/+1 |
* | Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) | silverwind | 2023-10-06 | 2 | -8/+2 |
* | Fix more "locale" usages (#27259) | wxiaoguang | 2023-09-25 | 2 | -5/+5 |
* | Always use `ctx.Locale.Tr` inside templates (#27231) | delvh | 2023-09-25 | 4 | -54/+54 |
* | cleanup locale function usage (#27227) | Denys Konovalov | 2023-09-24 | 1 | -7/+4 |
* | Change green buttons to primary color (#27099) | silverwind | 2023-09-18 | 1 | -3/+3 |
* | update footer link to new landing page (#26916) | techknowlogick | 2023-09-05 | 1 | -1/+1 |
* | Refactor `og:description` to limit the max length (#26876) | wxiaoguang | 2023-09-03 | 1 | -5/+10 |
* | Improve opengraph previews (#26851) | Linus Groh | 2023-09-01 | 2 | -36/+43 |
* | Move licenses.txt to /assets directory (#26866) | silverwind | 2023-09-01 | 1 | -1/+1 |
* | Use docs.gitea.com instead of docs.gitea.io (#26739) | Lunny Xiao | 2023-08-27 | 1 | -2/+2 |
* | Check disabled workflow when rerun jobs (#26535) | yp05327 | 2023-08-22 | 1 | -0/+2 |
* | Use template context function for avatar rendering (#26385) | wxiaoguang | 2023-08-10 | 1 | -2/+2 |
* | Start using template context function (#26254) | wxiaoguang | 2023-08-08 | 2 | -7/+10 |
* | Enable H014 and H023 djlint rules (#25786) | silverwind | 2023-07-09 | 1 | -1/+0 |
* | Align language menu icon and fit the footer area (#25556) | wxiaoguang | 2023-06-28 | 1 | -1/+1 |
* | Use JSON response for "user/logout" (#25522) | wxiaoguang | 2023-06-26 | 1 | -2/+2 |
* | Navbar fixes (#25402) | silverwind | 2023-06-24 | 1 | -3/+3 |
* | Navbar styling rework (#25343) | silverwind | 2023-06-20 | 1 | -37/+38 |
* | rename tributeValues to mentionValues (#25375) | silverwind | 2023-06-20 | 1 | -1/+1 |
* | Add template linting via djlint (#25212) | silverwind | 2023-06-14 | 1 | -2/+2 |
* | Improve AJAX link and modal confirm dialog (#25210) | wxiaoguang | 2023-06-13 | 1 | -5/+7 |
* | Fix mobile navbar and misc cleanups (#25134) | silverwind | 2023-06-09 | 1 | -78/+67 |
* | Button and color enhancements (#24989) | silverwind | 2023-06-09 | 1 | -1/+1 |
* | Improve notification icon and navbar (#25111)v1.21.0-dev | silverwind | 2023-06-07 | 2 | -7/+5 |
* | Remove the service worker (#25010) | silverwind | 2023-05-31 | 1 | -1/+0 |
* | Remove meta tags `theme-color` and `default-theme` (#24960) | silverwind | 2023-05-28 | 2 | -3/+1 |
* | Make the 500 page load themes (#24953) | silverwind | 2023-05-27 | 2 | -10/+11 |
* | Remove meta charset from HTML5 documents (#24744) | silverwind | 2023-05-16 | 1 | -1/+0 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 1 | -1/+0 |
* | Clean up polluted styles and remove dead CSS code (#24497) | wxiaoguang | 2023-05-03 | 1 | -4/+4 |
* | Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix... | wxiaoguang | 2023-04-29 | 2 | -4/+4 |
* | Don't set meta `theme-color` by default (#24340) | silverwind | 2023-04-26 | 1 | -1/+1 |
* | Improve some modal action buttons (#24289) | wxiaoguang | 2023-04-24 | 1 | -10/+27 |
* | Refactor delete_modal_actions template and use it for project column related ... | Hester Gong | 2023-04-23 | 2 | -10/+21 |
* | Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270) | wxiaoguang | 2023-04-22 | 1 | -3/+0 |
* | Fix footer display (#24251) | wxiaoguang | 2023-04-22 | 1 | -29/+27 |
* | Fix unclear "Owner" concept (#24233) | wxiaoguang | 2023-04-20 | 1 | -5/+5 |
* | Show friendly 500 error page to users and developers (#24110) | wxiaoguang | 2023-04-14 | 1 | -0/+1 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 1 | -14/+10 |
* | Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit... | wxiaoguang | 2023-03-26 | 1 | -3/+2 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 1 | -11/+9 |
* | Use a general approch to improve a11y for all checkboxes and dropdowns. (#23542) | wxiaoguang | 2023-03-22 | 1 | -0/+1 |
* | Use `<nav>` instead of `<div>` in the global navbar (#23125) | delvh | 2023-03-17 | 1 | -6/+6 |
* | Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy... | wxiaoguang | 2023-03-17 | 1 | -1/+1 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 1 | -4/+4 |
* | Fix various bugs for "install" page (#23194) | wxiaoguang | 2023-03-04 | 1 | -1/+1 |
* | Add accessibility to the menu on the navbar (#23059) | HesterG | 2023-02-22 | 1 | -2/+2 |
* | Introduce customized HTML elements, fix incorrect AppUrl usages in templates ... | wxiaoguang | 2023-02-17 | 1 | -0/+1 |