Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-18 | IPv4 and IPv6 addresses are picked up in URLs | Craig Andrews | |
Added ".onion" as a possible TLD | |||
2009-08-16 | Merge commit 'jeff-themovie/0.8.x-openid-enabled' into 0.8.x | Craig Andrews | |
2009-08-15 | Fixed OpenID appearing in primary nav when OpenID is enabled but not OpenID-only | Jeffery To | |
2009-08-14 | whitespace in error.php | Evan Prodromou | |
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 | ServerErrorAction always logs | Evan Prodromou | |
2009-08-12 | Define the member variable N | Craig Andrews | |
N is defined in the DB_DataObject class, which this class kind of extends. So to keep a consistent interface for consumers, we need to have N defined here. | |||
2009-08-11 | oEmbed provider does not use the twitter api library classes any more | Craig Andrews | |
2009-08-11 | Merge commit 'jeff-themovie/0.8.x-private-search' into 0.8.x | Craig Andrews | |
2009-08-11 | Merge branch 'master' into 0.8.x | Evan Prodromou | |
Conflicts: lib/mail.php lib/rssaction.php lib/twitterapi.php | |||
2009-08-11 | Don't show Search in the primary nav if the user isn't logged in and the ↵ | Jeffery To | |
site is private | |||
2009-08-11 | two variables $public and $system were generating notices in ↵ | Brett Taylor | |
lib/htmloutputter.php, removed because these two parameters are null by default. | |||
2009-08-10 | Revert "Typo, session_name is a function." | Evan Prodromou | |
This reverts commit d0793c0f44aabb76af2556a690013c143ac9f7a3. | |||
2009-08-10 | Merge commit 'jeff-themovie/0.8.x-openidonly' into 0.8.x | Craig Andrews | |
2009-08-10 | Typo, session_name is a function. | 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 | Fix logic that determines if a URL is relative or absolute in script() and ↵ | Craig Andrews | |
cssLink() | |||
2009-08-08 | Merge branch '0.8.x' into twitter-oauth | Zach Copley | |
2009-08-08 | Only populate attachments array element if there are attachments | Zach Copley | |
2009-08-08 | Also show XML representation of attachments in the API | Zach Copley | |
2009-08-08 | Post to Facebook user's stream if notice has an attachment, otherwise post ↵ | Zach Copley | |
notice as a status update | |||
2009-08-08 | Better error handling when updating Facebook | Zach Copley | |
2009-08-08 | Call $this->getNotices() always, becuase $this will be the right class. | Brenda Wallace | |
e.g. TagrssAction or PublicrssAction | |||
2009-08-07 | bug 1770 conversation link for email | anontwit | |
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-06 | Merge commit 'jeff-themovie/0.8.x-jsonsearchresultslist' 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 | Make TwitterStatusFetcher extend ParallelizingDaemon | Zach Copley | |
2009-08-06 | remove redundant/unnecessary lines | 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 | Fixed IM and SMS enabled options to default to true. | Jeffery To | |
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 | 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 | Check theme first for CSS files, then use the non-theme path. | Craig Andrews | |
Fixes CSS links in plugins | |||
2009-08-07 | Fixed missing/null values from JSON search results | Jeffery To | |
2009-08-06 | Make 2nd and 3rd cssLink() arguments optional | Craig Andrews | |
2009-08-06 | - Rewrote SyncTwitterFriends as a daemon | Zach Copley | |
- Made it use OAuth - Code clean up | |||
2009-08-06 | Abstract out the parallelizing daemon stuff | Zach Copley | |
2009-08-05 | Handle relative and absolute url parameters to script() and cssLink() | Craig Andrews | |
2009-08-05 | Use script() and cssLink() methods everywhere instead of manually writing ↵ | Craig Andrews | |
out javascript and css each time | |||
2009-08-05 | Added cssLink() and script() functions to htmloutputter | Craig Andrews | |
2009-08-05 | Accidentally caused the DOCTYPE to never be rendered - fix that. | Craig Andrews | |
2009-08-05 | Don't start HTML responses with <?xml if the document is served as text/html. | Craig Andrews | |
Starting a text/html mime type document with <?xml causes some browsers (previous version of Opera and IE) to switch to Quirks Mode. | |||
2009-08-05 | Switch DOCTYPE's to the XHTML 5 DOCTYPE | Craig Andrews | |
2009-08-05 | Merge branch '0.8.x' into twitter-oauth | Zach Copley | |
2009-08-04 | Post to Facebook user's stream if notice has an attachment, otherwise post ↵ | Zach Copley | |
notice as a status update |