aboutsummaryrefslogtreecommitdiffstats
path: root/addon/statusnet/statusnet.php
Commit message (Collapse)AuthorAgeFilesLines
* twitter and statusnet plugin settings are not parsed on post if their ↵Fabio Comuni2011-06-301-30/+33
| | | | respective submit buttons was not clicked by user
* friendika-z initial implementationFriendika2011-06-231-3/+7
|
* typo fix for the variable namesTobias Diekershoff2011-06-221-4/+4
|
* Change logic in admin.php to load plugin settings form. Add statusnet ↵fabrixxm2011-06-191-1/+63
| | | | settings form.
* Update info comments in all pluginsFabio Comuni2011-06-141-1/+6
|
* add attachments to FB posts, fix paren string in statusnet, do not insert ↵Friendika2011-05-261-1/+1
| | | | attach div into post if no attachments
* add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-231-1/+1
| | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes
* added support for pre configured StatusNet credentialsTobias Diekershoff2011-05-221-64/+104
|
* deny link not clickable on admin approval notification pageFriendika2011-05-201-2/+2
|
* replace fopen with fetch_url in statusnet plugin, many sites do not have ↵Friendika2011-05-201-6/+2
| | | | fopen_url allowed.
* statusnet post by defaultFriendika2011-05-171-7/+16
|
* fixed a comment...Tobias Diekershoff2011-05-171-1/+1
|
* made the connection process to SN more robustTobias Diekershoff2011-05-171-3/+36
|
* fb "post by default" implemented, post_by_default logic fixed for other pluginsFriendika2011-03-091-1/+1
|
* clear floats on oauth inputs (wide screens looked messy)Friendika2011-02-241-4/+6
|
* added hook but forgot to registerFriendika2011-02-231-0/+3
|
* cleanup plugin and post settingsFriendika2011-02-231-4/+22
|
* resolve file inclusion conflicts w/ multiple plugins, improve the typo checkerFriendika2011-02-211-2/+4
|
* parens in english stringFriendika2011-02-151-1/+1
|
* masked the / in the config strings to fix problems with the strings.phpTobias Diekershoff2011-02-151-1/+1
|
* entirely possible media/links were the only thing posted - don't forward ↵Friendika2011-02-101-1/+2
| | | | empty message to twitter/SN
* spaces for the string extractor, check no parentTobias Diekershoff2011-02-091-12/+12
|
* post to StatusNet addon for FriendikaTobias Diekershoff2011-02-081-0/+243