Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-07 | More api actions which need no auth when called with parameter. | Adrian Lang | |
2009-03-07 | Correct api method names for rss2 and atom feeds in all.php action. | Adrian Lang | |
2009-03-06 | Atom search results for Twitter-compatible API + phpcs stuff | Zach Copley | |
2009-03-06 | First crack at Twitter-like JSON search results for the API | Zach Copley | |
2009-03-04 | Stubs for Twitter-compatible API search methods | Zach Copley | |
2009-03-04 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-03-04 | Made /api/account/verify_credentials.format return an extended user object. ↵ | Zach Copley | |
Updates to status and user API objects. | |||
2009-03-04 | PostgreSQL - made all 'weight' calculating SQL expressions compatible with ↵ | CiaranG | |
both databases, and made some GROUP BY queries more explicit about the fields they are selecting, for the same reason. | |||
2009-03-04 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-03-04 | Avatar crop fix for shrinking/stretching of images when user doesn't | Sarven Capadisli | |
scale it with the Jcrop tool (but hits Crop). This will use the lower value from width/height. | |||
2009-03-03 | Catch bad replyto IDs before saving a new notice to avoid a constraint ↵ | CiaranG | |
violation. This happens, for example, when posting for the first time on a fresh install | |||
2009-02-27 | Completely refactored noticesearch list, now using subclassing for ↵ | Adrian Lang | |
highlighting. Fixes #1240 and probably other bugs. | |||
2009-02-27 | Fixes #1241: in-reply-to links were broken due to copy and paste error ↵ | Adrian Lang | |
(Variable name was wrong). | |||
2009-02-27 | Fix replyto parameter in newnotice | Adrian Lang | |
2009-02-27 | Broadcast profile via OMB after avatar change. | Adrian Lang | |
2009-02-27 | Correctly handle avatars at updateProfile | Adrian Lang | |
2009-02-27 | Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes. | Adrian Lang | |
2009-02-27 | Fixes #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-23 | Make allrss.php work with phpcs | Evan Prodromou | |
2009-02-22 | Ticket #1108 - Added 'social graph' methods to the API | Zach Copley | |
2009-02-22 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-02-22 | Ticket #925 - make verify_credentials return 'Authorized' if no return type ↵ | Zach Copley | |
specified | |||
2009-02-20 | Change common_local_url() to take 4 arguments | Evan 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-20 | don't use SUP in group rss | Evan Prodromou | |
2009-02-20 | use return value of common_check_user() in login.php | Evan Prodromou | |
2009-02-20 | Fixing a bunch of undefined variable warnings in OpenID signup process | Leslie Michael Orchard | |
2009-02-20 | make tagother work with router | Evan Prodromou | |
2009-02-20 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-20 | Merge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.x | Evan Prodromou | |
2009-02-18 | Open the /api/laconica/config.format API method so clients can determine ↵ | Zach Copley | |
whether a site is "private". | |||
2009-02-18 | move peoplesearchresults to its own module | Evan Prodromou | |
2009-02-17 | Fixes ticket:1053; removes spacing between hash and tag on profile page. | Meitar Moscovitz | |
2009-02-16 | Set @-message notification options in email settings | Evan Prodromou | |
Set the @-message notification options in email settings. | |||
2009-02-13 | Add events for filtering and logging new notices | Evan Prodromou | |
2009-02-12 | Merge branch 'queuehandlers' into 0.7.x | Zach Copley | |
2009-02-12 | Revert "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-12 | Revert "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-11 | Merge branch '0.7.x' into queuehandlers | Zach Copley | |
2009-02-11 | Just 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-11 | Code to handle PEAR_Errors raised by DB_DataObject that are bubbling | Zach Copley | |
up, but are actually expected and can safely be ignored. | |||
2009-02-11 | Move/reorg Twitter broadcast code to lib/twitter.php in prep for | Zach Copley | |
making a twitterqueuehandler. | |||
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-11 | Minor. Changed from @class location to label | Sarven Capadisli | |
2009-02-11 | Unify feeds definition in actions | Evan 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-11 | fix Atom link, add Atom and RSS 2.0 to <head> | Evan Prodromou | |
2009-02-11 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-10 | Moved /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-10 | trac #233 Explicitely show we have an rss feed for notice searches. | Robin Millette | |
2009-02-09 | Merge commit 'upstream/0.7.x' into 0.7.x | Sean Murphy | |