You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/classes
Andrew Dolgov da0ad82c24 Archive cleanup:
- remove code to manually archive/unarchive articles
- remove ttrss_archived_feeds/orig_feed_id handling - the whole thing was implemented for
this data to be kept indefinitely; it doesn't make a lot of sense to deal with this stuff
now that it is expired after one month anyway (same reasons as feed browser being removed - privacy)
- remove "originally from"-related stuff because of the above
- also remove unused remaining frontend/backend code related to feed browser (rip)
3 years ago
..
auth add placeholder authentication via app passwords if service is passed 5 years ago
db db_prefs: return null if requested key is unset 5 years ago
feeditem setArticleTags: prevent duplicate tags being assigned if called twice 3 years ago
handler Archive cleanup: 3 years ago
logger use X-Real-IP headers if possible while authenticating 3 years ago
pref Archive cleanup: 3 years ago
api.php use X-Real-IP headers if possible while authenticating 3 years ago
article.php pluginhost: load plugin data automatically (also marks load_data method as private) 3 years ago
backend.php remove a lot of stuff from global context (functions.php), add a few helper classes instead 4 years ago
counters.php move timestamp-related stuff to a separate class 4 years ago
db.php remove a lot of stuff from global context (functions.php), add a few helper classes instead 4 years ago
dbupdater.php further update CLI schema updater layout to make it more readable 5 years ago
debug.php use self:: in some places to invoke static methods from the same class 4 years ago
digest.php move timestamp-related stuff to a separate class 4 years ago
diskcache.php pluginhost: load plugin data automatically (also marks load_data method as private) 3 years ago
dlg.php mark primary button in the default password dialog 4 years ago
feedenclosure.php remove some redundant php closing tags 7 years ago
feeditem.php Store language of entries as indicated by the feed. 6 years ago
feedparser.php parser: force libxml error messages to valid utf8 5 years ago
feeds.php Archive cleanup: 3 years ago
handler.php handler: default base csrf_ignore() to false 4 years ago
iauthmodule.php add placeholder authentication via app passwords if service is passed 5 years ago
idb.php remove some redundant php closing tags 7 years ago
ihandler.php remove some redundant php closing tags 7 years ago
labels.php use self:: in some places to invoke static methods from the same class 4 years ago
logger.php Logger::log - allow specifying errno 4 years ago
mailer.php Logger::log - allow specifying errno 4 years ago
opml.php OPML: export/import per-feed purge interval 4 years ago
plugin.php pluginhost: remove plugin gettext helpers (moved to plugin base class) 5 years ago
pluginhandler.php af_readability: add missing file 5 years ago
pluginhost.php Select... dropdown: replace dijit Select with DropDownButton, simplify layout 3 years ago
rpc.php Archive cleanup: 3 years ago
rssutils.php Archive cleanup: 3 years ago
sanitizer.php use self:: in some places to invoke static methods from the same class 4 years ago
templator.php replace FALSE with false so that static analyzer shuts up about it 4 years ago
timehelper.php prev: add missing class 4 years ago
urlhelper.php Handle potential absence of a URL path in UrlHelper. 3 years ago
userhelper.php pluginhost: load plugin data automatically (also marks load_data method as private) 3 years ago