aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | add "xchan_instance_url" for communicating with services that lack nomadic ↵friendica2013-08-013-2/+11
| | | | | | | | | | | | identity. This will be set to the url of the Red site that they are connected with. Only the nomadic identity clone at that site can communicate directly with them. Other instances will need to relay through that site - and if it goes down, that connection is stuffed.
* | | Merge https://github.com/friendica/red into zpullfriendica2013-08-016-17/+61
|\ \ \
| * \ \ Merge pull request #86 from beardy-unixer/masterfriendica2013-08-013-15/+57
| |\ \ \ | | | | | | | | | | "Can edit my webpages" permissions
| | * | | Remove loggingThomas Willingham2013-08-011-1/+0
| | | | |
| | * | | "Can edit my webpages" permissionsThomas Willingham2013-08-013-15/+58
| | | | |
| * | | | Merge pull request #85 from git-marijus/masterfriendica2013-08-013-2/+4
| |\ \ \ \ | | |/ / / | |/| | | make "selected" class work on all navigation menu items
| | * | | make "selected" class work on all navigation menu itemsmarijus2013-08-013-2/+4
| |/ / /
* / / / yhis should fix the privacy leak - as well as non-private replies to private ↵friendica2013-08-014-3/+7
|/ / / | | | | | | | | | posts
* | | privacy leakagefriendica2013-07-311-1/+1
| | |
* | | fix some privacy leakage in logsfriendica2013-07-313-25/+29
| | |
* | | better mail obscuringfriendica2013-07-317-61/+96
| | |
* | | missing includefriendica2013-07-301-0/+1
| | |
* | | attachment permissions not rightfriendica2013-07-302-40/+46
| | |
* | | unencrypt private posts for editingfriendica2013-07-302-1/+10
| | |
* | | zot feed - getting cut off too earlyfriendica2013-07-291-6/+9
| | |
* | | ensure conversation is includedfriendica2013-07-291-0/+1
| | |
* | | fix some weirdness on the zot feedfriendica2013-07-293-13/+24
| | |
* | | fix bug #84, make imported messages from your clones show up on your wallfriendica2013-07-296-3/+30
| | |
* | | tgroup_check wasn't allowing comments through.friendica2013-07-291-2/+9
| | |
* | | load_pconfig had some issues when given a familyfriendica2013-07-292-27/+13
| | |
* | | browser location issue but this may not fix itfriendica2013-07-292-2/+2
| | |
* | | encrypt private messages on disk - there are still a couple of places where ↵friendica2013-07-284-8/+69
| | | | | | | | | | | | the text is leaked in the logs during processing.
* | | cleaning up issues reported in logsfriendica2013-07-282-7/+2
| | |
* | | improve the red smileyfriendica2013-07-282-2/+2
| | |
* | | add gz to access denied files to block rotated logs from public accessfriendica2013-07-2685-1323/+1079
|/ /
* | the rest of the heavy lifting on clone sync - now we're down to some log ↵friendica2013-07-252-1/+83
| | | | | | | | messages and a whole lot of testing
* | trying to center the selected channel on the manage page. Dreamhost really ↵friendica2013-07-252-3/+18
| | | | | | | | botched up my dev site so it's taking 5 minute per page load - and I don't have any more time to waste tweaking one line of CSS, grabbing a cup of coffee, and drinking it, before seeing the CSS changes. It still needs more tweaking but I might have to do that on the production site - which loads promptly.
* | build_sync_packet was looking at stale channel info - load it fresh from the DB.friendica2013-07-251-1/+8
| |
* | log the sync packets locally at LOGGER_DATA levelfriendica2013-07-251-0/+2
| |
* | include zotfriendica2013-07-252-1/+2
| |
* | more work on clone syncfriendica2013-07-254-105/+103
| |
* | fix media uploads in api (specifically friendica for android)friendica2013-07-253-38/+12
| |
* | gprobe requires hex argumentfriendica2013-07-241-1/+1
| |
* | add chandesc field to profiles to provide some arbitrary text in the ↵friendica2013-07-243-2/+9
| | | | | | | | directory - such as to inform people what this channel is about before they connect. This will work best with a "channel detail" popup in the directory to provide more info than is available in the micro-profiles (when hovered, or clicked or something). And of course, the first thing is to enable this data to be stored in the directory.
* | obscured flags for itemsfriendica2013-07-241-1/+1
| |
* | hide detailed site information if you're off the grid.friendica2013-07-241-23/+32
| |
* | add more siteinfofriendica2013-07-242-2/+14
| |
* | more site statsfriendica2013-07-242-0/+13
| |
* | recover padding functions which are still usedfriendica2013-07-241-0/+15
| |
* | get rid of legacy (unused) encryption stuff.friendica2013-07-241-174/+1
| |
* | not quite so much crypto loggingfriendica2013-07-242-2/+3
| |
* | start saving site infofriendica2013-07-232-4/+94
| |
* | build_sync_packet - use correct host data elementfriendica2013-07-231-1/+1
| |
* | crypto loggingfriendica2013-07-231-2/+6
| |
* | potential solution to Friendica for Android photo uploads, which aren't ↵friendica2013-07-232-2/+5
| | | | | | | | working on Red currently.
* | Merge https://github.com/friendica/red into zpullfriendica2013-07-220-0/+0
|\ \
| * | Wrong path in includeThomas Willingham2013-07-231-1/+1
| | |
* | | itemobject locationfriendica2013-07-221-1/+1
|/ /
* | add logging to matrix page load because I don't want to spend a week telling ↵friendica2013-07-221-0/+2
| | | | | | | | somebody how to determine if it found anything. Now it will just take a week to tell them how to turn on LOGGER_ALL and read the logfile.
* | remote control - if auth'd visitor is in config system remote_admins ↵friendica2013-07-222-1/+16
| | | | | | | | (array), become superuser. Literally. Full control. Untested.