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
zotlabs
2016-10-18 16:26:54 -07:00
a532bd9cf1
bugfix release 1.14.2
1.14.2
Mario Vavti
2016-10-18 21:02:10 +02: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.
zotlabs
2016-10-17 18:42:06 -07:00
745515b11f
[FEATURE] Add config and use composer autoloader.
Klaus Weidenbach
2016-10-17 23:26:48 +02:00
a7fd4e96f1
issue #549, ACL has 'public' selected even when restrictive ACL is being used.
zotlabs
2016-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
zotlabs
2016-10-17 22:09:41 -07:00
437aa168d1
array_key_exists warning on PConfig::Delete()
zotlabs
2016-10-17 21:03:34 -07:00
f31ef3420d
issue #549, ACL has 'public' selected even when restrictive ACL is being used.
zotlabs
2016-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.
zotlabs
2016-10-17 18:42:06 -07:00
716a83d1f7
some pdo work
zotlabs
2016-10-17 16:12:32 -07:00
6c7972470b
if we have to go through this contortion every time we change a DB column from unsigned to signed...
zotlabs
2016-10-17 16:10:32 -07:00
40ce6724a9
"alter table alter" has completely different rules between postgres and mysql
zotlabs
2016-10-17 15:13:58 -07:00
e46e3027fa
rename diaspora2bb() to markdown_to_bb() to reflect that is has a more generic use
zotlabs
2016-10-16 16:48:33 -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.
zotlabs
2016-10-13 21:01:54 -07:00
18ef8ea271
changelog and version 1.14RC1
Mario Vavti
2016-10-10 20:16:15 +02:00
ad26eec9f2
bump micro version
Mario Vavti
2016-10-10 14:41:06 +02:00
3b422406a9
hotfix for readmore.js
Mario Vavti
2016-10-10 14:38:45 +02:00
78c63c480a
another fix to readmore.js and update patch file
Mario Vavti
2016-10-10 14:27:49 +02:00
79a068e92b
another fix to readmore.js and update patch file
Mario Vavti
2016-10-10 14:27:49 +02:00
717a532c09
fix readmorejs collapsing on scrolldirection change in mobile browsers
Mario Vavti
2016-10-10 13:30:05 +02:00
b2cc2e6765
fix readmorejs collapsing on scrolldirection change in mobile browsers
Mario Vavti
2016-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
zotlabs
2016-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.
zotlabs
2016-10-09 21:28:24 -07:00
50f579d301
Provide better explanation of server_roles in the config template
zotlabs
2016-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.
zotlabs
2016-10-09 20:49:40 -07:00
e7233c0c94
more backquotes - this should take care of most except for the array import queries
zotlabs
2016-10-09 16:31:04 -07:00
2bdf135cbc
remove more backquotes
zotlabs
2016-10-09 16:13:49 -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.
zotlabs
2016-10-08 15:30:06 -07:00