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

Commit graph

  • d365529493 Multiple fixes to input sanitization J. King 2017-09-27 22:25:45 -0400
  • 1af8b733b5 Implement adding TTRSS categories; fixe #99 J. King 2017-09-26 22:45:54 -0400
  • 7b121c74ec Merge fixes from master J. King 2017-09-26 20:25:11 -0400
  • e74a3ae3cb Fix numerous bugs when adding or changing folders J. King 2017-09-26 16:45:41 -0400
  • 8487a56a60 Tests for TTRSS session handling and version/level reporting J. King 2017-09-25 10:08:37 -0400
  • 6e19517593 Return correct TTRSS error bodies even for HTTP-level errors J. King 2017-09-25 08:15:39 -0400
  • 3a5d346b9c Preliminary TTRSS handler J. King 2017-09-24 23:32:21 -0400
  • 91432d4e16 Tests for sessions J. King 2017-09-24 12:45:07 -0400
  • b7ac63b9de Resuming a session from the database should have no side effects J. King 2017-09-24 11:22:32 -0400
  • 1069447925 Make session cleanup more sophisticated J. King 2017-09-24 10:09:36 -0400
  • 474d32e54f Preliminary implementation of TTRSS sessions (needs tests; may not work) J. King 2017-09-16 19:57:33 -0400
  • c393dfc42b Sundry fixes J. King 2017-09-05 19:35:14 -0400
  • c9967c9cc7 Satisfy Gitea's picky Mrkdown parser J. King 2017-08-30 23:56:03 -0400
  • bd95d23c8a Fix export of nulls in Conf 0.1.0 J. King 2017-08-29 23:17:57 -0400
  • d177e52494 Minor readme correction J. King 2017-08-29 15:27:44 -0400
  • 525a039d3f Build tweaks J. King 2017-08-29 15:06:07 -0400
  • 1c4dd9cf7f Add a basic build system J. King 2017-08-29 14:58:06 -0400
  • f351dd059f More CS fixes J. King 2017-08-29 11:16:37 -0400
  • f7e50fe95d Passed code through linter J. King 2017-08-29 10:50:31 -0400
  • 28201ba573 Experiment with php-cs-fixer J. King 2017-08-29 09:23:53 -0400
  • 43034ee5bf Possibly sufficient readme J. King 2017-08-28 20:20:49 -0400
  • f5efa39839 More changes in anticipation of a release J. King 2017-08-28 19:38:58 -0400
  • 5f66f3c8de Added CONTRIBUTING.md Dustin Wilson 2017-08-23 18:56:18 -0500
  • 14951e2e4f Chnage "retain" settings to mean "purge; remove unused database settings J. King 2017-08-20 15:46:35 -0400
  • 7e76402029 Unit fixes; version bump J. King 2017-08-20 14:38:24 -0400
  • cc2296522c More changes in anticipation of a release: J. King 2017-08-19 23:56:32 -0400
  • bd7fea1bee Add systemd unit file; fill out readme some more J. King 2017-08-18 16:19:09 -0400
  • a485913535 Update readme; remove username composition; default pre-auth to false J. King 2017-08-18 10:20:43 -0400
  • b8e091177b Add SQLite timeout (fixes #67) and implement configuration reading J. King 2017-08-17 23:05:08 -0400
  • 52104fb647 Implement article cleanup; fixes #28 J. King 2017-08-17 22:36:15 -0400
  • eeb834fe4c Record the size of feeds upon update J. King 2017-08-14 20:07:31 -0400
  • 67203679aa Changed foreign key on marks table J. King 2017-08-14 17:18:18 -0400
  • 3b018c89d1 Implemented cleanup of orphaned feeds; fixes #25 J. King 2017-08-02 18:27:04 -0400
  • 0773e21034 Finish good-enough REST output; fixes #48 J. King 2017-07-27 09:21:00 -0400
  • 78faf88563 Implemented configuration exporting; fixes #63 J. King 2017-07-27 09:09:39 -0400
  • 5df7217cff Improve REST test coverage J. King 2017-07-24 08:15:37 -0400
  • 69005ad61b Remove dependency on DrUUID until it's actually used J. King 2017-07-22 23:18:42 -0400
  • 4066bba05e Full code coverage for Database class J. King 2017-07-22 23:08:08 -0400
  • b3c65bcdbd Tweak coverage of feed exceptions J. King 2017-07-22 16:00:07 -0400
  • da80a8ffa6 Complete tests for database driver J. King 2017-07-22 15:29:12 -0400
  • d1382cec63 Remove debug code J. King 2017-07-22 12:51:33 -0400
  • 1b970cc7c5 Experimental forking service and accompanying CLI J. King 2017-07-21 17:15:43 -0400
  • 70f76f77fa More test coverage tweaks J. King 2017-07-21 11:13:04 -0400
  • d3bca6eb47 More code coverage accommodation J. King 2017-07-20 22:40:09 -0400
  • cbdcacd1c3 Added basic code coverage annotations J. King 2017-07-20 18:36:03 -0400
  • 4cded011ff Complete implementations of server status and user status REST calls J. King 2017-07-19 18:07:36 -0400
  • 3a26c75044 Tests for Database::meta*() functions J. King 2017-07-18 16:38:23 -0400
  • feadf51096 Workaround for picoFeed memory leak. Fixes #58 J. King 2017-07-18 12:52:26 -0400
  • 3be7dd7834 Confirm that scraped content is sanitized J. King 2017-07-17 15:34:28 -0400
  • aaa4d1e988 Basic support for PicoFeed content scraping J. King 2017-07-17 14:56:50 -0400
  • da092d5f8c Changed Misc\DateFormatter to a collection of static methods and renamed it to Date; renamed Data to Arsse to avoid confusion and better reflect its centrality J. King 2017-07-17 07:47:57 -0400
  • fd1f23fd82 Docblocks for Conf J. King 2017-07-16 22:27:55 -0400
  • bfde232870 Experimental curl-based Service driver J. King 2017-07-16 14:56:43 -0400
  • 9f90756ede Improvements to Service J. King 2017-07-16 14:55:37 -0400
  • e797de05c2 Fix NCNv1 tests J. King 2017-07-16 11:51:18 -0400
  • 6d4aa4db6e Minimally functional, highly experimental, working server J. King 2017-07-15 16:44:06 -0400
  • d4674c61b2 More bug fixes J. King 2017-07-15 13:33:17 -0400
  • 15285dba1e Add PHPHDoc type hints for certain class properties J. King 2017-07-14 10:16:16 -0400
  • ac73ed0e7f More tweaks J. King 2017-07-11 20:27:37 -0400
  • 387b40829b Tweaks J. King 2017-07-11 09:15:44 -0400
  • eacada3982 Fix ISO 8601 format strings J. King 2017-07-09 18:31:03 -0400
  • 4992b2c669 Tests for NCN v1 article listing and marking, with slight fixes J. King 2017-07-09 17:57:18 -0400
  • b3f631e335 Use more reliable database locking strategy; reorganize tests J. King 2017-07-07 21:06:38 -0400
  • 17ec6cf669 Move date formatting out of SQL and standardize on the DateFormatter trait J. King 2017-07-07 15:25:47 -0400
  • 7e7b204d85 Cleanup J. King 2017-07-07 11:49:54 -0400
  • 3fad820be4 REST functions for article listing and marking J. King 2017-07-07 08:13:03 -0400
  • 761c1054f3 Added context options to mark multiple specific articles or editions J. King 2017-07-06 22:53:17 -0400
  • c51ee594aa Last of the article series of tests J. King 2017-07-05 10:59:13 -0400
  • d78318bed7 Last of marking context tests J. King 2017-07-05 09:09:38 -0400
  • 5742d949cc More article marking tests, some context tests J. King 2017-06-30 13:53:19 -0400
  • c2f60bc5d2 More article tests J. King 2017-06-29 23:56:43 -0400
  • ee9d8c1ceb First tests for articleList J. King 2017-06-22 13:07:56 -0400
  • 7e458dddbc More test re-organization J. King 2017-06-18 12:48:29 -0400
  • 845b47e656 Re-organize test data for Database tests J. King 2017-06-18 12:24:19 -0400
  • 483874e21d Implemented query contexts J. King 2017-06-18 10:23:37 -0400
  • 87fce033bd Fix failing tests J. King 2017-06-16 19:22:42 -0400
  • 21db3d0f52 Tweaks J. King 2017-06-10 13:29:46 -0400
  • c37d476ba0 Changes to Database internals J. King 2017-06-04 18:00:18 -0400
  • 2332cd52a3 Cleanup J. King 2017-06-04 08:15:10 -0400
  • dd24246f49 Finished last of feedUpdate tests; implemented NCN API functions J. King 2017-06-03 17:34:37 -0400
  • 0514321a76 Save enclosures and categories properly in feedUpdate J. King 2017-06-03 14:08:33 -0400
  • 0ab6210214 Fix feed ID discovery so it doesn't short-circuit the item loop J. King 2017-06-03 13:43:58 -0400
  • ba61ca2b2c Add category list to feed items J. King 2017-06-03 11:16:26 -0400
  • 140d608f0f Split feed fetching tests from feed parsing tests J. King 2017-06-03 09:06:30 -0400
  • c6b7e653c5 Tests for feedUpdate and feedListStale J. King 2017-06-02 19:16:36 -0400
  • 78e669fbfc Improvements to database test harness J. King 2017-06-02 14:12:36 -0400
  • 81419452b5 Added topmost folder to output of subscriptionList. Fixes #54 J. King 2017-06-01 18:12:08 -0400
  • ba6b5dee85 Simplify in-database settings J. King 2017-06-01 16:24:11 -0400
  • 719290c82a Remove dependency on Webmozart's Glob outside of testing J. King 2017-06-01 13:50:46 -0400
  • b778e8eacd Fix failing test J. King 2017-05-30 20:55:29 -0400
  • 5b8f23441c Feed tests: article matching J. King 2017-05-30 20:18:04 -0400
  • 3e5343e3e8 Feed tests: last set of next-fetch tests, with fixes J. King 2017-05-27 23:14:43 -0400
  • 4d8def4bfd Document PHP extensions required by Arsse J. King 2017-05-27 18:39:43 -0400
  • 91c97b9ed8 Delete accidentally committed file J. King 2017-05-27 18:18:53 -0400
  • 7656de716b Feed tests: fetching and parsing J. King 2017-05-27 18:15:52 -0400
  • ff59f00356 Feed tests: deduplication J. King 2017-05-26 17:55:51 -0400
  • c800852f3a Remove stubs to support non-HTTP authentication J. King 2017-05-26 13:06:06 -0400
  • 835eff9a9e Readme: fill in expected requirements J. King 2017-05-26 12:08:56 -0400
  • 9c65e31457 Add license file and skeleton of readme J. King 2017-05-26 10:01:35 -0400
  • 6771e8916a Fixed more Feed bugs J. King 2017-05-23 22:15:57 -0400