Commit Graph

597 Commits

Author SHA1 Message Date
zottel cb32640f70 fix a fatal error with incorrect DB object access 2016-11-07 12:19:03 +01:00
zotlabs 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. 2016-10-17 18:42:06 -07:00
zotlabs 40e03a05be Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge 2016-10-13 21:06:26 -07:00
zotlabs 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. 2016-10-13 21:01:54 -07:00
Klaus Weidenbach 7b41839ea8 [TASK] Update Doxyfile and fix Doxygen errors.
Updated Doxyfile to include new folders.
Add a list for @hooks tags.
Fixed some parsing problems for Doxygen.
2016-10-13 11:27:23 +02:00
zotlabs 9bb847bb07 remove the rest of the backticks from sql queries; replace with TQUOT const which is driver dependent 2016-10-12 18:15:12 -07:00
zotlabs e7233c0c94 more backquotes - this should take care of most except for the array import queries 2016-10-09 16:31:04 -07:00
redmatrix 095e2bf0b3 file clone sync issue, 1. channel permission import had no uid, 2. mod_getfile was sending attach['data'] instead of attach['content'] 2016-09-28 16:51:47 -07:00
redmatrix 9ab6029280 issue #527 2016-09-22 17:15:12 -07:00
redmatrix b5d093e5ca finish the channel_reddress() conversion 2016-09-21 15:28:37 -07:00
redmatrix a90a0874b8 fix for old style version specifiers 2016-09-08 22:56:51 -07:00
redmatrix c2f83639d4 provide version info in /pubsites 2016-09-07 17:36:45 -07:00
redmatrix aea2fa1629 issue #186 ...different check for pubforum with expert permissions 2016-08-26 16:02:04 -07:00
redmatrix e967bc9c45 public forum fallback checking (when custom/expert permissions are applied) was looking at owner rather than observer perms 2016-08-22 17:04:13 -07:00
redmatrix 165f442d70 pending flag not being reset when using autoperms from custom role 2016-08-12 18:17:39 -07:00
redmatrix e985436b3b forum detection was off for forums with custom perms 2016-08-10 20:49:51 -07:00
redmatrix 5243dd153b use config system.server_role and deprecate 'UNO' 2016-08-07 17:29:35 -07:00
redmatrix a3e5307b93 fix the forum detection in include/zot 2016-07-19 22:57:23 -07:00
redmatrix 237cca7a0d fixes to perms 2016-07-19 19:33:48 -07:00
redmatrix ea83032863 translate more old perms calls 2016-07-19 17:52:45 -07:00
redmatrix 99cf2cbaa9 missing bracket 2016-07-18 21:46:40 -07:00
redmatrix b63165b6e0 more perms work (a lot more) 2016-07-18 21:37:34 -07:00
redmatrix b5b57523f1 more perms work 2016-07-18 16:45:43 -07:00
redmatrix f9b67d3630 more perms work 2016-07-18 13:44:39 -07:00
redmatrix f7833411a1 clone channel perms 2016-07-17 22:18:35 -07:00
redmatrix b3a785711c deprecate/remove json_decode_plus 2016-07-13 22:11:06 -07:00
redmatrix 6424bac47c Merge branch 'dev' into perms 2016-07-12 20:50:27 -07:00
redmatrix 0fa807e7ad don't try to send sync packets to dead sites. 2016-07-12 18:38:39 -07:00
redmatrix 71b001fdb7 more perms work - notably the stuff in public_perms 2016-07-11 17:02:49 -07:00
redmatrix cc83983ae5 perms work 2016-07-10 17:45:14 -07:00
redmatrix 917a465ccd more work on perms 2016-07-09 19:03:29 -07:00
redmatrix b19bbf5473 change AbConfig to use channel_id instead of channel_hash; which was a mistake in retrospect 2016-06-23 18:12:26 -07:00
redmatrix b593c3a9b9 1. provide automatic relocation of important links in items that are imported or synced to clones
2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O.
3. item_store and item_store_update now return the item that was stored
2016-06-21 18:24:36 -07:00
redmatrix 47fc0c7958 add new connection to default group when auto-accepted 2016-06-15 05:28:16 -07:00
redmatrix b1259876bf more db column renames 2016-05-31 21:45:33 -07:00
redmatrix 44d3dadb03 don't update hubloc_connected any more often than 15 minutes. We don't require that level of granularity and the frequent writes are causing issues with the stability of that table. 2016-05-30 20:59:46 -07:00
redmatrix f35609d26c redundant dev line from an earlier modification causes issue #404 2016-05-30 13:25:58 -07:00
redmatrix 61304d80d2 track down some issues from the application logs 2016-05-26 18:45:47 -07:00
redmatrix c37eaff263 require token signatures in zot_refresh, also move channel specific stuff into include/channel.php from include/connections.php 2016-05-24 23:05:00 -07:00
redmatrix 80f2ba640e code cleanup 2016-05-24 20:49:23 -07:00
redmatrix f9a295a236 Add space between project name and server type 2016-05-24 19:25:10 -07:00
redmatrix 29ba891809 moved enotify 2016-05-24 01:25:13 -07:00
redmatrix bbc71343bd change the signed token format. We don't folks to be able to submit random text for signing by us, as they could then use these to generate known signatures. 2016-05-22 22:44:13 -07:00
redmatrix de006771c7 renamed include files identity.php (channel.php) and Contact.php (connections.php) 2016-05-22 16:54:30 -07:00
redmatrix ed56b6e67b first cut at zot-finger request signatures 2016-05-21 18:02:14 -07:00
redmatrix d8ace38041 rework the conversation object stuff at a high level - still needs a bit of refactoring 2016-05-20 22:52:47 -07:00
redmatrix a2cec8899a daemon conversion continued... 2016-05-19 22:26:37 -07:00
redmatrix d38851023e provide server role on pubsites page 2016-05-18 16:28:51 -07:00
redmatrix 781716277b SECURITY: a comment to a private post that has been edited (the comment has been edited) loses its privacy settings. This comment isn't visible in the stream but may be visible in feeds. 2016-05-12 16:47:03 -07:00
redmatrix f284558007 use only the std_version 2016-05-01 19:29:30 -07:00