gogs/modules
Pablo Saavedra 0081c6911d Check deploy keys when Gogs is run with Service.RequireSignInView=true (#4078)
* Check deploy keys when Gogs is run with require_sign_in_view

Check if the deploy key can access to a repository. A deploy key
doesn't represent an gogs user, so in a site with Service.RequireSignInView
activated we should give read access only in the repositories where
this deploy key is in use. In other case, a deploy service or system
using an active deploy key can get read access to all the repositories
in a Gogs service.

* Refactoring: Comments starts in a new line

* Minor change in a comment

* Code cleaning. Replace spaces with tabs
2017-02-01 21:08:59 -05:00
..
auth Allow use to set an external tracker url and to redirect user when clicking in Issues same behavior as Wiki. (#3646) 2017-01-31 20:53:48 -05:00
avatar avatar: make custom and generated avatars equal (#3301) 2016-07-21 15:31:14 +08:00
base Fix log depth of AvatarLink 2017-01-26 17:22:25 -05:00
bindata bindata: generate for PR #3646 2017-01-31 21:01:13 -05:00
context Able to set custom Access-Control-Allow-Origin header (#3987) 2017-01-28 19:59:17 -05:00
cron Move cron module to independent package 2016-02-20 15:58:09 -05:00
httplib Remove unused tests 2016-02-13 18:11:15 -05:00
log #2798 fix assign operation not take effect 2016-07-15 17:06:17 +08:00
mailer Move models/mail.go to modules/mail.go 2017-01-30 07:20:48 -05:00
markdown Fix cross-repository reference link error (#4025) 2017-01-28 09:40:32 -05:00
process
setting Check deploy keys when Gogs is run with Service.RequireSignInView=true (#4078) 2017-02-01 21:08:59 -05:00
ssh New settings option for a custom SSH host (#3763) 2016-12-21 03:46:54 -05:00
sync modules/sync: minor field refactor 2017-01-25 18:10:27 -05:00
template Fix unexpected rendering of README when it is not in Markdown 2017-01-25 07:10:52 -05:00
user The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true (#3246) 2016-07-09 13:22:28 +08:00