Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-02 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: README | |||
2009-11-02 | notes about registeruser and makegroupadmin scripts | Evan Prodromou | |
2009-10-31 | Revert "remove mention of getfile" | Evan Prodromou | |
This reverts commit c637fe8cf07c22534e5227082ba81a12a8da3075. | |||
2009-10-31 | Revert "Revert "Added some explanatory text to README"" | Evan Prodromou | |
This reverts commit 446de62d02f372b6755237ae61e08bfcd4bf5100. Conflicts: README htaccess.sample | |||
2009-10-31 | Revert "Revert "Added bit about being incompatible with file attachment ↵ | Evan Prodromou | |
virtual server"" This reverts commit a5b3ad7bf5e83459cfb163df04e68a88e867b2cd. Conflicts: README | |||
2009-10-31 | merge from testing | Evan Prodromou | |
2009-10-31 | remove mention of getfile0.8.2rc2 | Evan Prodromou | |
2009-10-31 | Revert "Added some explanatory text to README" | Evan Prodromou | |
This reverts commit d2bac158cd0d4a25b3997cdd1ccadc5f08d65943. | |||
2009-10-31 | Revert "Added bit about being incompatible with file attachment virtual server" | Evan Prodromou | |
This reverts commit afe663af82250d020fd9dff0646c91c8f3b41013. | |||
2009-10-31 | updates to README | Evan Prodromou | |
2009-10-31 | Merge branch '0.8.x' into testing | Evan Prodromou | |
2009-10-22 | Added bit about being incompatible with file attachment virtual server | Jeffery To | |
2009-10-22 | Added some explanatory text to README | Jeffery To | |
2009-10-21 | Removed Facebook stuff from the StatusNet README and wrote a new README | Zach Copley | |
for the Facebook plugin. | |||
2009-10-20 | Remove Twitter bridge stuff. The relevant info has been moved to | Zach Copley | |
/plugins/TwitterBridge/README | |||
2009-10-19 | merge from testing | Evan Prodromou | |
2009-10-19 | new codename for 0.8.2 | Evan Prodromou | |
2009-10-13 | remove inboxes option | Evan Prodromou | |
2009-10-01 | check the schema | Evan Prodromou | |
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php lib/twitter.php | |||
2009-09-02 | Add Tidy requirement to the README | Craig Andrews | |
2009-08-27 | Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/laconica.ini | |||
2009-08-27 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-27 | update version in README, add note about status.net | Evan Prodromou | |
2009-08-27 | add changelog to README | Evan Prodromou | |
2009-08-27 | Update version number in README | Evan Prodromou | |
Update version number and add release code name ("Second Guessing"). | |||
2009-08-26 | last scrub of Laconica -> StatusNet | Evan Prodromou | |
2009-08-25 | Small update to the Facebook app section | Zach Copley | |
2009-08-25 | Small update to the Facebook app section | Zach Copley | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | update README file | Evan Prodromou | |
2009-08-21 | Revert "Added configuration option to only allow OpenID logins." | Evan Prodromou | |
This reverts commit 14b46e2183f10359cc53d597913a878f53e23719. This functionality will need to be rewritten to work with the new OpenIDPlugin. Conflicts: index.php lib/logingroupnav.php | |||
2009-08-21 | Revert "Added a configuration option to disable OpenID." | Evan Prodromou | |
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796. Conflicts: actions/login.php actions/register.php lib/accountsettingsaction.php lib/common.php lib/logingroupnav.php | |||
2009-08-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php | |||
2009-08-21 | 0 means no limit for text (distinct from null) | Evan Prodromou | |
2009-08-21 | configuration options for text limits | Evan Prodromou | |
2009-08-18 | Updated Twitter bridge section | Zach Copley | |
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-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-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-07-30 | Site-wide design configuration | Evan Prodromou | |
I added some code so that the site-wide design can be set, using the configuration interface. I also moved the configuration option from $config['site']['design']['background'] to just $config['design']['background'], but the old syntax will still work. | |||
2009-07-21 | Fixed: The installer checks if the avatar and background directories are ↵ | Craig Andrews | |
writable, but fails to check the file directory used for attachments. Thanks brion http://laconi.ca/trac/ticket/1703 | |||
2009-07-17 | Require PHP 5.2.3 or later. | Craig Andrews | |
http://laconi.ca/trac/ticket/1605 | |||
2009-07-15 | add some info about plugins | Evan Prodromou | |
2009-07-15 | update release date and some extra stuff in the features | Evan Prodromou | |
2009-07-10 | Add Craig Andrews to the credits list | Zach Copley | |
2009-07-10 | Fix conflict from merge with 0.7.x; remove conflict markers | Zach Copley | |
2009-07-10 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: README actions/twitapiusers.php |