summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2009-11-17Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-17Need to check the Profile rather than the User.Zach Copley
2009-11-17Merge branch '0.9.x' into adminpanelEvan Prodromou
2009-11-17Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-16Allow plugin DB_DataObject classes to not have to use the .ini file by overri...Craig Andrews
2009-11-16disallow email on faves from sandboxed usersEvan Prodromou
2009-11-16silenced users can't send direct messagesEvan Prodromou
2009-11-16more rights denied to silenced and sandboxedEvan Prodromou
2009-11-16don't allow sandboxed users to post public noticesEvan Prodromou
2009-11-16Move rights check to profile and add right for new noticesEvan Prodromou
2009-11-16getGroups was not handling the case where limit=null correctlyCraig Andrews
2009-11-16change uses of User_role to Profile_roleEvan Prodromou
2009-11-16fix exe flag after createTableEvan Prodromou
2009-11-16remove User_role classEvan Prodromou
2009-11-16Rename user_role to profile_roleEvan Prodromou
2009-11-16move role functions to Profile classEvan Prodromou
2009-11-16getSubscribers and getSubscriptions were not handling the case where limit=nu...Craig Andrews
2009-11-15define rights around how to silence, sandbox, and delete a userEvan Prodromou
2009-11-12Added a User_username table that links the external username with a StatusNet...Craig Andrews
2009-11-11Merge branch '0.9.x' into adminpanelEvan Prodromou
2009-11-10Bringing Sphinx search support up to code: broken out to a plugin, now suppor...Brion Vibber
2009-11-10Merge branch '0.9.x' into adminpanelEvan Prodromou
2009-11-10add geo output to statuses in json, xml, atom, rss in APIEvan Prodromou
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Merge branch '0.9.x' into adminpanelEvan Prodromou
2009-11-08Merge branch '0.9.x' into adminpanelEvan Prodromou
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08Remove more contractionsSiebrand Mazeland
2009-11-08Revert "* [Cc]an't -> [Cc]annot"Brion Vibber
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08* [Cc]an't -> [Cc]annotSiebrand Mazeland
2009-11-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-08Restructure theme.php to define a class ThemeEvan Prodromou
2009-11-08Fix bug 1962: deleteuser.php regression when OpenID plugin not enabledBrion Vibber
2009-11-07pkeyGet() and save() methods for ConfigEvan Prodromou
2009-11-07add a break to switch in hasRight()Evan Prodromou
2009-11-07use upper-case constants for roles and rights in hasRight()Evan Prodromou
2009-11-07add constants for user rolesEvan Prodromou
2009-11-07don't distribute group notices to inboxes for users who've blocked the authorEvan Prodromou
2009-11-02Added 'login' command that gives you a link that can be used to login to the ...Craig Andrews
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-02Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-11-02allowed_nickname blocks top level url router namesCraig Andrews
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, addin...Brion Vibber
2009-11-02Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 packag...Brion Vibber
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, addin...Brion Vibber
2009-11-01Revert "Blacklist all files and directories in the web root (INSTALLDIR). Muc...Evan Prodromou
2009-10-30Added an "Verify Your Identity" page to the OpenID providerCraig Andrews
2009-10-30Removed reference to 'api' action which no longer exists since api refactorCraig Andrews
2009-10-29get location from a ProfileEvan Prodromou