aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service/Bookmark.php
AgeCommit message (Expand)Author
2023-08-30Merge branch 'master' of github.com:rhatto/SemanticScuttleHEADmasterSilvio Rhatto
2022-06-21Do not pass a null to `count`.Jason
2020-12-01Fix: bookmarks: add values to bVoting and bVotesSilvio Rhatto
2019-01-21PHP 7.3 compat, bug fixesquerwurzelt
2014-03-26add option to get last modified date instead of creation dateDavid Glenck
2013-03-17remove php4-style object reference passingChristian Weiske
2011-06-04Reverted changes of date() to gdate(), added tests to confirm existence of pr...Mark Pemberton
2011-05-21Altered tests to be more timezone friendlyMark Pemberton
2011-05-19revert getBookmarks() back to originalMark Pemberton
2011-05-17Updated PrivateKey to include Tag searchesMark Pemberton
2011-05-16Updated 'Generate New Key' button to use ajax if javascript enabled.Mark Pemberton
2011-05-14Fixed sql commands where resources were not freedMark Pemberton
2011-05-13new privatekey2 branch with privatekey changesMark Pemberton
2011-05-03do not add bookmarks with an invalid URLChristian Weiske
2011-03-15Implement request #3054906: Show user's full name instead of nicknameChristian Weiske
2011-02-09rename $range to $status as it is used in all other methods; add privacy to t...Christian Weiske
2010-09-28rewrite api/posts/delete to be more secure and add unit tests for itcweiske
2010-09-23Fix CS, fix docblockscweiske
2010-09-23Move user IP resolution into own class methodcweiske
2010-09-23Fix bug #3073215: Updating bookmark time does not workcweiske
2010-03-18fix bad bug that was introduced due to performance optimizationscweiske
2010-03-18unify hashing code in a separate methodcweiske
2010-03-17fix bug #2953732 and make corresponding test work.cweiske
2010-02-20re-fix isAdmin() sql optimizationcweiske
2010-02-20add SemanticScuttle_Service_Bookmark::bookmarksExist() method to check for ex...cweiske
2010-02-20reformat querycweiske
2010-02-20fix tests after last commitcweiske
2010-02-20save another querycweiske
2010-02-20sql optimization: fetch all tags at oncecweiske
2010-02-20make countOthers() accept an array of addressescweiske
2010-02-16reformat countOthers()cweiske
2010-02-16do not return numbers < 0cweiske
2010-02-16do not return numbers < 0cweiske
2010-02-07fix countBookmarks() for mysqlicweiske
2010-02-07fix bookmarkExists() for mysqlicweiske
2010-01-16Part of request #2928950: Add config option to allow sorting by bookmark crea...cweiske
2010-01-16tell people about privacy settings and a TOODcweiske
2009-11-26add documentation for _getbookmark() and dependent methodscweiske
2009-11-23part of request #2830224: prepare API for short url servicecweiske
2009-11-20test deleteBookmarksForUsercweiske
2009-11-20remove superfluous returns after die messagescweiske
2009-11-19test bookmarkExists() in all variationscweiske
2009-11-19fix notice when passing an invalid array to editAllowed()cweiske
2009-11-02hide bookmarks below a configurable thresholdcweiske
2009-10-31fix unfreed sql resultcweiske
2009-10-30move user class into own filecweiske
2009-10-28unification test was unstable, toocweiske
2009-10-28explain deleteAll() in bookmarkscweiske
2009-10-28test previously fixed bug: voting was updated for all bookmarks, not only the...cweiske
2009-10-28basic ajax voting support. has a bad counting bug somewherecweiske