aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* webpage edit - losing the ability to pass unfiltered html and perhaps some ph...friendica2013-11-201-3/+2
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ...friendica2013-11-206-29/+45
* fix plugin and them toggles for the colourblind, add theme info block and rec...friendica2013-11-181-2/+2
* magic auth issuesfriendica2013-11-171-1/+1
* filter out duplicate recipients on local deliveries. We only need to deliver ...friendica2013-11-171-1/+19
* fix commented timestampfriendica2013-11-171-3/+4
* better job of setting parent createdfriendica2013-11-171-7/+4
* pull in some posts when we first connect with a new channel (if allowed to) -...friendica2013-11-173-15/+40
* populate some posts when somebody is granted "read stream" permissionfriendica2013-11-174-4/+27
* revert to prepare_page - but have it call prepare_bodyfriendica2013-11-151-1/+1
* change product name on notification emails to lowercasefriendica2013-11-151-1/+1
* comment out the multi-delete feature until somebody wants it bad enough to ma...friendica2013-11-151-1/+1
* allow rpost to set source appfriendica2013-11-151-1/+1
* fix default cipher for comments and set it at the conversation level rather t...friendica2013-11-142-8/+10
* silence a warningfriendica2013-11-141-1/+1
* Don't allow channel creation with a nicknamefriendica2013-11-141-0/+6
* e2ee in comments and a bit of cleanup so not every theme has to define how to...friendica2013-11-142-3/+9
* make autocomplete better themable by adding an idmarijus2013-11-141-0/+1
* E2EE on private mail (also fixed autocomplete results dropdown for recipient ...friendica2013-11-131-2/+2
* removeme sort of works for a single channel - lots of loose ends to deal with...friendica2013-11-121-22/+36
* Fix missing argument warningOlaf Conradi2013-11-121-1/+1
* ability to use other ciphersfriendica2013-11-111-0/+5
* localise js ui strings for e2eefriendica2013-11-111-7/+9
* looks more structured this waymarijus2013-11-111-0/+1
* turn safemode into a proper widgetfriendica2013-11-111-0/+1
* change wording on feature to "even more encryption" because otherwise it soun...friendica2013-11-111-1/+1
* display encrypted text inlinefriendica2013-11-111-2/+5
* Merge https://github.com/friendica/red into zpullfriendica2013-11-101-1/+1
|\
| * More safe search - since the default is one, toggle only works afterThomas Willingham2013-11-111-1/+1
* | e2eefriendica2013-11-102-0/+3
|/
* Didn't finish it. Gotta' pee.friendica2013-11-101-9/+2
* too much privacy on get_plink() which is left over from Friendica daysfriendica2013-11-101-1/+1
* Stray lineThomas Willingham2013-11-091-3/+0
* Clean upThomas Willingham2013-11-091-1/+1
* Bring safe search to the UIThomas Willingham2013-11-091-0/+18
* we should probably only expire things once...friendica2013-11-071-1/+4
* update smiliesfriendica2013-11-071-0/+2
* more e2ee infrastructure - at this point if somebody wants it they're going t...friendica2013-11-071-2/+39
* provide expire feature on post and comments as well as private messages. This...friendica2013-11-073-4/+14
* allow private mail sender to set an expiration on their messages. Once expire...friendica2013-11-063-4/+20
* more work on channel removal - it might sort of work now but I'm expecting lo...friendica2013-11-051-4/+22
* fix private group deliveryfriendica2013-11-051-3/+4
* don't store update records if we're not a directory server of some kindfriendica2013-11-041-0/+5
* make the storage permissions tweakable for hosted environments where they may...friendica2013-11-041-2/+2
* solid progress on attach_mkdir - but we need to figure out where to store def...friendica2013-11-041-11/+73
* tag notifications for private posts contain obscured data - they should be blankfriendica2013-11-041-1/+1
* private tagged posts weren't creating second delivery chain - they were incor...friendica2013-11-041-1/+14
* add attach_mkdir()friendica2013-11-031-0/+71
* Merge https://github.com/friendica/red into zpullfriendica2013-10-301-3/+7
|\
| * Use only one regex for title matching in rpost tagzottel2013-10-311-6/+5