summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-17Updated PrivateKey to include Tag searchesMark Pemberton
2011-05-16there is no onClick attribute, only onclickChristian Weiske
2011-05-16Updated 'Generate New Key' button to use ajax if javascript enabled.Mark Pemberton
2011-05-14Fixed SQL structure for PrivateKeyMark Pemberton
2011-05-14Fixed sql commands where resources were not freedMark Pemberton
2011-05-14update changelog with google custom search changesChristian Weiske
2011-05-14CSChristian Weiske
2011-05-14fix google custom search xmlChristian Weiske
2011-05-14make custom search more valid htmlChristian Weiske
2011-05-14proper status code when gsearch is deactivatedChristian Weiske
2011-05-13new privatekey2 branch with privatekey changesMark Pemberton
2011-05-13add note about SNIChristian Weiske
2011-05-13allow ssl client login with other authentication sourcesChristian Weiske
2011-05-13fix ssl client cert login processChristian Weiske
2011-05-13Merge branch 'master' into ssl-client-certsChristian Weiske
2011-05-12Merge branch 'master' into configurable-privacy2Christian Weiske
2011-05-12Merge branch 'master' into ssl-client-certsChristian Weiske
2011-05-12do not automatically store user id in sessionChristian Weiske
2011-05-12fix a test that failed when using a base URL without protocolChristian Weiske
2011-05-12reformat userservice::getWatchNamesChristian Weiske
2011-05-12typoChristian Weiske
2011-05-12ignore html files in doc/ dir - that is only compiled rSTChristian Weiske
2011-05-12ssl client certificate docsChristian Weiske
2011-05-11add SSL client certificate translations for german (de_DE)Christian Weiske
2011-05-11update translation base fileChristian Weiske
2011-05-11seems I actually forget to use the methods only parameterChristian Weiske
2011-05-11use correct variable and show error messagesChristian Weiske
2011-05-11deleting ssl client certificates from profile page works nowChristian Weiske
2011-05-11registering the current client certificate works nowChristian Weiske
2011-05-11document template parameters and correct form actionChristian Weiske
2011-05-11do not use links but POST form to change SSL settings. Proper web apps ↵Christian Weiske
should never change data with GET requests
2011-05-10prepare user interface to register and delete client certificates on the ↵Christian Weiske
profile page
2011-05-09show current users certificates on profile pageChristian Weiske
2011-05-09automatically register SSL client cert when user registersChristian Weiske
2011-05-09move ssl client cert handling into separate service classChristian Weiske
2011-05-05Moved testDefaultPrivacyEdit() to tests/www/editTest.php.bretticvs
Moved testDefaultPrivacyImportNetscape() to tests/www/importNetscapeTest.php. Moved testDefaultPrivacyImport() to tests/www/importTest.php. Moved testDefaultPrivacyBookmarksAddMissingTitleMissingPrivacy() to tests/www/bookmarksTest.php. Moved testDefaultPrivacyBookmarksAdd() to tests/www/bookmarksTest.php. Kept testDefaultPrivacyPrivate() in tests/api/PostsAddTest.php. Kept testDefaultPrivacyPublic() in tests/api/PostsAddTest.php.
2011-05-05also match client issuer (CA)Christian Weiske
2011-05-04autofill registration form email address if user has a ssl client certificateChristian Weiske
2011-05-04part of request #3163623: add support to login via ssl client certificate. ↵Christian Weiske
web interface to register certificates is still missing
2011-05-04SQL schema version table to ease future database upgradesChristian Weiske
2011-05-04Support HTTPS connections when $root is not configuredChristian Weiske
2011-05-03update changelog; bug #3251877 has been fixed with the query switchChristian Weiske
2011-05-03update changelogChristian Weiske
2011-05-03show proper error message when url is invalidChristian Weiske
2011-05-03rename test methodChristian Weiske
2011-05-03do not add bookmarks with an invalid URLChristian Weiske
2011-05-03docblock for isValidUrl methodChristian Weiske
2011-05-03begin bookmark model class with URL validation methodChristian Weiske
2011-05-02merge masterChristian Weiske
2011-05-02make privacy tests clearerChristian Weiske