Commit Graph

  • 0901501fc7 typo Christian Weiske 2011-05-12 09:05:08 +0200
  • 86bfda2564 ignore html files in doc/ dir - that is only compiled rST Christian Weiske 2011-05-12 09:03:59 +0200
  • 0ff131fbb1 ssl client certificate docs Christian Weiske 2011-05-12 09:03:21 +0200
  • 9cc4b5ffc2 add SSL client certificate translations for german (de_DE) Christian Weiske 2011-05-11 18:00:31 +0200
  • d3615844ae update translation base file Christian Weiske 2011-05-11 17:51:55 +0200
  • d5c73cd864 seems I actually forget to use the methods only parameter Christian Weiske 2011-05-11 08:00:07 +0200
  • 708dc19122 use correct variable and show error messages Christian Weiske 2011-05-11 07:55:01 +0200
  • 1c415919cb deleting ssl client certificates from profile page works now Christian Weiske 2011-05-11 07:33:15 +0200
  • b0665b03d1 registering the current client certificate works now Christian Weiske 2011-05-11 06:57:07 +0200
  • 73792c5807 document template parameters and correct form action Christian Weiske 2011-05-11 06:48:40 +0200
  • 9d91f1bee1 do not use links but POST form to change SSL settings. Proper web apps should never change data with GET requests Christian Weiske 2011-05-11 06:44:49 +0200
  • c13689813e prepare user interface to register and delete client certificates on the profile page Christian Weiske 2011-05-10 15:23:58 +0200
  • 967ba79ece show current users certificates on profile page Christian Weiske 2011-05-09 18:16:53 +0200
  • 2fba302003 automatically register SSL client cert when user registers Christian Weiske 2011-05-09 08:13:17 +0200
  • 6447ca7186 move ssl client cert handling into separate service class Christian Weiske 2011-05-09 07:52:44 +0200
  • 6fbc47774f Fixed testPrivateBookmarks error on accessing invalid array element Mark Pemberton 2011-05-07 01:30:10 -0400
  • fc093a5fe5 Moved testDefaultPrivacyEdit() to tests/www/editTest.php. 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. bretticvs 2011-05-05 16:24:21 -0600
  • c7ec370b47 also match client issuer (CA) Christian Weiske 2011-05-05 12:01:39 +0200
  • b212c837f0 autofill registration form email address if user has a ssl client certificate Christian Weiske 2011-05-04 17:13:14 +0200
  • 4e63a9a679 part of request #3163623: add support to login via ssl client certificate. web interface to register certificates is still missing Christian Weiske 2011-05-04 17:08:25 +0200
  • dda05f5cc7 SQL schema version table to ease future database upgrades Christian Weiske 2011-05-04 08:02:33 +0200
  • 69e58d8632 Support HTTPS connections when $root is not configured Christian Weiske 2011-05-04 07:24:52 +0200
  • e2c4b53ecb update changelog; bug #3251877 has been fixed with the query switch Christian Weiske 2011-05-03 19:21:26 +0200
  • 69d0ef4ff5 update changelog Christian Weiske 2011-05-03 19:17:28 +0200
  • c8a5f29677 show proper error message when url is invalid Christian Weiske 2011-05-03 19:15:36 +0200
  • 4a3fdcc4dd rename test method Christian Weiske 2011-05-03 19:10:30 +0200
  • fb11021ed7 do not add bookmarks with an invalid URL Christian Weiske 2011-05-03 19:10:12 +0200
  • 218ac05e71 docblock for isValidUrl method Christian Weiske 2011-05-03 09:19:08 +0200
  • 2077464d46 begin bookmark model class with URL validation method Christian Weiske 2011-05-03 09:14:32 +0200
  • 8be81abfe6 merge master Christian Weiske 2011-05-02 18:07:15 +0200
  • f629d081dd make privacy tests clearer Christian Weiske 2011-05-02 09:03:35 +0200
  • 6b02db7920 use cookie jar instead of manually creating the cookie Christian Weiske 2011-04-26 07:01:48 +0200
  • 3e5cadc764 use cookie jar instead of manually creating the cookie Christian Weiske 2011-04-26 07:00:33 +0200
  • 43b6021be7 use xpath instead of manual string-search to verify test results Christian Weiske 2011-04-26 06:59:23 +0200
  • 8e7138bf1f make html valid xml to be able to load it with an xml parser Christian Weiske 2011-04-26 06:58:49 +0200
  • 106bdcec66 replace named html entities with their numeric name to be able to load the generated pages with an xml parser Christian Weiske 2011-04-26 06:53:50 +0200
  • da36ba7b7e replace deprecated split Christian Weiske 2011-04-26 06:48:26 +0200
  • 79e3f4e121 make import test easier Christian Weiske 2011-04-18 22:39:06 +0200
  • 6f04c888bf make importnetscape-test easier Christian Weiske 2011-04-18 22:37:42 +0200
  • 5d5ca9efdd clarify documentation; we are returning get requests Christian Weiske 2011-04-18 19:20:58 +0200
  • 87eab925e4 make edit test much easier and do not rely on manual cookie setting Christian Weiske 2011-04-18 19:16:58 +0200
  • f3fdb6ca14 start the session when we are in http unittest mode Christian Weiske 2011-04-18 19:16:18 +0200
  • b937d6ee42 fix tests that did not find the data file Christian Weiske 2011-04-18 07:50:20 +0200
  • 3b582fd875 Moved unit tests to PostsAddTest.php in Api directory. bretticvs 2011-04-17 17:42:49 -0600
  • 40b4674e47 exclude database layer files from coverage Christian Weiske 2011-04-15 19:22:19 +0200
  • a1989cff06 add test to search for multiple tags, which fails currently Christian Weiske 2011-04-15 19:15:57 +0200
  • 0f0a95998e use correct url Christian Weiske 2011-04-15 08:00:26 +0200
  • b2c48977bb use xml parser, not html Christian Weiske 2011-04-15 07:56:50 +0200
  • a25838b267 Fix bug #3097187: Using opensearch with two tags does not work in Firefox Christian Weiske 2011-04-15 07:55:06 +0200
  • 5d22905ce7 verify we get the correct search URL Christian Weiske 2011-04-14 17:04:57 +0200
  • 8a87a245b8 test opensearch api content type Christian Weiske 2011-04-14 16:58:47 +0200
  • dbccc1781e remove fixme Christian Weiske 2011-04-14 16:55:51 +0200
  • f5ac88ea87 test that opensearch link is the main page HTML head Christian Weiske 2011-04-14 16:53:46 +0200
  • 542824a9ba include HTTP_Request2 in api base file Christian Weiske 2011-04-14 16:53:09 +0200
  • bdebe6598c use bootstrap file declared in phpunit.xml and do not include it in every single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred Christian Weiske 2011-04-12 09:29:59 +0200
  • 90f29d6e67 first test for service factory Christian Weiske 2011-04-12 08:47:44 +0200
  • eb47149a40 split up privateKeyExists tests into several methods and test empty string values Christian Weiske 2011-04-12 08:39:58 +0200
  • 20f4404e4c add @covers Christian Weiske 2011-04-11 17:05:52 +0200
  • f63adfba34 rewrite getNewPrivateKey to use less code Christian Weiske 2011-04-11 17:04:10 +0200
  • ae828e9d78 another updateuser privatekey test Christian Weiske 2011-04-11 17:00:44 +0200
  • d06924c662 first tests for privatekey support in updateUser Christian Weiske 2011-04-11 16:55:25 +0200
  • 0ddf87c14d clarify error return value Christian Weiske 2011-04-11 16:47:59 +0200
  • 8982afef1e CS fixes for privatekey Christian Weiske 2011-04-11 16:43:08 +0200
  • 92f64f95cb add test for addUser method Christian Weiske 2011-04-11 16:36:26 +0200
  • 7796e739ef split up loginPrivateKey method into several ones to find errors easier Christian Weiske 2011-04-11 07:59:50 +0200
  • 294930e697 move test comments into error message, they are of more help there when something breaks Christian Weiske 2011-04-08 19:20:07 +0200
  • 3ef5813f97 test Service_User::getUserByPrivateKey and explicitely make it publci Christian Weiske 2011-04-08 19:16:19 +0200
  • b4f6b0449b use correct coverage whitelist Christian Weiske 2011-04-08 18:10:14 +0200
  • 4da00aa439 merge master Christian Weiske 2011-04-08 08:42:52 +0200
  • 36ff61b38e fix E_NOTICE in rss when calling i.e. http://bm.bogo/rss.php/test?sort=date_desc Christian Weiske 2011-04-07 19:04:32 +0200
  • 828b8fdf32 Final changes to privateweb Mark Pemberton 2011-04-06 14:33:15 -0400
  • 7379805565 Merge branch 'master' into quickform quickform Christian Weiske 2011-04-06 19:13:19 +0200
  • 12c77161ac move doc-todo to doc-todo file Christian Weiske 2011-04-06 19:03:52 +0200
  • 200cb1d3c5 move privacy tests for api/post_add to the correct location Christian Weiske 2011-04-06 09:52:02 +0200
  • 3306261b3e ignore unittest config file Christian Weiske 2011-04-06 09:50:58 +0200
  • 366987a97d move unittest config deletion to setup since that makes it easier to debug, and does not break config when the test fatal errored Christian Weiske 2011-04-06 09:50:42 +0200
  • cba0776325 cherry-pick: move setUnittestConfig to TestBaseApi since it makes only sense to use it there Christian Weiske 2011-04-06 08:43:42 +0200
  • c81566f5d8 cherry-pick: add new feature: allow unit test mode enabling via HTTP GET parameter Christian Weiske 2011-04-06 08:42:26 +0200
  • 1a2b37cc34 tell people why we need that variable Christian Weiske 2011-04-06 07:58:01 +0200
  • 988e564ec3 always delete all bookmarks in setUp since almost all methods do it anyway Christian Weiske 2011-04-06 07:46:55 +0200
  • 599ac400f2 update changelog with jquery merge Christian Weiske 2011-04-05 19:05:31 +0200
  • cbf36891ae set width of autocomplete dropdown Christian Weiske 2011-04-05 19:02:52 +0200
  • 705d016301 move bookmarklet code to own template file Christian Weiske 2011-04-05 18:56:51 +0200
  • 1527555a96 restructure opera bookmarklet popup code (doesnt work currently :)) and make normal opera bookmarklet code a bit easier to read Christian Weiske 2011-04-04 23:11:05 +0200
  • 361c94895d explain opera button commands Christian Weiske 2011-04-04 22:26:19 +0200
  • 28460d52cb end user docs todo Christian Weiske 2011-04-04 22:26:00 +0200
  • 51763183e0 FINALLY get the first opera bookmarklet working, with cleaner code now Christian Weiske 2011-04-04 22:07:39 +0200
  • 43974a15f2 make popup bookmarklet work in firefox when the title contains double and single quotes. opera still broken, though Christian Weiske 2011-04-01 08:17:01 +0200
  • 1aa20d38ca Re-adding test data without carriage returns. bretticvs 2011-03-31 16:49:21 -0700
  • a0ca398372 Trying to remove carriage returns from test data. bretticvs 2011-03-31 16:42:44 -0700
  • 42942507c4 Revert "Revert "Updates for configurable-privacy2, hopefully without carriage returns."" bretticvs 2011-03-31 16:18:36 -0700
  • f072059f2d Revert "Updates for configurable-privacy2, hopefully without carriage returns." bretticvs 2011-03-31 16:17:53 -0700
  • 675eadd584 Updates for configurable-privacy2, hopefully without carriage returns. bretticvs 2011-03-31 15:59:44 -0700
  • 8cbfef8115 Revert "Further updates for configurable-privacy2." U-SYBASE\bdee 2011-03-31 13:25:37 -0700
  • 7a45f330a7 re-enable browser bookmarklets after fixing some naaaaaaaaaaaaaasty bugs with site titles that have special chars in them Christian Weiske 2011-03-31 19:13:07 +0200
  • ef88147d45 Further updates for configurable-privacy2. bretticvs 2011-03-30 22:30:43 -0700
  • eaa62a6c45 Adding directory and files for test data. bretticvs 2011-03-30 22:03:39 -0700
  • 28c8cdaf58 make dynamictags (tagcloud) work again Christian Weiske 2011-03-30 19:20:26 +0200
  • c7c702f544 begin to fix dynamictags for xhtml compatibility Christian Weiske 2011-03-29 18:04:26 +0200
  • 407daf0bfa work around minLength problem in jquery-ui-autocomplete Christian Weiske 2011-03-29 08:05:15 +0200