Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | 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-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-04 | show OpenID action in login nav | Evan Prodromou | |
2009-08-04 | error in EndLoginGroupNav arguments | Evan Prodromou | |
2009-08-04 | Add hooks for Start/End LoginGroupNav | Evan Prodromou | |
2009-03-19 | Remove 'Register' from login group nav when site is closed or inviteonly. ↵ | CiaranG | |
See ticket #1335 | |||
2009-01-23 | Using openidlogin instead of openid in order to show the current local | sarven | |
nav item | |||
2009-01-18 | Make logingroupnav.php phpcs-compliant | Evan Prodromou | |
2009-01-18 | Add tabset to login and make it phpcs-compliant | Evan Prodromou | |