9e3032e919
more fixes to addons doc, include project addons in string extraction for translations, fix the string extractor which was looking in the old places for version info
zotlabs2016-10-18 16:26:54 -07:00
f2d1f1efd6
issue #553 - negative birthday from directory. This may not completely fix it and may take a profile update to register the change; but it's a start; specifically we need to store 0000-00-00 in the xprof table of the directory server if that's what we get over the wire. Birthday fields are string and are not subject to SQL strict_mode on dates. We want these to be the string '0000-00-00' if not set to a valid date.
zotlabsandMario Vavti2016-10-17 18:42:06 -07:00
a7fd4e96f1
issue #549, ACL has 'public' selected even when restrictive ACL is being used.
zotlabs2016-10-17 20:52:02 -07:00
17091bd38c
add get_photo hook to go along with get_profile_photo hook. This allows a plugin to over-ride the permissions for cover photos or insert a different photo in place of that requested
zotlabs2016-10-17 22:09:41 -07:00
437aa168d1
array_key_exists warning on PConfig::Delete()
zotlabs2016-10-17 21:03:34 -07:00
f31ef3420d
issue #549, ACL has 'public' selected even when restrictive ACL is being used.
zotlabs2016-10-17 20:52:02 -07:00
b37184ae57
issue #553 - negative birthday from directory. This may not completely fix it and may take a profile update to register the change; but it's a start; specifically we need to store 0000-00-00 in the xprof table of the directory server if that's what we get over the wire. Birthday fields are string and are not subject to SQL strict_mode on dates. We want these to be the string '0000-00-00' if not set to a valid date.
zotlabs2016-10-17 18:42:06 -07:00
bd70e6ae6d
try to filter any path information from leaking through to zot_finger; and log the url wherever called to track down where it might be called with a malformed webbie or complete path instead of hostname.
zotlabs2016-10-13 21:01:54 -07:00
78c63c480a
another fix to readmore.js and update patch file
Mario Vavti2016-10-10 14:27:49 +02:00
79a068e92b
another fix to readmore.js and update patch file
Mario Vavti2016-10-10 14:27:49 +02:00
717a532c09
fix readmorejs collapsing on scrolldirection change in mobile browsers
Mario Vavti2016-10-10 13:30:05 +02:00
b2cc2e6765
fix readmorejs collapsing on scrolldirection change in mobile browsers
Mario Vavti2016-10-10 13:30:05 +02:00
af13e5fa4a
since the snap module runs without permissions controls, verify the logged in channel matches the requested cloud path
zotlabs2016-10-09 21:36:55 -07:00
8eac8132e3
snap dav module is currently read-only. error out on any request methods which can alter data.
zotlabs2016-10-09 21:28:24 -07:00
50f579d301
Provide better explanation of server_roles in the config template
zotlabs2016-10-09 21:01:41 -07:00
02c72e59fa
provide a DAV module which accesses the raw data storage for a channel. Together with an export data function in the API this allows a client process to create true backups of the cloud storage and importable cloud mirrors with all the metadata intact. The import function will need to be modified slightly to obtain the file contents from a plugin or API call; since it currently tries to fetch it from the source hub.
zotlabs2016-10-09 20:49:40 -07:00
e7233c0c94
more backquotes - this should take care of most except for the array import queries
zotlabs2016-10-09 16:31:04 -07:00
134b9fc466
don't show diaspora protocol info in the hcard if the diaspora protocol is not installed. This really needs to be moved to the plugin but this was a quick fix.
zotlabs2016-10-08 15:30:06 -07:00