summaryrefslogtreecommitdiff
path: root/classes/pref
AgeCommit message (Collapse)Author
2017-05-04move label stuff to Labels classAndrew Dolgov
fix some unresolved functions
2017-05-04move counter cache to a separate classAndrew Dolgov
fix references to get_article_tags
2017-05-04move to Article:Andrew Dolgov
+ static function purge_orphans($do_output = false) { move to Feeds + static function getGlobalUnread($user_id = false) { + static function getCategoryTitle($cat_id) { + static function getLabelUnread($label_id, $owner_uid = false) {
2017-05-04move the following to Feeds:Andrew Dolgov
+ static function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) { + static function getFeedArticles($feed, $is_cat = false, $unread_only = false, + static function subscribe_to_feed($url, $cat_id = 0, + static function getFeedIcon($id) { + static function getFeedTitle($id, $cat = false) { + static function getCategoryUnread($cat, $owner_uid = false) { + static function getCategoryChildrenUnread($cat, $owner_uid = false) {
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
update gitlab-ci config
2017-03-23rename cache images option label (rip translations)Andrew Dolgov
2017-03-04simplify error handlingAndrew Dolgov
* less convoluted exception dialogs * use window.onerror for the majority of exception catching/reporting * remove most of now useless try/catch blocks * report stacktrace instead of manually specified error locations
2017-02-12Prevent target='_blank' vulnerability on dynamic linkJérémy DECOOL
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-01-26preferences: set themes dropdown to default if selected theme is missingAndrew Dolgov
2017-01-25implement cache-busting for default theme.cssAndrew Dolgov
night theme: small fixes
2017-01-22force ngettext() count argument type to stringAndrew Dolgov
2017-01-21prefs: auto expand feed treeAndrew Dolgov
2017-01-07deprecate encrypted feed passwords because mcrypt is getting removed from ↵Andrew Dolgov
php 7.1 1. transparent decryption for existing installs stays for the time being 2. new passwords are not going to be encrypted even if FEED_CRYPT_KEY is defined 3. added update.php --decrypt-feeds to bulk decrypt existing encrypted passwords 4. updated install to not auto-generate crypt key 5. added warning to config.php-dist
2016-08-17pre-users: disallow renaming admin userAndrew Dolgov
2016-05-18update autocomplete to "new-password"Andrew Dolgov
2016-05-18set feed editor password fields to autocomplete=offAndrew Dolgov
2016-02-19pref_filters: sort rules by reg_exp when displaying indexAndrew Dolgov
2016-01-30pref-labels: remove obsolete searching codeAndrew Dolgov
2016-01-30pref-feeds: allow searching by feed_urlAndrew Dolgov
2016-01-29fix item_id not being properly escaped in ↵Andrew Dolgov
pref_feeds::process_category_order() (possible sql injection)
2016-01-13updates: auto-disable CURL if open_basedir is enabled, notify possible ↵Andrew Dolgov
issues w/ plugins
2016-01-07remove option ALLOW_DUPLICATE_POSTS as confusing/uselessAndrew Dolgov
2015-12-04store formatted backtrace to sql logAndrew Dolgov
2015-12-04compat patches for php7Andrew Dolgov
2015-12-03filters: do not strip_tags() on regexpsAndrew Dolgov
2015-10-08don't init plugins when loading everything to make a list, duhAndrew Dolgov
2015-09-21add date suffixes to opml & import_export generated filesAndrew Dolgov
2015-09-15disable filter test result highlighting for the time beingAndrew Dolgov
2015-09-11filter preview: remove unnecessary checkboxAndrew Dolgov
2015-09-11tweak filter preview layout a bit; allow previewing matched articles in a popupAndrew Dolgov
2015-09-09mostly implement async filter test dialogAndrew Dolgov
2015-09-09wip: filter async testingAndrew Dolgov
2015-08-17make disabled filter rules easier to discernAndrew Dolgov
show if filter set match_any_rule on the overview
2015-08-13various minor style updates, add danger buttonsAndrew Dolgov
2015-08-12tabbed feed editorAndrew Dolgov
2015-08-12combine user edit & user detailsAndrew Dolgov
2015-08-12remove num_articles from main pref_users queryAndrew Dolgov
2015-08-12pref-feeds: check for inactive feeds asynchronouslyAndrew Dolgov
2015-08-12user manager: show stored feeds/articlesAndrew Dolgov
2015-08-12display lack of filter plugin actions properlyAndrew Dolgov
2015-08-11add plugin-based filter actions (see example plugin in attic)Andrew Dolgov
bump schema
2015-08-11filter test dialog fixes for filters w/ many rulesAndrew Dolgov
2015-08-11minor textarea fixesAndrew Dolgov
2015-08-11add styles for several other dijit elementsAndrew Dolgov
2015-08-10update site_url (and title if needed) when changing feed_url in feed editorAndrew Dolgov
2015-08-04implement per-feed stemming language settingAndrew Dolgov
2015-08-03add one catchall function to make uniqids/keyhashes/etc used by tt-rssAndrew Dolgov
2015-07-13minor filter test dialog fixesAndrew Dolgov