188 Commits (ceecd583937dd7c7b4016ab7b77bbc7b09db8a41)

Author SHA1 Message Date
J. King ceecd58393 OPML parsing comments and minr fixes 5 years ago
J. King d8407330a0 Add a function to get when feeds were last updated 5 years ago
J. King acb3973149 Prototype implementation of Fever groups and feeds 5 years ago
J. King e45ba3f0ea Add means of unsetting a password in the backend 5 years ago
J. King b02c910b1e Make token creation check that the user exists 5 years ago
J. King 38bdde1167 Add access tokens to the db, with relevant code 5 years ago
J. King 5de1844f6d Add article selection by tag 5 years ago
J. King e6f70527cf Simplify tag summary 5 years ago
J. King ff0c9a3a55 Add functionality for interacting with subscription tags 5 years ago
J. King e2cba68c1b Clarify various SQL queries 5 years ago
J. King 4945f8baa3 Clarify various SQL queries 5 years ago
J. King fb1bdbfb37 Database schema for subscription tags 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 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 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 2df7c25b66 Add ability to search note text 5 years ago
J. King bc3182a961 Basic substring searching 5 years ago
J. King 17f3a2f059 Start on an API overview for the Database class 5 years ago
J. King 49cefaf5c8 Complete API documentation for the Database class 5 years ago
J. King d3a385beef Partial API documentation for the Database class 5 years ago
J. King 5cd84c4ab4 Validate configuration parameters on import, and other changes 5 years ago
J. King 81acba90dc Use strict equality when comparing strings 5 years ago
J. King b4de56a64e Work around MySQL silliness with same-table foreign keys 5 years ago
J. King f0d30c2eee Make munging of queries a generic feature 5 years ago
J. King de07352fd0 Syntactic adjustments for MySQL 5 years ago
J. King 50f92625ef Use PosgreSQL's existing general Unicode collation 5 years ago
J. King 2bebdd44cf Implementation of native PostgreSQL interface 5 years ago
J. King cf896121b2 Style fixes 6 years ago
J. King 51755a2ce6 Retire article field groups 6 years ago
J. King 15301cd7dc Fix cleanup tests in PostgreSQL 6 years ago
J. King 258be1d54e Fix most PostgreSQL test failures 6 years ago
J. King 8fc31cfc40 Rewrite various queries to work in PostgreSQL 6 years ago
J. King 5c5a5a4886 Appease PostgreSQL's max() aggregate 6 years ago
J. King 4a1c23ba45 Munge PostgreSQL queries instead of adding explicit casts 6 years ago
J. King 4c8d8f1a52 Provide PostgreSQL with an empty-set query for IN() clauses 6 years ago
J. King dd4f22e04e Avoid use of reserved SQL word "user" 6 years ago
J. King 931fe3b585 Move password generation to the User class 6 years ago
J. King 11747c93fd Strip out unused user management functionality 6 years ago
J. King f64f0c6a22 Whitespace cleanup 6 years ago
J. King 1aa556cf12 Add HTTP authentication support to TTRSS; fixes #133 6 years ago
J. King 89bfc23d32 Standardize date normalization to immutables 6 years ago
J. King 4bada691e9 PDO tests and fixes; improves #72 6 years ago
J. King 7ca0f4e877 Make the SQLite3 driver more generic 6 years ago
J. King 44ae0ba29b Collate synthetic subscription title column; fixes #127 7 years ago
J. King 0b3b3cb49c Use SQLite nocase collation; improves #127 7 years ago
J. King 79f9808f1f CS fixes 7 years ago