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

Commit graph

  • 1a8acdf03f Fix early exceptions J. King 2018-11-06 09:04:51 -0500
  • 9428d7468a Add more user management functionality to the CLI J. King 2018-11-05 09:08:50 -0500
  • a8cc9a4780 Tests for internal user driver; closes #50 J. King 2018-11-04 12:06:30 -0500
  • d40243a84c Clean up configuration setting in tests J. King 2018-11-04 09:16:34 -0500
  • 5f775bef7a Appease phpdbg coverage bug J. King 2018-11-03 13:49:02 -0400
  • 1ac85df46b Last set of tests for User class J. King 2018-11-03 13:26:22 -0400
  • b8f8a617fe Simply user test data providers J. King 2018-11-02 17:28:12 -0400
  • a52b985826 Cover the Query class with database tests for now J. King 2018-11-02 12:14:46 -0400
  • ffa7bd5a5d Fix error in previous commit J. King 2018-11-02 12:01:03 -0400
  • 931fe3b585 Move password generation to the User class J. King 2018-11-02 11:52:55 -0400
  • 31cdf313a4 Add missing return type hints where possible J. King 2018-11-02 11:47:10 -0400
  • 1b8e1e499b Dev dependency update J. King 2018-11-02 10:02:49 -0400
  • 5959c0672d Tests for most of the User class J. King 2018-11-02 10:02:37 -0400
  • 898533bde5 More simplification J. King 2018-11-02 10:01:49 -0400
  • 40d679844b Ensure the Lang class always exists when throwing exceptions J. King 2018-10-31 14:32:11 -0400
  • 27edcddc9b Simplify NCNv1 userStatus call J. King 2018-10-28 13:59:09 -0400
  • 057d72c816 Remove the distinction between internal and external user functionality J. King 2018-10-28 13:50:57 -0400
  • 11747c93fd Strip out unused user management functionality J. King 2018-10-28 10:59:17 -0400
  • 0be9dcb5a8 Update dependencies 0.4.0 J. King 2018-10-26 16:27:18 -0400
  • e08d82f855 Style fix J. King 2018-10-26 14:58:36 -0400
  • f64f0c6a22 Whitespace cleanup J. King 2018-10-26 14:58:04 -0400
  • 3fee77bac2 Improve documentation of TTRSS HTTP auth behaviour J. King 2018-10-26 14:57:53 -0400
  • 1aa556cf12 Add HTTP authentication support to TTRSS; fixes #133 J. King 2018-10-26 14:40:20 -0400
  • b4b2b10db3 Cover fatal exception; improves #66 J. King 2018-08-17 10:34:54 -0400
  • edbfb12d17 Improve coverage slightly J. King 2018-08-17 08:35:13 -0400
  • c7d4d8c262 Cleanup J. King 2018-08-15 09:59:07 -0400
  • e4d64424c7 Make new bugfix release 0.3.1 J. King 2018-07-22 12:30:44 -0400
  • a92bad1bc8 Correctly load configuration J. King 2018-06-18 10:09:43 -0400
  • 924543d78a Small documentation corrections J. King 2018-03-25 13:25:05 -0400
  • 689d1c585c Temporarily disable limits J. King 2018-01-24 23:42:00 -0500
  • c7c5f48066 Fix notice J. King 2018-01-24 23:25:54 -0500
  • cbc9491f75 CS fixes and version bump 0.3.0 J. King 2018-01-12 09:48:33 -0500
  • 34b508171b Merge CORS branch J. King 2018-01-12 09:41:13 -0500
  • 1a4989e1e0 Merge PDO branch J. King 2018-01-12 09:28:58 -0500
  • cef061f6cd Fix tests J. King 2018-01-11 16:00:56 -0500
  • aa57227097 Use PSR-7 for authentication; fixes #53 J. King 2018-01-11 15:48:29 -0500
  • daea0ceb27 Make HTTP message testing generic J. King 2018-01-11 11:09:25 -0500
  • d61fc0c359 Documentation edits for CORS J. King 2018-01-09 16:44:03 -0500
  • 90dfeb727a Implement CORS; fixes #126 J. King 2018-01-09 12:31:40 -0500
  • 0ec0a5b085 Ensure the request method is always uppercased J. King 2018-01-08 17:11:38 -0500
  • 4b53c5e8b3 Tests and fixes for REST class; fixes #53; improves #66 J. King 2018-01-07 12:59:10 -0500
  • 3fa2d38f31 Initial rewrite of REST class; needs more testing, but should be functional J. King 2018-01-06 12:02:45 -0500
  • 890f9b07d4 Replace Resquest objects with PSR-7 request messages; improves #53 J. King 2018-01-04 23:08:53 -0500
  • 9ad0b47201 Add Target class to manipulate request traget URL parts J. King 2018-01-04 14:06:45 -0500
  • 9eadd602bd Replace Response objects with PSR-7 response messages; improves #53 J. King 2018-01-03 23:13:08 -0500
  • 27caf147df Changes to Date helper class J. King 2018-01-02 16:53:38 -0500
  • 89bfc23d32 Standardize date normalization to immutables J. King 2018-01-02 16:27:58 -0500
  • 87faededc6 Backport PDO changes to ValueInfo J. King 2018-01-02 10:29:24 -0500
  • 8250cc63ce Clean up links in README.md J. King 2018-01-01 12:39:07 -0500
  • ddf55e0665 Change session lifetimes to more closely match TTRSS J. King 2018-01-01 12:31:42 -0500
  • a8f8a27c65 Documentation changes for PDO support J. King 2017-12-31 17:54:26 -0500
  • 65b08d1735 Tweak J. King 2017-12-31 17:30:30 -0500
  • 77793f95cb Controller fixes for PDO databases; fixes #72 J. King 2017-12-31 17:24:40 -0500
  • 029c23d0cf Adapt API tests to allow for PDO mocks J. King 2017-12-31 13:58:37 -0500
  • ba0aeab7ec Make SQL statement type conversion use ValueInfo normalizer J. King 2017-12-30 18:50:56 -0500
  • bc9fcb975f Change "rebind" to "retype" to better reflect what actually happens J. King 2017-12-30 17:04:21 -0500
  • 31aea0a06a PDO-SQLite type binding tests J. King 2017-12-30 16:16:59 -0500
  • bc9ffa0e17 Rewrite SQLite 3 type binding tests J. King 2017-12-30 15:59:45 -0500
  • 39cad91b78 CS fixes J. King 2017-12-22 11:51:58 -0500
  • a5318d1b12 Part 2 J. King 2017-12-22 11:45:24 -0500
  • 095fe10aec Reorganize PDO tests into namespaces J. King 2017-12-22 11:41:54 -0500
  • 59fee52074 Reorganize tests into namespaces J. King 2017-12-21 22:47:19 -0500
  • 7598d5735f Fix error in Windows robo script J. King 2017-12-20 09:27:15 -0500
  • 392376a1ef Subject Robo file to coding standards J. King 2017-12-19 22:21:54 -0500
  • 0785f832de CS fixes J. King 2017-12-19 22:19:42 -0500
  • 67ecaee1f6 Robo task for CS fixes J. King 2017-12-19 22:19:34 -0500
  • 4bada691e9 PDO tests and fixes; improves #72 J. King 2017-12-19 19:08:08 -0500
  • 4b46d654bb Replace SQLite is with SQL = for consistency J. King 2017-12-19 17:19:05 -0500
  • ad6a09ffa1 Partially tested pdo_sqlite driver; improves #72 J. King 2017-12-19 17:15:05 -0500
  • ef75b5e9ab SQLite driver tweaks J. King 2017-12-19 12:11:49 -0500
  • 7ca0f4e877 Make the SQLite3 driver more generic J. King 2017-12-18 18:29:32 -0500
  • 793af17c22 Pad out help for Robo tasks J. King 2017-12-17 11:37:07 -0500
  • 73c8583744 Remove reliance on xdebug; fixes #113 J. King 2017-12-17 10:27:34 -0500
  • 183718204d Grouped slow tests; improves #113 J. King 2017-12-16 20:03:04 -0500
  • dd7d6e44b9 Further fixes for test timezone assumptions J. King 2017-12-16 19:37:30 -0500
  • 3f65625090 Ensure tests do not rely in UTC default timezone J. King 2017-12-16 18:30:45 -0500
  • 092b793e0a Fix PHPUnit's composer lock file J. King 2017-12-16 17:51:40 -0500
  • 415f7fd385 Fix feed timeout test; improves #113 J. King 2017-12-16 17:21:23 -0500
  • 6848f154c0 Update dev dependencies J. King 2017-12-16 17:11:17 -0500
  • ceef0bd1d4 Fix coverage task J. King 2017-12-16 10:49:18 -0500
  • b8ed7c6bf8 Added missing static keyword to Misc\ValueInfo::normalize() Dustin Wilson 2017-12-10 11:16:06 -0600
  • 3e42fbdddf Munge off-by-one dates in tests; fixes #112 J. King 2017-12-08 16:00:23 -0500
  • 5cdcd2a7d3 Exclude robo helper scripts from releases J. King 2017-12-08 15:22:37 -0500
  • ff9d437511 Update test-running examples J. King 2017-12-08 15:19:14 -0500
  • 11f4eed118 Scripts for Robo J. King 2017-12-08 15:15:20 -0500
  • 4bc3398157 Use Robo for programming task execution J. King 2017-12-08 14:37:49 -0500
  • 3a07156259 Fix broken test J. King 2017-12-07 19:39:32 -0500
  • f100cab558 Version bump 0.2.1 J. King 2017-12-07 18:24:35 -0500
  • 44ae0ba29b Collate synthetic subscription title column; fixes #127 J. King 2017-12-07 18:17:16 -0500
  • 0b3b3cb49c Use SQLite nocase collation; improves #127 J. King 2017-12-07 18:05:34 -0500
  • c8f012c5fc Add Composer description J. King 2017-12-07 17:33:45 -0500
  • 9f4095f00d Test server tweak J. King 2017-12-07 17:27:42 -0500
  • 3adfe8742f Reorganize test cases J. King 2017-12-07 15:46:49 -0500
  • b49db8893b Adjust build file and documentation after Composer changes J. King 2017-12-07 15:41:33 -0500
  • 79f9808f1f CS fixes J. King 2017-12-07 15:18:25 -0500
  • e6607453bc Disentangle Composer dev dependencies J. King 2017-12-07 15:09:03 -0500
  • 8d0dd15c8a Remove use of SQLite IS operator; fixes #120 J. King 2017-12-06 22:26:06 -0500
  • 84bd624e94 Properly fix getCounters J. King 2017-12-06 19:16:35 -0500
  • af42bceac0 Do not omit zero-unread items in TTRSS getCounter operation J. King 2017-12-06 15:50:40 -0500
  • adece521a9 TTRSS: Correct mark toggling; fixes #132 J. King 2017-12-01 22:13:27 -0500