Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide privacy policy url as mandated for Facebook apps (how bloody ironic) | Friendika | 2011-02-23 | 1 | -3/+10 |
| | |||||
* | move php path setting inside proc_run | Friendika | 2011-02-23 | 1 | -2/+1 |
| | |||||
* | resolve file inclusion conflicts w/ multiple plugins, improve the typo checker | Friendika | 2011-02-21 | 9 | -3651/+7 |
| | |||||
* | localise tictac | Friendika | 2011-02-20 | 1 | -19/+17 |
| | |||||
* | facebook plugin: convert html entities | Friendika | 2011-02-20 | 1 | -0/+1 |
| | |||||
* | add calculator addon app | Friendika | 2011-02-20 | 1 | -0/+356 |
| | |||||
* | link to Facebook enable from plugin settings page | Friendika | 2011-02-20 | 1 | -2/+11 |
| | |||||
* | app menu - and a demo application 'tictac' | Friendika | 2011-02-19 | 1 | -0/+661 |
| | |||||
* | parens in english string | Friendika | 2011-02-15 | 1 | -1/+1 |
| | |||||
* | masked the / in the config strings to fix problems with the strings.php | Tobias Diekershoff | 2011-02-15 | 1 | -1/+1 |
| | |||||
* | fb addon only working from one site - more debug + simplify permission toggle | Friendika | 2011-02-12 | 1 | -15/+2 |
| | |||||
* | more fb debug msgs | Friendika | 2011-02-12 | 1 | -1/+5 |
| | |||||
* | disable network toggles when ACL's are entered | Friendika | 2011-02-11 | 2 | -2/+2 |
| | |||||
* | toggles "post to facebook, post to twitter", etc. | Friendika | 2011-02-11 | 2 | -7/+74 |
| | |||||
* | fb connecter - document installation | Friendika | 2011-02-10 | 1 | -5/+25 |
| | |||||
* | post to FB is working | Friendika | 2011-02-10 | 1 | -17/+52 |
| | |||||
* | more work on facebook addon | Friendika | 2011-02-10 | 2 | -669/+88 |
| | |||||
* | entirely possible media/links were the only thing posted - don't forward ↵ | Friendika | 2011-02-10 | 2 | -18/+20 |
| | | | | empty message to twitter/SN | ||||
* | spaces for the string extractor, check no parent | Tobias Diekershoff | 2011-02-09 | 2 | -21/+21 |
| | |||||
* | added README files for the piwik, twitter and statusnet addon | Tobias Diekershoff | 2011-02-08 | 3 | -0/+195 |
| | |||||
* | post to StatusNet addon for Friendika | Tobias Diekershoff | 2011-02-08 | 6 | -0/+2133 |
| | |||||
* | added link to Redmine of addon author | Tobias Diekershoff | 2011-02-08 | 1 | -0/+2 |
| | |||||
* | deletion of OAuth stuff works now, removed ToDo note | Tobias Diekershoff | 2011-02-08 | 1 | -5/+3 |
| | |||||
* | deleted another item from the Twitter addon ToDo list | Tobias Diekershoff | 2011-02-06 | 1 | -1/+0 |
| | |||||
* | deleted an item from the ToDo list | Tobias Diekershoff | 2011-02-06 | 1 | -1/+2 |
| | |||||
* | Post to Twitter plugin | Tobias Diekershoff | 2011-02-06 | 3 | -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 url | Tobias Diekershoff | 2011-02-06 | 1 | -0/+704 |
| | |||||
* | string update, allow js_upload file selection text to be localised | Friendika | 2011-02-02 | 1 | -0/+21 |
| | |||||
* | Move [embed] bbtag from oembed plugin to core | Fabio Comuni | 2011-01-31 | 1 | -44/+0 |
| | |||||
* | Merge branch 'fabrixxm-master' | Friendika | 2011-01-28 | 1 | -0/+48 |
|\ | | | | | | | | | Conflicts: boot.php | ||||
| * | updated poormancron plugin | Fabio Comuni | 2011-01-28 | 1 | -19/+16 |
| | | |||||
| * | first try of 'poormancron' whith 'proc_run' hook | fabrixxm | 2011-01-24 | 1 | -0/+51 |
| | | |||||
* | | removed java photo uploader from mainline. Photo uploaders are now plugins, ↵ | Friendika | 2011-01-27 | 3 | -32/+70 |
| | | | | | | | | but a single item upload is available by default. | ||||
* | | Revert "Revert "roll version - now in alpha 2.1"" | Friendika | 2011-01-27 | 2 | -13/+143 |
| | | | | | | | | This reverts commit e8a3166fa9caa1bdff90526886ae705bc44c4ac8. | ||||
* | | Revert "roll version - now in alpha 2.1" | Friendika | 2011-01-27 | 2 | -143/+13 |
| | | | | | | | | This reverts commit df4f77dadddc7bd756c3e4f72fa2fbe204cfff88. | ||||
* | | roll version - now in alpha 2.1 | Friendika | 2011-01-27 | 2 | -13/+143 |
| | | |||||
* | | Merge branch 'oembed' of https://github.com/fabrixxm/friendika into ↵ | Friendika | 2011-01-26 | 4 | -1/+113 |
|\ \ | | | | | | | | | | fabrixxm-oembed | ||||
| * | | Rewrite oembed plugin to use new bbcode tag [embed] and make discovery ↵ | Fabio Comuni | 2011-01-26 | 2 | -44/+48 |
| | | | | | | | | | | | | server-side | ||||
| * | | oembed consumer plugin | Fabio Comuni | 2011-01-26 | 3 | -0/+107 |
| | | | |||||
| * | | Add 'jot_tool' hook, plugins can add tool icons. | Fabio Comuni | 2011-01-26 | 1 | -1/+2 |
| |/ | |||||
* | | Piwik plugin for Friendika | Tobias Diekershoff | 2011-01-26 | 2 | -0/+72 |
| | | | | | | | | | | | | | | This plugin allows you to enter the code necessary for Piwik analytics at the bottom of every page that Friendika produces. Displaying an opt-out link is possible (optional). For details about the configuration the the header of the PHP file. | ||||
* | | work in progress js_uploader plugin, turn java uploader into plugin - not ↵ | Friendika | 2011-01-26 | 68 | -0/+6768 |
| | | | | | | | | done yet | ||||
* | | wrong branch | Friendika | 2011-01-24 | 2 | -242/+0 |
| | | |||||
* | | main plugin files | Friendika | 2011-01-24 | 2 | -0/+242 |
|/ | |||||
* | profile edit hooks | Friendika | 2011-01-20 | 1 | -0/+8 |
| | |||||
* | new profile_sidebar_enter hook, changed profile_sidebar to array | Friendika | 2011-01-18 | 1 | -2/+6 |
| | |||||
* | first checkin fortunate plugin | Friendika | 2011-01-11 | 2 | -0/+31 |
| | |||||
* | add page start/end hooks, cleanup couple of notice msgs | Friendika | 2011-01-10 | 1 | -6/+12 |
| | |||||
* | add contact edit hooks | Friendika | 2011-01-07 | 1 | -0/+10 |
| | |||||
* | plugin settings were getting changed | Friendika | 2011-01-05 | 2 | -3/+6 |
| |