aboutsummaryrefslogtreecommitdiff
path: root/templates/home.tmpl
Commit message (Collapse)AuthorAge
* home: new UIUnknwon2015-03-07
|
* Hide the registration button depending on the settingRaphael Randschau2015-02-05
|
* correction: updated docker linkTristan Storch2015-02-01
|
* Add German translation to home pageunknown2014-10-04
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-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 spacesTristan Storch2014-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 organizationUnknwon2014-08-27
|
* Finish new reset password, etc.Unknwon2014-08-09
|
* Finish new collaboration pageUnknwon2014-08-07
|
* New UI merge in progressUnknwon2014-07-26
|
* Clean api codeUnknown2014-05-05
|
* Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-20
| | | | American English.
* Mirror updatesUnknown2014-04-14
|
* Update config optionUnknown2014-03-28
|
* Fix up the spelling on the intro :)Jake Scott2014-03-26
|
* change css name styleFuXiaoHei2014-03-25
|
* Mirror fixUnknown2014-03-18
|
* signed-in dashboard and navbar changesFuXiaoHei2014-03-06
|
* Setup templates structureUnknown2014-02-14
|
* Init commitUnknown2014-02-12