summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-03-30Merge branch 'master' into 0.7.xEvan Prodromou
2009-03-30add fullname to title and h1 for groupsEvan Prodromou
2009-03-30full name in title and h1 of the personal profileEvan Prodromou
2009-03-30full name in title and h1 of the personal profileEvan Prodromou
2009-03-25Merge branch 'master' into 0.7.xEvan Prodromou
Conflicts: lib/router.php
2009-03-25fixed pagination variable problemEvan Prodromou
2009-03-22Password recover and change form markup updated.Sarven Capadisli
2009-03-20Use correct page information for notice search. See ticket #1333CiaranG
2009-03-19A couple more 'Join Now' messages that need disabling when the site is ↵CiaranG
closed or invite only
2009-03-19Get rid of 'Join now...' message if site is closed or invite only. See ↵CiaranG
ticket #1335
2009-03-19redirect to original URL or URI for remote noticesEvan Prodromou
2009-03-19redirect to original URL or URI for remote noticesEvan Prodromou
2009-03-19Somewhat better behaviour with mixed caps in searchEvan Prodromou
Deal somewhat better with mixed caps in people and notice search.
2009-03-11PostgreSQL - a few more query compatibility issues (submitted by oxygene)CiaranG
2009-03-11Define undefined variable.Adrian Lang
2009-03-11Merge branch '0.7.x' of http://git.gitorious.org/laconica/erichelgeson-clone ↵Adrian Lang
into review/0.7.x
2009-03-10Fix xml:lang attrZach Copley
2009-03-10Make search API Atom feeds more validZach Copley
2009-03-10Fix tag URIs in Atom feeds for search thru the APIZach Copley
2009-03-10Allow unauthenticated users to view /api/statuses/replies/id.formatZach Copley
(they can already see @replies via friends_timeline anyway).
2009-03-10Updates to the API to improve Atom feedsZach Copley
2009-03-09Changed all $config[][] calls to common_config()Eric Helgeson
2009-03-09PostgreSQL - a couple more GROUP BY queries that needed to be explicitCiaranG
2009-03-09Fixes #1277: Typo in variable name in actions/twitapidirect_messages.php.Adrian Lang
2009-03-09Improve 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-08Remove 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-08Define undefined variable.Adrian Lang
2009-03-08PostgreSQL - some more fixes to make queries compatible with both databases. ↵CiaranG
(submitted by oxygene)
2009-03-07trying to kill the can't-leave-a-group bugEvan Prodromou
2009-03-07you can _so_ leave a group if you're its adminEvan Prodromou
2009-03-07Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-08Corrected redirect targets for some group actions. These redirects can occur ↵Adrian Lang
when the canonical name differs from the passed name.
2009-03-07Let people view friends_timeline of othersEvan Prodromou
Add some code to view others' friends timelines through API.
2009-03-07fix case of OAuthUtil methodEvan Prodromou
2009-03-07fix for change in OAuthUtil upstreamEvan Prodromou
2009-03-07More api actions which need no auth when called with parameter.Adrian Lang
2009-03-07Correct api method names for rss2 and atom feeds in all.php action.Adrian Lang
2009-03-06Atom search results for Twitter-compatible API + phpcs stuffZach Copley
2009-03-06First crack at Twitter-like JSON search results for the APIZach Copley
2009-03-04Stubs for Twitter-compatible API search methodsZach Copley
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-03-04Made /api/account/verify_credentials.format return an extended user object. ↵Zach Copley
Updates to status and user API objects.
2009-03-04PostgreSQL - 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-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-03-04Avatar crop fix for shrinking/stretching of images when user doesn'tSarven Capadisli
scale it with the Jcrop tool (but hits Crop). This will use the lower value from width/height.
2009-03-03Catch 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-27Completely refactored noticesearch list, now using subclassing for ↵Adrian Lang
highlighting. Fixes #1240 and probably other bugs.
2009-02-27Fixes #1241: in-reply-to links were broken due to copy and paste error ↵Adrian Lang
(Variable name was wrong).
2009-02-27Fix replyto parameter in newnoticeAdrian Lang
2009-02-27Broadcast profile via OMB after avatar change.Adrian Lang