Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-11 | Make OMB work if the configured domain name does not exclusively contain ↵ | Adrian Lang | |
lower case letters. If the configured domain is mixed-case OAuth throws invalidsignature errors. The current URL is part of the signated parts; since the consumer does not pass the current URL, the service has to get it itself and add it to the other OAuth params for signature rebuilding. OAuth.php uses $_SERVER for this, however, the domain is lcased in $_SERVER. Hence we pass the complete current URL as generated by common_local_url to OAuthRequest. | |||
2009-03-11 | Merge branch '0.7.x' of http://git.gitorious.org/laconica/erichelgeson-clone ↵ | Adrian Lang | |
into review/0.7.x | |||
2009-03-10 | Fix xml:lang attr | Zach Copley | |
2009-03-10 | Make search API Atom feeds more valid | Zach Copley | |
2009-03-10 | Fix tag URIs in Atom feeds for search thru the API | Zach Copley | |
2009-03-10 | Allow unauthenticated users to view /api/statuses/replies/id.format | Zach Copley | |
(they can already see @replies via friends_timeline anyway). | |||
2009-03-10 | Updates to the API to improve Atom feeds | Zach Copley | |
2009-03-09 | Changed all $config[][] calls to common_config() | Eric Helgeson | |
2009-03-09 | PostgreSQL - a couple more GROUP BY queries that needed to be explicit | CiaranG | |
2009-03-09 | Fixes #1277: Typo in variable name in actions/twitapidirect_messages.php. | Adrian Lang | |
2009-03-09 | Improve handling of null values in profile parameters. | Adrian Lang | |
This commit fixes two issues: - Allowing remote users to clear profile parameters via OMB. - Improved handling of profile parameters which evaluate to false ('0' for example) | |||
2009-03-08 | Remove additional output as response to updateprofile. | Adrian Lang | |
This output breaks our own response validation and is not part of the OMB spec. | |||
2009-03-08 | Define undefined variable. | Adrian Lang | |
2009-03-08 | PostgreSQL - some more fixes to make queries compatible with both databases. ↵ | CiaranG | |
(submitted by oxygene) | |||
2009-03-07 | trying to kill the can't-leave-a-group bug | Evan Prodromou | |
2009-03-07 | you can _so_ leave a group if you're its admin | Evan Prodromou | |
2009-03-07 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-03-08 | Corrected redirect targets for some group actions. These redirects can occur ↵ | Adrian Lang | |
when the canonical name differs from the passed name. | |||
2009-03-07 | Let people view friends_timeline of others | Evan Prodromou | |
Add some code to view others' friends timelines through API. | |||
2009-03-07 | fix case of OAuthUtil method | Evan Prodromou | |
2009-03-07 | fix for change in OAuthUtil upstream | Evan Prodromou | |
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 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
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-28 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-02-28 | start conversation action | Evan Prodromou | |
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-26 | fix notice in register | Evan Prodromou | |
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 | |