Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [assets] configurable URL for static resources (#7911) | Jakob Ackermann | 2019-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * static url * add cors support for static resources * [assets] work on the migration to configurable url for assets Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [misc] fix whitespace Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [assets] fix the loading of the manifest.json It is generated dynamically, and as such can not be served by the cdn. Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * Revert "add cors support for static resources" This reverts commit 42f964fd181dbb8b139808b9be623470d4f0e40f Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [docs] add the STATIC_URL_PREFIX option Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [docs] reverse-proxy: nginx: add two setups for STATIC_URL_PREFIX Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [assets] migrate the url of a new asset to the static url prefix REF: f2a3abc683ad4b2177b7c7c6160a2c0b4316120a Signed-off-by: Jakob Ackermann <das7pad@outlook.com> | ||||
* | move translation to crowdin (#8596) | 6543 | 2019-10-20 | 1 | -456/+35 |
| | |||||
* | Improve german translation of homepage (#8549) | Konrad Pozniak | 2019-10-20 | 1 | -1/+1 |
| | | | I'm a native speaker, it looks much better this way | ||||
* | Latvian translation for home page (#8468) | Lauris BH | 2019-10-11 | 1 | -0/+40 |
| | |||||
* | Add home template italian translation (#8352) | spaeps | 2019-10-11 | 1 | -0/+40 |
| | | | It was just missing | ||||
* | Fix typo in home.tmpl (#7452) | vadim s. sabinich | 2019-07-15 | 1 | -1/+1 |
| | |||||
* | "It's all in GitHub" isn't true anymore, update the home template (#7059) | Sandro Santilli | 2019-05-27 | 1 | -1/+4 |
| | | | NOTE: this commit only updates the english section | ||||
* | Translate home template to Czech (#5665) | Jan Breuer | 2019-01-08 | 1 | -0/+37 |
| | | | Signed-off-by: Jan Breuer <jan.breuer@jaybee.cz> | ||||
* | Fix home page template regression (#5102) | Tohka | 2018-10-18 | 1 | -1/+1 |
| | | | | | | | Commit 7bb4d610e5cca7ad514e377d2b36254a4cfee5b9 tries to take the app_name from the locale, however, it is a user defined setting. This causes the app name to simply display as `app_name` instead of the correct value. templates/helper.go automatically injects the AppName variable into every template, so we can safely use that instead. Signed-off-by: Daniel Derzsi <daniel@tohka.us> | ||||
* | Use APP_NAME on home page (#5048) | mcnesium | 2018-10-18 | 1 | -1/+1 |
| | | | Would it make sense to actually use the configured app name on the home page? | ||||
* | 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 |