Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | API for direct messages correctly checks length | Evan Prodromou | |
2009-08-21 | message input form correctly shows and check max length | Evan Prodromou | |
2009-08-21 | allow configurable length for user group description | Evan Prodromou | |
2009-08-21 | Update libomb, fix some omb handling stuff, improve error handling. | Adrian Lang | |
2009-08-20 | Change the notice type defines all into class constants and adapt all files. | Marcel van der Boom | |
2009-08-19 | Resolve Group Aliases in showgroup.php | Christopher Vollick | |
For Example, let's say 'alias' was an alias for the group 'group'. Previously, if you went to '/group/group' it'd work, but '/group/alias' it'd say "No Such Group". This was untrue. Now it checks aliases when it can't find a group with a given name. If it finds one it redirects you to the original group. | |||
2009-08-16 | Merge commit 'jeff-themovie/0.8.x-openid-enabled' into 0.8.x | Craig Andrews | |
2009-08-16 | Fix bug bug 1563 "opensearch content type incorrectly set" | brion | |
http://laconi.ca/trac/ticket/1563 OpenSearch description info is now sent with correct Content-Type: application/opensearchdescription+xml instead of text/html. | |||
2009-08-16 | Revert "Revert "Return a 404 when a page is request that has no notices"" | Evan Prodromou | |
This reverts commit 1b204fde39271acd38bb8f9dd16734f15c68138a. | |||
2009-08-16 | Revert "Revert "Return a 404 when a page is request that has no notices"" | Evan Prodromou | |
This reverts commit 6c597eabecf2368224938a136d7ac588702bbfd7. | |||
2009-08-14 | Revert "Return a 404 when a page is request that has no notices" | Evan Prodromou | |
An empty list still exists; we should not return a 404 for empty lists. This reverts commit 355effe6315ab7927a54f44fc9ce903085769b5f. | |||
2009-08-14 | Revert "Return a 404 when a page is request that has no notices" | Evan Prodromou | |
An empty list still exists; we shouldn't return a 404. This reverts commit c29892c87573e0575b9a4a13210c562e08411148. | |||
2009-08-13 | Added a configuration option to disable OpenID. | Jeffery To | |
If $config['openid']['enabled'] is set to false, OpenID is removed from the navigation and direct accesses to OpenID login pages redirect to the login page. If OpenID is enabled, $config['site']['openidonly'] is ignored, i.e. OpenID is required to go OpenID-only. | |||
2009-08-12 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-11 | Return a 404 when a page is request that has no notices | Craig Andrews | |
2009-08-11 | Return a 404 when a page is request that has no notices | Craig Andrews | |
2009-08-11 | oEmbed provider does not use the twitter api library classes any more | Craig Andrews | |
2009-08-11 | reformat newnotice.php | Evan Prodromou | |
2009-08-11 | Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5) | Jeffery To | |
2009-08-10 | UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo. | Adrian Lang | |
2009-08-10 | Merge commit 'jeff-themovie/0.8.x-openidonly' into 0.8.x | Craig Andrews | |
2009-08-10 | Replace own OMB stack with libomb. | Adrian Lang | |
2009-08-10 | Merge branch 'twitter-oauth' into 0.8.x | Zach Copley | |
Conflicts: scripts/getvaliddaemons.php | |||
2009-08-10 | I forgot that we don't do database upgrades for point releases. So I've | Zach 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-10 | Moved some stuff around. More comments and phpcs compliance. | Zach Copley | |
2009-08-10 | Added 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-08 | Broke some stuff out into functions. Ran it through phpcs. | Zach Copley | |
2009-08-08 | Merge branch '0.8.x' into twitter-oauth | Zach Copley | |
2009-08-08 | Fixed typo "thier". Ticket 1606 | Sarven Capadisli | |
2009-08-07 | Redirect 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-07 | Implemented 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-07 | UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo. | Adrian Lang | |
2009-08-06 | Merge commit 'jeff-themovie/0.8.x-rss-1.0-descriptions' into 0.8.x | Craig Andrews | |
2009-08-06 | Merge commit 'jeff-themovie/0.8.x-subsystems-enabled' into 0.8.x | Craig Andrews | |
2009-08-06 | Support the 'lite' parameter to statuses/friends and statuses/followers ↵ | Craig Andrews | |
twitter api methods. http://laconi.ca/trac/ticket/1786 | |||
2009-08-07 | Added 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-07 | Hide subscription controls for disabled services (IM, SMS) | Jeffery To | |
2009-08-07 | Added 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-06 | Make RSS 1.0 channel descriptions more consistent with RSS 2.0 and Atom ↵ | Jeffery To | |
descriptions | |||
2009-08-05 | Use script() and cssLink() methods everywhere instead of manually writing ↵ | Craig Andrews | |
out javascript and css each time | |||
2009-08-05 | Use NICKNAME_FMT everywhere consistently | Craig Andrews | |
2009-08-04 | move openid instructions to OpenIDPlugin | Evan Prodromou | |
2009-08-04 | move XRDS code from public action to OpenIDPlugin | Evan Prodromou | |
2009-08-04 | fix comment to note that xrds file is for OMB not OpenID | Evan Prodromou | |
2009-08-04 | incorrectly moved user xrds to OpenID plugin; fixing | Evan Prodromou | |
2009-08-04 | remove unused openid lib from logout action | Evan Prodromou | |
2009-08-04 | Move OpenID-related files to OpenID plugin directory | Evan Prodromou | |
As a first step to pluginizing our OpenID support, I've moved the important OpenID-related files to a dedicated plugin directory. Many of these classes are still referred to by libraries that are still in core. | |||
2009-08-04 | use 410 Gone for Twitter API | Evan Prodromou | |
2009-08-04 | use 410 Gone for deleted notices | Evan Prodromou | |
2009-08-04 | Moved some stuff to a base class | Zach Copley | |