Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow custom role permissions and fix site timezone. | friendica | 2014-09-29 | 1 | -0/+5 |
| | |||||
* | closing tag | friendica | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | usability tweaks | friendica | 2014-09-17 | 1 | -0/+9 |
| | |||||
* | channel permission roles | friendica | 2014-09-17 | 1 | -1/+26 |
| | |||||
* | defined several permission roles - these will probably require some review ↵ | friendica | 2014-09-17 | 1 | -0/+245 |
| | | | | | | | | | | | | | | and adjustment. social social_restricted social_private forum forum_restricted forum_private feed feed_restricted soapbox | ||||
* | implement permission roles - the backend should be done except for maybe a ↵ | friendica | 2014-09-17 | 1 | -4/+7 |
| | | | | couple of small tweaks. Now we just need to define the rest of the roles and create a chooser for them. Adam started on this some time back but I don't know where that has gone. | ||||
* | beginning of permission role settings | friendica | 2014-08-17 | 1 | -0/+60 |
| | |||||
* | Added some missing translation strings. Fixed to scalable for a few font sizes. | Jeroen | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | a bit more cleanup and a bug fix or two for the new private post security model | friendica | 2014-08-07 | 1 | -9/+9 |
| | |||||
* | provide a specific permission for liking profiles (reuse the obsolete ↵ | friendica | 2014-07-17 | 1 | -1/+4 |
| | | | | bookmark permission), also remove the unused 'unconnected contacts' view for now. | ||||
* | add 'block_public' checking to get_all_perms() and perm_is_allowed() so we ↵ | friendica | 2014-07-03 | 1 | -0/+12 |
| | | | | have everything related to allowing or denying something in one place. Currently this check is done separately in a huge number of places. Now we can start to remove all the extra checks. A couple of them are still necessary, but most are now redundant. | ||||
* | Implements a new permission level PERMS_PENDING | Alexandre Hannud Abdo | 2014-06-19 | 1 | -17/+23 |
| | | | | | | | | | | | | | | | | With this a user can allow some action to any user which connects to them, even before they've connected back. Ref. https://mobiliza.org.br/display/478d9e71eaf55748dc646d3990651d6d34cfb7db5c38360538ec730ca3ccf908@zothub.com Also some code cleanup and an alternative logic for handling notifications of permission changes in zot.php. This assumes that private posts are still restricted to people in your addressbook. Regardless of your global permissions, a pending channel won't get private posts, even if the post only has a deny clause not matching the pending channel. | ||||
* | Remove automatic bookmarking - it was a bad idea and just leads to menu ↵ | friendica | 2014-04-30 | 1 | -1/+1 |
| | | | | clutter. Bookmarks can always be saved manually if desired. | ||||
* | 'anybody in this network' permissions were not being allowed for ↵ | friendica | 2014-04-09 | 1 | -6/+22 |
| | | | | non-connected channels. | ||||
* | introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵ | friendica | 2014-02-18 | 1 | -0/+8 |
| | | | | able to successfully authenticate (but is not necessarily in this network). | ||||
* | more snakebite stuff | friendica | 2014-02-17 | 1 | -6/+7 |
| | |||||
* | bookmarking | friendica | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | bookmark permissions | friendica | 2014-02-04 | 1 | -0/+1 |
| | |||||
* | remove the text "requires compatible chat plugin" | friendica | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | implement republish permission for use in sourced channels | friendica | 2013-09-30 | 1 | -0/+1 |
| | |||||
* | some sane permission defaults. | friendica | 2013-08-18 | 1 | -0/+35 |
| | |||||
* | more diagnostics | friendica | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | fix "new connection has less permissions than public" | friendica | 2013-06-15 | 1 | -4/+12 |
| | |||||
* | by default pending connections have no rights | friendica | 2013-06-06 | 1 | -2/+2 |
| | |||||
* | more permissions descriptive text to lessen confusion | friendica | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | doc update plus fix the "only to those in my address book" permission | friendica | 2013-05-18 | 1 | -0/+5 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | permission plugin hooks | friendica | 2013-02-19 | 1 | -2/+23 |
| | |||||
* | why oh why is poco_load not getting called? oh - that's why. | friendica | 2013-01-24 | 1 | -16/+16 |
| | |||||
* | auto permissions (such as for forums or whatever) - untested but might just work | friendica | 2013-01-23 | 1 | -4/+6 |
| | |||||
* | read/write "pages" permissions and fiddly bits - per Thomas | friendica | 2013-01-14 | 1 | -0/+2 |
| | |||||
* | syntax error | friendica | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | this should make tag delivery (e.g. forums) work - but not yet fully tested | friendica | 2013-01-13 | 1 | -1/+11 |
| | |||||
* | add permission controls to "storage" objects such as attachments or other ↵ | friendica | 2012-12-22 | 1 | -0/+3 |
| | | | | stored files | ||||
* | revamp permissions, blocking a contact takes priority over all other ↵ | friendica | 2012-12-10 | 1 | -51/+65 |
| | | | | permission settings, such as "allow anybody in network to do xyz". If they're blocked they can't do it. | ||||
* | Allow forum/account delegation by anybody? On any site? But of course... | friendica | 2012-12-10 | 1 | -0/+1 |
| | |||||
* | finish basic item encoding, add plugin compatibility tag, notes on improving ↵ | friendica | 2012-11-16 | 1 | -0/+6 |
| | | | | $global_perms for edge cases | ||||
* | got zot | friendica | 2012-11-12 | 1 | -2/+2 |
| | |||||
* | permissions and contact permissions are now sticky | friendica | 2012-11-08 | 1 | -11/+11 |
| | |||||
* | change permission settings from radio buttons to select boxes | friendica | 2012-11-05 | 1 | -11/+11 |
| | |||||
* | slightly better wording of permission choices | friendica | 2012-11-02 | 1 | -4/+4 |
| | |||||
* | consolidate permission arrays | friendica | 2012-11-02 | 1 | -36/+11 |
| | |||||
* | grrr... hashes aren't matching. | friendica | 2012-11-01 | 1 | -17/+26 |
| | |||||
* | bug in get_all_perms | friendica | 2012-11-01 | 1 | -5/+5 |
| | |||||
* | settings page channel permissions front-end (needs back-end still) | friendica | 2012-11-01 | 1 | -0/+22 |
| | |||||
* | get permission discovery working - guid sigs were getting truncated in db | friendica | 2012-10-31 | 1 | -108/+14 |
| | |||||
* | fix updating of bitwise 'unseen' to account for mysql operator precedence | friendica | 2012-10-28 | 1 | -0/+8 |
| | |||||
* | start to use our permissions for stuff | friendica | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Now have a solid permissions model. Create a few functions to enumerate them ↵ | friendica | 2012-10-28 | 1 | -0/+338 |
and then we're off to the races. |