aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* delete from the wp side as well as from the red sidefriendica2013-11-261-11/+27
|
* api fixesfriendica2013-11-261-4/+12
|
* add drop_item hookfriendica2013-11-261-0/+3
|
* add recipient name to the rest of the notification emailsfriendica2013-11-241-37/+47
|
* replaced rhash icontuscanhobbit2013-11-231-2/+2
|
* updated logo in readme and r# shorthandtuscanhobbit2013-11-221-2/+2
|
* init_groups_visitor() was still using old array of id output (not the newer ↵friendica2013-11-221-2/+2
| | | | array of hash which we need for permission queries)
* add recipient name to some of the notification emails for those who have a ↵friendica2013-11-211-3/+3
| | | | lot of channels and it isn't always obvious which channel is getting the notification. If this works out we should probably add this to the rest of them.
* follow and accept_follow hooksfriendica2013-11-211-0/+4
|
* white screenfriendica2013-11-212-4/+4
|
* this is necessary for any possibility of a federated future.friendica2013-11-211-1/+16
|
* add aid to notifiy table which we may need to supress duplicate notify ↵friendica2013-11-203-10/+26
| | | | | | emails across your channels also try to handle the wretched mess of broken and duplicated hublocs that fred.cepheus.uberspace.de typically reports
* webpage edit - losing the ability to pass unfiltered html and perhaps some ↵friendica2013-11-201-3/+2
| | | | php due to unsetting uid too early in item_store_update()
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵friendica2013-11-206-29/+45
| | | | we can more easily retire 'aes256cbc' once it is no longer viable.
* fix plugin and them toggles for the colourblind, add theme info block and ↵friendica2013-11-181-2/+2
| | | | recent screenshot to redbasic
* magic auth issuesfriendica2013-11-171-1/+1
|
* filter out duplicate recipients on local deliveries. We only need to deliver ↵friendica2013-11-171-1/+19
| | | | stuff once to any particular channel.
* 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
| | | | - if not allowed to, do it if that condition changes
* 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 ↵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.