Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-11 | inject session before redirect for login | Evan Prodromou | |
2010-01-10 | remove redirect to OTP on login from login, register | Evan Prodromou | |
2010-01-10 | fix check for ssl diff in login | Evan Prodromou | |
2010-01-10 | correctly check for ssl enabled | Evan Prodromou | |
2010-01-09 | Redirect to a one-time-password when ssl and regular server are different | Evan Prodromou | |
2009-12-10 | Fixed incorrect disabling of login_token. | Craig Andrews | |
2009-12-05 | Add a configuration option to disable the login command. | Craig Andrews | |
$config['logincommand']['disabled'] = true; This commit should be reverted once the command has been sufficiently tested and trusted. | |||
2009-12-05 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-11-20 | Revert "Added 'login' command that gives you a link that can be used to ↵ | Evan Prodromou | |
login to the website" This reverts commit b9d40f723bce8e01ddcbbb989bd7035b92cd9af8. Conflicts: actions/login.php classes/statusnet.ini db/08to09.sql db/08to09_pg.sql db/statusnet_pg.sql lib/command.php lib/commandinterpreter.php | |||
2009-11-19 | Use the $user object nickname, as login name doesnt have to == nickname ↵ | Eric Helgeson | |
anymore with plugins such as ldap/etc | |||
2009-11-18 | Should not canonicalize nickname before calling common_check_user | Craig Andrews | |
2009-11-18 | Improve the not authorized error message | Craig Andrews | |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-02 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-09-09 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/omb.php | |||
2009-09-03 | Created autofocus method to give focus to an element (primarily a form | Sarven Capadisli | |
control) on page onload. Updated some of the pages to use autofocus. | |||
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-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.9.x' into openidplugin | Evan Prodromou | |
Conflicts: actions/login.php actions/register.php | |||
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 | move openid instructions to OpenIDPlugin | Evan Prodromou | |
2009-04-13 | isReadOnly() now takes arguments | Evan Prodromou | |
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful. | |||
2009-04-01 | Try to do intelligent redirect codes | Evan Prodromou | |
After fixing the redirect code output, there are a lot of weirdnesses with e.g. form handling. Try to add explicit redirect codes where needed -- principly when handling a POST. | |||
2009-02-20 | use return value of common_check_user() in login.php | Evan Prodromou | |
2009-02-05 | Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵ | Evan Prodromou | |
sgmurphy-clone/0.7.x Conflicts: actions/avatarsettings.php | |||
2009-02-05 | Fixed #1140; Login form session token not set. | Sean Murphy | |
2009-02-04 | take out redundant code from login | Evan Prodromou | |
2009-01-19 | Renamed form_datas to form_data | sarven | |
2009-01-18 | Fix comment blocks for login | Evan Prodromou | |
2009-01-18 | Fix file and class descriptors | Evan Prodromou | |
2009-01-18 | Add tabset to login and make it phpcs-compliant | Evan Prodromou | |
2009-01-18 | Favor/Disfavor form @class | sarven | |
Created icon, and add style JS selector change Fixed return actions | |||
2009-01-18 | Minor cleanup for login style | sarven | |
2009-01-18 | Reusing @class form_settings | sarven | |
2009-01-17 | Login styles | sarven | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Correct error var in login | Evan Prodromou | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | All actions now use isReadOnly() | Evan Prodromou | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Unnecessary wrapper | sarven | |
2009-01-15 | Convert use of common_server_error and common_user_error to methods on Action | Evan Prodromou | |
2009-01-15 | Convert all actions to use new UI functions | Evan Prodromou | |
I did a massive search-and-replace to get all the action subclasses to use the new output function (common_element() -> $this->element(), etc.) There's still a lot to do, but it's a first step |