Commit Graph

21 Commits (238a997ec0b5d3e3bed0e55edcacebb44f86d373)

Author SHA1 Message Date
Fabian Zaremba f1d2f16b54 Add notice that LFS mirroring is not supported ()
* Add notice that LFS mirroring is not supported

* Drop German translation
Bwko 74ed6dc3ad Add option to app.ini to enable local import paths ()
Unknwon 50422f1fc2 always use relative avatar link in the template
Unknwon 1f2e173a74 Refactor User.Id to User.ID
Adam Strzelecki da2585c11e Indent all templates with tabs
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
Unknwon 52c8f69163 fix
Unknwon 022820103d allow forcing all private repos
Unknwon cc83043edc minor fix on template
Unknwon 9ef063cbb0 change checkbox ui
Unknwon 2493454587 new delete account UI and password confirmation
Unknwon c8bb475abb fix autocomplete on migration
Unknwon e633425f27 and : migration
Unknwon 34102f7889 remove unused scripts and simplify migrate form definition
Unknwon 059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
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
Unknwon 81287ba022 Mirror issue fix
Unknwon 755eec745f Finish new repo settings page
Unknwon dabf5b057c Finish new migrate page
Unknown 32b09681b2 Migrate repository by organization
Unknown 90f6aa8cd1 Add repo mirror and import