1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00

Commit graph

  • fd7d1c3192 Fixes to Feed class for bugs uncovered by initial deduplication tests J. King 2017-05-23 20:39:29 -0400
  • 148875c0dd Last cache-handling Feed test J. King 2017-05-22 17:06:01 -0400
  • ed3e3c12d6 More Feed tests: more cache header handling J. King 2017-05-22 13:01:38 -0400
  • ceeb23aea3 More Feed tests: cache header handling J. King 2017-05-22 10:02:36 -0400
  • f04ba956a9 Tweaks to Feed tests J. King 2017-05-21 23:26:36 -0400
  • 757f2af343 More Linux/macOS fixes J. King 2017-05-21 22:20:21 -0400
  • adfb22e922 macOS fixes J. King 2017-05-21 21:49:54 -0400
  • 97a8f473a7 More Feed tests; Linux fixes J. King 2017-05-21 19:51:03 -0400
  • 590abaf0ef Start on tests for Feed J. King 2017-05-21 17:16:32 -0400
  • 88c0f4986c Implement NCN API v1-2 feed handling: tests J. King 2017-05-21 10:10:36 -0400
  • 054200dfc0 Fix potential of erroneous matching of URL containing encoded #. J. King 2017-05-20 08:57:24 -0400
  • 0972cff660 Completely revamped NCNv1 REST handler J. King 2017-05-19 23:52:26 -0400
  • 4a816f827b NCNv1 feed calls and other changes J. King 2017-05-18 23:03:33 -0400
  • 0bc2841837 Last of subscription tests J. King 2017-05-18 13:21:17 -0400
  • 99ae274ef8 Also test negative read marks J. King 2017-05-16 22:24:36 -0400
  • ef3cb4fa54 Test unread counts in subscriptionList J. King 2017-05-16 22:19:40 -0400
  • f635155687 Basic tests for subscription list J. King 2017-05-14 23:03:48 -0400
  • acbb254bfb Tests for removing subscriptions J. King 2017-05-11 23:20:10 -0400
  • 98c950de58 Removed most calls to userExists() J. King 2017-05-11 18:00:35 -0400
  • a580579627 First set of Database subscription tests J. King 2017-05-10 22:01:00 -0400
  • 554beacfdb Improved database tests J. King 2017-05-10 21:21:23 -0400
  • 8ebcb01cb5 Made out-of-order transaction handling more predictable J. King 2017-05-07 18:27:16 -0400
  • 2083c6e397 Change transactions to auto-rollback on exceptions J. King 2017-05-06 12:02:27 -0400
  • c2a7ad7b19 Optimize initial feed update J. King 2017-05-04 22:43:18 -0400
  • fb922e65e4 Tests for strict binding J. King 2017-05-04 19:38:54 -0400
  • db132c0c24 Various changes to Database J. King 2017-05-04 19:12:33 -0400
  • 9c7f4710aa Fix feed fetching J. King 2017-05-04 14:42:40 -0400
  • 9dccdb32a7 Fold feedAdd into subscriptionAdd J. King 2017-05-04 11:13:24 -0400
  • 717e74fb2e Refactored special case for testing J. King 2017-05-03 20:00:29 -0400
  • 8376cc9cb9 Mark articles as unread when they are updated J. King 2017-05-01 18:29:07 -0400
  • 7546e3b11b Add the ability to throw exceptions in a feed update if desired J. King 2017-04-30 18:36:31 -0400
  • 43f73b5d71 Make better use of prepared statements when updating feeds J. King 2017-04-30 18:14:11 -0400
  • 3bc9082cfa Integrated adaptive update intervals Fixes #51 J. King 2017-04-30 17:54:29 -0400
  • 3b4d79abc8 Implement second part of adaptive update interval; improves #51 J. King 2017-04-27 09:47:40 -0400
  • 2e64e60f2e Implement part of adaptive update interval; improves #51 J. King 2017-04-24 21:51:56 -0400
  • f842439b01 Deduplicate feed items within the feed itself J. King 2017-04-23 13:12:33 -0400
  • 93c010d3d5 Move feed item change detection to Feed class J. King 2017-04-22 23:40:57 -0400
  • b1b96bb806 Completed refactoring of feed updates J. King 2017-04-20 21:59:12 -0400
  • 119d42907e More feed update refactoring J. King 2017-04-15 22:07:22 -0400
  • 4e57e56ca7 Start on refactoring of feed processing J. King 2017-04-13 22:17:53 -0400
  • 557d17ef5d Add rollbacks in error cases J. King 2017-04-09 18:15:00 -0400
  • a67fe30408 Fix whitespace J. King 2017-04-06 21:41:21 -0400
  • b02abec250 Added test for recursive binding J. King 2017-04-06 21:24:26 -0400
  • 818707b067 Fix adding a subscription (again) J. King 2017-04-06 20:50:47 -0400
  • e6f2f22888 use list() instead of extract() J. King 2017-04-06 13:29:39 -0400
  • 929d763981 Simplify the creation of arbitrary UPDATEs J. King 2017-04-06 11:02:47 -0400
  • 25aeaf4801 Grab favicon from site's URL, not the feed's Dustin Wilson 2017-04-02 21:23:15 -0500
  • 74ae1106a4 Implement NCN API v1-2 server version reporting J. King 2017-04-02 21:49:37 -0400
  • 9cbfa378bc Implement NCN API v1-2 folder deleting/renaming J. King 2017-04-02 21:34:30 -0400
  • 19abce85c3 Implement NCN API v1-2 folder creation J. King 2017-04-02 12:14:15 -0400
  • 842e277d43 Implemented NCN API v1-2 folder list J. King 2017-04-01 23:06:52 -0400
  • dc9f5e545e Fix adding a feed J. King 2017-04-01 15:42:10 -0400
  • 718c5a04dd Add authz verification to folder tests J. King 2017-04-01 15:06:34 -0400
  • 1e1b848c62 Remove root field from folders table J. King 2017-04-01 14:49:31 -0400
  • a111bcc231 Folder get/set prop funcs and other changes J. King 2017-04-01 10:27:26 -0400
  • 2344911f78 Tests for removing folders J. King 2017-03-31 18:48:24 -0400
  • 458eaac5c6 Tests for listing folders J. King 2017-03-31 17:42:28 -0400
  • b68cea1188 Tests for adding folders J. King 2017-03-31 15:27:59 -0400
  • 82e4838162 Re-organize Database tests J. King 2017-03-31 13:24:00 -0400
  • bc863ae935 Updated Database->updateFeeds() Dustin Wilson 2017-03-30 09:42:37 -0500
  • dbd735f1f3 Full set of tests for user-related Database funcs J. King 2017-03-29 23:41:05 -0400
  • 9338219a68 Improved UA String Dustin Wilson 2017-03-29 09:27:54 -0500
  • 6b2be0a877 Use Phake to create mock objects in tests J. King 2017-03-28 20:30:40 -0400
  • f37e6659c8 Merge branch 'master' of https://code.jkingweb.ca/jking/arsse J. King 2017-03-28 19:58:24 -0400
  • 6bb129db2f Mock correct method of Lang J. King 2017-03-28 19:58:20 -0400
  • 85800b111e New UA string Dustin Wilson 2017-03-28 18:19:12 -0500
  • f902346b6c Eliminated passing of RuntimeData instances J. King 2017-03-28 18:50:00 -0400
  • 2b8aa75ee3 Row index is not a string J. King 2017-03-27 23:26:51 -0400
  • 7236020b8b Changed "NewsSync" to "Arsse" Dustin Wilson 2017-03-27 23:12:12 -0500
  • 9d5dab249c Helper methods for testing Database class J. King 2017-03-27 23:19:05 -0400
  • b8f9b6070e Experimental method to remove a folder J. King 2017-03-27 08:39:24 -0400
  • ce0584e7f8 Added Feed Updating Dustin Wilson 2017-03-26 15:16:15 -0500
  • 8c76c22d74 Implement retrieving folder list in Database J. King 2017-03-24 22:39:18 -0400
  • 254ffe7b48 Don't enforce 100-character limit on folder names J. King 2017-03-24 13:26:13 -0400
  • 8b50297e6d Complete tests for NCN version list J. King 2017-03-24 13:16:34 -0400
  • 25d9158171 Fix output of NCN version list J. King 2017-03-19 21:54:28 -0400
  • 536fa5c4fd Implement NextCloud News version detection J. King 2017-03-19 21:50:00 -0400
  • 20abd277eb Don't muck with test file for now J. King 2017-03-18 22:32:16 -0400
  • 9a8def03c2 Fill in more of the REST handler. J. King 2017-03-18 22:30:36 -0400
  • 3f61921b97 Added picoFeed wrapper Dustin Wilson 2017-03-18 11:01:23 -0500
  • b821d728e4 Add rest dependency; fix SQLite function def J. King 2017-03-13 23:22:20 -0400
  • 6413d3a489 Re-order SQLite3 driver initialization J. King 2017-03-13 19:13:06 -0400
  • bb8af5a62c Added Custom Functions into Db/SQLite3/Driver Dustin Wilson 2017-03-13 13:33:31 -0500
  • 8c268581fb Properly handle adding a folder J. King 2017-03-09 22:41:11 -0500
  • 18c8076a0f Database update tests J. King 2017-03-09 21:39:42 -0500
  • 6c16ba133c More database driver tests J. King 2017-03-09 17:25:50 -0500
  • 689c1c77d0 Test for advisory locking J. King 2017-03-09 17:14:26 -0500
  • f0663e99c3 Add tests for transactions and savepoints J. King 2017-03-09 16:36:33 -0500
  • 485400df2b Rename Result->get() to Result->getRow J. King 2017-03-09 15:01:18 -0500
  • bdf3182305 Add result->lastId method; cleanup J. King 2017-03-09 14:48:42 -0500
  • 68f18e463c Use WITHOUT ROWID tables when useful J. King 2017-03-09 10:15:28 -0500
  • f0adf08b1e Add tests for type mismatches J. King 2017-03-09 09:44:50 -0500
  • 95ee51563d First battery of SQLite driver tests J. King 2017-03-08 22:16:35 -0500
  • 7f7d0cd1e7 All test for constraint violation exception J. King 2017-03-08 13:59:20 -0500
  • 5ba38fc7aa Print ID in exception message J. King 2017-03-08 12:31:45 -0500
  • a3e2da1d36 Flesh out most database exceptions J. King 2017-03-08 12:29:22 -0500
  • 7c1df71acd Make db throw specific exceptions J. King 2017-03-08 09:55:16 -0500
  • 755c976aa4 Remove extraneous files J. King 2017-03-08 08:21:48 -0500
  • fa247b34f6 Reduce the number of database exception types J. King 2017-03-08 08:19:42 -0500
  • 7687109132 Reorganize Db namespace; alter User ns to match J. King 2017-03-07 18:01:13 -0500