apeisa / UserGroups

Adds users groups and page based permission to ProcessWire
GNU General Public License v2.0
11 stars 4 forks source link

File permissions #20

Closed apeisa closed 10 years ago

apeisa commented 10 years ago

I have not yet played that much with file permissions in PW. It's clear that we need to figure those out too before release. Have you investigated this yet?

niklaka commented 10 years ago

At least I haven't. You're talking about secured pagefiles, right?

apeisa commented 10 years ago

Yep. 31.1.2014 15.27 kirjoitti "Niklas Lakanen" notifications@github.com:

At least I haven't. You're talking about secured pagefiles, right?

— Reply to this email directly or view it on GitHubhttps://github.com/apeisa/UserGroups/issues/20#issuecomment-33793512 .

niklaka commented 10 years ago

This one's actually almost trivial! We just need another hook (Page::isPublic() - will request that from Ryan) and a few lines of code. Got it covered locally, will commit tomorrow with a bunch of other things.

apeisa commented 10 years ago

Great news!