summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-08-10UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.Adrian Lang
2009-08-10Merge commit 'jeff-themovie/0.8.x-openidonly' into 0.8.xCraig Andrews
2009-08-10Merge branch 'twitter-oauth' into 0.8.xZach Copley
Conflicts: scripts/getvaliddaemons.php
2009-08-10I forgot that we don't do database upgrades for point releases. So I'veZach Copley
changed Twitter OAuth to store token and token secret in the same field in foreign_link (credentials). This should be changed in 0.9.
2009-08-10Moved some stuff around. More comments and phpcs compliance.Zach Copley
2009-08-10Added configuration option to only allow OpenID logins.Jeffery To
If $config['site']['openidonly'] is set to true: * the Login/Register pages will be removed from the navigation; * directly accesses to the Login/Register pages will redirect to the OpenID login page; * most links to the Login/Register pages will link to the OpenID login page instead. The user will still need to set a password to access the API and RSS feeds.
2009-08-08Broke some stuff out into functions. Ran it through phpcs.Zach Copley
2009-08-08Merge branch '0.8.x' into twitter-oauthZach Copley
2009-08-08Fixed typo "thier". Ticket 1606Sarven Capadisli
2009-08-07Redirect instead of showing an error when the user visits a non-local ↵Craig Andrews
notice's url Use consistent logic in display non-local notice links Fixes http://laconi.ca/trac/ticket/1788
2009-08-07Implemented the list_all and list groups API methods as defined at ↵Craig Andrews
http://laconi.ca/trac/wiki/ProposedGroupsAPI Made the Autocomplete plugin also autocomplete groups
2009-08-06Merge commit 'jeff-themovie/0.8.x-rss-1.0-descriptions' into 0.8.xCraig Andrews
2009-08-06Merge commit 'jeff-themovie/0.8.x-subsystems-enabled' into 0.8.xCraig Andrews
2009-08-06Support the 'lite' parameter to statuses/friends and statuses/followers ↵Craig Andrews
twitter api methods. http://laconi.ca/trac/ticket/1786
2009-08-07Added configuration option to disable post-by-email.Jeffery To
This hides the relevant settings from the email settings page and prevents maildaemon.php from processing email if the option is disabled.
2009-08-07Hide subscription controls for disabled services (IM, SMS)Jeffery To
2009-08-07Added configuration options to enable/disable SMS and Twitter integration.Jeffery To
This disables the IM, SMS and Twitter settings pages and queue handlers depending on the config options.
2009-08-06Make RSS 1.0 channel descriptions more consistent with RSS 2.0 and Atom ↵Jeffery To
descriptions
2009-08-05Use script() and cssLink() methods everywhere instead of manually writing ↵Craig Andrews
out javascript and css each time
2009-08-05Use NICKNAME_FMT everywhere consistentlyCraig Andrews
2009-08-04Moved some stuff to a base classZach Copley
2009-08-04Allow removal of Twitter account. Deleted dead code.Zach Copley
2009-08-03Merge branch '0.8.x' into twitter-oauthZach Copley
2009-08-03Make the TwitterQueuehandler post to Twitter using OAuthZach Copley
2009-08-03Use the same favorite notification function in the API as everywhere elseCraig Andrews
http://laconi.ca/trac/ticket/873
2009-08-02Fixed PHP Notice "Undefined variable: cnt"Jeffery To
2009-08-02Fixed PHP Notice "Undefined variable: suplink"Jeffery To
2009-08-01Twitter OAuth server dance workingZach Copley
2009-07-30Implemented the "show" method of the laconica groups apiCraig Andrews
2009-07-28Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-27trim the subject line of invite emailsCraig Andrews
Thanks semjaza http://laconi.ca/trac/ticket/1746
2009-07-27change front page to link to max member groupsEvan Prodromou
2009-07-22Changed file back to 0644.Eric Helgeson
Blame: 0adaaa1b9de61eaa8f7e4c622cda27fb634b53a5
2009-07-21Added hidden input to showRecoverForm() so form can be submitted without ↵Steve Winton
error in IE by pressing <return>
2009-07-17I can't believe I forgot to commit this as part of 9ed117d... wow. Epic ↵Craig Andrews
fail. Epic.
2009-07-17Fix OpenId cancelled / error messageCraig Andrews
Thanks jeff-themovie
2009-07-17Merge branch 'oembed-provider' into 0.8.xCraig Andrews
2009-07-17Move the oembed endpoint to /main/oembedCraig Andrews
2009-07-15conversation action is readonlyEvan Prodromou
2009-07-15Added oEmbed discovery for attachments and noticesCraig Andrews
2009-07-15Support oembed for attachments and noticesCraig Andrews
2009-07-15Added stub oembed api endpointCraig Andrews
2009-07-13Merge branch 'tags-timeline-api' into 0.8.xCraig Andrews
2009-07-12Add timeline tags API (RSS 2.0 and Atom feeds)Craig Andrews
2009-07-12Fix atom self reference in the groups apiCraig Andrews
2009-07-10Fix link for atom feed in showgroup actionZach Copley
2009-07-10Group timeline API method doesn't require authZach Copley
2009-07-10Update showgroup action RSS 2.0 feed linkZach Copley
2009-07-10Fix alternate link for groups API feedZach Copley
2009-07-10Move groups timeline API method into groups API actionZach Copley