summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-11use codeflask for user css editorAndrew Dolgov
2018-12-11remove old fatalError(), move everything to App.ErrorAndrew Dolgov
update exception dialog css
2018-12-11Error.report: use JS template stringsAndrew Dolgov
2018-12-11bring back frontend sanity check w/ App.checkBrowserFeatures()Andrew Dolgov
2018-12-11sync modified scores via mutation observerAndrew Dolgov
2018-12-11score: get correct classes for rows/score icons on the clientAndrew Dolgov
2018-12-11syncModified: request counters once after all xhr promises resolveAndrew Dolgov
2018-12-11xhr helpers: wrap in promisesAndrew Dolgov
2018-12-11use window.requestIdleCallback to sync observed modificationsAndrew Dolgov
2018-12-10reduce label styling stuff (2)Andrew Dolgov
2018-12-10reduce label styling stuffAndrew Dolgov
2018-12-10exp: tweak headline label stylesAndrew Dolgov
2018-12-10sync article selected status via mutation observerAndrew Dolgov
remove all rchk-related hacks
2018-12-10remove _active_article_id; use selector insteadAndrew Dolgov
2018-12-10sync unread state to server via mutation observerAndrew Dolgov
2018-12-10sync marked and published states to server via mutation observerAndrew Dolgov
2018-12-10keep track of selected prompt and floating title status using headline row ↵Andrew Dolgov
mutation observer
2018-12-10renderAgain flag fixesAndrew Dolgov
2018-12-10renderAgain: restore marked/published flagsAndrew Dolgov
2018-12-10Merge branch 'tree_tooltip_error' of ggrandou/tt-rss into masterfox
2018-12-10add Headlines.renderAgain() to switch between combined/expanded modes fasterAndrew Dolgov
2018-12-10show errors in feedtree's tooltipsGilles Grandou
2018-12-10move all status icons like net-alert together on the toolbarAndrew Dolgov
2018-12-10show alert if recent_log_events > 0Andrew Dolgov
2018-12-10runtime info: return count of recent eventlog entriesAndrew Dolgov
2018-12-10update hotkey help dialog a bitAndrew Dolgov
2018-12-10Merge branch 'weblate-integration'Andrew Dolgov
2018-12-10zoom mode: hide .attachmentsAndrew Dolgov
2018-12-10Translated using Weblate (Swedish)Pontus Nyman
Currently translated at 82.0% (607 of 740 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/sv/
2018-12-10Translated using Weblate (Dutch)Patrick Ahles
Currently translated at 100.0% (740 of 740 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/nl/
2018-12-09css: highlight disabled menu itemsAndrew Dolgov
2018-12-09add qmcToggleNightMode to actions dropdownAndrew Dolgov
2018-12-09add hotkey (a N) to toggle night.cssAndrew Dolgov
2018-12-09mysql: use date_format() for yyiw part in queryFeedHeadlines()Andrew Dolgov
2018-12-09Merge branch 'iso-week' of suraia/tt-rss into masterfox
2018-12-09Use IYYY in combination with IWMichael Kuhn
Otherwise, we could end up with a wrong date, see: https://community.oracle.com/thread/997899
2018-12-09feed template, ARTICLE_OG_IMAGE: set as optionalAndrew Dolgov
2018-12-09syndicated feeds:Andrew Dolgov
1. properly reset enclosure template variables if there's no enclosures 2. add ARTICLE_OG_IMAGE which sets flavor image for article using common code with article render etc
2018-12-09remove vf_shared pixmapAndrew Dolgov
2018-12-09close_button: use vector iconAndrew Dolgov
2018-12-09center previously centered text on single line dialog panelsAndrew Dolgov
2018-12-09make prefs icons a bit more colorfulAndrew Dolgov
2018-12-09remove special style for header links (wtf)Andrew Dolgov
2018-12-09consistency: show author in multipanel headlines rowAndrew Dolgov
2018-12-09fix previous to not crash in prefsAndrew Dolgov
2018-12-09headlines-spacer: only set 100% height if auto catchup is enabledAndrew Dolgov
2018-12-09in grouped mode, don't display feed titles twiceAndrew Dolgov
2018-12-09catchupFeedInGroup: better iconAndrew Dolgov
2018-12-09catchupFeedInGroup: overhaulAndrew Dolgov
1. less hacky way to catchup actually unread headlines 2. don't fade rows away because it's inconsistent with different mark-as-read functions 3. fix stuck progress alert
2018-12-09implement year-week sorting window if headlines buffer is grouped by feed titlesAndrew Dolgov