1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00
ttrss/classes
2021-02-06 16:11:29 +03:00
..
auth add placeholder authentication via app passwords if service is passed 2019-11-01 13:03:06 +03:00
db initial WIP for php8; bump php version requirement to 7.0 2021-02-05 23:41:32 +03:00
feeditem setArticleTags: prevent duplicate tags being assigned if called twice 2020-12-07 23:35:37 +03:00
handler more php8 fixes mostly related to login 2021-02-06 00:12:15 +03:00
logger initial WIP for php8; bump php version requirement to 7.0 2021-02-05 23:41:32 +03:00
pref error log: make it more readable 2021-02-06 16:11:29 +03:00
api.php initial WIP for php8; bump php version requirement to 7.0 2021-02-05 23:41:32 +03:00
article.php initial WIP for php8; bump php version requirement to 7.0 2021-02-05 23:41:32 +03:00
backend.php remove a lot of stuff from global context (functions.php), add a few helper classes instead 2020-09-22 09:04:33 +03:00
counters.php move timestamp-related stuff to a separate class 2020-09-23 13:04:26 +03:00
db.php remove a lot of stuff from global context (functions.php), add a few helper classes instead 2020-09-22 09:04:33 +03:00
dbupdater.php further update CLI schema updater layout to make it more readable 2019-03-07 06:54:05 +03:00
debug.php use self:: in some places to invoke static methods from the same class 2020-09-22 14:54:15 +03:00
digest.php move timestamp-related stuff to a separate class 2020-09-23 13:04:26 +03:00
diskcache.php pluginhost: load plugin data automatically (also marks load_data method as private) 2021-01-15 08:32:06 +03:00
dlg.php mark primary button in the default password dialog 2020-01-25 13:08:29 +03:00
feedenclosure.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feeditem.php Store language of entries as indicated by the feed. 2018-08-12 15:27:26 +01:00
feedparser.php parser: force libxml error messages to valid utf8 2019-05-12 10:13:22 +03:00
feeds.php af_redditimgur: don't try to load empty html; fix a warning in update debugger 2021-02-06 10:31:06 +03:00
handler.php handler: default base csrf_ignore() to false 2020-09-15 18:16:33 +03:00
iauthmodule.php add placeholder authentication via app passwords if service is passed 2019-11-01 13:03:06 +03:00
idb.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
ihandler.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
labels.php use self:: in some places to invoke static methods from the same class 2020-09-22 14:54:15 +03:00
logger.php Logger::log - allow specifying errno 2020-09-29 10:08:54 +03:00
mailer.php Logger::log - allow specifying errno 2020-09-29 10:08:54 +03:00
opml.php OPML: export/import per-feed purge interval 2020-08-10 11:57:39 +03:00
plugin.php pluginhost: remove plugin gettext helpers (moved to plugin base class) 2019-03-05 10:26:23 +03:00
pluginhandler.php af_readability: add missing file 2019-08-16 15:29:24 +03:00
pluginhost.php initial WIP for php8; bump php version requirement to 7.0 2021-02-05 23:41:32 +03:00
rpc.php more php8 fixes mostly related to login 2021-02-06 00:12:15 +03:00
rssutils.php fix a few more warnings 2021-02-06 10:23:45 +03:00
sanitizer.php event log: add pagination 2021-02-06 10:10:54 +03:00
templator.php replace FALSE with false so that static analyzer shuts up about it 2020-09-17 19:02:27 +03:00
timehelper.php more php8 fixes mostly related to login 2021-02-06 00:12:15 +03:00
urlhelper.php initial WIP for php8; bump php version requirement to 7.0 2021-02-05 23:41:32 +03:00
userhelper.php more php8 fixes mostly related to login 2021-02-06 00:12:15 +03:00