Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-16 | getGroups was not handling the case where limit=null correctly | Craig Andrews | |
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-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-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-08 | Fix bug 1962: deleteuser.php regression when OpenID plugin not enabled | Brion Vibber | |
The User_openid data object was explicitly listed as a related field to delete from in User::delete(); this class doesn't exist anymore by default since OpenID was broken out to a plugin. Added UserDeleteRelated event for plugins to add related tables to delete from at user delete time. | |||
2009-11-07 | use upper-case constants for roles and rights in hasRight() | Evan Prodromou | |
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/User.php | |||
2009-11-02 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: README | |||
2009-11-02 | allowed_nickname blocks top level url router names | Craig Andrews | |
2009-11-01 | Revert "Blacklist all files and directories in the web root (INSTALLDIR). ↵ | Evan Prodromou | |
Much more elegant than manually keep tracking of these invalid usernames." This reverts commit 15f9c80c28042a5f9d51ec8444e3c9c475360481. So, so, elegant! And so, so, incorrect! We can't have a user named 'notice' because that would interfere with URLs like /notice/1234. However, there is no file named 'notice' in the Web root. If there were a way to automatically pull out the virtual paths in the root dir, this may make sense. Until then, we keep track here. | |||
2009-10-28 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-27 | Enable welcome bot to broadcast it's notices | Carlos Perilla | |
2009-10-23 | update location while registering | Evan Prodromou | |
2009-10-13 | remove inboxes option | Evan Prodromou | |
2009-10-04 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Profile.php | |||
2009-10-02 | also delete blocks | Evan Prodromou | |
2009-10-02 | Merge branch '0.8.x' into deleteuser | Evan Prodromou | |
2009-09-27 | let hooks override standard user rights | Evan Prodromou | |
2009-09-27 | user rights | Evan Prodromou | |
2009-09-23 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php | |||
2009-09-18 | Blacklist all files and directories in the web root (INSTALLDIR). Much more ↵ | Craig Andrews | |
elegant than manually keep tracking of these invalid usernames. | |||
2009-08-28 | used standard SQL that mysql and pgsql both like | Brenda Wallace | |
2009-08-28 | used standard SQL that mysql and pgsql both like | Brenda Wallace | |
2009-08-28 | make use of common_database_tablename() | Brenda Wallace | |
2009-08-27 | methods on User to grant, check, and revoke roles | 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-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | a distributed -> the distributed | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-04 | move redirect-to-openid code to OpenID plugin | Evan Prodromou | |
2009-07-26 | first version of deleting users | Evan Prodromou | |
2009-07-23 | change NOTICE_GATEWAY to Notice::GATEWAY so autoloading works | Evan Prodromou | |
2009-07-09 | cache frequently-used subscriber, subscription, notice and fave count values | Evan Prodromou | |
2009-07-05 | fix caching of faves by own, other | Evan Prodromou | |
2009-06-25 | break up big inbox queries into lots of small ones | Evan Prodromou | |
2009-06-23 | Stop Twitter gateway notices from leaking via user faves pages | Zach Copley | |
2009-06-18 | Only show twitter msgs in your own inbox | Evan Prodromou | |
2009-06-09 | Merge branch '0.8.x' into userdesign | Evan Prodromou | |
Conflicts: actions/designsettings.php | |||
2009-06-08 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh | |||
2009-05-30 | remove debug code from replies | Evan Prodromou | |
2009-05-23 | add getDesign to User | Evan Prodromou | |
2009-05-23 | update User.php with new design-related fields | Evan Prodromou | |
2009-05-18 | Added personal tag page: http://example.com/MY_NICK/tag/A_TAG | Robin Millette | |
2009-05-01 | make faves work with ids | Evan Prodromou | |
2009-04-29 | make replies use new query format | Evan Prodromou | |
2009-04-28 | Change to avoid a join in notice inbox | Evan Prodromou | |
The join in notice_inbox is causing temp-table sorting on identi.ca, so I'm trying a finer-tuned approach. | |||
2009-04-16 | start of querybyid | Evan Prodromou | |
2009-03-28 | some phpcs fixups | Evan Prodromou | |