index
:
semanticscuttle
develop
feature/cache
hotfix/api
hotfix/mod_rewrite
master
production
Self-hosted and web-based social bookmark manager
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SemanticScuttle
/
Service
/
User.php
Age
Commit message (
Expand
)
Author
2013-03-17
remove php4-style object reference passing
Christian Weiske
2011-06-27
privatekey -> privateKey everywhere
Christian Weiske
2011-06-15
Fixed issue with storing RSS login in session
Mark Pemberton
2011-06-14
Fixed auth issue with private RSS feed
Mark Pemberton
2011-06-04
Reverted changes of date() to gdate(), added tests to confirm existence of pr...
Mark Pemberton
2011-05-21
Merge branch 'master' into privatekey2
Mark Pemberton
2011-05-14
Fixed sql commands where resources were not freed
Mark Pemberton
2011-05-13
new privatekey2 branch with privatekey changes
Mark Pemberton
2011-05-13
fix ssl client cert login process
Christian Weiske
2011-05-12
Merge branch 'master' into ssl-client-certs
Christian Weiske
2011-05-12
do not automatically store user id in session
Christian Weiske
2011-05-12
reformat userservice::getWatchNames
Christian Weiske
2011-05-09
move ssl client cert handling into separate service class
Christian Weiske
2011-05-05
also match client issuer (CA)
Christian Weiske
2011-05-04
part of request #3163623: add support to login via ssl client certificate. we...
Christian Weiske
2010-11-19
Fix bug #3111254: Search in my_watchlist results in error
Christian Weiske
2010-10-08
tests for getadminlinkedtags
Christian Weiske
2010-09-30
remove deprecate split()
Christian Weiske
2010-09-23
finally fix the problem that watchlist count tests failed every second alltes...
cweiske
2010-02-20
fix tests after last commit
cweiske
2010-02-20
reformat _getuser and add docblock
cweiske
2010-02-20
make isAdmin accept a user name, too
cweiske
2010-02-05
fix some docblocks in userservice
cweiske
2010-01-16
cleanup login()
cweiske
2009-11-20
replace regex email validation with PHP filter function and remove DNS checki...
cweiske
2009-10-31
test getObjectUsers() and fix a bug found by the tests
cweiske
2009-10-30
move user class into own file
cweiske
2009-10-28
fix unfreed sql result and add deleteAll() for users
cweiske
2009-10-28
test previously fixed bug: voting was updated for all bookmarks, not only the...
cweiske
2009-10-26
add docblocks to service classes
cweiske
2009-10-25
test if deleting bookmarks works. to do this, we need a new testbase method t...
cweiske
2009-10-25
correct indentation and visibility modifier
cweiske
2009-10-24
convert tabs to spaces
cweiske
2009-10-24
use dbservice in all services that need a db
cweiske
2009-10-23
rename ServiceFactory::getServiceInstance() to get() - much easier to write
cweiske
2009-10-23
Begin work on voting system
cweiske
2009-10-03
make the application work again
cweiske
2009-10-03
more file renamings
cweiske