aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connedit.php
Commit message (Collapse)AuthorAgeFilesLines
* ratings are gone. They can be enabled, but there is no UI for doing so at ↵redmatrix2016-08-251-6/+2
| | | | this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings.
* fix auto-connect settingzottel2016-08-121-3/+0
|
* minor cleanup on ratings - no real functional changes at this timeredmatrix2016-08-041-11/+19
|
* translate more old perms callsredmatrix2016-07-191-2/+2
|
* more perms work (a lot more)redmatrix2016-07-181-15/+21
|
* more perms workredmatrix2016-07-131-7/+13
|
* lots more permission workredmatrix2016-07-131-1/+1
|
* more perms work - notably the stuff in public_permsredmatrix2016-07-111-7/+13
|
* more permissions workredmatrix2016-07-091-1/+16
|
* more heavy lifting on xtensible permsredmatrix2016-07-041-4/+7
|
* more heavy lifting on extensible permsredmatrix2016-07-041-3/+8
|
* missing backslash leads to wsod on refresh permissionsMario Vavti2016-06-291-1/+1
|
* change AbConfig to use channel_id instead of channel_hash; which was a ↵redmatrix2016-06-231-1/+1
| | | | mistake in retrospect
* code cleanup for profile_photosredmatrix2016-06-231-1/+1
|
* readme for the module directory, also provide an undocumented way to reset ↵redmatrix2016-06-141-8/+14
| | | | the timestamp on connection photos to force a refresh without messing with the database directly.
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-1/+1
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* typoredmatrix2016-05-231-1/+1
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-2/+1
| | | | (connections.php)
* consolidate include/*_selectors.php (not touching acl_selectors for the ↵redmatrix2016-05-201-3/+1
| | | | moment, as it will likely end up with a different disposition)
* daemon conversion continued...redmatrix2016-05-191-5/+5
|
* make it more obvious what is behind the dropdownsMario Vavti2016-04-251-2/+3
|
* module updatesredmatrix2016-04-181-0/+762