Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/statusnet.ini | |||
2009-11-16 | Allow plugin DB_DataObject classes to not have to use the .ini file by ↵ | Craig Andrews | |
overriding keys(), table(), and sequenceKey() for them | |||
2009-11-16 | fix exe flag after createTable | Evan Prodromou | |
2009-11-16 | Rename user_role to profile_role | Evan Prodromou | |
Renamed the user_role table to profile_role. Remote users can have a role on the site; that 'role' may be negative (silenced or sandboxed). | |||
2009-11-12 | Added a User_username table that links the external username with a ↵ | Craig Andrews | |
StatusNet user_id Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static | |||
2009-11-02 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-10-30 | Added an "Verify Your Identity" page to the OpenID provider | Craig Andrews | |
2009-10-21 | flip x flag on generated files | Evan Prodromou | |
2009-10-21 | statusnet.ini update | Evan Prodromou | |
2009-09-08 | flip exe bit on statusnet.ini | Evan Prodromou | |
2009-08-27 | changes to File | Evan Prodromou | |
2009-08-27 | add data object class for user_role | 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-25 | Rename Laconica to StatusNet | Evan Prodromou | |
2009-06-15 | updates to Status_network | Evan Prodromou | |
2009-06-14 | fix perms for classes/statusnet.ini | Evan Prodromou | |
2009-04-07 | Host multiple sites with the same codebase | Evan Prodromou | |
This is the beginning of the code for status.net and related status farms. It will read basic information about a site from a shared, central database and use the data stored there to switch on the hostname. |