Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed remaining landing-page/home fragmentsmygogs | Toni Uhlig | 2024-02-02 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | removed landing page | Toni Uhlig | 2024-02-02 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | locale: sync from Crowdin (#6602) | ᴜɴᴋɴᴡᴏɴ | 2021-08-08 |
| | |||
* | templates: add `it-IT` version of home page (#6558) | Massimiliano Losego | 2021-05-19 |
| | | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | chore: change default branch to `main` (#6285) | ᴜɴᴋɴᴡᴏɴ | 2020-08-27 |
| | |||
* | public: update to new logo | ᴜɴᴋɴᴡᴏɴ | 2020-02-27 |
| | |||
* | templates: add 'rel=noopener noreferrer' to <a> tags (#5319) | cezar97 | 2018-07-02 |
| | | | Signed-off-by: cezar97 <cezar97@protonmail.com> | ||
* | MISC: fix Mac OS X → macOS (#5168) | Nicolas Ettlin | 2018-04-16 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | locale: changes relates to Ukrainian language (#4168) | Argentumbolo | 2017-02-21 |
| | | | | | | - Add Ukrainian translation into templates/home.tmpl - Fix Ukrainian language name in conf/app.ini because on Ukrainian 'language' is female. - Add me as translator into conf/locale/TRANSLATORS | ||
* | Update home.tmpl (#4159) | Alexey Agafonov | 2017-02-20 |
| | | | Russian lang. Small fix. | ||
* | Simplify description | Unknwon | 2017-02-15 |
| | |||
* | Replace gogs.io http links with https version (#3386) | rugk | 2016-08-05 |
| | |||
* | Minor fix for #2772 | Unknwon | 2016-03-06 |
| | |||
* | минимальные -> низкие (системные требования) | xDShot | 2016-03-06 |
| | |||
* | Add ru-RU to home template | Lourens | 2016-03-06 |
| | |||
* | Add portuguese-BR to home template. | Andrey Nering | 2016-01-31 |
| | |||
* | Add es-ES to home template | Toni Villena | 2016-01-18 |
| | |||
* | Add fr-FR to home template | Philippe Chataignon | 2016-01-11 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 |
| | | | | | | | | | | | | 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 |
| | |||
* | home: new UI | Unknwon | 2015-03-07 |
| | |||
* | Hide the registration button depending on the setting | Raphael Randschau | 2015-02-05 |
| | |||
* | correction: updated docker link | Tristan Storch | 2015-02-01 |
| | |||
* | Add German translation to home page | unknown | 2014-10-04 |
| | |||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | 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 |
| | | | | | | | | | | 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 |
| | |||
* | Finish new reset password, etc. | Unknwon | 2014-08-09 |
| | |||
* | Finish new collaboration page | Unknwon | 2014-08-07 |
| | |||
* | New UI merge in progress | Unknwon | 2014-07-26 |
| | |||
* | Clean api code | Unknown | 2014-05-05 |
| | |||
* | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 |
| | | | | American English. | ||
* | Mirror updates | Unknown | 2014-04-14 |
| | |||
* | Update config option | Unknown | 2014-03-28 |
| | |||
* | Fix up the spelling on the intro :) | Jake Scott | 2014-03-26 |
| | |||
* | change css name style | FuXiaoHei | 2014-03-25 |
| | |||
* | Mirror fix | Unknown | 2014-03-18 |
| | |||
* | signed-in dashboard and navbar changes | FuXiaoHei | 2014-03-06 |
| | |||
* | Setup templates structure | Unknown | 2014-02-14 |
| | |||
* | Init commit | Unknown | 2014-02-12 |