Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | convert all stored json calls to json_decode_plus() | friendica | 2013-08-06 | 5 | -22/+22 | |
| | ||||||
* | we've been storing json_encoded structures on disk in several places because ↵ | friendica | 2013-08-06 | 3 | -6/+13 | |
| | | | | 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(). | |||||
* | add extra logging to tag_deliver | friendica | 2013-08-05 | 1 | -2/+6 | |
| | ||||||
* | fine tuning the error checks | friendica | 2013-08-05 | 1 | -1/+6 | |
| | ||||||
* | keep total of imported xchans correct - even if one or mail failures occur | friendica | 2013-08-05 | 1 | -4/+7 | |
| | ||||||
* | more error checking in case import_xchan fails | friendica | 2013-08-05 | 1 | -0/+8 | |
| | ||||||
* | use url part of array | friendica | 2013-08-05 | 1 | -1/+1 | |
| | ||||||
* | prune old suggested channels | friendica | 2013-08-05 | 1 | -0/+10 | |
| | ||||||
* | populate initial suggestions (ultimately we want to do this at install time ↵ | friendica | 2013-08-05 | 4 | -86/+94 | |
| | | | | as well as from the poller so that new sites have friend suggestions when they create their first channel). | |||||
* | enotify: localize things we know how to translate | friendica | 2013-08-05 | 3 | -8/+14 | |
| | ||||||
* | directory server sitelist module (needed for public site list and building ↵ | friendica | 2013-08-04 | 1 | -0/+1 | |
| | | | | friend suggestions for new sites/channels with no known contacts) | |||||
* | progress on unfriending | friendica | 2013-08-04 | 1 | -15/+19 | |
| | ||||||
* | basic *account* removal, but the channel removal which it calls still needs ↵ | friendica | 2013-08-04 | 1 | -0/+43 | |
| | | | | (lots of) work. Oh and the intro table is no longer used and won't be - so it's gone. | |||||
* | Revert "Revert "merge"" | Christian Vogeley | 2013-08-03 | 12 | -179/+295 | |
| | | | | This reverts commit 9294f72adb3c076932558b6f29a4c570e7962764. | |||||
* | Revert "merge" | Christian Vogeley | 2013-08-03 | 12 | -295/+179 | |
| | | | | | This reverts commit c0cd147a3a9a86b270ea32026089ced16fb2f50c, reversing changes made to d2d1e54bfe928fe4cdfdcfc7e9acf658cda76898. | |||||
* | merge | Christian Vogeley | 2013-08-03 | 12 | -179/+295 | |
|\ | ||||||
| * | potentially fixes the "federation" bug w/r/t/ tagged forums | friendica | 2013-08-01 | 1 | -2/+2 | |
| | | ||||||
| * | pass item by reference so title can be altered | friendica | 2013-08-01 | 2 | -13/+21 | |
| | | ||||||
| * | ensure that no unencrypted content leaks through item_store which is private ↵ | friendica | 2013-08-01 | 3 | -11/+26 | |
| | | | | | | | | | | | | - we typically do this in mod/item, but some functions bypass mod/item to create private posts | |||||
| * | yhis should fix the privacy leak - as well as non-private replies to private ↵ | friendica | 2013-08-01 | 2 | -1/+5 | |
| | | | | | | | | posts | |||||
| * | privacy leakage | friendica | 2013-07-31 | 1 | -1/+1 | |
| | | ||||||
| * | fix some privacy leakage in logs | friendica | 2013-07-31 | 2 | -14/+15 | |
| | | ||||||
| * | better mail obscuring | friendica | 2013-07-31 | 3 | -57/+84 | |
| | | ||||||
| * | attachment permissions not right | friendica | 2013-07-30 | 2 | -40/+46 | |
| | | ||||||
| * | zot feed - getting cut off too early | friendica | 2013-07-29 | 1 | -6/+9 | |
| | | ||||||
| * | ensure conversation is included | friendica | 2013-07-29 | 1 | -0/+1 | |
| | | ||||||
| * | fix some weirdness on the zot feed | friendica | 2013-07-29 | 2 | -12/+23 | |
| | | ||||||
| * | fix bug #84, make imported messages from your clones show up on your wall | friendica | 2013-07-29 | 2 | -0/+17 | |
| | | ||||||
| * | tgroup_check wasn't allowing comments through. | friendica | 2013-07-29 | 1 | -2/+9 | |
| | | ||||||
| * | load_pconfig had some issues when given a family | friendica | 2013-07-29 | 1 | -26/+10 | |
| | | ||||||
| * | encrypt private messages on disk - there are still a couple of places where ↵ | friendica | 2013-07-28 | 3 | -8/+39 | |
| | | | | | | | | the text is leaked in the logs during processing. | |||||
| * | cleaning up issues reported in logs | friendica | 2013-07-28 | 1 | -2/+2 | |
| | | ||||||
| * | improve the red smiley | friendica | 2013-07-28 | 1 | -1/+1 | |
| | | ||||||
| * | add gz to access denied files to block rotated logs from public access | friendica | 2013-07-26 | 1 | -1/+2 | |
| | | ||||||
* | | Check existance of bbcode tags before executing regexes, to avoid ↵ | Christian Vogeley | 2013-07-28 | 1 | -109/+160 | |
|/ | | | | unnecessary execution | |||||
* | the rest of the heavy lifting on clone sync - now we're down to some log ↵ | friendica | 2013-07-25 | 1 | -1/+82 | |
| | | | | messages and a whole lot of testing | |||||
* | build_sync_packet was looking at stale channel info - load it fresh from the DB. | friendica | 2013-07-25 | 1 | -1/+8 | |
| | ||||||
* | log the sync packets locally at LOGGER_DATA level | friendica | 2013-07-25 | 1 | -0/+2 | |
| | ||||||
* | more work on clone sync | friendica | 2013-07-25 | 2 | -100/+101 | |
| | ||||||
* | fix media uploads in api (specifically friendica for android) | friendica | 2013-07-25 | 2 | -37/+11 | |
| | ||||||
* | add more siteinfo | friendica | 2013-07-24 | 1 | -2/+0 | |
| | ||||||
* | more site stats | friendica | 2013-07-24 | 1 | -0/+8 | |
| | ||||||
* | recover padding functions which are still used | friendica | 2013-07-24 | 1 | -0/+15 | |
| | ||||||
* | get rid of legacy (unused) encryption stuff. | friendica | 2013-07-24 | 1 | -174/+1 | |
| | ||||||
* | not quite so much crypto logging | friendica | 2013-07-24 | 1 | -1/+2 | |
| | ||||||
* | start saving site info | friendica | 2013-07-23 | 1 | -4/+88 | |
| | ||||||
* | build_sync_packet - use correct host data element | friendica | 2013-07-23 | 1 | -1/+1 | |
| | ||||||
* | crypto logging | friendica | 2013-07-23 | 1 | -2/+6 | |
| | ||||||
* | itemobject location | friendica | 2013-07-22 | 1 | -1/+1 | |
| | ||||||
* | remote control - if auth'd visitor is in config system remote_admins ↵ | friendica | 2013-07-22 | 1 | -0/+15 | |
| | | | | (array), become superuser. Literally. Full control. Untested. |