aboutsummaryrefslogtreecommitdiffstats
path: root/addon/twitter
Commit message (Collapse)AuthorAgeFilesLines
* honour "post to xxx network by default" when using APIFriendika2011-08-141-0/+4
|
* config page formatation issues fixedTobias Diekershoff2011-07-281-1/+2
|
* clearing the wordenting for the addon configTobias Diekershoff2011-07-281-6/+15
|
* removed the "same as friendika" note from the license lineTobias Diekershoff2011-07-211-1/+1
|
* log twitter post resultFriendika2011-07-101-2/+5
|
* remove insecure java_uploader, add some debugging to twitter pluginFriendika2011-07-061-0/+1
|
* twitter and statusnet plugin settings are not parsed on post if their ↵Fabio Comuni2011-06-301-2/+5
| | | | respective submit buttons was not clicked by user
* friendika-z initial implementationFriendika2011-06-231-0/+5
|
* Change logic in admin.php to load plugin settings form. Add statusnet ↵fabrixxm2011-06-191-4/+3
| | | | settings form.
* Admin: add translatable strings, remove 'rino' settings, invert ↵fabrixxm2011-06-182-1/+21
| | | | 'no'-setings, add "plugin_admin" hook for global plugins settings. add settings to twitter connector as example.
* Update info comments in all pluginsFabio Comuni2011-06-141-0/+6
|
* resolved some local git quirksTobias Diekershoff2011-03-131-4/+0
|
* Merge branch 'master' of git://github.com/friendika/friendikaTobias Diekershoff2011-03-131-1/+5
|\ | | | | | | | | Conflicts: addon/twitter/twitter.php
| * fb "post by default" implemented, post_by_default logic fixed for other pluginsFriendika2011-03-091-1/+1
| |
| * twitteroauth library pathFriendika2011-03-081-1/+1
| |
* | fixed wrong library pathTobias Diekershoff2011-03-081-1/+1
|/
* one replacement of the twitteroauth lib forgottenTobias Diekershoff2011-02-271-1/+1
|
* cleanup plugin and post settingsFriendika2011-02-231-22/+7
|
* resolve file inclusion conflicts w/ multiple plugins, improve the typo checkerFriendika2011-02-214-1825/+2
|
* disable network toggles when ACL's are enteredFriendika2011-02-111-1/+1
|
* toggles "post to facebook, post to twitter", etc.Friendika2011-02-111-1/+35
|
* entirely possible media/links were the only thing posted - don't forward ↵Friendika2011-02-101-17/+18
| | | | empty message to twitter/SN
* spaces for the string extractor, check no parentTobias Diekershoff2011-02-091-9/+9
|
* added README files for the piwik, twitter and statusnet addonTobias Diekershoff2011-02-081-0/+77
|
* deletion of OAuth stuff works now, removed ToDo noteTobias Diekershoff2011-02-081-5/+3
|
* deleted another item from the Twitter addon ToDo listTobias Diekershoff2011-02-061-1/+0
|
* deleted an item from the ToDo listTobias Diekershoff2011-02-061-1/+2
|
* Post to Twitter pluginTobias Diekershoff2011-02-063-7/+221
| | | | | | | With this plugin a user can choose to post every _public_ message that s/he posts on Friendika also on Twitter. The message will be shortened to if longer then 140 characters in length. If shortened a link to the original posting will be append to the Twitter posting.
* added Slinky library by Beau Lebens for shortening the post urlTobias Diekershoff2011-02-061-0/+704
|
* add twitter pluginFriendika2010-12-303-0/+1165