Commit Graph

2651 Commits

Author SHA1 Message Date
friendica 24b9799dca convert all stored json calls to json_decode_plus() 2013-08-06 03:54:49 -07:00
friendica 71347bb9e0 we've been storing json_encoded structures on disk in several places because it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize(). 2013-08-06 03:29:57 -07:00
friendica 576b815f9b add extra logging to tag_deliver 2013-08-05 21:42:55 -07:00
friendica d467544bb7 fine tuning the error checks 2013-08-05 20:46:25 -07:00
friendica 790c6507d5 keep total of imported xchans correct - even if one or mail failures occur 2013-08-05 20:36:05 -07:00
friendica d5e873f549 more error checking in case import_xchan fails 2013-08-05 20:32:58 -07:00
friendica 18f8fcf9e7 use url part of array 2013-08-05 20:20:34 -07:00
friendica 8d2debca7e prune old suggested channels 2013-08-05 20:15:33 -07:00
friendica c2f97f7490 populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel). 2013-08-05 20:08:35 -07:00
friendica c965ed2bb6 enotify: localize things we know how to translate 2013-08-05 17:32:33 -07:00
friendica c86dfd2e0c directory server sitelist module (needed for public site list and building friend suggestions for new sites/channels with no known contacts) 2013-08-04 21:20:03 -07:00
friendica ad36ccdbc8 progress on unfriending 2013-08-04 19:09:53 -07:00
friendica 68d907803a basic *account* removal, but the channel removal which it calls still needs (lots of) work. Oh and the intro table is no longer used and won't be - so it's gone. 2013-08-04 17:17:00 -07:00
Christian Vogeley f09ac4e597 Revert "Revert "merge""
This reverts commit 9294f72adb.
2013-08-03 00:18:14 +02:00
Christian Vogeley 9294f72adb Revert "merge"
This reverts commit c0cd147a3a, reversing
changes made to d2d1e54bfe.
2013-08-03 00:14:59 +02:00
Christian Vogeley c0cd147a3a merge 2013-08-03 00:04:26 +02:00
friendica ae5cd53e1e potentially fixes the "federation" bug w/r/t/ tagged forums 2013-08-01 21:24:55 -07:00
friendica 27b4127f30 pass item by reference so title can be altered 2013-08-01 19:18:05 -07:00
friendica 222fe08420 ensure that no unencrypted content leaks through item_store which is private - we typically do this in mod/item, but some functions
bypass mod/item to create private posts
2013-08-01 18:50:36 -07:00
friendica 85c7d7165f yhis should fix the privacy leak - as well as non-private replies to private posts 2013-08-01 14:27:40 -07:00
friendica 2a848c0d37 privacy leakage 2013-07-31 22:58:23 -07:00
friendica 0d22e1eefb fix some privacy leakage in logs 2013-07-31 18:57:14 -07:00
friendica c00c550c58 better mail obscuring 2013-07-31 02:32:41 -07:00
friendica 41c411739f attachment permissions not right 2013-07-30 19:43:46 -07:00
friendica 1a78c85fa0 zot feed - getting cut off too early 2013-07-29 20:39:12 -07:00
friendica 5613e27f00 ensure conversation is included 2013-07-29 20:31:58 -07:00
friendica 79dacc3f1a fix some weirdness on the zot feed 2013-07-29 20:31:02 -07:00
friendica 7b3c29ebe6 fix bug #84, make imported messages from your clones show up on your wall 2013-07-29 17:30:46 -07:00
friendica 092ef64ac7 tgroup_check wasn't allowing comments through. 2013-07-29 16:51:44 -07:00
friendica ca5abc0247 load_pconfig had some issues when given a family 2013-07-29 05:37:05 -07:00
friendica d002ff668a encrypt private messages on disk - there are still a couple of places where the text is leaked in the logs during processing. 2013-07-28 21:04:03 -07:00
friendica 10f016841c cleaning up issues reported in logs 2013-07-28 18:54:40 -07:00
friendica aa8bb99678 improve the red smiley 2013-07-28 18:45:27 -07:00
Christian Vogeley d2d1e54bfe Check existance of bbcode tags before executing regexes, to avoid unnecessary execution 2013-07-28 02:28:35 +02:00
friendica 53118a4352 add gz to access denied files to block rotated logs from public access 2013-07-26 03:50:46 -07:00
friendica 7f87da68ba the rest of the heavy lifting on clone sync - now we're down to some log messages and a whole lot of testing 2013-07-25 22:57:06 -07:00
friendica e822ab65d7 build_sync_packet was looking at stale channel info - load it fresh from the DB. 2013-07-25 20:10:53 -07:00
friendica 65c8100948 log the sync packets locally at LOGGER_DATA level 2013-07-25 19:50:55 -07:00
friendica 3d95fcb7cd more work on clone sync 2013-07-25 16:00:04 -07:00
friendica e45beccd5b fix media uploads in api (specifically friendica for android) 2013-07-25 05:04:52 -07:00
friendica c5d456af9b add more siteinfo 2013-07-24 20:35:54 -07:00
friendica 36f63573c5 more site stats 2013-07-24 18:17:34 -07:00
friendica f92266d804 recover padding functions which are still used 2013-07-24 17:07:45 -07:00
friendica 30da632878 get rid of legacy (unused) encryption stuff. 2013-07-24 17:03:47 -07:00
friendica 20ba6dd62e not quite so much crypto logging 2013-07-24 05:13:21 -07:00
friendica 9288c2e636 start saving site info 2013-07-23 22:33:56 -07:00
friendica fd09cfa1df build_sync_packet - use correct host data element 2013-07-23 20:58:25 -07:00
friendica 727ab78f9a crypto logging 2013-07-23 20:51:37 -07:00
friendica 263d1531a9 itemobject location 2013-07-22 21:01:38 -07:00
friendica f9e61fe075 remote control - if auth'd visitor is in config system remote_admins (array), become superuser. Literally. Full control. Untested. 2013-07-22 14:34:26 -07:00