110 Commits (3fa2d38f3137480f5d7a707584461f74b4b765bd)

Author SHA1 Message Date
J. King 3fa2d38f31 Initial rewrite of REST class; needs more testing, but should be functional 6 years ago
J. King 890f9b07d4 Replace Resquest objects with PSR-7 request messages; improves #53 6 years ago
J. King 9ad0b47201 Add Target class to manipulate request traget URL parts 6 years ago
J. King 9eadd602bd Replace Response objects with PSR-7 response messages; improves #53 6 years ago
J. King 79f9808f1f CS fixes 7 years ago
J. King 84bd624e94 Properly fix getCounters 7 years ago
J. King af42bceac0 Do not omit zero-unread items in TTRSS getCounter operation 7 years ago
J. King adece521a9 TTRSS: Correct mark toggling; fixes #132 7 years ago
J. King 9ac2421fe3 TTRSS: accept base64 passwords; fixes #130 7 years ago
J. King 3ffcd6dd97 Make TTRSS handler reject erroneous paths 7 years ago
J. King a404d4d108 NCNv1: Be explicit about types; fixes #129 7 years ago
J. King 4d4e8e3580 TTRSS: correct feed renaming; fixes #128 7 years ago
J. King 22cdc8916d Documentation tweaks and CS fixes 7 years ago
J. King 5cd7268c0a Added incorrectDbCharset to NCNv1 server status 7 years ago
J. King 3d958547a5 Implement OPTIONS requests for NCNv1; fixes #107 7 years ago
J. King e1f1c8b859 Refactoring 7 years ago
J. King 2bbc83aeb0 Tweak 7 years ago
J. King 40e9b7f986 Changed all TTRSS outputs to match original types exactly; improves #125 7 years ago
J. King b4890eaced Make TTRSS tests consider data types; improves #125 7 years ago
J. King b242c70968 Refactor of NCNv1 in anticipation of OPTIONS requests 7 years ago
J. King 999f255203 Fixes for bugs uncovered during client testing 7 years ago
J. King 05620602bf Tweak 7 years ago
J. King b820a004d6 Complete testing of TTRSS handler 7 years ago
J. King c669273792 Implement TTRSS operation getHeadlines; fixe #82 7 years ago
J. King e729cedeca Make getCompactHeadlines use a whitelist instead 7 years ago
J. King 5c140aedc4 Implement TTRSS operation getCompactHeadlines; fixes #95 7 years ago
J. King b595815eb9 Change NCNv1 handler to use new "typical" articleList fieldset 7 years ago
J. King c88b5c4f18 Make distinction between modified and marked for articles 7 years ago
J. King 11b2066922 Added per-file legal boilerplate 7 years ago
J. King 6c8598d897 Implement contexts for non-recursive folders, and any/no label 7 years ago
J. King de92fb514b Implement TTRSS opera getArticle; fixes #84 7 years ago
J. King ea08bbb87b Implement TTRSS feed icons; fixes #121 7 years ago
J. King ea986f5032 Implement TTRSS operation updateArticle; fixes #83 7 years ago
J. King c6cd8b8aaa Removing request chunking from NCN controller 7 years ago
J. King 9c9c34f7fe Implement TTRSS operation getFeeds; fixes #80 7 years ago
J. King fff6082e3c Adjust TTRSS catchupFeed to use shallow subscription listing 7 years ago
J. King f22fe8ba95 Tweak catchupFeed 7 years ago
J. King 2a08edb27d Implement TTRSS catchupFeed operation; fixes #88 7 years ago
J. King e4ae3ca6ea Use constants for TTRSS' special feeds and categories 7 years ago
J. King 579551f5fd Implement TTRSS operation getFeedTree; fixes #94 7 years ago
J. King 6a700f784c Tests for TTRSS operation setArticleLabel; fixes #90 7 years ago
J. King 5c4772d95a CS fixes 7 years ago
J. King d05aaf688f Preliminary TTRSS setArticleLabel implementation 7 years ago
J. King 488a7bddac Adapt TTRSS to new type system 7 years ago
J. King 8c6c49d588 Merge changes from master 7 years ago
J. King d45401fb8b Adapt NCN to new type converter 7 years ago
J. King 4e3369cd03 List all valid TTRSS input 7 years ago
J. King fbbf751214 Implement the TTRSS getLabels operation; fixes #89 7 years ago
J. King 20ff08a431 Implement TTTRSS getCounters operation; fixes #79 7 years ago
J. King c9c6891567 Implement TTRSS getCategories; fixes #81 7 years ago