Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-07-09 | update the README for 0.8.0 | Evan Prodromou | |
2009-07-08 | update the README with new information | Evan Prodromou | |
2009-06-30 | Add site-wide option to change the length at which URLs are auto-shortened | Jeff Mitchell | |
2009-06-30 | Merge commit 'jeff-themovie/invite-enabled' into 0.8.x | Zach Copley | |
* commit 'jeff-themovie/invite-enabled': Adds $config['invite']['enabled'] to enable/disable invites. | |||
2009-06-27 | debug flag for sessions | Evan Prodromou | |
2009-06-27 | use the session class to store sessions | Evan Prodromou | |
2009-06-26 | Merge branch '0.8.x' into invite-enabled | Jeffery To | |
2009-06-23 | make file command configurable | Evan Prodromou | |
2009-06-22 | Revert "Revert "note about Console_Getopt"" | Evan Prodromou | |
This reverts commit 164ddf01c5d9259340b0fa2f4accc7b06c2c5379. | |||
2009-06-22 | Revert "note about Console_Getopt" | Evan Prodromou | |
This reverts commit e14322672cc24adc27efc2aeaafee60ef03ab650. Don't need it! | |||
2009-06-22 | note about Console_Getopt | Evan Prodromou | |
2009-06-22 | theme dir, path configurable | Evan Prodromou | |
2009-06-21 | Add like for search | Evan Prodromou | |