Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config page formatation issues fixed | Tobias Diekershoff | 2011-07-28 | 1 | -1/+2 |
| | |||||
* | clearing the wordenting for the addon config | Tobias Diekershoff | 2011-07-28 | 2 | -8/+17 |
| | |||||
* | removed the "same as friendika" note from the license line | Tobias Diekershoff | 2011-07-21 | 4 | -6/+6 |
| | |||||
* | Use popup ACL selector in photo upload. js_upload use new acl selector. | Fabio Comuni | 2011-07-20 | 1 | -9/+19 |
| | |||||
* | created license with which to renounce the license | Friendika | 2011-07-18 | 1 | -2/+0 |
| | |||||
* | begin invites, fb setup changes | Friendika | 2011-07-17 | 2 | -0/+5 |
| | |||||
* | fix for login problems with StatusNet | Tobias Diekershoff | 2011-07-15 | 1 | -1/+1 |
| | |||||
* | log twitter post result | Friendika | 2011-07-10 | 1 | -2/+5 |
| | |||||
* | don't warn about php upload limits. nothing can be done by the user. | Friendika | 2011-07-07 | 1 | -14/+0 |
| | |||||
* | remove insecure java_uploader, add some debugging to twitter plugin | Friendika | 2011-07-06 | 3 | -103/+1 |
| | |||||
* | let js_upload addon be aware of upload image size limit, and return message ↵ | Fabio Comuni | 2011-07-06 | 1 | -1/+2 |
| | | | | to user in case of error | ||||
* | allow polling to mostly survive minor memory shortages. | Friendika | 2011-06-30 | 1 | -2/+8 |
| | |||||
* | twitter and statusnet plugin settings are not parsed on post if their ↵ | Fabio Comuni | 2011-06-30 | 2 | -32/+38 |
| | | | | respective submit buttons was not clicked by user | ||||
* | update oembed and widgets plugins settings form | Fabio Comuni | 2011-06-30 | 4 | -37/+53 |
| | |||||
* | new contact_selector function to provide more fine-tuned selection options. | Friendika | 2011-06-23 | 1 | -17/+20 |
| | |||||
* | Merge branch 'pull' | Friendika | 2011-06-23 | 2 | -6/+27 |
|\ | |||||
| * | fixed a typo | Tobias Diekershoff | 2011-06-23 | 2 | -9/+9 |
| | | |||||
| * | admin interface stuff for the piwik addon | Tobias Diekershoff | 2011-06-23 | 2 | -1/+22 |
| | | |||||
* | | don't allow tags in app source | Friendika | 2011-06-23 | 1 | -1/+1 |
|/ | |||||
* | friendika-z initial implementation | Friendika | 2011-06-23 | 3 | -3/+16 |
| | |||||
* | initial commit of the impressum plugin | Tobias Diekershoff | 2011-06-23 | 3 | -0/+109 |
| | | | | | | plugin to provide additional information about the site owner and contact possibilities that will be displayed at the /friendika page. admin interface is implemented. | ||||
* | couple of minor fixes to oembed settings hooks | Friendika | 2011-06-22 | 1 | -6/+8 |
| | |||||
* | typo fix for the variable names | Tobias Diekershoff | 2011-06-22 | 1 | -4/+4 |
| | |||||
* | use original application if available | Friendika | 2011-06-21 | 1 | -2/+4 |
| | |||||
* | restrict FB imports which have privacy policies to the post owner. | Friendika | 2011-06-20 | 1 | -2/+13 |
| | | | | Also add facebook to $item['app'] on imported posts from FB. | ||||
* | Change logic in admin.php to load plugin settings form. Add statusnet ↵ | fabrixxm | 2011-06-19 | 3 | -5/+82 |
| | | | | settings form. | ||||
* | Admin: add translatable strings, remove 'rino' settings, invert ↵ | fabrixxm | 2011-06-18 | 3 | -4/+23 |
| | | | | 'no'-setings, add "plugin_admin" hook for global plugins settings. add settings to twitter connector as example. | ||||
* | Merge pull request #116 from fabrixxm/admin | Friendika | 2011-06-16 | 18 | -32/+151 |
|\ | | | | | Admin pages | ||||
| * | Update info comments in all plugins | Fabio Comuni | 2011-06-14 | 17 | -27/+147 |
| | | |||||
| * | Load plugin info from plugin file. Show README.md or README from plugin dir ↵ | Fabio Comuni | 2011-06-14 | 1 | -5/+4 |
| | | | | | | | | in plugin details page | ||||
* | | doco | Friendika | 2011-06-13 | 1 | -0/+6 |
|/ | |||||
* | demo plugin for embedded flash games | Friendika | 2011-06-13 | 29 | -0/+57 |
| | |||||
* | fixed a few feed problems affecting activity objects/targets | Friendika | 2011-06-10 | 1 | -1/+1 |
| | |||||
* | events, continued. Also better regex matching accounting for empty elements | Friendika | 2011-06-07 | 1 | -5/+5 |
| | |||||
* | load hooks inside queue | Friendika | 2011-06-05 | 1 | -4/+12 |
| | |||||
* | fb queue - wrong var | Friendika | 2011-06-05 | 1 | -1/+1 |
| | |||||
* | facebook queue: not enough parameters | Friendika | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | don't serialize entire item | Friendika | 2011-06-03 | 1 | -2/+2 |
| | |||||
* | facebook queueing on failure, sync update.php with boot.php update version ↵ | Friendika | 2011-06-03 | 1 | -11/+73 |
| | | | | to avoid race condition | ||||
* | don't notify failed FB delivery of likes, which have no id. | Friendika | 2011-06-02 | 1 | -2/+3 |
| | |||||
* | warning message if Facebook post does not succeed. It happens quite a lot. | Friendika | 2011-06-02 | 1 | -10/+14 |
| | |||||
* | put oembed settings into a .settings-block div for consistency | Friendika | 2011-05-30 | 1 | -2/+4 |
| | |||||
* | on rare occasions posts do not get a parent. The only thing which could ↵ | Friendika | 2011-05-29 | 1 | -2/+6 |
| | | | | cause it is if we can't find our new post. So we'll check for this and try one more time before failing. | ||||
* | bug #62 - opt-out of importing FB friends/conversations but still allow FB ↵ | Friendika | 2011-05-29 | 1 | -2/+48 |
| | | | | posting | ||||
* | duplicate likes if we posted it locally and it also comes back from FB | Friendika | 2011-05-27 | 1 | -2/+8 |
| | |||||
* | add attachments to FB posts, fix paren string in statusnet, do not insert ↵ | Friendika | 2011-05-26 | 2 | -1/+16 |
| | | | | attach div into post if no attachments | ||||
* | Merge branch 'pull' | Friendika | 2011-05-23 | 3 | -47/+79 |
|\ | |||||
| * | Merge pull request #108 from fabrixxm/widget | Friendika | 2011-05-23 | 1 | -2/+5 |
| |\ | | | | | | | Add missing widgets_uninstall function to widgets plugin | ||||
| | * | Add missing widgets_uninstall function to widgets plugin | Fabio Comuni | 2011-05-23 | 1 | -2/+5 |
| | | | |||||
| * | | Add oembed user option for use oembed instead of standard yotube embedding. | Fabio Comuni | 2011-05-23 | 1 | -11/+43 |
| | | | | | | | | | | | | Remove global option and parse_url use of oembed. |