summaryrefslogtreecommitdiffstats
path: root/templates/repo/migrate.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Add notice that LFS mirroring is not supported (#1251)Fabian Zaremba2017-03-161-1/+4
| | | | | | * Add notice that LFS mirroring is not supported * Drop German translation
* Add option to app.ini to enable local import paths (#724)Bwko2017-01-231-1/+1
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-3/+3
|
* Refactor User.Id to User.IDUnknwon2016-07-241-3/+3
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-79/+79
| | | | | | | | | | | | 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
* fix #650Unknwon2015-11-221-4/+4
|
* #1657 allow forcing all private reposUnknwon2015-10-251-0/+5
|
* minor fix on templateUnknwon2015-09-071-2/+0
|
* change checkbox uiUnknwon2015-08-291-2/+2
|
* new delete account UI and password confirmationUnknwon2015-08-191-1/+1
|
* fix autocomplete on migrationUnknwon2015-08-151-1/+2
|
* #1180 and #1250: migrationUnknwon2015-08-151-79/+94
|
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-111-2/+2
|
* routers: able to migrate repo from local pathUnknwon2015-02-221-2/+2
| | | | - modules/middleware/context.go: add HandleAPI method
* Add suburl supportUnknwon2014-09-191-2/+2
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-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
* Mirror issue fixUnknwon2014-08-271-1/+1
|
* Finish new repo settings pageUnknwon2014-08-021-13/+13
|
* Finish new migrate pageUnknwon2014-08-011-114/+69
|
* Migrate repository by organizationUnknown2014-06-251-2/+30
|
* Add repo mirror and importUnknown2014-04-121-0/+99