Age | Commit message (Expand) | Author |
2009-09-23 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-09-18 | Blacklist all files and directories in the web root (INSTALLDIR). Much more e... | Craig Andrews |
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 |
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-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 |
2009-06-08 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou |
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 |
2009-04-16 | start of querybyid | Evan Prodromou |
2009-03-28 | some phpcs fixups | Evan Prodromou |
2009-03-28 | welcome notice, default sub for new users | Evan Prodromou |
2009-03-07 | Add local directory for plugins, themes, etc. | Evan Prodromou |
2009-03-05 | PostgreSQL - fixed a couple more quoting issues | CiaranG |
2009-02-20 | Fixing a bunch of undefined variable warnings in OpenID signup process | Leslie Michael Orchard |
2009-02-16 | add email notify flag for @-replies | Evan Prodromou |
2009-02-05 | Allow re-authentication with OpenID | Evan Prodromou |
2009-01-30 | PostgreSQL - code changes to avoid problems where user table is referenced in... | Ciaran Gultnieks |
2009-01-23 | Merge branch 'master' of /var/www/mublog | Evan Prodromou |
2009-01-22 | Debug some of the subscriptions+tags problems | Evan Prodromou |
2009-01-21 | move membership/adminship tests to profile | Evan Prodromou |
2009-01-21 | user subscriptions methods | Evan Prodromou |
2009-01-21 | Add group and groups to list of forbidden user names | Evan Prodromou |
2009-01-21 | A method on User for getting groups | Evan Prodromou |
2009-01-21 | First pass at a group home page | Evan Prodromou |
2009-01-19 | Don't override ORDER for inboxes; it messes up caching | Evan Prodromou |
2008-12-11 | whitespace conflicts in User.php | Evan Prodromou |
2008-12-23 | TRUE | Evan Prodromou |
2008-12-23 | change function headers to K&R style | Evan Prodromou |
2008-12-23 | replace NULL with null | Evan Prodromou |
2008-12-23 | replace all tabs with four spaces | Evan Prodromou |
2008-12-09 | fix registration bug - fatal error when sending email confirmation | Zach Copley |