summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/Service/User.php
Commit message (Expand)AuthorAgeFilesLines
* Update User.php for PHP 8Gravatar buckaroo-labs2023-12-201-0/+2
* remove php4-style object reference passingGravatar Christian Weiske2013-03-171-14/+14
* privatekey -> privateKey everywhereGravatar Christian Weiske2011-06-271-10/+10
* Fixed issue with storing RSS login in sessionGravatar Mark Pemberton2011-06-151-1/+1
* Fixed auth issue with private RSS feedGravatar Mark Pemberton2011-06-141-0/+1
* Reverted changes of date() to gdate(), added tests to con...Gravatar Mark Pemberton2011-06-041-2/+0
* Merge branch 'master' into privatekey2Gravatar Mark Pemberton2011-05-211-2/+2
|\
| * fix ssl client cert login processGravatar Christian Weiske2011-05-131-2/+2
* | Fixed sql commands where resources were not freedGravatar Mark Pemberton2011-05-141-4/+5
* | new privatekey2 branch with privatekey changesGravatar Mark Pemberton2011-05-131-32/+179
|/
* Merge branch 'master' into ssl-client-certsGravatar Christian Weiske2011-05-121-20/+68
|\
| * do not automatically store user id in sessionGravatar Christian Weiske2011-05-121-12/+39
| * reformat userservice::getWatchNamesGravatar Christian Weiske2011-05-121-8/+29
* | move ssl client cert handling into separate service classGravatar Christian Weiske2011-05-091-67/+69
* | also match client issuer (CA)Gravatar Christian Weiske2011-05-051-3/+11
* | part of request #3163623: add support to login via ssl cl...Gravatar Christian Weiske2011-05-041-0/+50
|/
* Fix bug #3111254: Search in my_watchlist results in errorGravatar Christian Weiske2010-11-191-3/+3
* tests for getadminlinkedtagsGravatar Christian Weiske2010-10-081-5/+13
* remove deprecate split()Gravatar Christian Weiske2010-09-301-1/+1
* finally fix the problem that watchlist count tests failed...Gravatar cweiske2010-09-231-1/+4
* fix tests after last commitGravatar cweiske2010-02-201-0/+1
* reformat _getuser and add docblockGravatar cweiske2010-02-201-5/+18
* make isAdmin accept a user name, tooGravatar cweiske2010-02-201-3/+11
* fix some docblocks in userserviceGravatar cweiske2010-02-051-12/+31
* cleanup login()Gravatar cweiske2010-01-161-5/+25
* replace regex email validation with PHP filter function a...Gravatar cweiske2009-11-201-30/+10
* test getObjectUsers() and fix a bug found by the testsGravatar cweiske2009-10-311-0/+1
* move user class into own fileGravatar cweiske2009-10-301-104/+64
* fix unfreed sql result and add deleteAll() for usersGravatar cweiske2009-10-281-2/+19
* test previously fixed bug: voting was updated for all boo...Gravatar cweiske2009-10-281-14/+99
* add docblocks to service classesGravatar cweiske2009-10-261-0/+25
* test if deleting bookmarks works. to do this, we need a n...Gravatar cweiske2009-10-251-7/+30
* correct indentation and visibility modifierGravatar cweiske2009-10-251-11/+13
* convert tabs to spacesGravatar cweiske2009-10-241-638/+638
* use dbservice in all services that need a dbGravatar cweiske2009-10-241-7/+1
* rename ServiceFactory::getServiceInstance() to get() - mu...Gravatar cweiske2009-10-231-7/+7
* Begin work on voting systemGravatar cweiske2009-10-231-2/+2
* make the application work againGravatar cweiske2009-10-031-50/+61
* more file renamingsGravatar cweiske2009-10-031-0/+665