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

Commit graph

  • 37dad63dee Impelemented Result->getAll() J. King 2017-03-06 16:34:38 -0500
  • 1dab15c20e Fix SQLite3 driver name J. King 2017-03-04 20:03:41 -0500
  • eeb1818bb5 Still more database changes J. King 2017-03-03 13:20:26 -0500
  • 2b7a236147 More database fixes J. King 2017-03-02 22:43:59 -0500
  • 007e3747ef Various database fixes J. King 2017-03-02 20:47:00 -0500
  • 0c410fcf50 More binding tests and related changes J. King 2017-03-02 18:42:19 -0500
  • 1529fc367a Partial proper tests for parameter bindings J. King 2017-03-02 14:19:16 -0500
  • 337b2cf90c Remove last vestiges of PDO accomodation J. King 2017-03-02 09:04:04 -0500
  • f19f683e38 Make it possible to redefine Statement type binds J. King 2017-03-01 23:12:42 -0500
  • b4d178c33f Remove most PDO stuff J. King 2017-03-01 22:47:51 -0500
  • 176247894d Tests for Db\ResultSQLite3 J. King 2017-03-01 19:00:14 -0500
  • 34c69fbf92 Be explicit about the loaded locale J. King 2017-03-01 12:13:38 -0500
  • 104f646973 Code comments J. King 2017-03-01 08:38:44 -0500
  • 13c17f5dd4 Small fixes to authorization exception tests J. King 2017-02-28 14:04:14 -0500
  • 447fec993f Refector authorization exception tests J. King 2017-02-28 13:10:04 -0500
  • 8841da9cbb Tweak authorization exception tests J. King 2017-02-28 12:54:48 -0500
  • 2c9f6bd5a7 Cover authorization exceptions J. King 2017-02-28 12:37:45 -0500
  • 766f2b65a4 Cover unknown/invalid user levels J. King 2017-02-28 11:19:33 -0500
  • 7ae3c978b3 Full set of tests for authorization J. King 2017-02-28 10:52:02 -0500
  • 000781dc36 Cover blank passwords in existing tests J. King 2017-02-27 23:28:11 -0500
  • e4852b581a Start on tests for authorization J. King 2017-02-27 23:04:13 -0500
  • 44c2ff5b07 Speed up tests by only hashing passwords when needed J. King 2017-02-27 16:47:20 -0500
  • a039e104cf Allow inspection of the mock internal database J. King 2017-02-27 11:44:20 -0500
  • ce3ddee00a Whitespace fixes J. King 2017-02-27 08:05:10 -0500
  • 798d7e7ab7 Added synthetic tests for external User drivers J. King 2017-02-26 22:06:14 -0500
  • b6a47fc366 Abstract synthetic User backend for later tests J. King 2017-02-26 12:09:44 -0500
  • 1834cb9963 Last of the basic tests for the User class J. King 2017-02-25 12:59:39 -0500
  • be9ebf9ca1 Remove authz from User driver; moved to main class J. King 2017-02-22 23:22:45 -0500
  • d8f2440eeb Remove dead code J. King 2017-02-20 22:10:25 -0500
  • 8a0d021622 More User tests and resultant fixes J. King 2017-02-20 19:04:08 -0500
  • 7785eb072b Complete rewrite of User class and other changes J. King 2017-02-20 17:04:13 -0500
  • 26989facfe More PicoFeed Integration Bug fixes Dustin Wilson 2017-02-20 11:58:26 -0600
  • cb664eab03 Minor fixes to PicoFeed integration Dustin Wilson 2017-02-19 18:33:03 -0600
  • e5d825d360 Started integration of PicoFeed Dustin Wilson 2017-02-19 16:02:03 -0600
  • e6feb8de8d First basic test for User class J. King 2017-02-19 00:22:16 -0500
  • 574388665a Tidy up tests and User stuff J. King 2017-02-17 19:22:50 -0500
  • 8db31cf3e4 Tweaked Lang; added comments and tests J. King 2017-02-16 17:50:34 -0500
  • 555babe84b Updated composer.lock file for picofeed J. King 2017-02-16 15:41:50 -0500
  • c5fac33398 Converted all hard tabs to soft tabs Dustin Wilson 2017-02-16 14:29:42 -0600
  • 8afa1cb5bb Class names from classes themselves in defaults J. King 2017-02-16 14:48:47 -0500
  • f302861662 Added ETag to SQL schema and picoFeed as requirement in composer Dustin Wilson 2017-02-16 14:09:41 -0600
  • 8e2a2c46b1 Refactor test infrastructure to use PSR-4. J. King 2017-02-14 22:34:08 -0500
  • e44ba18d2d composer.lock should be in the repository J. King 2017-02-11 15:03:22 -0500
  • c8274eca74 Moved base exception code to abstract class J. King 2017-02-11 14:56:02 -0500
  • c213b5928d move code out of vendor tree into lib J. King 2017-02-11 14:48:48 -0500
  • b8445fe8a7 Remove debug code J. King 2017-02-11 13:51:54 -0500
  • 849294d082 Clean up test names; add Lang & Exception tests J. King 2017-02-11 13:50:34 -0500
  • 91274b9bf9 Merge branch 'master' of https://code.jkingweb.ca/jking/arsse J. King 2017-02-11 12:11:26 -0500
  • 4bc602957c Last set of language tests J. King 2017-02-11 12:11:14 -0500
  • 34c83e059d Changed User\Driver->authorize to return a type-hint of bool Dustin Wilson 2017-02-11 10:36:17 -0600
  • 2c134c76dc Basic tests for exceptions J. King 2017-02-09 23:05:13 -0500
  • f78048317e Refactor language test boilerplate into trait J. King 2017-02-09 16:56:30 -0500
  • fcfc7863f1 Properly clean up after Lang tests J. King 2017-02-09 16:47:33 -0500
  • 6ec13266fa Changes to Lang (fixes #33) with tests J. King 2017-02-09 16:39:13 -0500
  • 9491d082ed Added Composer file and re-arranged dependent libs J. King 2017-02-09 11:01:24 -0500
  • 3a9753fd22 Clean up tests a little J. King 2017-02-08 16:59:16 -0500
  • bc6ee434e5 Start of unit tests for Lang class J. King 2017-02-08 16:53:02 -0500
  • ad0f28b8cc Clean up the Conf test a bit J. King 2017-02-08 10:00:38 -0500
  • 9bffb46aa8 Use unparsed strings for mock file data J. King 2017-02-06 18:50:34 -0500
  • f16e490141 First set of unit tests for Conf.php J. King 2017-02-05 19:00:57 -0500
  • 8f77cbba1e Tweaks J. King 2016-11-19 09:44:13 -0500
  • 9ed4bb6f5b Added authorization checks throughout J. King 2016-11-03 22:54:27 -0400
  • 646b44c9cf Functioning (but still incomplete) user management J. King 2016-10-28 08:27:35 -0400
  • 793a5e2c1b Finally a working start with the database J. King 2016-10-18 11:42:21 -0400
  • 1df238a25c Better database update routine J. King 2016-10-17 16:49:39 -0400
  • b2b71c4557 Start of higher-level database interface J. King 2016-10-15 09:45:23 -0400
  • 84675bc404 more binding types (all strings in SQLite) J. King 2016-10-05 22:45:49 -0400
  • 7a66b28310 Added database exception error codes J. King 2016-10-05 22:20:45 -0400
  • 6ffe942f99 SQLite3 database driver in working condition J. King 2016-10-05 22:08:43 -0400
  • 03b86c222f Start on SQLite database driver J. King 2016-10-02 17:07:17 -0400
  • 2e5e229474 Fixes to Lang class J. King 2016-09-30 19:03:30 -0400
  • db0bd18663 Localization class, and other improvements J. King 2016-09-29 21:58:09 -0400
  • 4639dd1c46 Stub of Conf class; schema tweaks J. King 2016-09-27 09:00:02 -0400
  • c3bc913240 Add modification timestamps for ownCloud API J. King 2016-09-24 17:22:01 -0400
  • b4ad50e492 Initial database schema for SQLite Probably incomplete or erroneous J. King 2016-09-22 22:49:18 -0400
  • 471a004ea7 Create repository J. King 2016-09-17 07:55:45 -0400