aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Allow setting of title in rpost tag with [rpost=title]body[/rpost]zottel2013-10-301-1/+6
* | issue #189 - show post edited time on relative date hovertipfriendica2013-10-302-0/+2
* | allow zot public providers to list their location, as a non US-based server c...friendica2013-10-301-3/+7
|/
* access policy and directory mode were crossed on site table creationfriendica2013-10-301-1/+1
* send rpost requests from remote sites back to yours.friendica2013-10-291-2/+2
* rpost bbcode tagfriendica2013-10-292-3/+21
* docofriendica2013-10-281-0/+18
* Comanche documentation and some cleanup of layout page (including link to doc...friendica2013-10-282-2/+13
* implement monthly directory pingsfriendica2013-10-282-3/+34
* remote post module so that from anywhere on the web or at least within the ma...friendica2013-10-271-2/+2
* a bit more progress on DAV driverfriendica2013-10-271-3/+27
* put comanche widgets in their own file. Added a category tagcloud widget - bu...friendica2013-10-273-10/+41
* include/reddav.php is the glue between Red attachments and the SabreDav inter...friendica2013-10-261-0/+154
* create update record for accounts on directory server itself during profile c...friendica2013-10-244-8/+31
* Optionally pass a prepared "top level" item into conversation(). This will ev...friendica2013-10-242-5/+17