Commit Graph

18 Commits (01ba7717838c01c719cca34d3fe446c547c9ada4)

Author SHA1 Message Date
unknown 1031271224 Add German translation to home page
Unknwon 7ba9257a7f Add suburl support
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
Tristan Storch 69e332f432 Removed trailing white spaces
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.
Unknwon 9baf2b38d0 Bug fix on organization
Unknwon 7af7584d25 Finish new reset password, etc.
Unknwon e8c9bb2c66 Finish new collaboration page
Unknwon 8dd07c0ddd New UI merge in progress
Unknown c1eb4d894a Clean api code
twitchyliquid64 d304a23787 Corrected grammar and spelling mistakes in templates. Normalizing to American English.
Unknown c36e7d322e Mirror updates
Unknown cb05b8325c Update config option
Jake Scott 60b83ce0c6 Fix up the spelling on the intro :)
FuXiaoHei 2a2f025388 change css name style
Unknown fbd252c1cf Mirror fix
FuXiaoHei 4b912b9ae6 signed-in dashboard and navbar changes
Unknown b1c5adc2f2 Setup templates structure
Unknown 96b317d3ff Init commit