aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵friendica2013-11-151-1/+1
| | | | make it work
* allow rpost to set source appfriendica2013-11-151-1/+1
|
* fix default cipher for comments and set it at the conversation level rather ↵friendica2013-11-142-8/+10
| | | | than the item level.
* 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 ↵friendica2013-11-142-3/+9
| | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
* 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
| | | | which was positioned below the navbar instead of next to the recipient input box)
* removeme sort of works for a single channel - lots of loose ends to deal ↵friendica2013-11-121-22/+36
| | | | with but it's a start
* 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 ↵friendica2013-11-111-1/+1
| | | | sounds like we don't have any at all - and we certainly do.
* 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
| | | | | | | | | | an initial xconfig is set - the first one will turn safe search on (ie, do nothing from a users point of view). Fix that.
* | 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 ↵friendica2013-11-071-2/+39
| | | | to have to work for it.
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-073-4/+14
| | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
* allow private mail sender to set an expiration on their messages. Once ↵friendica2013-11-063-4/+20
| | | | expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday".
* more work on channel removal - it might sort of work now but I'm expecting ↵friendica2013-11-051-4/+22
| | | | lots of issues. Hence there is still no code in chanman to start the process rolling and make it happen. Will need a barrage of test cases.
* 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 ↵friendica2013-11-041-2/+2
| | | | may require tweaking.
* solid progress on attach_mkdir - but we need to figure out where to store ↵friendica2013-11-041-11/+73
| | | | default file permissions. This should be separate from post/item permissions and we won't be able to set permissions from the DAV interface so if we want something private we have to provide these permissions in our preferences.
* 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 ↵friendica2013-11-041-1/+14
| | | | incorrectly being marked as "in a reshare" due to being obscured.
* 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 ↵friendica2013-10-301-3/+7
|/ | | | could be a strong selling point.
* 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 ↵friendica2013-10-282-2/+13
| | | | doco) and a few other webpage related cleanups
* implement monthly directory pingsfriendica2013-10-282-3/+34
|