summaryrefslogtreecommitdiff
path: root/lib/accountsettingsaction.php
AgeCommit message (Collapse)Author
2009-11-10Added a events for the settings menu itemsCraig Andrews
2009-11-09Add a new event: CanUserChangeFieldCraig Andrews
2009-08-27Merge branch '0.8.x' into 0.9.xEvan 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-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-13Added 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-04add account settings menu item for OpenIDEvan Prodromou
2009-08-04add hook for showing account settings menuEvan Prodromou
2009-06-18Group theming.Zach Copley
2009-04-12Created Design page for users to customize the way their profile pagesSarven Capadisli
look by changing the background image and picking a colour palette for text.
2009-01-17Break up settings into two tabsetEvan Prodromou
Made two tabsets: account and connect. Removed "Invite" from the global nav to make room.