Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove hook logging - too noisy | friendica | 2013-12-01 | 1 | -1/+1 |
| | |||||
* | get rid of fetch_url - post_url will be a bit harder as several plugins need ↵ | friendica | 2013-12-01 | 2 | -154/+7 |
| | | | | to be updated | ||||
* | deprecate a->get_curl_code() and $a->get_curl_headers() | friendica | 2013-12-01 | 3 | -379/+19 |
| | |||||
* | hooks getting called twice | friendica | 2013-11-30 | 1 | -1/+3 |
| | |||||
* | quite a bit of work on default acl permissions and various acl quirks | friendica | 2013-11-29 | 1 | -11/+11 |
| | |||||
* | allow themes to mess with the navbar contents without a custom template. ↵ | friendica | 2013-11-28 | 2 | -4/+40 |
| | | | | | | | | | | | | It's done as a callback using a transient plugin hook. For instance to get rid of the notifications link: insert_hook('nav','strip_notify'); function strip_notify($a,&$b) { unset($b['nav']['notifications']); } | ||||
* | make the template processor (e.g. replace_macros) pluggable | friendica | 2013-11-28 | 1 | -1/+4 |
| | |||||
* | doco | friendica | 2013-11-28 | 1 | -6/+21 |
| | |||||
* | item store hooks | friendica | 2013-11-28 | 2 | -0/+24 |
| | |||||
* | doco | friendica | 2013-11-28 | 1 | -6/+41 |
| | |||||
* | only list undeleted hublocs in zot_finger | friendica | 2013-11-28 | 1 | -4/+7 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-28 | 1 | -3/+3 |
|\ | |||||
| * | Plurals for conversation.php | Olivier Migeot | 2013-11-28 | 1 | -3/+3 |
| | | |||||
* | | zot doco | friendica | 2013-11-28 | 1 | -17/+96 |
|/ | |||||
* | synchronise deletion of comments between red and wp | friendica | 2013-11-28 | 1 | -0/+10 |
| | |||||
* | reduce the likelihood that a given channel will have 30-40 valid hublocs ↵ | friendica | 2013-11-27 | 1 | -22/+9 |
| | | | | with the same hubloc_url. | ||||
* | more loop prevention | friendica | 2013-11-26 | 1 | -0/+8 |
| | |||||
* | ensure that drop_item doesn't recurse | friendica | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | delete from the wp side as well as from the red side | friendica | 2013-11-26 | 1 | -11/+27 |
| | |||||
* | api fixes | friendica | 2013-11-26 | 1 | -4/+12 |
| | |||||
* | add drop_item hook | friendica | 2013-11-26 | 1 | -0/+3 |
| | |||||
* | add recipient name to the rest of the notification emails | friendica | 2013-11-24 | 1 | -37/+47 |
| | |||||
* | replaced rhash icon | tuscanhobbit | 2013-11-23 | 1 | -2/+2 |
| | |||||
* | updated logo in readme and r# shorthand | tuscanhobbit | 2013-11-22 | 1 | -2/+2 |
| | |||||
* | init_groups_visitor() was still using old array of id output (not the newer ↵ | friendica | 2013-11-22 | 1 | -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 ↵ | friendica | 2013-11-21 | 1 | -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 hooks | friendica | 2013-11-21 | 1 | -0/+4 |
| | |||||
* | white screen | friendica | 2013-11-21 | 2 | -4/+4 |
| | |||||
* | this is necessary for any possibility of a federated future. | friendica | 2013-11-21 | 1 | -1/+16 |
| | |||||
* | add aid to notifiy table which we may need to supress duplicate notify ↵ | friendica | 2013-11-20 | 3 | -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 ↵ | friendica | 2013-11-20 | 1 | -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 ↵ | friendica | 2013-11-20 | 6 | -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 ↵ | friendica | 2013-11-18 | 1 | -2/+2 |
| | | | | recent screenshot to redbasic | ||||
* | magic auth issues | friendica | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | filter out duplicate recipients on local deliveries. We only need to deliver ↵ | friendica | 2013-11-17 | 1 | -1/+19 |
| | | | | stuff once to any particular channel. | ||||
* | fix commented timestamp | friendica | 2013-11-17 | 1 | -3/+4 |
| | |||||
* | better job of setting parent created | friendica | 2013-11-17 | 1 | -7/+4 |
| | |||||
* | pull in some posts when we first connect with a new channel (if allowed to) ↵ | friendica | 2013-11-17 | 3 | -15/+40 |
| | | | | - if not allowed to, do it if that condition changes | ||||
* | populate some posts when somebody is granted "read stream" permission | friendica | 2013-11-17 | 4 | -4/+27 |
| | |||||
* | revert to prepare_page - but have it call prepare_body | friendica | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | change product name on notification emails to lowercase | friendica | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | comment out the multi-delete feature until somebody wants it bad enough to ↵ | friendica | 2013-11-15 | 1 | -1/+1 |
| | | | | make it work | ||||
* | allow rpost to set source app | friendica | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | fix default cipher for comments and set it at the conversation level rather ↵ | friendica | 2013-11-14 | 2 | -8/+10 |
| | | | | than the item level. | ||||
* | silence a warning | friendica | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Don't allow channel creation with a nickname | friendica | 2013-11-14 | 1 | -0/+6 |
| | |||||
* | e2ee in comments and a bit of cleanup so not every theme has to define how ↵ | friendica | 2013-11-14 | 2 | -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 id | marijus | 2013-11-14 | 1 | -0/+1 |
| | |||||
* | E2EE on private mail (also fixed autocomplete results dropdown for recipient ↵ | friendica | 2013-11-13 | 1 | -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 ↵ | friendica | 2013-11-12 | 1 | -22/+36 |
| | | | | with but it's a start |