| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add drop_item hook | friendica | 2013-11-26 | 1 | -0/+3 |
* | webpage edit - losing the ability to pass unfiltered html and perhaps some ph... | friendica | 2013-11-20 | 1 | -3/+2 |
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ... | friendica | 2013-11-20 | 1 | -13/+13 |
* | magic auth issues | friendica | 2013-11-17 | 1 | -1/+1 |
* | 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 | 1 | -7/+20 |
* | populate some posts when somebody is granted "read stream" permission | friendica | 2013-11-17 | 1 | -0/+5 |
* | allow private mail sender to set an expiration on their messages. Once expire... | friendica | 2013-11-06 | 1 | -0/+6 |
* | private tagged posts weren't creating second delivery chain - they were incor... | friendica | 2013-11-04 | 1 | -1/+14 |
* | prevent posts from floating to the top after minor edits | friendica | 2013-10-19 | 1 | -1/+6 |
* | turn off endless scroll if we have no more content to load - currently for mo... | friendica | 2013-10-13 | 1 | -0/+1 |
* | preserve the source owner when creating a delivery fork so that we can uplink... | friendica | 2013-10-13 | 1 | -4/+28 |
* | fix a bunch of post editing bugs - though this consolidates some disparate co... | friendica | 2013-10-04 | 1 | -23/+33 |
* | post signatures | friendica | 2013-10-02 | 1 | -46/+91 |
* | implement republish permission for use in sourced channels | friendica | 2013-09-30 | 1 | -0/+11 |
* | RSS feeds as channel sources. It's feasible and within reach, however there's... | friendica | 2013-09-29 | 1 | -45/+35 |
* | Issue #158 | friendica | 2013-09-29 | 1 | -2/+2 |
* | close comment | friendica | 2013-09-28 | 1 | -1/+1 |
* | fix can_comment_on_post when viewing wall-to-wall | friendica | 2013-09-28 | 1 | -5/+16 |
* | convert to plaintext before matching words in body. Otherwise every post I ma... | friendica | 2013-09-26 | 1 | -1/+5 |
* | aggregate channels | friendica | 2013-09-26 | 1 | -26/+86 |
* | Add explanation why public comments are disabled. | Olaf Conradi | 2013-09-26 | 1 | -1/+5 |
* | bug #150, if deny access is present but nobody has been allowed, create an al... | friendica | 2013-09-22 | 1 | -1/+22 |
* | hopefully(?) the final word on remote comment permissions | friendica | 2013-09-20 | 1 | -3/+1 |
* | fix contact comment permissions | friendica | 2013-09-20 | 1 | -1/+6 |
* | hopefully this will go over a bit better - check post owner permissions as we... | friendica | 2013-09-20 | 1 | -1/+3 |
* | sync item_search with yesterday's network fix for collections. Add ud_addr to... | friendica | 2013-09-19 | 1 | -6/+12 |
* | doc update, put more telemetry on notifier and try to ensure that private pos... | friendica | 2013-09-13 | 1 | -0/+3 |
* | remove some debugging stuff now that the problem they were trying to locate d... | friendica | 2013-09-12 | 1 | -5/+0 |
* | make comments work again | friendica | 2013-09-10 | 1 | -1/+2 |
* | well that really stuffed things up... | friendica | 2013-09-10 | 1 | -1/+1 |
* | this should fix the foreign language like notifications (again) | friendica | 2013-09-10 | 1 | -2/+4 |
* | change wording on item_store message so we can find failures fast with grep i... | friendica | 2013-09-10 | 1 | -1/+1 |
* | provide detailed error to remote site for the myriad of things that can go wr... | friendica | 2013-09-10 | 1 | -19/+44 |
* | pages feed | friendica | 2013-09-05 | 1 | -15/+29 |
* | issue #59 - this is a real bugger. Might seem fixed but read the code. This c... | friendica | 2013-09-04 | 1 | -2/+7 |
* | fix private message encryption since the input_filter mangled it | friendica | 2013-09-03 | 1 | -2/+2 |
* | webpage content-type -- needs cleaning up and a security check once all the i... | friendica | 2013-09-02 | 1 | -7/+3 |
* | Sheesh. Three lines of Javascript. All you have to do is find which of the th... | friendica | 2013-09-01 | 1 | -0/+11 |
* | get rid of ssl_policy - it's implicit in the site url | friendica | 2013-08-27 | 1 | -16/+16 |
* | email attachments (and fix email photos) | friendica | 2013-08-19 | 1 | -0/+10 |
* | item_store logging to discover where object is getting quote mangled. | friendica | 2013-08-18 | 1 | -1/+4 |
* | Another try at issue #61 and #62 - an earlier fix was partially working but t... | friendica | 2013-08-18 | 1 | -9/+14 |
* | don't include archived contacts in public posts, unless specifically requested | friendica | 2013-08-15 | 1 | -2/+3 |
* | typo | friendica | 2013-08-14 | 1 | -1/+1 |
* | fix expire so it actually should expire stuff; and mostly the correct stuff -... | friendica | 2013-08-14 | 1 | -11/+17 |
* | important bits we need to allow php executable content. These must be explici... | friendica | 2013-08-11 | 1 | -18/+35 |
* | remove some un-needed code | friendica | 2013-08-07 | 1 | -1320/+10 |
* | convert all stored json calls to json_decode_plus() | friendica | 2013-08-06 | 1 | -9/+9 |