Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-05 | Fixed autocomplete returning bogus results | Craig Andrews | |
2009-11-05 | Add ChangePassword event | Craig Andrews | |
2009-11-05 | Store the canonical forms of the email address and nickname | Craig Andrews | |
2009-11-05 | Added an AutoRegister event | Craig Andrews | |
LDAP plugin can do autoregistration | |||
2009-11-05 | Made the ldap plugin work, and add a readme | Craig Andrews | |
2009-11-04 | Added Net_LDAP2 to extlib, and add a skeleton LDAP plugin | Craig Andrews | |
2009-11-04 | Merge branch '0.8.x' into 0.9.x | Sarven Capadisli | |
2009-11-04 | Added script documentation | Sarven Capadisli | |
2009-11-04 | Script no longer neeed | Sarven Capadisli | |
2009-11-04 | Sync RealtimePlugin with 0.9.x | Sarven Capadisli | |
2009-11-04 | Sync Realtime JavaScript with 0.9.x | Sarven Capadisli | |
2009-11-03 | Added a Bitly URL Shortener. Unfortunately, it doesn't work, as bit.ly ↵ | Craig Andrews | |
requires credentials to shorten URLs now, and we presently have no way to provide them. | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries * adapted GeonamesPlugin for new HTTPResponse interface Note some plugins haven't been fully tested yet. | |||
2009-11-02 | Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵ | Brion Vibber | |
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f. | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet. | |||
2009-10-30 | Added simple registration (sreg) support to the OpenID provider | Craig Andrews | |
2009-10-30 | made openidserver a login action so it can be seen when the site is in ↵ | Craig Andrews | |
"private" mode | |||
2009-10-30 | Added an "Verify Your Identity" page to the OpenID provider | Craig Andrews | |
2009-10-30 | Fixed PubSubHubBub plugin to reflect new api | Craig Andrews | |
2009-10-29 | whitespace adjustments for doxygen | Craig Andrews | |
2009-10-29 | Moved the public XRDS from the OpenID plugin to core | Craig Andrews | |
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet]) | |||
2009-10-29 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-29 | use addPlugin() in the README setup example | Brion Vibber | |
2009-10-29 | make an URL for a geonames location | Evan Prodromou | |
2009-10-29 | Warning cleanup: drop reference on router parameter to RouterInitialized ↵ | Brion Vibber | |
event handlers. We don't (and don't need to) pass a reference here, and the mix can trigger warnings. | |||
2009-10-28 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-28 | correctly output public XRDS <meta> | Evan Prodromou | |
2009-10-27 | Specify the number of cols for the Facebook app's multi-friend inviter | Zach Copley | |
widget so it fits better into Facebook's new layout. | |||
2009-10-27 | Forgot to move the facebookapp.css file into the new Facebook plugin | Zach Copley | |
2009-10-26 | Make email domain checking optional, as some statusnet installations (such ↵ | Craig Andrews | |
as those behind restrictive corporate firewalls, or on home systems on restrictive connections) cannot connect to any mail systems, and this check will always fail. | |||
2009-10-24 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-23 | Move Twitter and Facebook-specific mail notifications to their respective ↵ | Zach Copley | |
plugins | |||
2009-10-23 | Some phpcs cleanup | Zach Copley | |
2009-10-22 | results of json parsing are objects not arrays | Evan Prodromou | |
2009-10-22 | extract Geonames stuff to a plugin | Evan Prodromou | |
2009-10-21 | Removed Facebook stuff from the StatusNet README and wrote a new README | Zach Copley | |
for the Facebook plugin. | |||
2009-10-21 | Make paths and class loading work right | Zach Copley | |
2009-10-21 | Fix references | Zach Copley | |
2009-10-21 | Combine Facebook and Facebook Connect plugins into one big plugin | Zach Copley | |
2009-10-21 | Gather all the Facebook stuff together in one place | Zach Copley | |
2009-10-20 | Extract out Facebook app stuff into a plugin | Zach Copley | |
2009-10-20 | Merge branch '0.9.x' into TwitterBridgePlugin | Zach Copley | |
2009-10-20 | - Make Twitter bridge work with unqueuemanager | Zach Copley | |
- Add README | |||
2009-10-20 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2009-10-20 | Less intrusive, more reliable way for FB Connect plugin to modify the | Zach Copley | |
primary nav in order to show FB mini-avatar and have the logout link logout of FB as well as StatusNet. | |||
2009-10-18 | Added an update counter in the document title. When window is in blur, | Sarven Capadisli | |
it will update the document title when new notices are received. The counter will reset when window is blurred (after a focus) again. | |||
2009-10-17 | Changed config flag for importing friends' timeline and added some comments | Zach Copley | |
2009-10-16 | Merge branch '0.9.x' into TwitterBridgePlugin | Zach Copley | |
2009-10-14 | Moved to location of the FBConnect JavaScript to the end of </body>. | Sarven Capadisli | |
2009-10-14 | Make queuing and daemons work via events | Zach Copley | |