Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removing connectors we won't be needing - this is probably going to break ↵ | friendica | 2012-07-18 | 1 | -41/+0 | |
| | | | | some shit. | |||||
* | working towards getting rid of item['tag'] and item['file'] - still some ↵ | friendica | 2012-07-16 | 1 | -12/+15 | |
| | | | | dependencies | |||||
* | language filtering infrastructure, check owner's language prefs and either ↵ | friendica | 2012-07-16 | 1 | -0/+20 | |
| | | | | translate it or dump it depending on those prefs and the availability of translation plugins. | |||||
* | use include/language.php for all language and translation code | friendica | 2012-07-16 | 1 | -2/+0 | |
| | ||||||
* | language detection and sparkle links added to plinks where appropriate | friendica | 2012-07-12 | 1 | -5/+13 | |
| | ||||||
* | catchup | friendica | 2012-07-10 | 1 | -5/+0 | |
| | ||||||
* | identity address is now a web-id or "webbie" | friendica | 2012-07-09 | 1 | -17/+36 | |
| | ||||||
* | remove bookmark content flag | friendica | 2012-07-08 | 1 | -28/+20 | |
| | ||||||
* | create third privacy state - public post but not searchable or publicly visible | friendica | 2012-06-28 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |