summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/Service/Bookmark.php
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with urls ending in ‘/’ getting normalized ...fix-for-path-urlsGravatar Tom Willemse2024-04-151-1/+1
* PHP 7.3 compat, bug fixesGravatar querwurzelt2019-01-211-3/+3
* add option to get last modified date instead of creation ...Gravatar David Glenck2014-03-261-0/+7
* remove php4-style object reference passingGravatar Christian Weiske2013-03-171-3/+3
* Reverted changes of date() to gdate(), added tests to con...Gravatar Mark Pemberton2011-06-041-1/+1
* Altered tests to be more timezone friendlyGravatar Mark Pemberton2011-05-211-1/+1
* revert getBookmarks() back to originalGravatar Mark Pemberton2011-05-191-31/+19
* Updated PrivateKey to include Tag searchesGravatar Mark Pemberton2011-05-171-13/+24
* Updated 'Generate New Key' button to use ajax if javascri...Gravatar Mark Pemberton2011-05-161-5/+6
* Fixed sql commands where resources were not freedGravatar Mark Pemberton2011-05-141-0/+1
* new privatekey2 branch with privatekey changesGravatar Mark Pemberton2011-05-131-1/+1
* do not add bookmarks with an invalid URLGravatar Christian Weiske2011-05-031-1/+9
* Implement request #3054906: Show user's full name instead...Gravatar Christian Weiske2011-03-151-1/+2
* rename $range to $status as it is used in all other metho...Gravatar Christian Weiske2011-02-091-8/+8
* rewrite api/posts/delete to be more secure and add unit t...Gravatar cweiske2010-09-281-6/+12
* Fix CS, fix docblocksGravatar cweiske2010-09-231-30/+81
* Move user IP resolution into own class methodGravatar cweiske2010-09-231-18/+3
* Fix bug #3073215: Updating bookmark time does not workGravatar cweiske2010-09-231-1/+1
* fix bad bug that was introduced due to performance optimi...Gravatar cweiske2010-03-181-1/+1
* unify hashing code in a separate methodGravatar cweiske2010-03-181-24/+41
* fix bug #2953732 and make corresponding test work.Gravatar cweiske2010-03-171-1/+2
* re-fix isAdmin() sql optimizationGravatar cweiske2010-02-201-1/+1
* add SemanticScuttle_Service_Bookmark::bookmarksExist() me...Gravatar cweiske2010-02-201-1/+55
* reformat queryGravatar cweiske2010-02-201-1/+3
* fix tests after last commitGravatar cweiske2010-02-201-1/+4
* save another queryGravatar cweiske2010-02-201-2/+2
* sql optimization: fetch all tags at onceGravatar cweiske2010-02-201-4/+11
* 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
* Part of request #2928950: Add config option to allow sort...Gravatar cweiske2010-01-161-2/+2
* 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
* test deleteBookmarksForUserGravatar cweiske2009-11-201-0/+7
* remove superfluous returns after die messagesGravatar cweiske2009-11-201-14/+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
* hide bookmarks below a configurable thresholdGravatar cweiske2009-11-021-1/+9
* fix unfreed sql resultGravatar cweiske2009-10-311-1/+3
* move user class into own fileGravatar cweiske2009-10-301-15/+27
* unification test was unstable, tooGravatar cweiske2009-10-281-18/+25
* explain deleteAll() in bookmarksGravatar cweiske2009-10-281-1/+7
* test previously fixed bug: voting was updated for all boo...Gravatar cweiske2009-10-281-7/+9
* basic ajax voting support. has a bad counting bug somewhereGravatar cweiske2009-10-281-7/+39
* fix user-specific tagsGravatar cweiske2009-10-271-10/+12
* introduce voting config value and provide current user vo...Gravatar cweiske2009-10-261-0/+16