| Commit message (Expand) | Author | Age | Files | Lines |
* | Set heatmap color range configurable (#5165) | Antoine GIRARD | 2018-10-24 | 1 | -1/+1 |
* | User action heatmap (#5131) | kolaente | 2018-10-23 | 2 | -0/+25 |
* | Fix user menu item styling (#4985) | silverwind | 2018-09-27 | 1 | -1/+1 |
* | Extract header and footer content to separate tmpl (#4797) | Lukas Bestle | 2018-09-07 | 4 | -159/+162 |
* | Hide home button when landing page is not set to home (#4651) | Piotr Orzechowski | 2018-08-26 | 1 | -7/+11 |
* | Swagger.v1.json template (#3572) | Piotr Orzechowski | 2018-07-28 | 1 | -1/+1 |
* | Add the ability to have built in themes in Gitea (#4198) | techknowlogick | 2018-07-05 | 1 | -0/+3 |
* | Add Recaptcha functionality to Gitea (#4044) | Fluf | 2018-07-05 | 1 | -0/+5 |
* | Add `noreferrer` to rel='noopener` for <a> tags (#4328) | cezar97 | 2018-07-03 | 1 | -2/+2 |
* | Update notification icon (#4343) | ucodi | 2018-07-03 | 1 | -1/+1 |
* | Remove dupelicate link (#4100) | Fluf | 2018-06-03 | 1 | -1/+1 |
* | Add support for FIDO U2F (#3971) | Jonas Franz | 2018-05-19 | 1 | -0/+3 |
* | Rework special link parsing in the post-processing of markup (#3354) | Morgan Bazalgette | 2018-02-27 | 1 | -1/+0 |
* | Add option to enable or disable swagger endpoints (#3502) | Piotr Orzechowski | 2018-02-14 | 1 | -1/+1 |
* | Emoji Autocomplete (#3433) | modmew8 | 2018-02-03 | 1 | -0/+32 |
* | Templates for extra links in top navbar and repo tool tabs. (#3308) | Alberto González Palomo | 2018-01-10 | 1 | -0/+3 |
* | Add more additional template snippets (#3286) | Thomas Boerger | 2018-01-02 | 2 | -0/+10 |
* | Responsive view (#2750) | Morgan Bazalgette | 2017-12-30 | 1 | -111/+116 |
* | Use correct camel casing for JavaScript (#3224) | Jesstern Rays | 2017-12-18 | 1 | -1/+1 |
* | Mention completion for issue editor. (#3136) | harry | 2017-12-11 | 2 | -0/+30 |
* | Reduce overhead of upgrades for users with custom stylesheets/JS (#3051) | techknowlogick | 2017-12-03 | 2 | -0/+2 |
* | Add Safari pinned tab icon (#2799) | Bastian Rinsche | 2017-10-28 | 1 | -0/+1 |
* | Move swagger-ui under /api/v1 (#2746) | Antoine GIRARD | 2017-10-21 | 1 | -1/+1 |
* | Fix duplicated rel attribute (#2549) | Jorge Maldonado Ventura | 2017-09-20 | 1 | -2/+2 |
* | Make basic functionality work without JavaScript (#2541) | Jorge Maldonado Ventura | 2017-09-19 | 1 | -1/+7 |
* | Convert spaces to tabs in footer.tmpl (#2520) | Ethan Koenig | 2017-09-16 | 1 | -3/+3 |
* | Moved vendored js/css into `public/vendor` and documented sources (#1484) (#2... | Michael Lustfield | 2017-08-23 | 2 | -31/+65 |
* | Fix and improve dashboard repo UI (#2285) | Morlinest | 2017-08-17 | 2 | -4/+7 |
* | Add task to generate images from SVG and change to new logo (#2194) | Lauris BH | 2017-07-28 | 1 | -1/+1 |
* | Keep sort when switching page (#2013) | iszla | 2017-06-22 | 1 | -5/+5 |
* | Use production version of vuejs. (#1869) | Antoine GIRARD | 2017-06-04 | 1 | -1/+1 |
* | Fix FOUC on Firefox (#1728) | Sondre Nilsen | 2017-05-31 | 1 | -2/+4 |
* | Merge pull request #1750 from andreynering/dashboard-search-org-repos | Andrey Nering | 2017-05-27 | 1 | -0/+3 |
|\ |
|
| * | Show repos acording to user/organization | Andrey Nering | 2017-05-18 | 1 | -0/+3 |
* | | Update HighlightJS and fix YAML files highlighting (#1764) | Andrey Nering | 2017-05-20 | 2 | -2/+2 |
|/ |
|
* | Improve dashboard repo search (#1652) | Andrey Nering | 2017-05-09 | 2 | -0/+4 |
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 1 | -0/+1 |
* | Support for custom html meta (#1423) | Jonas | 2017-03-31 | 1 | -4/+4 |
* | Remove href on first/last link when on first/last page (#1345) | aloupfor | 2017-03-22 | 1 | -2/+2 |
* | Add LibreJS support (#1201) | Sandro Santilli | 2017-03-12 | 1 | -0/+1 |
* | Removed footer copyright year (#829) | Lunny Xiao | 2017-02-24 | 1 | -1/+1 |
* | Security: fix XSS attack on alert (#973) | Lunny Xiao | 2017-02-19 | 1 | -3/+3 |
* | feat: support search bar on star tab of user profile. (#917) | Bo-Yi Wu | 2017-02-14 | 1 | -5/+5 |
* | Markdown rendering overhaul (#186) | Andrew Boyarshin | 2017-02-14 | 1 | -0/+1 |
* | Implement basic Open Graph support. (#901) | Andrew | 2017-02-11 | 1 | -0/+24 |
* | feat: support paginater on star tab of user profile. (#845) | Bo-Yi Wu | 2017-02-07 | 1 | -4/+4 |
* | feat: add search repository on dashboard. (#773) | Bo-Yi Wu | 2017-01-30 | 1 | -0/+1 |
* | refactor: move js to bottom and move css to top. (#689) | Bo-Yi Wu | 2017-01-25 | 2 | -38/+48 |
* | Notifications: trying to get a better layout (#660) | Andrey Nering | 2017-01-18 | 1 | -1/+1 |
* | Notifications: mark as read/unread and pin (#629) | Andrey Nering | 2017-01-12 | 1 | -1/+1 |