Age | Commit message (Expand) | Author |
2020-12-01 | Fix: bookmarks: add values to bVoting and bVotes | Silvio Rhatto |
2019-01-21 | PHP 7.3 compat, bug fixes | querwurzelt |
2014-04-23 | Add support for phancap website thumbnailer. | Christian Weiske |
2014-03-26 | add option to get last modified date instead of creation date | David Glenck |
2013-03-21 | Fix two broken tests | Christian Weiske |
2013-03-21 | CS | Christian Weiske |
2013-03-21 | The hasTag was always returning false, which probably is a bug. Fixed it and ... | Christian Weiske |
2013-03-21 | fix some CS, remove unneeded include - file is included in header.php | Christian Weiske |
2013-03-21 | The method attachTags was raising a Notice error, fix it and adds a test for ... | Ricardo Soares de Lima |
2013-03-21 | Using a foreach loop avoids Notice warnings when the array doesn't have seque... | Ricardo Soares de Lima |
2013-03-17 | remove php4-style object reference passing | Christian Weiske |
2011-08-05 | Fix bug #3386178: "system:unfiled" secret tag does not work | Christian Weiske |
2011-08-05 | we can retrieve system tags now | Christian Weiske |
2011-08-01 | Fix bug #3376618: Broken tag completion for private bookmarks | 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 | Merge branch 'master' into privatekey2 | Mark Pemberton |
2011-06-04 | Reverted changes of date() to gdate(), added tests to confirm existence of pr... | Mark Pemberton |
2011-05-25 | implement request #1989987: theme support. merge themes branch with --squash | Christian Weiske |
2011-05-21 | Altered tests to be more timezone friendly | Mark Pemberton |
2011-05-21 | Merge branch 'master' into privatekey2 | Mark Pemberton |
2011-05-19 | revert getBookmarks() back to original | Mark Pemberton |
2011-05-17 | Updated PrivateKey to include Tag searches | Mark Pemberton |
2011-05-16 | Updated 'Generate New Key' button to use ajax if javascript enabled. | 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 | allow ssl client login with other authentication sources | Christian Weiske |
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-11 | seems I actually forget to use the methods only parameter | Christian Weiske |
2011-05-11 | deleting ssl client certificates from profile page works now | Christian Weiske |
2011-05-10 | prepare user interface to register and delete client certificates on the prof... | Christian Weiske |
2011-05-09 | show current users certificates on profile page | Christian Weiske |
2011-05-09 | automatically register SSL client cert when user registers | 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 |
2011-05-03 | do not add bookmarks with an invalid URL | Christian Weiske |
2011-04-12 | first test for service factory | Christian Weiske |
2011-03-25 | do not generate invalid SQL when called with a not-so valid array | Christian Weiske |
2011-03-25 | beginsWith-parameter for getPopulartags, getContactTags and getAdminTags | Christian Weiske |
2011-03-24 | docblock for deleteAll | Christian Weiske |
2011-03-24 | fix privacy protection issue when fetching tags of several users | Christian Weiske |
2011-03-24 | make getPopularTags a tiny bit easier | Christian Weiske |
2011-03-24 | fix docblock | Christian Weiske |
2011-03-24 | unittest for Bookmark2Tag::getContactTags, CS and docblock | Christian Weiske |
2011-03-23 | unittest for getAdminTags as well as CS and docblock fixes on it | Christian Weiske |