diff options
author | Zach Copley <zach@status.net> | 2010-03-04 11:19:02 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-03-04 11:19:02 -0800 |
commit | 980d1a66ec0bb5b42ddb39e253fba9bad1b41aca (patch) | |
tree | 5f34622397d3da731e233edaffcf69d75f58f0c5 /README | |
parent | fc3b53853f177e98c10f44c14a3125221ce3e83c (diff) | |
parent | be4b482f13615fb603736cb1e906efb4a9e06fd0 (diff) |
* 'testing' of gitorious.org:statusnet/mainline:
Updated note on geo location and added a note on user roles
Set up subscription to update@status.net for admin user on new installation, if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -86,8 +86,9 @@ Notable changes this version: - Support for the new distributed status update standard OStatus <http://ostatus.org>, based on PubSubHubbub, Salmon, Webfinger, and Activity Streams. -- Support for location. Notices are (optionally) marked with lat-long - information, and can be shown on a map. +- Support for location using the Geolocation API. Notices are (optionally) + marked with lat-long information with geo microformats, and can be shown + on a map. - No fixed content size. Notice size is configurable, from 1 to unlimited number of characters. Default is still 140! - An authorization framework, allowing different levels of users. @@ -97,6 +98,8 @@ Notable changes this version: - A flag system that lets users flag profiles for moderator review. - Support for OAuth <http://oauth.net> authentication in the Twitter API. +- User roles system that lets the owner of the site to assign + administrator and moderator roles to other users. - A pluggable authentication system. - An authentication plugin for LDAP servers. - Many features that were core in 0.8.x are now plugins, such |