aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service/User.php
AgeCommit message (Expand)Author
2013-03-17remove php4-style object reference passingChristian Weiske
2011-06-27privatekey -> privateKey everywhereChristian Weiske
2011-06-15Fixed issue with storing RSS login in sessionMark Pemberton
2011-06-14Fixed auth issue with private RSS feedMark Pemberton
2011-06-04Reverted changes of date() to gdate(), added tests to confirm existence of pr...Mark Pemberton
2011-05-21Merge branch 'master' into privatekey2Mark Pemberton
2011-05-14Fixed sql commands where resources were not freedMark Pemberton
2011-05-13new privatekey2 branch with privatekey changesMark Pemberton
2011-05-13fix ssl client cert login processChristian Weiske
2011-05-12Merge branch 'master' into ssl-client-certsChristian Weiske
2011-05-12do not automatically store user id in sessionChristian Weiske
2011-05-12reformat userservice::getWatchNamesChristian Weiske
2011-05-09move ssl client cert handling into separate service classChristian Weiske
2011-05-05also match client issuer (CA)Christian Weiske
2011-05-04part of request #3163623: add support to login via ssl client certificate. we...Christian Weiske
2010-11-19Fix bug #3111254: Search in my_watchlist results in errorChristian Weiske
2010-10-08tests for getadminlinkedtagsChristian Weiske
2010-09-30remove deprecate split()Christian Weiske
2010-09-23finally fix the problem that watchlist count tests failed every second alltes...cweiske
2010-02-20fix tests after last commitcweiske
2010-02-20reformat _getuser and add docblockcweiske
2010-02-20make isAdmin accept a user name, toocweiske
2010-02-05fix some docblocks in userservicecweiske
2010-01-16cleanup login()cweiske
2009-11-20replace regex email validation with PHP filter function and remove DNS checki...cweiske
2009-10-31test getObjectUsers() and fix a bug found by the testscweiske
2009-10-30move user class into own filecweiske
2009-10-28fix unfreed sql result and add deleteAll() for userscweiske
2009-10-28test previously fixed bug: voting was updated for all bookmarks, not only the...cweiske
2009-10-26add docblocks to service classescweiske
2009-10-25test if deleting bookmarks works. to do this, we need a new testbase method t...cweiske
2009-10-25correct indentation and visibility modifiercweiske
2009-10-24convert tabs to spacescweiske
2009-10-24use dbservice in all services that need a dbcweiske
2009-10-23rename ServiceFactory::getServiceInstance() to get() - much easier to writecweiske
2009-10-23Begin work on voting systemcweiske
2009-10-03make the application work againcweiske
2009-10-03more file renamingscweiske