summaryrefslogtreecommitdiff
path: root/classes/pref
AgeCommit message (Expand)Author
2020-05-22when removing favicon, reset its auto-refresh timerAndrew Dolgov
2020-03-13allow overriding built-in templates via templates.localAndrew Dolgov
2020-02-28batchSubscribe: use validationtextareaAndrew Dolgov
2020-02-28add validationtextarea control, use it for filter match editorAndrew Dolgov
2020-02-28filter test dialog: pass contents via xhr POSTAndrew Dolgov
2020-02-22don't generate default.css, replace with themes/light.css as a default root C...Andrew Dolgov
2020-02-201. feedtree: show counters for marked articles if view-mode == markedAndrew Dolgov
2020-02-18prefs layout fixes:Andrew Dolgov
2020-01-24scrap counter cache system; rework counters to sum() booleans insteadAndrew Dolgov
2019-12-17update app password noticeAndrew Dolgov
2019-12-06add a hidden tweakable which forbids changing passwordsAndrew Dolgov
2019-12-06user css dialog: allow saving and applying CSS without closing the dialogAndrew Dolgov
2019-11-14add a plugin page warning for plugins using HOOK_FEED_FETCHED, etcAndrew Dolgov
2019-11-01Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-11-01line endings + remove : from headingsAndrew Dolgov
2019-11-01OTP stuff: update notice wording a bitAndrew Dolgov
2019-11-01auth_internal: fix indentsAndrew Dolgov
2019-11-01implement app password checking / management UIAndrew Dolgov
2019-11-01add placeholder UI plumbing for app passwordsAndrew Dolgov
2019-11-01allow using OTP without GDAndrew Dolgov
2019-10-09add notification for OTP being disabledAndrew Dolgov
2019-10-09add notifications for mail and password changesAndrew Dolgov
2019-08-21makefeedtree: properly calculate feed total amount in no-categories modeAndrew Dolgov
2019-08-02update SSL certificate wiki linkAndrew Dolgov
2019-07-12filter dialog: add inline regexp checkerAndrew Dolgov
2019-07-12add placeholder Filters.filterDlgCheckRegExpAndrew Dolgov
2019-06-20move more globals to more appropriate placesAndrew Dolgov
2019-06-20move several more global functions to more appropriate classesAndrew Dolgov
2019-06-20get_feeds_from_html: remove XML preamble hackAndrew Dolgov
2019-05-31event log: simplify styles, prevent horizontal scrollingAndrew Dolgov
2019-05-06feed tree: set placeholder feed unread value to -1Andrew Dolgov
2019-04-14Fix button focus issuesMichael Kuhn
2019-04-13Fix focus issues with hotkeysMichael Kuhn
2019-04-10feed editor: use DEFAULT_SEARCH_LANGUAGE as a default per-feed dropdown valueAndrew Dolgov
2019-04-10use DEFAULT_SEARCH_LANGUAGE to generate tsvector index if per-feed language i...Andrew Dolgov
2019-03-14fix feed icon upload not working, rework form to use FormData/ajaxAndrew Dolgov
2019-03-10batch subscribe: stop dialog from being submitted twiceAndrew Dolgov
2019-03-08css: insensitive -> text-mutedAndrew Dolgov
2019-03-06remove feed editor private checkboxAndrew Dolgov
2019-03-06archived feeds: expire old entries (schema bump)Andrew Dolgov
2019-03-05make_password: generate longer passwords by default, use better random functi...Andrew Dolgov
2019-03-05update notifications to make them more visibleAndrew Dolgov
2019-03-05editfeed: mark save buttonAndrew Dolgov
2019-03-05filters: show inverse status in listAndrew Dolgov
2019-02-26add layout hack to unify heights of plugin fieldsetsAndrew Dolgov
2019-02-25prefs-set -> prefsAndrew Dolgov
2019-02-25pref-prefs: fix markupAndrew Dolgov
2019-02-25plugin list: update layoutAndrew Dolgov
2019-02-23pref-users: fix typo which stopped search from working; quote style stuffAndrew Dolgov
2019-02-23Merge branch 'master' of DLange/tt-rss into masterfox