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/js
nanaya 8d8affdc45 Store FeedTree data in localStorage
Patching internal functions of dijit.Tree as they don't provide option on where to store the data.

It stores to cookies by default but the data can get quite big for hundreds of feeds and exceeds cookies size limit.

Not to mention it'll cause the cookie to be sent during any request with nothing handling it server side and just wasting bandwidth.

This patch will also migrate current data in cookie to local storage accordingly.
4 years ago
..
form add validationtextarea control, use it for filter match editor 4 years ago
App.js eslint-related fixes; move a few things from global context to App 4 years ago
Article.js eslint-related fixes; move a few things from global context to App 4 years ago
CommonDialogs.js eslint-related fixes; move a few things from global context to App 4 years ago
CommonFilters.js eslint-related fixes; move a few things from global context to App 4 years ago
FeedStoreModel.js more eslint fixes 4 years ago
FeedTree.js Store FeedTree data in localStorage 4 years ago
Feeds.js more eslint fixes 4 years ago
Headlines.js eslint-related fixes; move a few things from global context to App 4 years ago
PluginHost.js fix various minor issues reported by eslint 4 years ago
PrefFeedStore.js fix various minor issues reported by eslint 4 years ago
PrefFeedTree.js fix various minor issues reported by eslint 4 years ago
PrefFilterStore.js fix various minor issues reported by eslint 4 years ago
PrefFilterTree.js fix various minor issues reported by eslint 4 years ago
PrefHelpers.js fix various minor issues reported by eslint 4 years ago
PrefLabelTree.js fix various minor issues reported by eslint 4 years ago
PrefUsers.js fix various minor issues reported by eslint 4 years ago
Toolbar.js fix various minor issues reported by eslint 4 years ago
common.js eslint-related fixes; move a few things from global context to App 4 years ago
index.html block listing of several util directories; deny access to config.php 11 years ago
prefs.js fix various minor issues reported by eslint 4 years ago
tt-rss.js fix various minor issues reported by eslint 4 years ago
utility.js fix various minor issues reported by eslint 4 years ago