summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-27Display user avatar in the XMPP messageCraig Andrews
Include notice id and conversation link the XMPP message Thanks to Deepspawn for this idea and initial code
2009-10-27implement the nudge commandCraig Andrews
2009-10-27Added a new "reply" commandCraig Andrews
2009-10-27Extract media upload stuff into its own library class.Zach Copley
2009-10-27Shorten the notice text after command processing is doneCraig Andrews
2009-10-27Implemented reply # command, allowing users to favorite specific notices by ↵Craig Andrews
the notice id
2009-10-27Specify the number of cols for the Facebook app's multi-friend inviterZach Copley
widget so it fits better into Facebook's new layout.
2009-10-27Forgot to move the facebookapp.css file into the new Facebook pluginZach Copley
2009-10-27Removed attachment UISarven Capadisli
2009-10-27Slight alignmentSarven Capadisli
2009-10-27Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-10-27Some CSS updates for FB appSarven Capadisli
2009-10-26Make 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-24Merge branch '0.9.x' into locationEvan Prodromou
2009-10-24Add .DS_Store to .gitignore list; these are desktop metadata files ↵Brion Vibber
maintained by Mac OS X Finder.
2009-10-23Move Twitter and Facebook-specific mail notifications to their respective ↵Zach Copley
plugins
2009-10-23Remove automatic enqueuing for FacebookZach Copley
2009-10-23Merge branch '0.9.x' into facebook-app-pluginZach Copley
2009-10-23Some phpcs cleanupZach Copley
2009-10-23Merge branch '0.9.x' into facebook-app-pluginZach Copley
2009-10-23Fix an incorrectly passing URL test case and add two a related test case:Brion Vibber
URLs with paths followed by a double-quote character are incorrectly including the quote in the URL. The double-quote character is in fact not a legal URL char and must be URL-escaped; more importantly it just causes oddities when you quote a message ending in a URL -- such as when using the redent-button experimental feature.
2009-10-23Fix three fatal errors when posting from 0.9.x:Brion Vibber
* OMB remote updates were trying to load nonexistent Laconica_OMB_Service_Consumer class -- fixed to StatusNet_OMB_Service_Consumer. Regression caused during libomb merge. * Twitter processing was still being queued from core when no twitter plugin was present, which triggered an exception from UnqueueHandler; leftover code from before the plugin extraction. * UnqueueHandler's exception caused a fatal error instead because it was missing the "new" keyword. Wouldn't have been seen when testing with the plugin enabled.
2009-10-23update location while saving new profileEvan Prodromou
2009-10-23update location while registeringEvan Prodromou
2009-10-23Merge commit 'refs/merge-requests/1815' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.9.x
2009-10-22Merge branch '0.9.x' into facebook-app-pluginZach Copley
2009-10-22Merge branch '0.9.x' into locationEvan Prodromou
2009-10-22Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-22HTTPResponse has default empty headersEvan Prodromou
2009-10-22results of json parsing are objects not arraysEvan Prodromou
2009-10-22error in order of arguments to array_key_exists in location.phpEvan Prodromou
2009-10-22beginning of a test for location servicesEvan Prodromou
2009-10-22extract Geonames stuff to a pluginEvan Prodromou
2009-10-22Add some doc comments to QueueHandlerBrion Vibber
2009-10-22Added bit about being incompatible with file attachment virtual serverJeffery To
2009-10-22Added some explanatory text to READMEJeffery To
2009-10-22mod_rewrite rule for getfileJeffery To
2009-10-22Actually commit the file this timeJeffery To
2009-10-22Added getfile actionJeffery To
2009-10-21start getting locations from remote servicesEvan Prodromou
2009-10-21start of a location classEvan Prodromou
2009-10-21flip x flag on generated filesEvan Prodromou
2009-10-21statusnet.ini updateEvan Prodromou
2009-10-21new data structures for locationEvan Prodromou
2009-10-21Revert "lat,lon -> lat,long"Evan Prodromou
This reverts commit 61d948cffee0aff4fd7853421ec0849458ea34c9.
2009-10-21lat,lon -> lat,longEvan Prodromou
2009-10-21add a couple of location namespacesEvan Prodromou
2009-10-21add location-related tables and columnsEvan Prodromou
2009-10-21Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-21reformat default.phpEvan Prodromou