Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove possibly unnecessary checks for likes or comments created by Diaspora ↵ | Zach Prezkuta | 2012-06-25 | 1 | -9/+9 |
| | | | | users | ||||
* | store signature info for remote users too | Zach Prezkuta | 2012-06-25 | 1 | -15/+20 |
| | |||||
* | add some debug logging | Zach Prezkuta | 2012-06-25 | 1 | -0/+1 |
| | |||||
* | Clean up the Diaspora connectivity: | Zach Prezkuta | 2012-06-25 | 1 | -18/+40 |
| | | | | | - Move Diaspora code into separate functions to make it more modular - Create more checks for whether Diaspora connectivity has been enabled | ||||
* | fix check for parent of StatusNet API post | Zach Prezkuta | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | Implement relaying of relayable_retractions | Zach Prezkuta | 2012-06-03 | 1 | -5/+5 |
| | | | | Also: some whitespace cleanup, fix Diaspora parent DB query | ||||
* | private group tests, cont. | friendica | 2012-05-29 | 1 | -12/+25 |
| | |||||
* | fix wall_uploaded photo permissions on group post by member | friendica | 2012-05-25 | 1 | -1/+3 |
| | |||||
* | redir links for permission controlled attachments | friendica | 2012-05-21 | 1 | -10/+6 |
| | |||||
* | set comment permissions explicitly to parent permissions | friendica | 2012-05-19 | 1 | -5/+14 |
| | |||||
* | Avoid tagging both '@Robert Johnson' and also '@Robert', when '@Robert ↵ | friendica | 2012-05-02 | 1 | -5/+33 |
| | | | | Johnson' was already matched, and '@Robert' might be somebody different entirely. | ||||
* | separate tag search from body search | friendica | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | function name typo | friendica | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | move all fix_mce to one function so it can easily be undone | friendica | 2012-04-10 | 1 | -2/+1 |
| | |||||
* | use local_user for tag completion if available. See bug #368 | friendica | 2012-04-09 | 1 | -1/+1 |
| | |||||
* | fix to wall_upload photos default permissions to use cid rather than uid. | friendica | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | tag tests cont. | friendica | 2012-04-07 | 1 | -1/+0 |
| | |||||
* | some work on tests | friendica | 2012-04-07 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -12/+35 |
|\ | | | | | | | | | | | Conflicts: include/config.php update.php | ||||
| * | allow users to set categories on their posts | Michael Johnston | 2012-04-01 | 1 | -6/+24 |
| | | |||||
| * | title not updated when editing post | friendica | 2012-03-28 | 1 | -1/+1 |
| | | |||||
| * | typo datarry -> datarray | Michael Johnston | 2012-03-25 | 1 | -1/+1 |
| | | |||||
| * | ability to change tags in edited posts | friendica | 2012-03-22 | 1 | -7/+12 |
|/ | |||||
* | work around doubled linefeeds in tinymce3.5b2 | friendica | 2012-03-21 | 1 | -0/+10 |
| | |||||
* | cut/paste error | friendica | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | syntax error from pasted text, remove ^M's | friendica | 2012-03-16 | 1 | -96/+96 |
| | |||||
* | Merge pull request #132 from campino/master | friendica | 2012-03-14 | 1 | -104/+140 |
|\ | | | | | Test cases | ||||
| * | get_tags tests corrected. They test for the right things now. | Alexander Kampmann | 2012-03-14 | 1 | -6/+7 |
| | | |||||
| * | get tags test improved | Alexander Kampmann | 2012-03-12 | 1 | -24/+55 |
| | | |||||
| * | splitted test cases. | Alexander Kampmann | 2012-03-09 | 1 | -104/+108 |
| | | |||||
* | | PHP Fatal error: Call-time pass-by-reference has been removed in ↵ | Simon L'nu | 2012-03-14 | 1 | -1/+1 |
|/ | | | | | | mod/item.php on line 630 Signed-off-by: Simon L'nu <simon.lnu@gmail.com> | ||||
* | mod/item.php pass 'parent' to notification | Abinoam P. Marques Jr | 2012-02-25 | 1 | -1/+2 |
| | |||||
* | scale external images | friendica | 2012-02-25 | 1 | -0/+2 |
| | |||||
* | new notifications - implement storage | friendica | 2012-02-18 | 1 | -0/+2 |
| | |||||
* | encode email headers on message deliveries | friendica | 2012-02-15 | 1 | -2/+3 |
| | |||||
* | edit post not working after plaintext editor fixes, missing some recent ↵ | friendica | 2012-02-09 | 1 | -1/+2 |
| | | | | editor template changes | ||||
* | allow plugin to abort message posting, fix half-duplex D* relationship | friendica | 2012-01-30 | 1 | -0/+14 |
| | |||||
* | store moderated flag if set | friendica | 2012-01-29 | 1 | -8/+7 |
| | |||||
* | redirect to a useful location after deleting or ignoring a friend request, ↵ | friendica | 2012-01-24 | 1 | -2/+26 |
| | | | | begin comment moderation logic | ||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | api post broken with recent change to use REQUEST vars in mod_item | friendica | 2012-01-15 | 1 | -1/+1 |
| | |||||
* | use $_REQUEST for all post items, move default api permission code block to ↵ | friendica | 2012-01-12 | 1 | -44/+55 |
| | | | | simplify logic | ||||
* | bug #251 - privacy settings not working via API | friendica | 2012-01-12 | 1 | -6/+6 |
| | |||||
* | post preview | friendica | 2012-01-09 | 1 | -0/+3 |
| | |||||
* | bypass D* markdown bug for now | friendica | 2012-01-09 | 1 | -0/+2 |
| | |||||
* | backend for per-network streams | friendica | 2012-01-05 | 1 | -3/+1 |
| | |||||
* | comment preview | friendica | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | backend support for post preview | friendica | 2012-01-05 | 1 | -9/+15 |
| | |||||
* | add verb and item to notifications to aid in localisation | friendica | 2012-01-03 | 1 | -2/+6 |
| | |||||
* | notification testing | friendica | 2011-12-27 | 1 | -1/+1 |
| |