0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 14:54:38 +01:00
gitea/modules
zeripath 0bfe5eb10b
Allow Protected Branches to Whitelist Deploy Keys (#8483)
Add an option to protected branches to add writing deploy keys to the whitelist for pushing.

Please note this is technically a breaking change: previously if the owner of a repository was on the whitelist then any writing deploy key was effectively on the whitelist. This option will now need to be set if that is desired.

Closes #8472 

Details:
* Allow Protected Branches to Whitelist Deploy Keys
* Add migration
* Ensure that IsDeployKey is set to false on the http pushes
* add not null default false
2019-10-21 09:21:45 +01:00
..
auth Allow Protected Branches to Whitelist Deploy Keys (#8483) 2019-10-21 09:21:45 +01:00
avatar
base
cache
charset
context Ensure that GitRepo is set on Empty repositories (#8539) 2019-10-16 16:08:01 +03:00
cron
generate
git Ensure default gpg settings not nil and found commits have reference to repo (#8604) 2019-10-20 23:26:36 +01:00
graceful Restrict modules/graceful to non-windows build and shim the IsChild marker (#8537) 2019-10-16 16:43:44 +01:00
gzip
highlight
httplib
indexer
lfs
log
markup
metrics
migrations Fix bug on pull requests when transfer head repository (#8564) 2019-10-18 19:13:31 +08:00
minwinsvc
notification
options
password Fix password complexity regex for special characters (on master) (#8525) 2019-10-16 11:09:58 +08:00
pprof
private Allow Protected Branches to Whitelist Deploy Keys (#8483) 2019-10-21 09:21:45 +01:00
process
public
recaptcha
references
repofiles Fix #8582 by handling empty repos (#8587) 2019-10-19 23:38:49 +08:00
search
secret
session
setting Add setting to disable BASIC authentication (#8586) 2019-10-19 15:27:15 +01:00
ssh
structs Improve webhooks (#8583) 2019-10-18 23:42:04 +01:00
sync
task
templates upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501) 2019-10-15 22:24:16 +01:00
test
timeutil
upload
user
util
validation