aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* make zot_finger more bulletprooffriendica2013-07-212-1/+6
|
* improve logging zot_fingerfriendica2013-07-211-1/+1
|
* mail completion issuefriendica2013-07-212-2/+2
|
* get rid of ugly article wrapperfriendica2013-07-211-2/+0
|
* log when zid_init invokes reverse magic-authfriendica2013-07-211-0/+1
|
* log forbidden photos with complete URL and observer webbie (if available).friendica2013-07-211-0/+3
|
* make forbidden sign less obnoxious and more theme-ablefriendica2013-07-212-1/+1
|
* getElementById returns null on failurefriendica2013-07-211-1/+1
|
* fix error updating pagetitle with notify count if not logged in locally (no ↵friendica2013-07-211-10/+13
| | | | notify count available)
* remove obsolete notificationsfriendica2013-07-212-19/+17
|
* remove some unused settings from admin pagefriendica2013-07-212-4/+0
|
* improvements in delivery loggingfriendica2013-07-213-17/+34
|
* clone sync: extra param to zot_build_packetfriendica2013-07-202-2/+2
|
* remove stray debuggingfriendica2013-07-191-2/+2
|
* private mail is just a little more private now. Not encrypted and the ↵friendica2013-07-193-9/+41
| | | | | | obfuscation is easily reversible, but not casually readable by browsing logfiles or mysql dumps. This isn't backward compatible - folks will have to upgrade if they can't read their mail.
* private pokes - perhaps a little *too* private.friendica2013-07-1957-777/+1017
|
* Clone syncronisation might work better if we sent out the right kind of ↵friendica2013-07-181-1/+2
| | | | packet. We need to send them as 'notify' packets and arrange for pickup just like other authenticated message types.