aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/migrate.tmpl
Commit message (Collapse)AuthorAge
* ui: remove useless "Cancel" buttons (#7192)Yarden Shoham2022-10-22
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* repo: support unlisted but publicly accessible repositories (#6176)Achilleas Koutsou2020-09-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* Disable local path migration by default (#4033)Unknwon2017-01-26
| | | | | | | Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel.
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | 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-22
|
* #1657 allow forcing all private reposUnknwon2015-10-25
|
* minor fix on templateUnknwon2015-09-07
|
* change checkbox uiUnknwon2015-08-29
|
* new delete account UI and password confirmationUnknwon2015-08-19
|
* fix autocomplete on migrationUnknwon2015-08-15
|
* #1180 and #1250: migrationUnknwon2015-08-15
|
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-11
|
* routers: able to migrate repo from local pathUnknwon2015-02-22
| | | | - modules/middleware/context.go: add HandleAPI method
* 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
* Mirror issue fixUnknwon2014-08-27
|
* Finish new repo settings pageUnknwon2014-08-02
|
* Finish new migrate pageUnknwon2014-08-01
|
* Migrate repository by organizationUnknown2014-06-25
|
* Add repo mirror and importUnknown2014-04-12