1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-08 17:02:41 +00:00

Commit graph

  • ba32ad2f17 Add context options for multiple tags, labels, etc J. King 2019-04-02 09:32:31 -0400
  • 77efaa7b41 CLI command for exporting OPML and sundry cleanup J. King 2019-04-01 17:24:19 -0400
  • deea294f8a Add export-to-file wrapper for OPML J. King 2019-04-01 16:54:14 -0400
  • 35e79d53a9 OPML export fixes, with tests J. King 2019-03-30 10:01:12 -0400
  • 17fd909335 Add DOM extension as a direct dependency J. King 2019-03-29 10:15:30 -0400
  • d63edf541f Insert folders into OPML before subscriptions J. King 2019-03-29 09:02:39 -0400
  • 25b7b47e0a Prototype OPML exporter J. King 2019-03-28 21:53:04 -0400
  • 5d994f3dad Normalize Fever input consistently J. King 2019-03-28 14:54:31 -0400
  • de615c671a Tests and fixed for Fever feeds and groups J. King 2019-03-27 15:09:04 -0400
  • 7faec3b0db Fever fixes J. King 2019-03-27 11:54:47 -0400
  • d8407330a0 Add a function to get when feeds were last updated J. King 2019-03-26 16:51:44 -0400
  • acb3973149 Prototype implementation of Fever groups and feeds J. King 2019-03-26 08:53:26 -0400
  • 9c61f967e3 Correct CLI password clearing J. King 2019-03-25 17:07:28 -0400
  • 54be5997d1 CLI tests for password changing and clearing J. King 2019-03-25 15:03:41 -0400
  • a7fe879174 Fix CLI auth test J. King 2019-03-25 14:24:58 -0400
  • bf3bf9589f Merge branch 'master' into fever J. King 2019-03-25 14:12:08 -0400
  • 1e83350dd0 Version bump 0.7.1 J. King 2019-03-25 11:57:31 -0400
  • 65f723c7d4 Fix missing reference to author in TT-RSS. J. King 2019-03-25 11:30:35 -0400
  • 8020457820 Update dependencies J. King 2019-03-25 11:28:15 -0400
  • b8640d73f9 Update PHPUnit J. King 2019-03-25 10:47:06 -0400
  • 22c2629078 Partial tests for new CLI features J. King 2019-03-25 10:45:05 -0400
  • f4d4feb69c Suppress TLS error from mock server J. King 2019-03-25 09:53:06 -0400
  • 7d95e8fc09 Split Fever user management from protocol handler J. King 2019-03-25 08:31:49 -0400
  • 1ce95ef4d9 Add means of testing Fever authentication J. King 2019-03-24 15:05:21 -0400
  • e45ba3f0ea Add means of unsetting a password in the backend J. King 2019-03-24 14:42:23 -0400
  • 5bf0b67ec3 Increase file descriptor limit for Robo on Linux J. King 2019-03-24 14:41:17 -0400
  • 94314f3e6d Fix test errors when PostgreSQL or MySQL are not available J. King 2019-03-16 17:48:48 -0400
  • fe008d4343 A few more Fever authentication tests J. King 2019-03-21 13:49:55 -0400
  • 3b28634447 Verify even in exceptional cases J. King 2019-03-21 11:00:07 -0400
  • 07122b524a Rename Fever user functions for consistency J. King 2019-03-21 10:19:30 -0400
  • 5480b59d93 Unix Robo fixes J. King 2019-03-20 22:25:00 -0400
  • f51d20a863 Unix Robo fixes J. King 2019-03-20 22:25:00 -0400
  • 9ebaa20633 Tests for Fever password creation and removal J. King 2019-03-20 22:24:35 -0400
  • 9168155244 Add method to unset a Fever password J. King 2019-03-20 10:42:04 -0400
  • 1e2d595992 Full set of authentication tests for Fever J. King 2019-03-19 23:37:08 -0400
  • d59223bbcb First authentication test for Fever J. King 2019-03-18 22:49:47 -0400
  • c32fdf59cd Add details on HTTP authentication in client list J. King 2019-03-16 18:30:00 -0400
  • 86d52c8ff9 Fix test errors when PostgreSQL or MySQL are not available J. King 2019-03-16 17:48:48 -0400
  • b02c910b1e Make token creation check that the user exists J. King 2019-03-10 15:54:43 -0400
  • 3aa2b62d02 Basic Fever skeleton J. King 2019-03-09 22:44:59 -0500
  • 38bdde1167 Add access tokens to the db, with relevant code J. King 2019-03-09 16:23:56 -0500
  • 5de1844f6d Add article selection by tag J. King 2019-03-07 11:07:22 -0500
  • e6f70527cf Simplify tag summary J. King 2019-03-07 08:20:09 -0500
  • ff0c9a3a55 Add functionality for interacting with subscription tags J. King 2019-03-06 22:15:41 -0500
  • e2cba68c1b Clarify various SQL queries J. King 2019-03-05 19:22:01 -0500
  • 4945f8baa3 Clarify various SQL queries J. King 2019-03-05 19:22:01 -0500
  • 6000d80b7b Work around various SQLite-related problems J. King 2019-03-04 11:05:46 -0500
  • ed22090e49 Work around various SQLite-related problems J. King 2019-03-04 11:05:46 -0500
  • fb1bdbfb37 Database schema for subscription tags J. King 2019-03-03 12:10:18 -0500
  • 5efef2c2d0 Console command to refresh all feeds once; fixes #147 0.7.0 J. King 2019-03-02 14:59:44 -0500
  • 44366f48bf Remove arbitrary search term limits; fixes #150 J. King 2019-03-02 13:53:43 -0500
  • 21fdd66d37 Work around limit to SQL parameter placeholders for IN() clauses J. King 2019-03-01 22:36:25 -0500
  • 9ef4b4fdfb Update TT-RSS documentation J. King 2019-03-01 12:32:02 -0500
  • 6857e8ec1b Merge branch 'search' J. King 2019-03-01 12:26:08 -0500
  • 837f3c6dd6 Simplify SQL type handling J. King 2019-03-01 12:17:33 -0500
  • 3b8461b1ca Add searching to TTRSS handler J. King 2019-02-28 16:22:04 -0500
  • 85307bc90a Add parser for TTRSS search strings J. King 2019-02-28 15:31:33 -0500
  • 95de375e0b Handle folder and label exclusion J. King 2019-02-27 10:48:11 -0500
  • 1e7724ec80 Filter out duplicates in set context options J. King 2019-02-26 12:54:27 -0500
  • 677e33e518 Add text search exclusions J. King 2019-02-26 11:39:19 -0500
  • 89f25d7b91 Fix coverage a little J. King 2019-02-26 11:12:40 -0500
  • 0dc82f64d5 Allow ranges in exclusion contexts J. King 2019-02-26 11:11:42 -0500
  • 70443a5264 Make parent re-association on context clone more restrictive J. King 2019-02-25 23:59:48 -0500
  • 18d52ea402 Make exclusion contexts return their parent on change J. King 2019-02-25 23:37:14 -0500
  • b950ac066f Restrict options in not-context and hopefully make it easier to use J. King 2019-02-25 22:41:12 -0500
  • 14c02d56ac Implement new context options other than not(). J. King 2019-02-25 16:26:38 -0500
  • f4a74eec5d Add all the other context options allowed by the TTRSS search syntax J. King 2019-02-25 10:46:43 -0500
  • 2df7c25b66 Add ability to search note text J. King 2019-02-23 20:14:52 -0500
  • bc3182a961 Basic substring searching J. King 2019-02-22 18:50:39 -0500
  • 570a9b171c Revert fulltext detection in driver J. King 2019-02-22 18:49:57 -0500
  • ace94e3ef8 Fix context, and context tests J. King 2019-02-22 12:34:06 -0500
  • f9fde23708 Context changes to support basic text searching J. King 2019-02-22 11:13:42 -0500
  • ad8057a40b Driver changes to support basic text searching J. King 2019-02-22 11:13:13 -0500
  • 908e1fa310 API documentation for database driver interface J. King 2019-02-21 15:10:32 -0500
  • b55d0b374f API documentation for database driver interface J. King 2019-02-21 15:10:32 -0500
  • 75cba3ca10 Fix fragment identifiers in manual internal links J. King 2019-02-20 10:02:59 -0500
  • 4316c700a8 Nginx should send the normalized URL to the application J. King 2019-02-19 08:46:17 -0500
  • a467115d59 Document TTRSS authentication modes better J. King 2019-02-18 14:40:08 -0500
  • 17f3a2f059 Start on an API overview for the Database class J. King 2019-02-13 12:37:41 -0500
  • 5885e14566 Add more compatible clients J. King 2019-02-08 13:08:55 -0500
  • b0d5458367 Clarify some prospective protocols J. King 2019-02-04 13:18:33 -0500
  • 49cefaf5c8 Complete API documentation for the Database class J. King 2019-02-04 13:05:48 -0500
  • d3a385beef Partial API documentation for the Database class J. King 2019-02-03 12:25:07 -0500
  • ee8701320d Added clients to documentation Dustin Wilson 2019-01-27 13:31:49 -0600
  • b1282b6f6a Upgrade to PHP 7.1 and PHPUnit 7. J. King 2019-01-25 22:07:37 -0500
  • e07253867c Add served manual to Robo tasks J. King 2019-01-25 16:56:05 -0500
  • 6ce1f68ed7 Document supported protocols J. King 2019-01-25 16:32:47 -0500
  • 94ba58fa60 Use latest version of Daux J. King 2019-01-25 15:24:52 -0500
  • f5c5d49d97 Document SQL timeout changes J. King 2019-01-24 11:40:25 -0500
  • 41daf4d176 Merge branch 'master' into manual J. King 2019-01-23 16:46:20 -0500
  • 500851f161 Style fixes 0.6.1 J. King 2019-01-23 16:34:54 -0500
  • 91b6fdc696 Update changelog; bump version J. King 2019-01-23 16:32:48 -0500
  • 8ea1df920a Unify SQL timeouts J. King 2019-01-23 16:31:54 -0500
  • bc8d443d84 Change PicoFeed dependency to a maintained variant J. King 2019-01-23 12:36:43 -0500
  • 970731073d Fetch timeout should be a float, not an integer J. King 2019-01-23 09:37:41 -0500
  • 9120d3b3e3 Correctly escape shell command in subprocesds service driver J. King 2019-01-23 09:32:44 -0500
  • a5049ac646 Remove reference to PicoFeed in the User-Agent string J. King 2019-01-23 09:21:35 -0500
  • 37131d3775 Remove non-functional curl service driver for now J. King 2019-01-23 09:19:26 -0500
  • 00ca726e12 Partial first draft of a manual, generated using Daux J. King 2019-01-22 17:49:14 -0500
  • 4191f77094 Add daux as a dev dependency J. King 2019-01-21 12:15:25 -0500