summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-05-17Refactored new sections code to proper classes and added notice link to ↵Robin Millette
links in notice sections.
2009-05-15Merge branch '0.8.x' into fbconnectZach Copley
2009-05-15Added event handlers to logout actionZach Copley
2009-05-15Attachments and their list now provide "ajax" view. Also added a few ↵Robin Millette
sidebars relating tags and attachments.
2009-05-13rewrote short url stuff to handle new file/url classes (redirections, ↵Robin Millette
oembed, mimetypes, etc.)
2009-05-11db stuff for URLs: redirections, oembed, etc.Robin Millette
2009-05-10Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-07Twitter friends sync now does 25 users at a time and uses last_friendsync ↵Zach Copley
field to prioritize
2009-05-07Only show import friends timeline option if bidirectional bridge enabledZach Copley
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-01Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-05-01Several whitespace fixesOri Avtalion
2009-05-01Add s to user favorite noticesOri Avtalion
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css
2009-04-29Fixed remote subscription, broken in fc6cedd2227d9d560736e494f431e2b40b26b45cCiaranG
2009-04-29Added 'mentions' the the list of API methods requiring bare authZach Copley
2009-04-28Ticket #1428 - Changed replies API method to "mentions".Zach Copley
2009-04-24Merge branch 'twitter-import' into 0.8.xZach Copley
2009-04-23Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-04-23Added ajax responsesZach Copley
2009-04-23fix join a group link from user homepage when he hasn't posted anything yetRobin Millette
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/mgrdcm-twitapibools ↵Adrian Lang
into review/master
2009-04-18fix 0.7.x 0.8.x merge conflict in register.phpRobin Millette
2009-04-18Fixing spaces/tabs.Dan Moore
2009-04-18This should change the JSON representation of the booleans 'following' and ↵Dan Moore
'notifications', but unlike the previous change, I was unable to test this.
2009-04-18Bringing the presentation of boolean variables (favorited, truncated, ↵Dan Moore
profile_background_tile) and the result from friendships/exist in JSON results from the Twitter Compatible API in line with what the real Twitter API does. Currently, laconica returns text strings enclosed in quotes instead of bare Javascript booleans. This change fixes that. See http://laconi.ca/trac/ticket/1326 for one open issue related to this.
2009-04-18Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-18trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagcloudsRobin Millette
2009-04-17incorrect variable accessEvan Prodromou
2009-04-17store invite code in session so openidfinish can find itEvan Prodromou
2009-04-17fix merge conflict 0.7.x 0.8.x in util.php and register.php.Robin Millette
2009-04-17Ticket 1404. Showing the link to the members list page.Sarven Capadisli
2009-04-16Merge branch '0.8.x' into twitter-importZach Copley
2009-04-16Add a few events (hooks): RegistrationTry, RegistrationForData, ↵Robin Millette
ProfileFormData and ProfileSaveForm.
2009-04-15Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-04-15Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
Conflicts: actions/public.php
2009-04-15Add escaping of /.Adrian Lang
2009-04-15Use preg_quote to fix http://laconi.ca/trac/ticket/1342Fil
2009-04-15Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. ↵Adrian Lang
Fixed wrong call of common_local_url. These changes add opera-readable prev/next relations.
2009-04-15Make 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-04-14Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-14Updated remaining files and styles for style separation for themesSarven Capadisli
2009-04-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-14trac#1223 Show most popular notices per tag in the tag page sidebar.Robin Millette
2009-04-14Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-04-13Add option to Twitter settings for importing Friends TimelineZach Copley
2009-04-13typo in api.phpEvan Prodromou
2009-04-13Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-13isReadOnly() now takes argumentsEvan Prodromou
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful.
2009-04-13Using farbtastic jQuery plugin to select design colours.Sarven Capadisli