398 Commits (0.7.0)

Author SHA1 Message Date
J. King 5efef2c2d0 Console command to refresh all feeds once; fixes #147 5 years ago
J. King 44366f48bf Remove arbitrary search term limits; fixes #150 5 years ago
J. King 21fdd66d37 Work around limit to SQL parameter placeholders for IN() clauses 5 years ago
J. King 837f3c6dd6 Simplify SQL type handling 5 years ago
J. King 3b8461b1ca Add searching to TTRSS handler 5 years ago
J. King 85307bc90a Add parser for TTRSS search strings 5 years ago
J. King 95de375e0b Handle folder and label exclusion 5 years ago
J. King 677e33e518 Add text search exclusions 5 years ago
J. King 0dc82f64d5 Allow ranges in exclusion contexts 5 years ago
J. King 18d52ea402 Make exclusion contexts return their parent on change 5 years ago
J. King b950ac066f Restrict options in not-context and hopefully make it easier to use 5 years ago
J. King 14c02d56ac Implement new context options other than not(). 5 years ago
J. King f4a74eec5d Add all the other context options allowed by the TTRSS search syntax 5 years ago
J. King 2df7c25b66 Add ability to search note text 5 years ago
J. King bc3182a961 Basic substring searching 5 years ago
J. King ace94e3ef8 Fix context, and context tests 5 years ago
J. King 500851f161 Style fixes 5 years ago
J. King 8ea1df920a Unify SQL timeouts 5 years ago
J. King 5335d331f7 Fix configuration exporting 5 years ago
J. King 5cd84c4ab4 Validate configuration parameters on import, and other changes 5 years ago
J. King b0643de21c Add handling of DateInterval objects to ValueInfo 5 years ago
J. King 4670dfc849 Handle connection errors 5 years ago
J. King e92bda5373 Various changes: 5 years ago
J. King f3b0c791f8 Fix remaining tests 5 years ago
J. King 5d61ab0a57 Fixes for MySQL native interface 5 years ago
J. King e501fbdc87 Remove the DatabaseInformation class in tests and use traits instead 5 years ago
J. King 81acba90dc Use strict equality when comparing strings 5 years ago
J. King c4a41255b0 Experimental native MySQL driver 5 years ago
J. King 206cca35a9 Test tweaks 5 years ago
J. King f0d30c2eee Make munging of queries a generic feature 5 years ago
J. King 24df564045 Mostly successful MySQL database function tests 5 years ago
J. King 4ef36643a4 Proof-of-concept PDO MySQL driver 5 years ago
J. King 29e7c1f154 Fix coverage 5 years ago
J. King 2bebdd44cf Implementation of native PostgreSQL interface 5 years ago
J. King b52dadf345 Make existing PostgreSQL tests explicitly PDO tests 5 years ago
J. King 28f803dd28 Handle PostgreSQL connection errors 5 years ago
J. King 73729a6be8 Simplify database cleanup between tests 5 years ago
J. King 8dbf237626 Group PostgreSQL tests as slow 5 years ago
J. King 913cf71620 Fix incorrect annotations 5 years ago
J. King f6966659a9 Use smarter coverage executer; properly suppress stderr during CLI tests 5 years ago
J. King d9629be662 Use smarter coverage executer; properly suppress stderr during CLI tests 5 years ago
J. King 0513b606c2 Merge master 5 years ago
J. King b9272ea2eb Fix test failures in PHP 7.1 5 years ago
J. King f7b9a2a6cf Fixes for PHPUnit 7 5 years ago
J. King 089f666de6 Fix PDO insert ID errors in PHP 7.1 5 years ago
J. King cf896121b2 Style fixes 5 years ago
J. King f2245861e3 Restore complete Database coverage 5 years ago
J. King 51755a2ce6 Retire article field groups 5 years ago
J. King 0129965bbd Cover some missed code 5 years ago
J. King 22941f5ad1 Fix session tests 5 years ago