summaryrefslogtreecommitdiff
path: root/classes/rpc.php
AgeCommit message (Expand)Author
2021-02-08move some old-style handlers to new callback onesAndrew Dolgov
2021-02-06fix several warnings reported by phpstanAndrew Dolgov
2021-02-06more php8 fixes mostly related to loginAndrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2021-01-17Archive cleanup:Andrew Dolgov
2020-09-29exclude E_USER_NOTICE from recent events iconAndrew Dolgov
2020-09-23move timestamp-related stuff to a separate classAndrew Dolgov
2020-09-22fix updater never scheduling feeds for update if they never been updated befo...Andrew Dolgov
2020-09-22use self:: in some places to invoke static methods from the same classAndrew Dolgov
2020-09-22remove a lot of stuff from global context (functions.php), add a few helper c...Andrew Dolgov
2020-09-19update URL pointing to version.jsonAndrew Dolgov
2020-09-17don't try to update manually disabled feeds even if they haven't been updated...Andrew Dolgov
2020-09-15- enable CSRF support earlierAndrew Dolgov
2020-09-14- fix multiple vulnerabilities in af_proxy_httpAndrew Dolgov
2019-12-20get_version: fix commit/timestamp lost on subsequent invocations because of m...Andrew Dolgov
2019-12-05versioning changesAndrew Dolgov
2019-08-16af_readability: add missing fileAndrew Dolgov
2019-08-01change version.json endpoint URLAndrew Dolgov
2019-03-21update: add option to send digestsAndrew Dolgov
2019-03-06remove feedbrowser (other feeds)Andrew Dolgov
2019-03-06archived feeds: expire old entries (schema bump)Andrew Dolgov
2019-01-03rpc, catchupfeed: return counters immediately so that frontend can figure out...Andrew Dolgov
2018-12-16rpc/checkforupdates: restrict to administrative access levelAndrew Dolgov
2018-12-16rework git update checking to be initiated by frontend, outside of runtime in...Andrew Dolgov
2018-12-15rpc/getAllCounters: return seqAndrew Dolgov
2018-12-12requestCounters: remove cooldownAndrew Dolgov
2018-12-06force cast profile id to integer when assigning to session variableAndrew Dolgov
2018-01-14rpc: addfeed: gets login and pass only if need_auth is checked.Colin Vidal
2017-12-04setpref: remove nl2br()Andrew Dolgov
2017-12-03force strip_tags() on all user input unless explicitly allowedAndrew Dolgov
2017-12-03completeLabels: use prepare() not query()Andrew Dolgov
2017-12-02remove long forgotten stuff related to feed debugging actionbarAndrew Dolgov
2017-12-02pref-prefs: PDOAndrew Dolgov
2017-12-01rpc: switch to PDOAndrew Dolgov
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2017-05-05wrap rssfuncs into rssutils classAndrew Dolgov
2017-05-05move counter stuff to a separate classAndrew Dolgov
2017-05-04move a bunch of functions into Feeds/Article namespacesAndrew Dolgov
2017-05-04move to Article:Andrew Dolgov
2017-05-04move the following to Feeds:Andrew Dolgov
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
2017-03-31filter by search results while marking feed as readAndrew Dolgov
2017-03-05improve JS error logging with additional stuffAndrew Dolgov
2017-01-23reference pubsubhubbub classes using their namespaceAndrew Dolgov
2016-07-05fix sql error when subscribing to a feed using feed archiveAndrew Dolgov
2016-03-30set smallish timeout on update check, exclude update checking on initial loadAndrew Dolgov
2016-01-26fix multiple issues with archived feedsAndrew Dolgov
2016-01-04do not automatically call cleanup_tags() in housekeeping tasksAndrew Dolgov
2015-09-26rpc, setpref: properly save settings to active profileAndrew Dolgov