aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connedit.php
Commit message (Collapse)AuthorAgeFilesLines
* provide 'session' option to z_fetch_url to assist with remote fetches ↵zotlabs2017-02-271-1/+1
| | | | requiring magic auth
* make magic-auth work with profile vcard fetchzotlabs2017-02-271-1/+2
|
* fetch profile vcard for connectionzotlabs2017-02-271-0/+45
|
* Create virtual privacy groups for private profile member listszotlabs2017-02-121-8/+0
|
* more permissions optimisationszotlabs2017-02-091-13/+6
|
* bringer - all basic functionality is implementedzotlabs2017-02-081-0/+2
|
* provide a few system defined permcats; will require a permission editor page ↵zotlabs2017-02-071-0/+10
| | | | to define new (personal) ones.
* implement a menu to select a section to be open by defaultMario Vavti2017-01-091-0/+26
|
* more vcard workzotlabs2016-12-211-0/+1
|
* abook_vcard cleanupzotlabs2016-12-201-42/+33
|
* allow update of fn and initial setting from channel namezotlabs2016-12-201-0/+3
|
* progress on abook_vcardzotlabs2016-12-201-4/+1
|
* more abook_vcardzotlabs2016-12-201-1/+1
|
* abook_vcard first commitzotlabs2016-12-201-1/+52
|
* This isn't the most elegant solution as it requires a bit of arcane ↵zotlabs2016-11-291-0/+2
| | | | knowledge, but provide a way to step through connections with a specific tab/panel open in the connection editor. It does not close the default panel, but merely opens the one specified by a &section= URL parameter (closing the default panel would require a major refactoring of the default panel logic). Valid choices for section currently are affinity, filter, and perms. This tab/panel selection should persist across form posting and 'prev/next'.
* connedit prev/next: sort in the db.zotlabs2016-11-261-6/+2
|
* prev-next navigation for mod_conneditzotlabs2016-11-241-3/+36
|
* string updatezotlabs2016-10-301-9/+7
|
* sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵Florian Steinel2016-10-271-1/+1
| | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 )
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-091-1/+1
| | | | queries
* 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