summaryrefslogtreecommitdiff
path: root/classes/pref
AgeCommit message (Collapse)Author
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
2015-07-13feed test layout updatesAndrew Dolgov
2015-07-13Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
Conflicts: classes/pref/filters.php
2015-07-13rework filter preview to use native regexp implementationAndrew Dolgov
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2015-07-06add a bit more visible separate infobox for password change resultsAndrew Dolgov
2015-06-07fix some minor typos and stuffAndrew Dolgov
2015-06-05support loading themes from themes.localAndrew Dolgov
2015-02-21remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of ↵Andrew Dolgov
the results)
2014-12-09require version information in all additional themesAndrew Dolgov
2014-10-08edit feed: smaller buttons for icon upload; allow uploading larger faviconsAndrew Dolgov
2014-08-01reinstate wrongfully renamed archived feed; properly fix prefs filtertree ↵Andrew Dolgov
labels for all feeds (ff5cc7d7)
2014-06-14Skip nested Feed when calling getNextUnreadFeed()André Glüpker
This function is only called when using "Mark all as read". So every time, this function gets called right now, all nested categories get marked as read as well, so we don't want to jump to them. Instead we want to the next category with same or higher tier.
2014-06-10add FEEDS_SORT_BY_UNREAD to blacklist (removed)Andrew Dolgov
2014-05-22add hidden tunable _DISABLE_INACTIVE_FEEDSAndrew Dolgov
2014-04-02expand filtertree display to make filters easier to distinguishAndrew Dolgov
2014-03-09disable OTP on user password resetAndrew Dolgov
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2014-01-19otp: use application name in provisioning uriAndrew Dolgov
2014-01-17increase randomness of shared url keys a bitAndrew Dolgov
2013-12-24remove unnecessary wrapping from share uniqid() keysAndrew Dolgov
2013-11-29queryFeedHeadlines: remove obsolete content_previewAndrew Dolgov
2013-09-02filters: add a link to the wiki page to the rule create/edit dialogAndrew Dolgov
2013-07-14fix filter content previews showing html contentAndrew Dolgov
2013-07-12mark feed with error in headlines toolbar, use error icon in feed editorAndrew Dolgov
2013-07-11share: move unsharing all articles into the pluginAndrew Dolgov
2013-07-10fix crash in filter preferencesAndrew Dolgov
2013-07-10Merge branch 'hookhead' of git://github.com/justauserx/Tiny-Tiny-RSS into ↵Andrew Dolgov
justauserx-hookhead
2013-07-10plugin list: fix system plugins image positionAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-06-28Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raisedjustauser
2013-06-27Merge remote-tracking branch 'origin' into hookheadjustauser
Conflicts: classes/feeds.php fix for merging up to the origin
2013-06-27Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided.justauser
2013-06-26fix inverse status not being set correctly for filters when creatingAndrew Dolgov
them fix inverse rules not being saved/restored properly through opml
2013-06-25batch feed editor: remove title and feed url because batch editing those ↵Andrew Dolgov
makes no sense whatsoever
2013-06-11minor user editor updatesAndrew Dolgov
2013-06-11use dojo stuff for user detailsAndrew Dolgov
2013-06-11pref-users: remove useless javascript: prefixAndrew Dolgov
2013-06-11user editor: use dojo stuffAndrew Dolgov
2013-06-07fix calculation of feed counts in pref-feeds editorAndrew Dolgov