Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't federate webpages ;-) | friendica | 2013-06-15 | 1 | -0/+6 |
| | |||||
* | fix "new connection has less permissions than public" | friendica | 2013-06-15 | 1 | -4/+12 |
| | |||||
* | silence a pointless warning | friendica | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | push refresh messages, performance work on conversations and configs, doc ↵ | friendica | 2013-06-14 | 5 | -29/+95 |
| | | | | updates | ||||
* | missing include | friendica | 2013-06-13 | 1 | -0/+1 |
| | |||||
* | feeds are bit more standards compliant and a bit less broken now | friendica | 2013-06-12 | 1 | -40/+39 |
| | |||||
* | very minimal Atom feed - there will be a lot of bugs and unparseable content ↵ | friendica | 2013-06-12 | 1 | -192/+64 |
| | | | | if you've got elaborately structured objects, but I got the thing to at least render in firefox given some quick test posts. If you find bugs (as you certainly will), feel free to fix them. | ||||
* | missed a few zrl/zmg conversions, like for translate_item and enotify messages | friendica | 2013-06-12 | 2 | -26/+27 |
| | |||||
* | by default pending connections have no rights | friendica | 2013-06-06 | 1 | -2/+2 |
| | |||||
* | no GMT_TIMESTAMP() in mysql - use UTC_TIMESTAMP() instead | friendica | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | This should get community tagging pretty close to working - deleting a ↵ | friendica | 2013-06-04 | 2 | -6/+36 |
| | | | | community tag is left as a FIXME | ||||
* | tagging posts now sends out a presumably legal activity message - all that's ↵ | friendica | 2013-06-04 | 1 | -2/+10 |
| | | | | missing is catching it on the post owner's side, checking if people can tag this stream, and then add the tag to the parent message. | ||||
* | fix buggered contact photos | friendica | 2013-06-03 | 1 | -0/+20 |
| | |||||
* | templatise alt_pager | friendica | 2013-06-03 | 1 | -13/+9 |
| | |||||
* | move oohembed service to addon | friendica | 2013-06-03 | 1 | -5/+10 |
| | |||||
* | force delayed_publish time comparisons to UTC. | friendica | 2013-05-29 | 1 | -2/+2 |
| | |||||
* | add photos and albums enumeration to Red API (will allow us to export either ↵ | friendica | 2013-05-29 | 2 | -3/+54 |
| | | | | all our photos or individual albums using a script) | ||||
* | Typo, or somehow ended up with a missing line another way. | Thomas Willingham | 2013-05-29 | 1 | -0/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-28 | 1 | -0/+1 |
|\ | |||||
| * | Add red smiley for the sake of consistency with Friendica's set. | Thomas Willingham | 2013-05-28 | 1 | -0/+1 |
| | | |||||
* | | issue #55 (number 2) | friendica | 2013-05-28 | 1 | -4/+6 |
|/ | |||||
* | convert most red photos to zmg | friendica | 2013-05-28 | 3 | -15/+17 |
| | |||||
* | cleanup localisation of like activities | friendica | 2013-05-28 | 1 | -5/+3 |
| | |||||
* | wrong attribution on likes of comments in email notifications. Let's also ↵ | friendica | 2013-05-28 | 2 | -34/+22 |
| | | | | call the thing they liked a comment instead of a status | ||||
* | add support for zmg bbcode tag (img with class=zrl) which will eventually ↵ | friendica | 2013-05-27 | 1 | -1/+3 |
| | | | | get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done. | ||||
* | fix zidify_img_callback - wrong number of args | friendica | 2013-05-27 | 1 | -1/+1 |
| | |||||
* | zidify img links, delay notifier until actually published for time ↵ | friendica | 2013-05-27 | 4 | -8/+42 |
| | | | | travelling posts | ||||
* | use http_authorization header with nginx | friendica | 2013-05-23 | 1 | -0/+10 |
| | |||||
* | move new_cookie() to the session driver so we can use it for other purposes ↵ | friendica | 2013-05-23 | 2 | -10/+11 |
| | | | | besides "normal" web login (for instance magic auth) | ||||
* | more progress on items_fetch (new name) | friendica | 2013-05-23 | 2 | -36/+39 |
| | |||||
* | implement time travelling posts | friendica | 2013-05-23 | 2 | -0/+19 |
| | |||||
* | first cut at generic item search | friendica | 2013-05-22 | 1 | -0/+222 |
| | |||||
* | and the obligatory typo | friendica | 2013-05-22 | 1 | -0/+1 |
| | |||||
* | add api/red/channel/stream POST method (post_activity_item()), add ↵ | friendica | 2013-05-22 | 1 | -0/+12 |
| | | | | additional endpoint to channel export to api/red/channel/export/basic | ||||
* | add basic input filtering to the simple activity posting | friendica | 2013-05-22 | 1 | -0/+20 |
| | |||||
* | missing comma | friendica | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | improvements to post_activity_item() so that it does not behave differently ↵ | friendica | 2013-05-21 | 1 | -0/+13 |
| | | | | with delivery plugins than post_local via the API. | ||||
* | fix app display | friendica | 2013-05-21 | 2 | -2/+8 |
| | |||||
* | more permissions descriptive text to lessen confusion | friendica | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | some auto-friending cleanups | friendica | 2013-05-19 | 1 | -1/+3 |
| | |||||
* | typo in auto permissions | friendica | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | doc update plus fix the "only to those in my address book" permission | friendica | 2013-05-18 | 1 | -0/+5 |
| | |||||
* | extend delivery reports to mail | friendica | 2013-05-16 | 1 | -1/+11 |
| | |||||
* | workarounds for people that re-install and end up polluting everybody's ↵ | friendica | 2013-05-16 | 1 | -2/+2 |
| | | | | databases with stale entries | ||||
* | fix setting account_roles for admin account | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | fix intltext template driver | friendica | 2013-05-15 | 4 | -6/+12 |
| | |||||
* | fix intltext templates - maybe | friendica | 2013-05-15 | 2 | -23/+25 |
| | |||||
* | install issues | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | don't use permissions to block directory updates from happening. Use zfinger ↵ | friendica | 2013-05-15 | 1 | -6/+0 |
| | | | | to decide what to send. | ||||
* | Another typo | Thomas Willingham | 2013-05-14 | 1 | -2/+2 |
| |