summaryrefslogtreecommitdiff
path: root/lib/facebookaction.php
AgeCommit message (Collapse)Author
2009-08-27Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-26Facebook app wasn't loading the theme cssZach Copley
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-10Added configuration option to only allow OpenID logins.Jeffery To
If $config['site']['openidonly'] is set to true: * the Login/Register pages will be removed from the navigation; * directly accesses to the Login/Register pages will redirect to the OpenID login page; * most links to the Login/Register pages will link to the OpenID login page instead. The user will still need to set a password to access the API and RSS feeds.
2009-08-05Use script() and cssLink() methods everywhere instead of manually writing ↵Craig Andrews
out javascript and css each time
2009-07-09When a notice is posted with an attachment, the facebook stream update has ↵Craig Andrews
media displayed inline, or as links. http://laconi.ca/trac/ticket/1685
2009-06-14Adds $config['invite']['enabled'] to enable/disable invites.Jeffery To
The invite function may not applicable for private and/or closed installs. This adds a configuration option to enable/disable invites (defaulting to enabled), hides the "Invite" nav item when necessary, and adds a check to actions/invite.php. Note that I haven't tried the Facebook application so I didn't add any checks to actions/facebookinvite.php.
2009-05-26Some adjustments to allow the Facebook app work with Laconica 0.8Zach Copley
2009-05-26Reusing base stylesheet (instead of hoping for FB to import it) in FBSarven Capadisli
app.
2009-05-26Updated stylesheet paths for facebook appSarven Capadisli
2009-02-05Facebook profile box CSS and a link back to the app page.Sarven Capadisli
2009-02-05Matching Facebook app UI to identi.ca. Fixed tabs, add to profile,Sarven Capadisli
widths, font-size, and some HTML markup.
2009-02-04Facebook app - reorganized some stuff; better HTML outputZach Copley
2009-02-04Changed error and facebookaction wrap selector from @class to @id.Sarven Capadisli
2009-01-29trac750 update Facebook status when posting to Identi.ca from FacebookZach Copley
2009-01-27trac750 140 character countdown for FB appZach Copley
2009-01-26trac750 Better permissions workflow and styling hooksZach Copley
2009-01-23trac750 Better CSS file organization and linking fore the FB appZach Copley
2009-01-23trac750 Better styling for the Facebook profile box widgetZach Copley
2009-01-23trac750 Let's try that again - fix for base css hrefZach Copley
2009-01-23trac750 linked in stylesheets for login and permissions prompt screensZach Copley
2009-01-23trac750 FB script to update statuses working again with new uiredesign stuffZach Copley
2009-01-23trac750 Facebook app proper integrated into new uiredesignZach Copley
2009-01-19Update facebook stuff to use new methodsEvan Prodromou
change facebook stuff to use new methods for XML and HTML.
2009-01-19trac750 Add notice input box to FB app and ability to post noticesZach Copley
2009-01-19trac750 fix method calls to get CSS filesZach Copley
2009-01-19trac750 New CSS files for FB app to allow bettter per-install themingZach Copley
2009-01-19trac750 Better workflow for asking user for status update permissionZach Copley
2009-01-18trac750 Javascript file for Facebook appZach Copley
2009-01-18trac750 Facebook App - generate HTML similar to uiredisign for everythingZach Copley
2009-01-12trac750 Exclude Facebook friends who are already using Identi.ca app from ↵Zach Copley
invitee list
2009-01-11trac750 Automatically update Identi.ca profile box with user's latest dentZach Copley
2009-01-11trac750 - Facebook app now uses XMLWriter for output (much cleaner!)Zach Copley
2009-01-06trac750 better settings tab workflowZach Copley
darcs-hash:20090106205738-7b5ce-e80f73130a1f699e8d33f31c63cf90ee259b72cd.gz
2009-01-04trac750 configurable sync flags for Facebook app (noticesync, replysync)Zach Copley
darcs-hash:20090105040212-7b5ce-37f6195649dc673241e4566a93183b13e428d98f.gz
2009-01-04trac750 Automatically update linked Facebook users' statusesZach Copley
darcs-hash:20090105010407-7b5ce-559da13720b18e3c570e730326f5e5ef2b2dc1ab.gz
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.gz
2008-12-23change function headers to K&R styleEvan Prodromou
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
2008-12-23replace NULL with nullEvan Prodromou
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz
2008-12-23replace all tabs with four spacesEvan Prodromou
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz
2008-12-08trac750 add timestamp to CSS file to keep Facebook's caching from ignoring ↵Zach Copley
our changes darcs-hash:20081208051859-7b5ce-5d777044f81edd562a4fe825cfcc12233e2bc5dc.gz
2008-12-07trac750 Use Facebook dialogs for success and error messages during initial ↵Zach Copley
setup / login darcs-hash:20081208015412-7b5ce-c899a3b743621f7d003b93f383b78a2c8ba9fb52.gz
2008-12-07trac750 - linked in CSS file and added CSS for profile boxZach Copley
- added button for adding a box to the profile on settings darcs-hash:20081207235925-7b5ce-224fd2482f66c2c9ac9da9ce72c1c0da0243bd83.gz
2008-12-05trac750 - Exoskeleton of a nascent Facebook appZach Copley
darcs-hash:20081206030132-7b5ce-96c38ab67edd3d58f8722ef25852a6143f05a86b.gz