summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/Service
Commit message (Expand)AuthorAgeFilesLines
* make countOthers() accept an array of addressesGravatar cweiske2010-02-201-13/+44
* reformat countOthers()Gravatar cweiske2010-02-161-13/+33
* do not return numbers < 0Gravatar cweiske2010-02-161-1/+1
* do not return numbers < 0Gravatar cweiske2010-02-161-2/+3
* fix countBookmarks() for mysqliGravatar cweiske2010-02-071-1/+1
* fix bookmarkExists() for mysqliGravatar cweiske2010-02-071-4/+8
* fix some docblocks in userserviceGravatar cweiske2010-02-051-12/+31
* use configurable password field instead of the hardcoded oneGravatar cweiske2010-02-051-1/+1
* make external login work when user changed password exter...Gravatar cweiske2010-02-051-3/+14
* make external auth login work. one thing left is when the...Gravatar cweiske2010-02-051-4/+7
* nearly there with auth integrationGravatar cweiske2010-02-021-0/+218
* make serviceoverrides user-configurableGravatar cweiske2010-02-021-1/+1
* fix several sql injection possibilitiesGravatar cweiske2010-01-165-68/+68
* Fix bug #2887063: Common tag combination description feel...Gravatar cweiske2010-01-161-0/+25
* Part of request #2928950: Add config option to allow sort...Gravatar cweiske2010-01-161-2/+2
* cleanup login()Gravatar cweiske2010-01-161-5/+25
* tell people about privacy settings and a TOODGravatar cweiske2010-01-161-0/+4
* add documentation for _getbookmark() and dependent methodsGravatar cweiske2009-11-261-11/+70
* part of request #2830224: prepare API for short url serviceGravatar cweiske2009-11-231-5/+29
* replace regex email validation with PHP filter function a...Gravatar cweiske2009-11-201-30/+10
* test deleteBookmarksForUserGravatar cweiske2009-11-201-0/+7
* remove superfluous returns after die messagesGravatar cweiske2009-11-202-18/+11
* test bookmarkExists() in all variationsGravatar cweiske2009-11-191-2/+13
* fix notice when passing an invalid array to editAllowed()Gravatar cweiske2009-11-191-2/+5
* tell people how to debug database queriesGravatar cweiske2009-11-051-0/+13
* add new "votes" field in bookmarks database with the tota...Gravatar cweiske2009-11-031-4/+15
* hide bookmarks below a configurable thresholdGravatar cweiske2009-11-021-1/+9
* allow changing of votesGravatar cweiske2009-11-021-3/+38
* fix unfreed sql resultGravatar cweiske2009-10-311-1/+3
* test getObjectUsers() and fix a bug found by the testsGravatar cweiske2009-10-311-0/+1
* move template object to own file and rename it to Semanti...Gravatar cweiske2009-10-301-26/+24
* move user class into own fileGravatar cweiske2009-10-302-119/+91
* unification test was unstable, tooGravatar cweiske2009-10-281-18/+25
* explain deleteAll() in bookmarksGravatar cweiske2009-10-281-1/+7
* 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-282-21/+108
* implement rewriteVotings() and unittest the methodGravatar cweiske2009-10-281-4/+5
* update only one bookmark when voting;Gravatar cweiske2009-10-281-2/+6
* basic ajax voting support. has a bad counting bug somewhereGravatar cweiske2009-10-281-7/+39
* csGravatar cweiske2009-10-281-6/+20
* fix user-specific tagsGravatar cweiske2009-10-271-10/+12
* introduce voting config value and provide current user vo...Gravatar cweiske2009-10-262-1/+19
* add docblocks to service classesGravatar cweiske2009-10-2611-0/+274
* remove unreachable codeGravatar cweiske2009-10-251-17/+4
* document attachtagsGravatar cweiske2009-10-251-39/+70
* clarificationGravatar cweiske2009-10-251-2/+2
* document attachlinkedtagGravatar cweiske2009-10-251-9/+34
* Rename categories to tags, because that is what they areGravatar cweiske2009-10-251-3/+3
* test if deleting bookmarks works. to do this, we need a n...Gravatar cweiske2009-10-252-15/+39
* correct indentation and visibility modifierGravatar cweiske2009-10-251-11/+13