aboutsummaryrefslogtreecommitdiffstats
path: root/addon
Commit message (Expand)AuthorAgeFilesLines
* log twitter post resultFriendika2011-07-101-2/+5
* don't warn about php upload limits. nothing can be done by the user.Friendika2011-07-071-14/+0
* remove insecure java_uploader, add some debugging to twitter pluginFriendika2011-07-063-103/+1
* let js_upload addon be aware of upload image size limit, and return message t...Fabio Comuni2011-07-061-1/+2
* allow polling to mostly survive minor memory shortages.Friendika2011-06-301-2/+8
* twitter and statusnet plugin settings are not parsed on post if their respect...Fabio Comuni2011-06-302-32/+38
* update oembed and widgets plugins settings formFabio Comuni2011-06-304-37/+53
* new contact_selector function to provide more fine-tuned selection options.Friendika2011-06-231-17/+20
* Merge branch 'pull'Friendika2011-06-232-6/+27
|\
| * fixed a typoTobias Diekershoff2011-06-232-9/+9
| * admin interface stuff for the piwik addonTobias Diekershoff2011-06-232-1/+22
* | don't allow tags in app sourceFriendika2011-06-231-1/+1
|/
* friendika-z initial implementationFriendika2011-06-233-3/+16
* initial commit of the impressum pluginTobias Diekershoff2011-06-233-0/+109
* couple of minor fixes to oembed settings hooksFriendika2011-06-221-6/+8
* typo fix for the variable namesTobias Diekershoff2011-06-221-4/+4
* use original application if availableFriendika2011-06-211-2/+4
* restrict FB imports which have privacy policies to the post owner.Friendika2011-06-201-2/+13
* Change logic in admin.php to load plugin settings form. Add statusnet setting...fabrixxm2011-06-193-5/+82
* Admin: add translatable strings, remove 'rino' settings, invert 'no'-setings...fabrixxm2011-06-183-4/+23
* Merge pull request #116 from fabrixxm/adminFriendika2011-06-1618-32/+151
|\
| * Update info comments in all pluginsFabio Comuni2011-06-1417-27/+147
| * Load plugin info from plugin file. Show README.md or README from plugin dir i...Fabio Comuni2011-06-141-5/+4
* | docoFriendika2011-06-131-0/+6
|/
* demo plugin for embedded flash gamesFriendika2011-06-1329-0/+57
* fixed a few feed problems affecting activity objects/targetsFriendika2011-06-101-1/+1
* events, continued. Also better regex matching accounting for empty elementsFriendika2011-06-071-5/+5
* load hooks inside queueFriendika2011-06-051-4/+12
* fb queue - wrong varFriendika2011-06-051-1/+1
* facebook queue: not enough parametersFriendika2011-06-041-1/+1
* don't serialize entire itemFriendika2011-06-031-2/+2
* facebook queueing on failure, sync update.php with boot.php update version to...Friendika2011-06-031-11/+73
* don't notify failed FB delivery of likes, which have no id.Friendika2011-06-021-2/+3
* warning message if Facebook post does not succeed. It happens quite a lot.Friendika2011-06-021-10/+14
* put oembed settings into a .settings-block div for consistencyFriendika2011-05-301-2/+4
* on rare occasions posts do not get a parent. The only thing which could cause...Friendika2011-05-291-2/+6
* bug #62 - opt-out of importing FB friends/conversations but still allow FB po...Friendika2011-05-291-2/+48
* duplicate likes if we posted it locally and it also comes back from FBFriendika2011-05-271-2/+8
* add attachments to FB posts, fix paren string in statusnet, do not insert att...Friendika2011-05-262-1/+16
* Merge branch 'pull'Friendika2011-05-233-47/+79
|\
| * Merge pull request #108 from fabrixxm/widgetFriendika2011-05-231-2/+5
| |\
| | * Add missing widgets_uninstall function to widgets pluginFabio Comuni2011-05-231-2/+5
| * | Add oembed user option for use oembed instead of standard yotube embedding.Fabio Comuni2011-05-231-11/+43
| * | Fix missing wrapping span on bbcode to html, split embed data fetch and rappr...fabrixxm2011-05-231-1/+1
| * | update oembed plugin. embed preview in editorfabrixxm2011-05-232-35/+32
| |/
* / add info() function. Works like notice() but show messages in a div with clas...Fabio Comuni2011-05-232-3/+3
|/
* fb contacts getting mixed up.Friendika2011-05-221-1/+5
* if no FB image and fb link is on our site, use Friendika logo for fb image. O...Friendika2011-05-221-1/+2
* silencing stdclass warningsFriendika2011-05-221-6/+5
* added support for pre configured StatusNet credentialsTobias Diekershoff2011-05-221-64/+104