|
f36aa61506
|
#71, #111: Implemented security checking in the JSON feed methods. Also users now automatically inherit the anonymous permissions by way of an additional check specifically against the anonymous user first
|
2018-11-18 21:39:19 +00:00 |
|
|
a5569924be
|
#4, #112: Default permissions can now be saved. There's a link to the default permissions screen from the admin/settings screen. The permissions cache rebuild now takes into account the default permissions. The permissions tab on the albums screen now correctly shows text based on if permissions are inherited from a parent album, or the default permissions.
|
2018-09-23 22:20:03 +01:00 |
|
|
f2ba0e9475
|
#4: Started working on notification to moderators when a comment has been posted
|
2018-09-20 21:32:50 +01:00 |
|
|
ee4978878f
|
#71: Permissions are now fully inherited from an "ultimate parent". Most actions that can change the outcome of a user's permissions rebuild the permissions cache. Corrected a few minor HTML issues in layouts.
|
2018-09-16 22:11:53 +01:00 |
|
|
90e9061ebc
|
#71: Permissions are now read from the new cache table, which has reduced complexity in the code significantly
|
2018-09-16 08:41:36 +01:00 |
|
|
835a3e611b
|
#71: The rebuildPermissionsCache controller method now calls a new helper class, PermissionsHelper, that rebuilds the permissions in the new album_permissions_cache DB table
|
2018-09-14 21:03:07 +01:00 |
|