You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates/user/settings
zeripath 7a7f56044a
Adopt repositories (#12920)
* Don't automatically delete repository files if they are present

Prior to this PR Gitea would delete any repository files if they are
present during creation or migration. This can in certain circumstances
lead to data-loss and is slightly unpleasant.

This PR provides a mechanism for Gitea to adopt repositories on creation
and otherwise requires an explicit flag for deletion.

PushCreate is slightly different - the create will cause adoption if
that is allowed otherwise it will delete the data if that is allowed.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update swagger

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Fix tests and migrate overwrite

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per @lunny

Only offer to adopt or overwrite if the user can do that.

Allow the site administrator to adopt or overwrite in all
circumstances

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Use setting.Repository.DefaultBranch for the default branch

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Always set setting.Repository.DefaultBranch

Signed-off-by: Andrew Thornton <art27@cantab.net>

* update swagger

Signed-off-by: Andrew Thornton <art27@cantab.net>

* update templates

Signed-off-by: Andrew Thornton <art27@cantab.net>

* ensure repo closed

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Rewrite of adoption as per @6543 and @lunny

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Apply suggestions from code review

* update swagger

Signed-off-by: Andrew Thornton <art27@cantab.net>

* missing not

Signed-off-by: Andrew Thornton <art27@cantab.net>

* add modals and flash reporting

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Make the unadopted page searchable

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add API

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Fix swagger

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fix swagger

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Handle empty and non-master branched repositories

Signed-off-by: Andrew Thornton <art27@cantab.net>

* placate lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

* remove commented out code

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
..
account.tmpl Make SVG size argument optional (#12814) 4 years ago
applications.tmpl Make SVG size argument optional (#12814) 4 years ago
applications_oauth2.tmpl Integrate OAuth2 Provider (#5378) 5 years ago
applications_oauth2_edit.tmpl Fixed wrong AppSubUrl in multiple templates (#10447) 4 years ago
grants_oauth2.tmpl OAuth2 Grant UI (#6625) 5 years ago
keys.tmpl Fix margin on attached segment headers when they are separated by other element (#11425) 4 years ago
keys_gpg.tmpl Add placeholder text for "Add SSH/GPG Key" forms (#12533) 4 years ago
keys_ssh.tmpl Make SVG size argument optional (#12814) 4 years ago
navbar.tmpl Refactor User Settings (#3900) 6 years ago
organization.tmpl Org action fixes and form cleanup (#10512) 4 years ago
profile.tmpl Add placeholder text for bio profile text form (#12792) 4 years ago
repos.tmpl Adopt repositories (#12920) 4 years ago
security.tmpl Add support for FIDO U2F (#3971) 6 years ago
security_accountlinks.tmpl fix links to prevent 404 after e.g. submitting a faulty form (#3982) 6 years ago
security_openid.tmpl Add support for FIDO U2F (#3971) 6 years ago
security_twofa.tmpl fix links to prevent 404 after e.g. submitting a faulty form (#3982) 6 years ago
security_u2f.tmpl Make SVG size argument optional (#12814) 4 years ago
twofa_enroll.tmpl Refactor User Settings (#3900) 6 years ago