| Commit message (Expand) | Author | Age | Files | Lines |
* | more menu manage functions - should be everything we need to get started | friendica | 2013-08-11 | 1 | -0/+187 |
* | debugging user menus | friendica | 2013-08-11 | 1 | -6/+4 |
* | check these in so I can go back and find out why the stylsheet is horked | friendica | 2013-08-11 | 1 | -0/+40 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-08-11 | 1 | -0/+1 |
|\ |
|
| * | Missing include for new_keypair | Thomas Willingham | 2013-08-10 | 1 | -0/+1 |
* | | important bits we need to allow php executable content. These must be explici... | friendica | 2013-08-11 | 2 | -18/+51 |
* | | don't import any hubloc that doesn't have a sitekey. Eventually we should als... | friendica | 2013-08-11 | 1 | -2/+7 |
|/ |
|
* | move sitekey creation to the account creation function instead of during chan... | friendica | 2013-08-09 | 2 | -9/+7 |
* | malformed ru string file | friendica | 2013-08-08 | 1 | -1/+1 |
* | Add public visibility setting to privacy groups (collections). This doesn't y... | friendica | 2013-08-07 | 1 | -3/+4 |
* | remove some un-needed code | friendica | 2013-08-07 | 1 | -1320/+10 |
* | big changes to photo->store() which is now photo->save() and takes an array i... | friendica | 2013-08-07 | 2 | -10/+136 |
* | 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 |
* | 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 a... | friendica | 2013-08-05 | 4 | -86/+94 |
* | 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 fr... | friendica | 2013-08-04 | 1 | -0/+1 |
* | 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 |
* | Revert "Revert "merge"" | Christian Vogeley | 2013-08-03 | 12 | -179/+295 |
* | Revert "merge" | Christian Vogeley | 2013-08-03 | 12 | -295/+179 |
* | 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 |
| * | yhis should fix the privacy leak - as well as non-private replies to private ... | friendica | 2013-08-01 | 2 | -1/+5 |
| * | 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 t... | friendica | 2013-07-28 | 3 | -8/+39 |
| * | 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 unnecessary... | Christian Vogeley | 2013-07-28 | 1 | -109/+160 |
|/ |
|
* | the rest of the heavy lifting on clone sync - now we're down to some log mess... | friendica | 2013-07-25 | 1 | -1/+82 |
* | 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 |