summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-02-27Correctly handle avatars at updateProfileAdrian Lang
2009-02-27Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.Adrian Lang
2009-02-27Fixes #1067: Avatar stretched on authorize remote subscription page. The img ↵Adrian Lang
tag used a wrong class which had a width: 100% applied.
2009-02-23Make allrss.php work with phpcsEvan Prodromou
2009-02-22Ticket #1108 - Added 'social graph' methods to the APIZach Copley
2009-02-22Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-02-22Ticket #925 - make verify_credentials return 'Authorized' if no return type ↵Zach Copley
specified
2009-02-20Change common_local_url() to take 4 argumentsEvan Prodromou
I changed common_local_url() to take an additional optional argument -- for query parameters. Being persnickety, I made it the third of four, and moved the last one ($fragment) down a slot. That required changing a couple of calls.
2009-02-20don't use SUP in group rssEvan Prodromou
2009-02-20use return value of common_check_user() in login.phpEvan Prodromou
2009-02-20Fixing a bunch of undefined variable warnings in OpenID signup processLeslie Michael Orchard
2009-02-20make tagother work with routerEvan Prodromou
2009-02-20Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-20Merge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.xEvan Prodromou
2009-02-18Open the /api/laconica/config.format API method so clients can determine ↵Zach Copley
whether a site is "private".
2009-02-18move peoplesearchresults to its own moduleEvan Prodromou
2009-02-17Fixes ticket:1053; removes spacing between hash and tag on profile page.Meitar Moscovitz
2009-02-16Set @-message notification options in email settingsEvan Prodromou
Set the @-message notification options in email settings.
2009-02-13Add events for filtering and logging new noticesEvan Prodromou
2009-02-12Merge branch 'queuehandlers' into 0.7.xZach Copley
2009-02-12Revert "Code to handle PEAR_Errors raised by DB_DataObject that are bubbling"Evan Prodromou
This reverts commit 9f035e2847e0d119ca3d70e02df6f4fa73ca64c3. It's a lot of complicated stuff, and the global handler probably does fine.
2009-02-12Revert "Just discovered the PEAR_Error handling function in index.php. Duh."Evan Prodromou
This reverts commit 616bdd43a921b2554d21b80af28ddb0fb6cb3c16. Kind of a long hard way to deal with a simple situation, so I'd prefer to just use the global handler.
2009-02-11Merge branch '0.7.x' into queuehandlersZach Copley
2009-02-11Just discovered the PEAR_Error handling function in index.php. Duh.Zach Copley
Renamed the Action functions to throw an exception like it. I still think it probably makes sense to have the callback defined in both places for finer control.
2009-02-11Code to handle PEAR_Errors raised by DB_DataObject that are bubblingZach Copley
up, but are actually expected and can safely be ignored.
2009-02-11Move/reorg Twitter broadcast code to lib/twitter.php in prep forZach Copley
making a twitterqueuehandler.
2009-02-11Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-02-11Minor. Changed from @class location to labelSarven Capadisli
2009-02-11Unify feeds definition in actionsEvan Prodromou
I got a little sick of trying to keep the export data and <head> links synched in actions, so I made a common method, getFeeds(), which gets the feeds for both. It returns an array of Feed objects, which know about what their mime type is, title, location, all that jazz. I changed the FeedList class so it handles the new Feed objects instead of the old array of data. I changed all the actions that show feeds (I think...) so that they now use getFeeds() for all their feed needs.
2009-02-11fix Atom link, add Atom and RSS 2.0 to <head>Evan Prodromou
2009-02-11Merge branch 'sgmurphy-clone/0.7.x' into 0.7.xEvan Prodromou
2009-02-11Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-10Moved /doc/ to /doc-src/Evan Prodromou
Moved the doc/ dir to /doc-src/ so that the actual markdown files aren't substituted for the docs.
2009-02-10trac #233 Explicitely show we have an rss feed for notice searches.Robin Millette
2009-02-09Merge commit 'upstream/0.7.x' into 0.7.xSean Murphy
2009-02-09Fixed #1025: Delete avatar option.Sean Murphy
2009-02-09Fixed remote subscribe avatar problemsEvan Prodromou
Had some Avatar file-copying issues; seem to be fixed.
2009-02-09Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-09whitespace and formatting in showstream.phpEvan Prodromou
2009-02-09Merge branch 'sgmurphy-clone/0.7.x' into 0.7.xEvan Prodromou
2009-02-09trac #1160 fix dropdown xmloutput function for the selected attribute and ↵Robin Millette
fix newmessage auto-selected dropdown.
2009-02-08Ticket #1094 Facebook app invites page was failing if no friends had added ↵Zach Copley
the app yet
2009-02-08Minor update to the way Facebook app handles listing of friends you've invited.Zach Copley
2009-02-08Trac #1159: Fix peopletag pagination. Also phpcs cleanup.Zach Copley
2009-02-07trac #1155 ++ replace strlen with mb_strlen for all utf8 strings.Robin Millette
2009-02-07Merge commit 'upstream/0.7.x' into 0.7.xSean Murphy
Conflicts: actions/showstream.php
2009-02-06Fixed #1048: Edit avatar link on profile page.Sean Murphy
2009-02-06Make adding and removing an incoming email in SMS settingsEvan Prodromou
Fixes Bug#1036.
2009-02-07Add a link to the group search page from a user's own group list.Meitar Moscovitz
I've seen a request or two pop up for this on the Laconica group on Identica, and I'd personally like there to be a link to the search page from my own groups listing, as I often find myself looking for one and end up at my browser's address bar.
2009-02-06Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou