Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `noreferrer` to rel='noopener` for <a> tags (#4328) | cezar97 | 2018-07-03 | 1 | -30/+30 |
| | |||||
* | Mac OS X -> macOS (#4056) | techknowlogick | 2018-05-27 | 1 | -6/+6 |
| | |||||
* | Spaces to tabs in templates (#2953) | Ethan Koenig | 2017-11-21 | 1 | -4/+4 |
| | |||||
* | Link to gitea-specific Vagrant example (#2624) | Sandro Santilli | 2017-09-30 | 1 | -9/+9 |
| | | | .. rather than a gogs one | ||||
* | docs: update translation on homepage for zh-tw (#634) | Bo-Yi Wu | 2017-01-11 | 1 | -0/+37 |
| | |||||
* | Added Dutch translations to the landingpage | Bwko | 2016-12-26 | 1 | -0/+37 |
| | |||||
* | Fix homepage docs link broken (#417) | Lunny Xiao | 2016-12-22 | 1 | -8/+8 |
| | | | | | | * fix homepage docs link broken * fix homepage docs links after docs updated | ||||
* | Added rel="noopener" to target="_blank" hrefs (#327) | Bwko | 2016-12-02 | 1 | -24/+24 |
| | | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io | ||||
* | Update home page to Gitea (#138) | Andrey Nering | 2016-11-11 | 1 | -23/+23 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -14/+14 |
| | |||||
* | Replace gogs.io http links with https version (#3386) | rugk | 2016-08-05 | 1 | -8/+8 |
| | |||||
* | Minor fix for #2772 | Unknwon | 2016-03-06 | 1 | -1/+1 |
| | |||||
* | минимальные -> низкие (системные требования) | xDShot | 2016-03-06 | 1 | -1/+1 |
| | |||||
* | Add ru-RU to home template | Lourens | 2016-03-06 | 1 | -0/+37 |
| | |||||
* | Add portuguese-BR to home template. | Andrey Nering | 2016-01-31 | 1 | -0/+37 |
| | |||||
* | Add es-ES to home template | Toni Villena | 2016-01-18 | 1 | -0/+37 |
| | |||||
* | Add fr-FR to home template | Philippe Chataignon | 2016-01-11 | 1 | -0/+40 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 1 | -116/+116 |
| | | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file | ||||
* | #1646 and other minor fixes | Unknwon | 2015-09-16 | 1 | -2/+1 |
| | |||||
* | home: new UI | Unknwon | 2015-03-07 | 1 | -94/+129 |
| | |||||
* | Hide the registration button depending on the setting | Raphael Randschau | 2015-02-05 | 1 | -0/+2 |
| | |||||
* | correction: updated docker link | Tristan Storch | 2015-02-01 | 1 | -3/+3 |
| | |||||
* | Add German translation to home page | unknown | 2014-10-04 | 1 | -1/+22 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -2/+2 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||||
* | Bug fix on organization | Unknwon | 2014-08-27 | 1 | -2/+2 |
| | |||||
* | Finish new reset password, etc. | Unknwon | 2014-08-09 | 1 | -1/+2 |
| | |||||
* | Finish new collaboration page | Unknwon | 2014-08-07 | 1 | -5/+4 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -25/+70 |
| | |||||
* | Clean api code | Unknown | 2014-05-05 | 1 | -2/+2 |
| | |||||
* | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 | 1 | -1/+1 |
| | | | | American English. | ||||
* | Mirror updates | Unknown | 2014-04-14 | 1 | -0/+19 |
| | |||||
* | Update config option | Unknown | 2014-03-28 | 1 | -1/+3 |
| | |||||
* | Fix up the spelling on the intro :) | Jake Scott | 2014-03-26 | 1 | -2/+2 |
| | |||||
* | change css name style | FuXiaoHei | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | Mirror fix | Unknown | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | signed-in dashboard and navbar changes | FuXiaoHei | 2014-03-06 | 1 | -0/+6 |
| | |||||
* | Setup templates structure | Unknown | 2014-02-14 | 1 | -1/+0 |
| | |||||
* | Init commit | Unknown | 2014-02-12 | 1 | -0/+1 |