summaryrefslogtreecommitdiffstats
path: root/templates/repo/migrate.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Add a migrate service type switch page (#12697)Lunny Xiao2020-09-091-157/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a migrat service type switch page * Improve translations * remove images * Fix images * remove extra create repo button on dashboard * Follow reviewers' opinions * Fix frontend lint * Remove wrong submit file * Fix tests * Adjust the size of image * Apply suggestions from code review Co-authored-by: 赵智超 <1012112796@qq.com> * Remove username and password from migration of github/gitlab * Improve docs * Improve interface docs Co-authored-by: 赵智超 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Git migration UX (#12619)John Olheiser2020-08-281-57/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial work Signed-off-by: jolheiser <john.olheiser@gmail.com> * Implementation Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix gitlab and token cloning Signed-off-by: jolheiser <john.olheiser@gmail.com> * Imports and JS Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Linting Signed-off-by: jolheiser <john.olheiser@gmail.com> * Generate swagger Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move mirror toggle and rename options Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Allow site admin to disable mirrors (#11740)John Olheiser2020-06-021-2/+7
| | | | | | | | | | | | | | | | | | | * Allow site admin to disable mirrors Signed-off-by: jolheiser <john.olheiser@gmail.com> * No need to run through Safe Signed-off-by: jolheiser <john.olheiser@gmail.com> * Clarify only disabling NEW mirrors Signed-off-by: jolheiser <john.olheiser@gmail.com> * Apply suggestions from @guillep2k Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Improve migrations to support migrating ↵Lunny Xiao2019-05-071-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | milestones/labels/issues/comments/pullrequests (#6290) * add migrations * fix package dependency * fix lints * implements migrations except pull requests * add releases * migrating releases * fix bug * fix lint * fix migrate releases * fix tests * add rollback * pull request migtations * fix import * fix go module vendor * add tests for upload to gitea * more migrate options * fix swagger-check * fix misspell * add options on migration UI * fix log error * improve UI options on migrating * add support for username password when migrating from github * fix tests * remove comments and fix migrate limitation * improve error handles * migrate API will also support migrate milestones/labels/issues/pulls/releases * fix tests and remove unused codes * add DownloaderFactory and docs about how to create a new Downloader * fix misspell * fix migration docs * Add hints about migrate options on migration page * fix tests
* Add more title attributes on shortened names (#6647)zeripath2019-04-171-3/+3
|
* Fix typos in i18n variable names. (#4080)Matthew Richardson2018-07-041-2/+2
|
* 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