This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/structs
Paweł Bogusławski 839daa85aa
Added option to disable migrations (#13114)
* Added option to disable migrations

This patch introduces DISABLE_MIGRATIONS parameter in [repository]
section of app.ini (by default set to false). If set to true
it blocks access to repository migration feature.

This mod hides also local repo import option in user editor if
local repo importing or migrations is disabled.

* Alter Example config

DISABLE_MIGRATIONS set to false in example config to
match its default value.

* HTTP error 403 instead of 500 on denied access to migration

* Parameter DISABLE_MIGRATIONS exposed via API

Fixes: 04b04cf854
Author-Change-Id: IB#1105130
2020-12-21 15:39:41 +01:00
..
admin_user.go API: Admin EditUser: Make FullName, Email, Website & Location optional (#13562) 2020-11-19 20:56:42 -05:00
attachment.go
commit_status.go [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) 2020-12-18 11:33:32 +08:00
cron.go Add cron running API (#12421) 2020-08-24 11:48:15 -04:00
doc.go
fork.go
git_blob.go
git_hook.go
hook.go Update golangci-lint to version 1.31.0 (#13102) 2020-10-11 21:27:20 +01:00
issue.go [API] Add ref to create/edit issue options & deprecated assignee (#13992) 2020-12-15 19:38:10 +01:00
issue_comment.go
issue_label.go
issue_milestone.go Add Created & Updated to Milestone (#12662) 2020-09-05 13:38:54 -04:00
issue_reaction.go
issue_stopwatch.go additional data for type StopWatch in swagger api (#12458) 2020-09-05 12:58:33 +01:00
issue_tracked_time.go
lfs_lock.go
miscellaneous.go
notifications.go API: NotificationSubject show Issue/Pull State (#12901) 2020-09-20 19:10:53 -04:00
org.go
org_member.go
org_team.go
org_type.go
pull.go Add option to API to update PullRequest base branch (#11666) 2020-06-07 20:13:40 +01:00
pull_review.go Add review request api (#11355) 2020-10-20 14:18:25 -04:00
release.go Add single release page and latest redirect (#11102) 2020-04-18 11:47:15 -03:00
repo.go Gitea 2 Gitea migration (#12657) 2020-10-14 07:06:00 +03:00
repo_branch.go Add block on official review requests branch protection (#13705) 2020-11-28 21:30:46 +02:00
repo_collaborator.go
repo_commit.go [#13004] Add Timestamp to Tag list API (#13026) 2020-10-05 12:07:54 +08:00
repo_file.go
repo_key.go
repo_refs.go
repo_tag.go
repo_topic.go
repo_tree.go
repo_watch.go
settings.go Added option to disable migrations (#13114) 2020-12-21 15:39:41 +01:00
status.go [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) 2020-12-18 11:33:32 +08:00
task.go
user.go
user_app.go
user_email.go
user_gpgkey.go
user_key.go