main.js 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725
  1. // @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
  2. 'use strict';
  3. // <Polyfills>
  4. if (!document.scrollingElement) document.scrollingElement = document.documentElement;
  5. if (!NodeList.prototype.forEach) NodeList.prototype.forEach = Array.prototype.forEach;
  6. if (!Element.prototype.matches) {
  7. Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.mozMatchesSelector || Element.prototype.webkitMatchesSelector;
  8. }
  9. if (!Element.prototype.closest) {
  10. Element.prototype.closest = function (s) {
  11. let el = this;
  12. do {
  13. if (el.matches(s)) return el;
  14. el = el.parentElement;
  15. } while (el);
  16. return null;
  17. };
  18. }
  19. if (!Element.prototype.remove) Element.prototype.remove = function () { if (this.parentNode) this.parentNode.removeChild(this); };
  20. // </Polyfills>
  21. // <Utils>
  22. function xmlHttpRequestJson(req) {
  23. let json = req.response;
  24. if (req.responseType !== 'json') { // IE11
  25. try {
  26. json = JSON.parse(req.responseText);
  27. } catch (ex) {
  28. json = null;
  29. }
  30. }
  31. return json;
  32. }
  33. // </Utils>
  34. // <Global context>
  35. /* eslint-disable no-var */
  36. var context;
  37. /* eslint-enable no-var */
  38. (function parseJsonVars() {
  39. const jsonVars = document.getElementById('jsonVars');
  40. const json = JSON.parse(jsonVars.innerHTML);
  41. jsonVars.outerHTML = '';
  42. context = json.context;
  43. context.ajax_loading = false;
  44. context.i18n = json.i18n;
  45. context.shortcuts = json.shortcuts;
  46. context.urls = json.urls;
  47. context.icons = json.icons;
  48. context.icons.read = decodeURIComponent(context.icons.read);
  49. context.icons.unread = decodeURIComponent(context.icons.unread);
  50. context.extensions = json.extensions;
  51. }());
  52. // </Global context>
  53. function badAjax(reload) {
  54. openNotification(context.i18n.notif_request_failed, 'bad');
  55. if (reload) {
  56. setTimeout(function () { location.reload(); }, 2000);
  57. }
  58. return true;
  59. }
  60. function needsScroll(elem) {
  61. const winBottom = document.scrollingElement.scrollTop + document.scrollingElement.clientHeight;
  62. const elemTop = elem.offsetParent.offsetTop + elem.offsetTop;
  63. const elemBottom = elemTop + elem.offsetHeight;
  64. if (elemTop < document.scrollingElement.scrollTop || elemBottom > winBottom) {
  65. return elemTop - (document.scrollingElement.clientHeight / 2);
  66. }
  67. return 0;
  68. }
  69. function str2int(str) {
  70. if (!str) {
  71. return 0;
  72. }
  73. return parseInt(str.replace(/\D/g, ''), 10) || 0;
  74. }
  75. function numberFormat(nStr) {
  76. if (nStr < 0) {
  77. return 0;
  78. }
  79. // http://www.mredkj.com/javascript/numberFormat.html
  80. nStr += '';
  81. const x = nStr.split('.');
  82. const x2 = x.length > 1 ? '.' + x[1] : '';
  83. const rgx = /(\d+)(\d{3})/;
  84. let x1 = x[0];
  85. while (rgx.test(x1)) {
  86. x1 = x1.replace(rgx, '$1 $2');
  87. }
  88. return x1 + x2;
  89. }
  90. function incLabel(p, inc, spaceAfter) {
  91. const i = str2int(p) + inc;
  92. return i > 0 ? ((spaceAfter ? '' : ' ') + '(' + numberFormat(i) + ')' + (spaceAfter ? ' ' : '')) : '';
  93. }
  94. function incUnreadsFeed(article, feed_id, nb) {
  95. // Update unread: feed
  96. let elem = document.getElementById(feed_id);
  97. let feed_unreads = elem ? str2int(elem.getAttribute('data-unread')) : 0;
  98. const feed_priority = elem ? str2int(elem.getAttribute('data-priority')) : 0;
  99. if (elem) {
  100. elem.setAttribute('data-unread', feed_unreads + nb);
  101. elem = elem.querySelector('.item-title');
  102. if (elem) {
  103. elem.setAttribute('data-unread', numberFormat(feed_unreads + nb));
  104. }
  105. }
  106. // Update unread: category
  107. elem = document.getElementById(feed_id).closest('.category');
  108. feed_unreads = elem ? str2int(elem.getAttribute('data-unread')) : 0;
  109. if (elem) {
  110. elem.setAttribute('data-unread', feed_unreads + nb);
  111. elem = elem.querySelector('.title');
  112. if (elem) {
  113. elem.setAttribute('data-unread', numberFormat(feed_unreads + nb));
  114. }
  115. }
  116. // Update unread: all
  117. if (feed_priority > 0) {
  118. elem = document.querySelector('#aside_feed .all .title');
  119. if (elem) {
  120. feed_unreads = elem ? str2int(elem.getAttribute('data-unread')) : 0;
  121. elem.setAttribute('data-unread', numberFormat(feed_unreads + nb));
  122. }
  123. }
  124. // Update unread: favourites
  125. if (article && article.closest('div').classList.contains('favorite')) {
  126. elem = document.querySelector('#aside_feed .favorites .title');
  127. if (elem) {
  128. feed_unreads = elem ? str2int(elem.getAttribute('data-unread')) : 0;
  129. elem.setAttribute('data-unread', numberFormat(feed_unreads + nb));
  130. }
  131. }
  132. let isCurrentView = false;
  133. // Update unread: title
  134. document.title = document.title.replace(/^((?:\([\s0-9]+\) )?)/, function (m, p1) {
  135. const feed = document.getElementById(feed_id);
  136. if (article || feed.closest('.active')) {
  137. isCurrentView = true;
  138. return incLabel(p1, nb, true);
  139. } else if (document.querySelector('.all.active')) {
  140. isCurrentView = feed_priority > 0;
  141. return incLabel(p1, feed_priority > 0 ? nb : 0, true);
  142. } else {
  143. return p1;
  144. }
  145. });
  146. return isCurrentView;
  147. }
  148. function incUnreadsTag(tag_id, nb) {
  149. let t = document.getElementById(tag_id);
  150. if (t) {
  151. const unreads = str2int(t.getAttribute('data-unread'));
  152. t.setAttribute('data-unread', unreads + nb);
  153. t.querySelector('.item-title').setAttribute('data-unread', numberFormat(unreads + nb));
  154. }
  155. t = document.querySelector('.category.tags .title');
  156. if (t) {
  157. const unreads = str2int(t.getAttribute('data-unread'));
  158. t.setAttribute('data-unread', numberFormat(unreads + nb));
  159. }
  160. }
  161. function removeArticle(div) {
  162. if (!div || div.classList.contains('not_read') || (context.auto_mark_article && div.classList.contains('active'))) {
  163. return;
  164. }
  165. let scrollTop = box_to_follow.scrollTop;
  166. let dirty = false;
  167. const p = div.previousElementSibling;
  168. const n = div.nextElementSibling;
  169. if (p && p.classList.contains('day') && n && n.classList.contains('day')) {
  170. scrollTop -= p.offsetHeight;
  171. dirty = true;
  172. p.remove();
  173. }
  174. if (div.offsetHeight > 0 && div.offsetParent.offsetTop + div.offsetTop + div.offsetHeight < scrollTop) {
  175. scrollTop -= div.offsetHeight;
  176. dirty = true;
  177. }
  178. div.remove();
  179. if (dirty) {
  180. box_to_follow.scrollTop = scrollTop;
  181. }
  182. }
  183. const pending_entries = {};
  184. let mark_read_queue = [];
  185. function send_mark_read_queue(queue, asRead, callback) {
  186. if (!queue || queue.length === 0) {
  187. if (callback) {
  188. callback();
  189. }
  190. return;
  191. }
  192. const req = new XMLHttpRequest();
  193. req.open('POST', '.?c=entry&a=read' + (asRead ? '' : '&is_read=0'), true);
  194. req.responseType = 'json';
  195. req.onerror = function (e) {
  196. for (let i = queue.length - 1; i >= 0; i--) {
  197. delete pending_entries['flux_' + queue[i]];
  198. }
  199. badAjax(this.status == 403);
  200. };
  201. req.onload = function (e) {
  202. if (this.status != 200) {
  203. return req.onerror(e);
  204. }
  205. const json = xmlHttpRequestJson(this);
  206. if (!json) {
  207. return req.onerror(e);
  208. }
  209. for (let i = queue.length - 1; i >= 0; i--) {
  210. const div = document.getElementById('flux_' + queue[i]);
  211. const myIcons = context.icons;
  212. let inc = 0;
  213. if (div.classList.contains('not_read')) {
  214. div.classList.remove('not_read');
  215. div.querySelectorAll('a.read').forEach(function (a) {
  216. a.href = a.href.replace('&is_read=0', '') + '&is_read=1';
  217. });
  218. div.querySelectorAll('a.read > .icon').forEach(function (img) { img.outerHTML = myIcons.read; });
  219. inc--;
  220. if (context.auto_remove_article) {
  221. removeArticle(div);
  222. }
  223. } else {
  224. div.classList.add('not_read');
  225. div.classList.add('keep_unread'); // Split for IE11
  226. div.querySelectorAll('a.read').forEach(function (a) {
  227. a.href = a.href.replace('&is_read=1', '');
  228. });
  229. div.querySelectorAll('a.read > .icon').forEach(function (img) { img.outerHTML = myIcons.unread; });
  230. inc++;
  231. }
  232. const feed_link = div.querySelector('.website > a, a.website');
  233. if (feed_link) {
  234. const feed_url = feed_link.href;
  235. const feed_id = feed_url.substr(feed_url.lastIndexOf('f_'));
  236. incUnreadsFeed(div, feed_id, inc);
  237. }
  238. delete pending_entries['flux_' + queue[i]];
  239. }
  240. faviconNbUnread();
  241. if (json.tags) {
  242. const tagIds = Object.keys(json.tags);
  243. for (let i = tagIds.length - 1; i >= 0; i--) {
  244. const tagId = tagIds[i];
  245. incUnreadsTag(tagId, (asRead ? -1 : 1) * json.tags[tagId].length);
  246. }
  247. }
  248. onScroll();
  249. if (callback) {
  250. callback();
  251. }
  252. };
  253. req.setRequestHeader('Content-Type', 'application/json');
  254. req.send(JSON.stringify({
  255. ajax: true,
  256. _csrf: context.csrf,
  257. id: queue,
  258. }));
  259. }
  260. let send_mark_read_queue_timeout = 0;
  261. function send_mark_queue_tick(callback) {
  262. send_mark_read_queue_timeout = 0;
  263. const queue = mark_read_queue.slice(0);
  264. mark_read_queue = [];
  265. send_mark_read_queue(queue, true, callback);
  266. }
  267. const delayedFunction = send_mark_queue_tick;
  268. function delayedClick(a) {
  269. if (a) {
  270. delayedFunction(function () { a.click(); });
  271. }
  272. }
  273. function mark_read(div, only_not_read, asBatch) {
  274. if (!div || !div.id || context.anonymous ||
  275. (only_not_read && !div.classList.contains('not_read'))) {
  276. return false;
  277. }
  278. if (pending_entries[div.id]) {
  279. return false;
  280. }
  281. pending_entries[div.id] = true;
  282. const asRead = div.classList.contains('not_read');
  283. const entryId = div.id.replace(/^flux_/, '');
  284. if (asRead && asBatch) {
  285. mark_read_queue.push(entryId);
  286. if (send_mark_read_queue_timeout == 0) {
  287. send_mark_read_queue_timeout = setTimeout(function () { send_mark_queue_tick(null); }, 1000);
  288. }
  289. } else {
  290. const queue = [entryId];
  291. send_mark_read_queue(queue, asRead);
  292. }
  293. }
  294. function mark_previous_read(div) {
  295. while (div) {
  296. mark_read(div, true, true);
  297. div = div.previousElementSibling;
  298. }
  299. }
  300. function mark_favorite(div) {
  301. if (!div) {
  302. return false;
  303. }
  304. const a = div.querySelector('a.bookmark');
  305. const url = a ? a.href : '';
  306. if (!url) {
  307. return false;
  308. }
  309. if (pending_entries[div.id]) {
  310. return false;
  311. }
  312. pending_entries[div.id] = true;
  313. const req = new XMLHttpRequest();
  314. req.open('POST', url, true);
  315. req.responseType = 'json';
  316. req.onerror = function (e) {
  317. delete pending_entries[div.id];
  318. badAjax(this.status == 403);
  319. };
  320. req.onload = function (e) {
  321. if (this.status != 200) {
  322. return req.onerror(e);
  323. }
  324. const json = xmlHttpRequestJson(this);
  325. if (!json) {
  326. return req.onerror(e);
  327. }
  328. let inc = 0;
  329. if (div.classList.contains('favorite')) {
  330. div.classList.remove('favorite');
  331. inc--;
  332. } else {
  333. div.classList.add('favorite');
  334. inc++;
  335. }
  336. div.querySelectorAll('a.bookmark').forEach(function (a) { a.href = json.url; });
  337. div.querySelectorAll('a.bookmark > .icon').forEach(function (img) { img.outerHTML = json.icon; });
  338. const favourites = document.querySelector('#aside_feed .favorites .title');
  339. if (favourites) {
  340. favourites.textContent = favourites.textContent.replace(/((?: \([\s0-9]+\))?\s*)$/, function (m, p1) {
  341. return incLabel(p1, inc, false);
  342. });
  343. }
  344. if (div.classList.contains('not_read')) {
  345. const elem = document.querySelector('#aside_feed .favorites .title');
  346. const feed_unreads = elem ? str2int(elem.getAttribute('data-unread')) : 0;
  347. if (elem) {
  348. elem.setAttribute('data-unread', numberFormat(feed_unreads + inc));
  349. }
  350. }
  351. delete pending_entries[div.id];
  352. };
  353. req.setRequestHeader('Content-Type', 'application/json');
  354. req.send(JSON.stringify({
  355. ajax: true,
  356. _csrf: context.csrf,
  357. }));
  358. }
  359. const freshrssOpenArticleEvent = document.createEvent('Event');
  360. freshrssOpenArticleEvent.initEvent('freshrss:openArticle', true, true);
  361. function toggleContent(new_active, old_active, skipping) {
  362. // If skipping, move current without activating or marking as read
  363. if (!new_active) {
  364. return;
  365. }
  366. if (context.does_lazyload && !skipping) {
  367. new_active.querySelectorAll('img[data-original], iframe[data-original]').forEach(function (el) {
  368. el.src = el.getAttribute('data-original');
  369. el.removeAttribute('data-original');
  370. });
  371. }
  372. if (old_active !== new_active) {
  373. if (!skipping) {
  374. new_active.classList.add('active');
  375. }
  376. new_active.classList.add('current');
  377. if (old_active) {
  378. old_active.classList.remove('active');
  379. old_active.classList.remove('current'); // Split for IE11
  380. if (context.auto_remove_article) {
  381. removeArticle(old_active);
  382. }
  383. }
  384. } else {
  385. new_active.classList.toggle('active');
  386. }
  387. const relative_move = context.current_view === 'global';
  388. const box_to_move = relative_move ? document.getElementById('panel') : document.scrollingElement;
  389. if (context.sticky_post) { // Stick the article to the top when opened
  390. const prev_article = new_active.previousElementSibling;
  391. let new_pos = new_active.offsetParent.offsetTop + new_active.offsetTop;
  392. if (prev_article && new_active.offsetTop - prev_article.offsetTop <= 150) {
  393. new_pos = prev_article.offsetParent.offsetTop + prev_article.offsetTop;
  394. if (relative_move) {
  395. new_pos -= box_to_move.offsetTop;
  396. }
  397. }
  398. if (skipping) {
  399. // when skipping, this feels more natural if it's not so near the top
  400. new_pos -= document.body.clientHeight / 4;
  401. }
  402. if (relative_move) {
  403. new_pos += box_to_move.scrollTop;
  404. }
  405. box_to_move.scrollTop = new_pos;
  406. }
  407. if (new_active.classList.contains('active') && !skipping) {
  408. if (context.auto_mark_article) {
  409. mark_read(new_active, true, true);
  410. }
  411. new_active.dispatchEvent(freshrssOpenArticleEvent);
  412. }
  413. onScroll();
  414. }
  415. function prev_entry(skipping) {
  416. const old_active = document.querySelector('.flux.current');
  417. let new_active = old_active;
  418. if (new_active) {
  419. do new_active = new_active.previousElementSibling;
  420. while (new_active && !new_active.classList.contains('flux'));
  421. if (!new_active) {
  422. prev_feed();
  423. }
  424. } else {
  425. new_active = document.querySelector('.flux');
  426. }
  427. toggleContent(new_active, old_active, skipping);
  428. }
  429. function next_entry(skipping) {
  430. const old_active = document.querySelector('.flux.current');
  431. let new_active = old_active;
  432. if (new_active) {
  433. do new_active = new_active.nextElementSibling;
  434. while (new_active && !new_active.classList.contains('flux'));
  435. if (!new_active) {
  436. next_feed();
  437. }
  438. } else {
  439. new_active = document.querySelector('.flux');
  440. }
  441. toggleContent(new_active, old_active, skipping);
  442. }
  443. function next_unread_entry(skipping) {
  444. const old_active = document.querySelector('.flux.current');
  445. let new_active = old_active;
  446. if (new_active) {
  447. do new_active = new_active.nextElementSibling;
  448. while (new_active && !new_active.classList.contains('not_read'));
  449. if (!new_active) {
  450. next_feed();
  451. }
  452. } else {
  453. new_active = document.querySelector('.not_read');
  454. }
  455. toggleContent(new_active, old_active, skipping);
  456. }
  457. function prev_feed() {
  458. let found = false;
  459. let adjacent = null;
  460. const feeds = document.querySelectorAll('#aside_feed .feed');
  461. for (let i = feeds.length - 1; i >= 0; i--) {
  462. const feed = feeds[i];
  463. if (feed.classList.contains('active')) {
  464. found = true;
  465. continue;
  466. }
  467. if (!found) {
  468. continue;
  469. }
  470. if (getComputedStyle(feed).display === 'none') {
  471. continue;
  472. }
  473. if (feed.dataset.unread != 0) {
  474. return delayedClick(feed.querySelector('a.item-title'));
  475. } else if (adjacent === null) {
  476. adjacent = feed;
  477. }
  478. }
  479. if (found) {
  480. delayedClick(adjacent.querySelector('a.item-title'));
  481. } else {
  482. last_feed();
  483. }
  484. }
  485. function next_feed() {
  486. let found = false;
  487. let adjacent = null;
  488. const feeds = document.querySelectorAll('#aside_feed .feed');
  489. for (let i = 0; i < feeds.length; i++) {
  490. const feed = feeds[i];
  491. if (feed.classList.contains('active')) {
  492. found = true;
  493. continue;
  494. }
  495. if (!found) {
  496. continue;
  497. }
  498. if (getComputedStyle(feed).display === 'none') {
  499. continue;
  500. }
  501. if (feed.dataset.unread != 0) {
  502. return delayedClick(feed.querySelector('a.item-title'));
  503. } else if (adjacent === null) {
  504. adjacent = feed;
  505. }
  506. }
  507. if (found) {
  508. delayedClick(adjacent.querySelector('a.item-title'));
  509. } else {
  510. first_feed();
  511. }
  512. }
  513. function first_feed() {
  514. const a = document.querySelector('#aside_feed .category.active .feed:not([data-unread="0"]) a.item-title');
  515. delayedClick(a);
  516. }
  517. function last_feed() {
  518. const links = document.querySelectorAll('#aside_feed .category.active .feed:not([data-unread="0"]) a.item-title');
  519. if (links && links.length > 0) {
  520. delayedClick(links[links.length - 1]);
  521. }
  522. }
  523. function prev_category() {
  524. const active_cat = document.querySelector('#aside_feed .category.active');
  525. if (active_cat) {
  526. let cat = active_cat;
  527. do cat = cat.previousElementSibling;
  528. while (cat && getComputedStyle(cat).display === 'none');
  529. if (cat) {
  530. delayedClick(cat.querySelector('a.title'));
  531. }
  532. } else {
  533. last_category();
  534. }
  535. }
  536. function next_category() {
  537. const active_cat = document.querySelector('#aside_feed .category.active');
  538. if (active_cat) {
  539. let cat = active_cat;
  540. do cat = cat.nextElementSibling;
  541. while (cat && getComputedStyle(cat).display === 'none');
  542. if (cat) {
  543. delayedClick(cat.querySelector('a.title'));
  544. }
  545. } else {
  546. first_category();
  547. }
  548. }
  549. function next_unread_category() {
  550. const active_cat = document.querySelector('#aside_feed .category.active');
  551. if (active_cat) {
  552. let cat = active_cat;
  553. do cat = cat.nextElementSibling;
  554. while (cat && cat.getAttribute('data-unread') <= 0);
  555. if (cat) {
  556. delayedClick(cat.querySelector('a.title'));
  557. }
  558. } else {
  559. first_category();
  560. }
  561. }
  562. function first_category() {
  563. const a = document.querySelector('#aside_feed .category:not([data-unread="0"]) a.title');
  564. delayedClick(a);
  565. }
  566. function last_category() {
  567. const links = document.querySelectorAll('#aside_feed .category:not([data-unread="0"]) a.title');
  568. if (links && links.length > 0) {
  569. delayedClick(links[links.length - 1]);
  570. }
  571. }
  572. function collapse_entry() {
  573. const flux_current = document.querySelector('.flux.current');
  574. toggleContent(flux_current, flux_current, false);
  575. }
  576. function toggle_media() {
  577. const media = document.querySelector('.flux.current video,.flux.current audio');
  578. if (media === null) {
  579. return;
  580. }
  581. if (media.paused) {
  582. media.play();
  583. } else {
  584. media.pause();
  585. }
  586. }
  587. function user_filter(key) {
  588. const filter = document.getElementById('dropdown-query');
  589. const filters = filter.parentElement.querySelectorAll('.dropdown-menu > .query > a');
  590. if (typeof key === 'undefined') {
  591. if (!filters.length) {
  592. return;
  593. }
  594. // Display the filter div
  595. location.hash = filter.id;
  596. // Force scrolling to the filter div
  597. const scroll = needsScroll(document.querySelector('.header'));
  598. if (scroll !== 0) {
  599. document.scrollingElement.scrollTop = scroll;
  600. }
  601. // Force the key value if there is only one action, so we can trigger it automatically
  602. if (filters.length === 1) {
  603. key = 1;
  604. } else {
  605. return;
  606. }
  607. }
  608. // Trigger selected share action
  609. key = parseInt(key);
  610. if (key <= filters.length) {
  611. filters[key - 1].click();
  612. }
  613. }
  614. function auto_share(key) {
  615. const share = document.querySelector('.flux.current.active .dropdown-target[id^="dropdown-share"]');
  616. if (!share) {
  617. return;
  618. }
  619. const shares = share.parentElement.querySelectorAll('.dropdown-menu .item a');
  620. if (typeof key === 'undefined') {
  621. // Display the share div
  622. location.hash = share.id;
  623. // Force scrolling to the share div
  624. const scrollTop = needsScroll(share.closest('.bottom'));
  625. if (scrollTop !== 0) {
  626. document.scrollingElement.scrollTop = scrollTop;
  627. }
  628. // Force the key value if there is only one action, so we can trigger it automatically
  629. if (shares.length === 1) {
  630. key = 1;
  631. } else {
  632. return;
  633. }
  634. }
  635. // Trigger selected share action and hide the share div
  636. key = parseInt(key);
  637. if (key <= shares.length) {
  638. shares[key - 1].click();
  639. share.parentElement.querySelector('.dropdown-menu .dropdown-close a').click();
  640. }
  641. }
  642. let box_to_follow;
  643. function onScroll() {
  644. if (!box_to_follow) {
  645. return;
  646. }
  647. if (context.auto_mark_scroll) {
  648. const minTop = 40 + box_to_follow.scrollTop;
  649. document.querySelectorAll('.not_read:not(.keep_unread)').forEach(function (div) {
  650. if (div.offsetHeight > 0 &&
  651. div.offsetParent.offsetTop + div.offsetTop + div.offsetHeight < minTop) {
  652. mark_read(div, true, true);
  653. }
  654. });
  655. }
  656. if (context.auto_load_more) {
  657. const pagination = document.getElementById('mark-read-pagination');
  658. if (pagination && box_to_follow.offsetHeight > 0 &&
  659. box_to_follow.scrollTop + box_to_follow.offsetHeight + (window.innerHeight / 2) >= pagination.offsetTop) {
  660. load_more_posts();
  661. }
  662. }
  663. }
  664. function init_posts() {
  665. if (context.auto_load_more || context.auto_mark_scroll || context.auto_remove_article) {
  666. box_to_follow = context.current_view === 'global' ? document.getElementById('panel') : document.scrollingElement;
  667. let lastScroll = 0; // Throttle
  668. let timerId = 0;
  669. (box_to_follow === document.scrollingElement ? window : box_to_follow).onscroll = function () {
  670. clearTimeout(timerId);
  671. if (lastScroll + 500 < Date.now()) {
  672. lastScroll = Date.now();
  673. onScroll();
  674. } else {
  675. timerId = setTimeout(onScroll, 500);
  676. }
  677. };
  678. onScroll();
  679. }
  680. }
  681. function rememberOpenCategory(category_id, isOpen) {
  682. if (context.display_categories === 'remember') {
  683. const open_categories = JSON.parse(localStorage.getItem('FreshRSS_open_categories') || '{}');
  684. if (isOpen) {
  685. open_categories[category_id] = true;
  686. } else {
  687. delete open_categories[category_id];
  688. }
  689. localStorage.setItem('FreshRSS_open_categories', JSON.stringify(open_categories));
  690. }
  691. }
  692. function openCategory(category_id) {
  693. const category_element = document.getElementById(category_id);
  694. category_element.querySelector('.tree-folder-items').classList.add('active');
  695. const img = category_element.querySelector('a.dropdown-toggle img');
  696. img.src = img.src.replace('/icons/down.', '/icons/up.');
  697. img.alt = '△';
  698. }
  699. function init_column_categories() {
  700. if (context.current_view !== 'normal' && context.current_view !== 'reader') {
  701. return;
  702. }
  703. // Restore sidebar scroll position
  704. document.getElementById('sidebar').scrollTop = +sessionStorage.getItem('FreshRSS_sidebar_scrollTop');
  705. // Restore open categories
  706. if (context.display_categories === 'remember') {
  707. const open_categories = JSON.parse(localStorage.getItem('FreshRSS_open_categories') || '{}');
  708. Object.keys(open_categories).forEach(function (category_id) {
  709. openCategory(category_id);
  710. });
  711. }
  712. document.getElementById('aside_feed').onclick = function (ev) {
  713. let a = ev.target.closest('.tree-folder > .tree-folder-title > a.dropdown-toggle');
  714. if (a) {
  715. const img = a.querySelector('img');
  716. const category_id = a.closest('.category').id;
  717. if (img.alt === '▽') {
  718. img.src = img.src.replace('/icons/down.', '/icons/up.');
  719. img.alt = '△';
  720. rememberOpenCategory(category_id, true);
  721. } else {
  722. img.src = img.src.replace('/icons/up.', '/icons/down.');
  723. img.alt = '▽';
  724. rememberOpenCategory(category_id, false);
  725. }
  726. const ul = a.closest('li').querySelector('.tree-folder-items');
  727. let nbVisibleItems = 0;
  728. for (let i = ul.children.length - 1; i >= 0; i--) {
  729. if (ul.children[i].offsetHeight) {
  730. nbVisibleItems++;
  731. }
  732. }
  733. ul.classList.toggle('active');
  734. // CSS transition does not work on max-height:auto
  735. ul.style.maxHeight = ul.classList.contains('active') ? (nbVisibleItems * 4) + 'em' : 0;
  736. return false;
  737. }
  738. a = ev.target.closest('.tree-folder-items > .feed .dropdown-toggle');
  739. if (a) {
  740. const itemId = a.closest('.item').id;
  741. const templateId = itemId.substring(0, 2) === 't_' ? 'tag_config_template' : 'feed_config_template';
  742. const id = itemId.substr(2);
  743. const feed_web = a.getAttribute('data-fweb');
  744. const div = a.parentElement;
  745. const dropdownMenu = div.querySelector('.dropdown-menu');
  746. const template = document.getElementById(templateId)
  747. .innerHTML.replace(/------/g, id).replace('http://example.net/', feed_web);
  748. if (!dropdownMenu) {
  749. a.href = '#dropdown-' + id;
  750. div.querySelector('.dropdown-target').id = 'dropdown-' + id;
  751. div.insertAdjacentHTML('beforeend', template);
  752. const b = div.querySelector('button.confirm');
  753. if (b) {
  754. b.disabled = false;
  755. }
  756. } else if (getComputedStyle(dropdownMenu).display === 'none') {
  757. const id2 = div.closest('.item').id.substr(2);
  758. a.href = '#dropdown-' + id2;
  759. } else {
  760. a.href = '#close';
  761. }
  762. return true;
  763. }
  764. return true;
  765. };
  766. }
  767. function init_shortcuts() {
  768. Object.keys(context.shortcuts).forEach(function (k) {
  769. context.shortcuts[k] = (context.shortcuts[k] || '').toUpperCase();
  770. });
  771. document.addEventListener('keydown', ev => {
  772. if (ev.target.closest('input, textarea') ||
  773. ev.ctrlKey || ev.metaKey || (ev.altKey && ev.shiftKey)) {
  774. return true;
  775. }
  776. const s = context.shortcuts;
  777. let k = (ev.key.trim() || ev.code || 'Space').toUpperCase();
  778. // IE11
  779. if (k === 'SPACEBAR') k = 'SPACE';
  780. else if (k === 'DEL') k = 'DELETE';
  781. else if (k === 'ESC') k = 'ESCAPE';
  782. if (location.hash.match(/^#dropdown-/)) {
  783. const n = parseInt(k);
  784. if (n) {
  785. if (location.hash === '#dropdown-query') {
  786. user_filter(n);
  787. } else {
  788. auto_share(n);
  789. }
  790. return false;
  791. }
  792. }
  793. if (k === s.actualize) {
  794. const btn = document.getElementById('actualize');
  795. if (btn) {
  796. btn.click();
  797. }
  798. return false;
  799. }
  800. if (k === s.next_entry) {
  801. if (ev.altKey) {
  802. next_category();
  803. } else if (ev.shiftKey) {
  804. next_feed();
  805. } else {
  806. next_entry(false);
  807. }
  808. return false;
  809. }
  810. if (k === s.next_unread_entry) {
  811. if (ev.altKey) {
  812. next_unread_category();
  813. } else if (ev.shiftKey) {
  814. next_feed();
  815. } else {
  816. next_unread_entry(false);
  817. }
  818. return false;
  819. }
  820. if (k === s.prev_entry) {
  821. if (ev.altKey) {
  822. prev_category();
  823. } else if (ev.shiftKey) {
  824. prev_feed();
  825. } else {
  826. prev_entry(false);
  827. }
  828. return false;
  829. }
  830. if (k === s.mark_read) {
  831. if (ev.altKey) {
  832. mark_previous_read(document.querySelector('.flux.current'));
  833. } else if (ev.shiftKey) {
  834. document.querySelector('.nav_menu .read_all').click();
  835. } else { // Toggle the read state
  836. mark_read(document.querySelector('.flux.current'), false, false);
  837. }
  838. return false;
  839. }
  840. if (k === s.first_entry) {
  841. if (ev.altKey) {
  842. first_category();
  843. } else if (ev.shiftKey) {
  844. first_feed();
  845. } else {
  846. const old_active = document.querySelector('.flux.current');
  847. const first = document.querySelector('.flux');
  848. if (first.classList.contains('flux')) {
  849. toggleContent(first, old_active, false);
  850. }
  851. }
  852. return false;
  853. }
  854. if (k === s.last_entry) {
  855. if (ev.altKey) {
  856. last_category();
  857. } else if (ev.shiftKey) {
  858. last_feed();
  859. } else {
  860. const old_active = document.querySelector('.flux.current');
  861. const last = document.querySelector('.flux:last-of-type');
  862. if (last.classList.contains('flux')) {
  863. toggleContent(last, old_active, false);
  864. }
  865. }
  866. return false;
  867. }
  868. if (ev.altKey || ev.shiftKey) {
  869. return true;
  870. }
  871. if (k === s.mark_favorite) { // Toggle the favorite state
  872. mark_favorite(document.querySelector('.flux.current'));
  873. return false;
  874. }
  875. if (k === s.go_website) {
  876. if (context.auto_mark_site) {
  877. mark_read(document.querySelector('.flux.current'), true, false);
  878. }
  879. const newWindow = window.open();
  880. if (newWindow) {
  881. newWindow.opener = null;
  882. newWindow.location = document.querySelector('.flux.current a.go_website').href;
  883. }
  884. return false;
  885. }
  886. if (k === s.skip_next_entry) { next_entry(true); return false; }
  887. if (k === s.skip_prev_entry) { prev_entry(true); return false; }
  888. if (k === s.collapse_entry) { collapse_entry(); return false; }
  889. if (k === s.auto_share) { auto_share(); return false; }
  890. if (k === s.user_filter) { user_filter(); return false; }
  891. if (k === s.load_more) { load_more_posts(); return false; }
  892. if (k === s.close_dropdown) { location.hash = null; return false; }
  893. if (k === s.help) { window.open(context.urls.help); return false; }
  894. if (k === s.focus_search) { document.getElementById('search').focus(); return false; }
  895. if (k === s.normal_view) { delayedClick(document.querySelector('#nav_menu_views .view-normal')); return false; }
  896. if (k === s.reading_view) { delayedClick(document.querySelector('#nav_menu_views .view-reader')); return false; }
  897. if (k === s.global_view) { delayedClick(document.querySelector('#nav_menu_views .view-global')); return false; }
  898. if (k === s.rss_view) { delayedClick(document.querySelector('#nav_menu_views .view-rss')); return false; }
  899. if (k === s.toggle_media) { toggle_media(); return false; }
  900. return true;
  901. });
  902. }
  903. function init_stream(stream) {
  904. stream.onclick = function (ev) {
  905. let el = ev.target.closest('.flux a.read');
  906. if (el) {
  907. mark_read(el.closest('.flux'), false, false);
  908. return false;
  909. }
  910. el = ev.target.closest('.flux a.bookmark');
  911. if (el) {
  912. mark_favorite(el.closest('.flux'));
  913. return false;
  914. }
  915. el = ev.target.closest('.dynamictags');
  916. if (el) {
  917. loadDynamicTags(el);
  918. return true;
  919. }
  920. el = ev.target.closest('.item.title > a');
  921. if (el) { // Allow default control-click behaviour such as open in backround-tab
  922. return ev.ctrlKey;
  923. }
  924. el = ev.target.closest('.flux .content a');
  925. if (el) {
  926. if (!el.closest('div').classList.contains('author')) {
  927. el.target = '_blank';
  928. el.rel = 'noreferrer';
  929. }
  930. return true;
  931. }
  932. el = ev.target.closest('.item.share > a[data-type="print"]');
  933. if (el) { // Print
  934. const tmp_window = window.open();
  935. for (let i = 0; i < document.styleSheets.length; i++) {
  936. tmp_window.document.writeln('<link href="' + document.styleSheets[i].href + '" rel="stylesheet" type="text/css" />');
  937. }
  938. tmp_window.document.writeln(el.closest('.flux_content').querySelector('.content').innerHTML);
  939. tmp_window.document.close();
  940. tmp_window.focus();
  941. tmp_window.print();
  942. tmp_window.close();
  943. return false;
  944. }
  945. el = ev.target.closest('.item.share > a[data-type="clipboard"]');
  946. if (el && navigator.clipboard) { // Clipboard
  947. navigator.clipboard.writeText(el.href);
  948. return false;
  949. }
  950. el = ev.target.closest('.item.share > a[href="POST"]');
  951. if (el) { // Share by POST
  952. const f = el.parentElement.querySelector('form');
  953. f.disabled = false;
  954. f.submit();
  955. return false;
  956. }
  957. el = ev.target.closest('.flux_header, .flux_content');
  958. if (el) { // flux_toggle
  959. if (ev.target.closest('.content, .item.website, .item.link, .dropdown-menu')) {
  960. return true;
  961. }
  962. if (!context.sides_close_article && ev.target.matches('div.flux_content')) {
  963. // setting for not-closing after clicking outside article area
  964. return false;
  965. }
  966. const old_active = document.querySelector('.flux.current');
  967. const new_active = el.parentNode;
  968. if (ev.target.tagName.toUpperCase() === 'A') { // Leave real links alone
  969. if (context.auto_mark_article) {
  970. mark_read(new_active, true, false);
  971. }
  972. return true;
  973. }
  974. toggleContent(new_active, old_active, false);
  975. return false;
  976. }
  977. };
  978. stream.onmouseup = function (ev) { // Mouseup enables us to catch middle click, and control+click in IE/Edge
  979. if (ev.altKey || ev.metaKey || ev.shiftKey) {
  980. return;
  981. }
  982. let el = ev.target.closest('.item.title > a');
  983. if (el) {
  984. if (ev.which == 1) {
  985. if (ev.ctrlKey) { // Control+click
  986. if (context.auto_mark_site) {
  987. mark_read(el.closest('.flux'), true, false);
  988. }
  989. } else {
  990. el.parentElement.click(); // Normal click, just toggle article.
  991. }
  992. } else if (ev.which == 2 && !ev.ctrlKey) { // Simple middle click: same behaviour as CTRL+click
  993. if (context.auto_mark_article) {
  994. const new_active = el.closest('.flux');
  995. mark_read(new_active, true, false);
  996. }
  997. }
  998. return;
  999. }
  1000. if (context.auto_mark_site) {
  1001. // catch mouseup instead of click so we can have the correct behaviour
  1002. // with middle button click (scroll button).
  1003. el = ev.target.closest('.flux .link > a');
  1004. if (el) {
  1005. if (ev.which == 3) {
  1006. return;
  1007. }
  1008. mark_read(el.closest('.flux'), true, false);
  1009. }
  1010. }
  1011. };
  1012. stream.onchange = function (ev) {
  1013. const checkboxTag = ev.target.closest('.checkboxTag');
  1014. if (checkboxTag) { // Dynamic tags
  1015. ev.stopPropagation();
  1016. const isChecked = checkboxTag.checked;
  1017. const tagId = checkboxTag.name.replace(/^t_/, '');
  1018. const tagName = checkboxTag.nextElementSibling ? checkboxTag.nextElementSibling.value : '';
  1019. const entry = checkboxTag.closest('div.flux');
  1020. const entryId = entry.id.replace(/^flux_/, '');
  1021. checkboxTag.disabled = true;
  1022. const req = new XMLHttpRequest();
  1023. req.open('POST', './?c=tag&a=tagEntry', true);
  1024. req.responseType = 'json';
  1025. req.onerror = function (e) {
  1026. checkboxTag.checked = !isChecked;
  1027. badAjax(this.status == 403);
  1028. };
  1029. req.onload = function (e) {
  1030. if (this.status != 200) {
  1031. return req.onerror(e);
  1032. }
  1033. if (entry.classList.contains('not_read')) {
  1034. incUnreadsTag('t_' + tagId, isChecked ? 1 : -1);
  1035. }
  1036. };
  1037. req.onloadend = function (e) {
  1038. checkboxTag.disabled = false;
  1039. if (tagId == 0) {
  1040. loadDynamicTags(checkboxTag.closest('div.dropdown'));
  1041. }
  1042. };
  1043. req.setRequestHeader('Content-Type', 'application/json');
  1044. req.send(JSON.stringify({
  1045. _csrf: context.csrf,
  1046. id_tag: tagId,
  1047. name_tag: tagId == 0 ? tagName : '',
  1048. id_entry: entryId,
  1049. checked: isChecked,
  1050. }));
  1051. }
  1052. };
  1053. }
  1054. function init_nav_entries() {
  1055. const nav_entries = document.getElementById('nav_entries');
  1056. if (nav_entries) {
  1057. nav_entries.querySelector('.previous_entry').onclick = function (e) {
  1058. prev_entry(false);
  1059. return false;
  1060. };
  1061. nav_entries.querySelector('.next_entry').onclick = function (e) {
  1062. next_entry(false);
  1063. return false;
  1064. };
  1065. nav_entries.querySelector('.up').onclick = function (e) {
  1066. const active_item = (document.querySelector('.flux.current') || document.querySelector('.flux'));
  1067. const windowTop = document.scrollingElement.scrollTop;
  1068. const item_top = active_item.offsetParent.offsetTop + active_item.offsetTop;
  1069. document.scrollingElement.scrollTop = windowTop > item_top ? item_top : 0;
  1070. return false;
  1071. };
  1072. }
  1073. }
  1074. function loadDynamicTags(div) {
  1075. div.classList.remove('dynamictags');
  1076. div.querySelectorAll('li.item').forEach(function (li) { li.remove(); });
  1077. const entryId = div.closest('div.flux').id.replace(/^flux_/, '');
  1078. const req = new XMLHttpRequest();
  1079. req.open('GET', './?c=tag&a=getTagsForEntry&id_entry=' + entryId, true);
  1080. req.responseType = 'json';
  1081. req.onerror = function (e) {
  1082. div.querySelectorAll('li.item').forEach(function (li) { li.remove(); });
  1083. div.classList.add('dynamictags');
  1084. };
  1085. req.onload = function (e) {
  1086. if (this.status != 200) {
  1087. return req.onerror(e);
  1088. }
  1089. const json = xmlHttpRequestJson(this);
  1090. if (!json) {
  1091. return req.onerror(e);
  1092. }
  1093. let html = '<li class="item"><label><input class="checkboxTag" name="t_0" type="checkbox" /> <input type="text" name="newTag" /></label></li>';
  1094. if (json && json.length) {
  1095. for (let i = 0; i < json.length; i++) {
  1096. const tag = json[i];
  1097. html += '<li class="item"><label><input class="checkboxTag" name="t_' + tag.id + '" type="checkbox"' +
  1098. (tag.checked ? ' checked="checked"' : '') + '> ' + tag.name + '</label></li>';
  1099. }
  1100. }
  1101. div.querySelector('.dropdown-menu').insertAdjacentHTML('beforeend', html);
  1102. };
  1103. req.send();
  1104. }
  1105. // <actualize>
  1106. let feed_processed = 0;
  1107. function updateFeed(feeds, feeds_count) {
  1108. const feed = feeds.pop();
  1109. if (!feed) {
  1110. return;
  1111. }
  1112. const req = new XMLHttpRequest();
  1113. req.open('POST', feed.url, true);
  1114. req.onloadend = function (e) {
  1115. if (this.status != 200) {
  1116. return badAjax(false);
  1117. }
  1118. feed_processed++;
  1119. const div = document.getElementById('actualizeProgress');
  1120. div.querySelector('.progress').innerHTML = feed_processed + ' / ' + feeds_count;
  1121. div.querySelector('.title').innerHTML = feed.title;
  1122. if (feed_processed === feeds_count) {
  1123. // Empty request to commit new articles
  1124. const req2 = new XMLHttpRequest();
  1125. req2.open('POST', './?c=feed&a=actualize&id=-1&ajax=1', true);
  1126. req2.onloadend = function (e) {
  1127. delayedFunction(function () { location.reload(); });
  1128. };
  1129. req2.setRequestHeader('Content-Type', 'application/json');
  1130. req2.send(JSON.stringify({
  1131. _csrf: context.csrf,
  1132. noCommit: 0,
  1133. }));
  1134. } else {
  1135. updateFeed(feeds, feeds_count);
  1136. }
  1137. };
  1138. req.setRequestHeader('Content-Type', 'application/json');
  1139. req.send(JSON.stringify({
  1140. _csrf: context.csrf,
  1141. noCommit: 1,
  1142. }));
  1143. }
  1144. function init_actualize() {
  1145. let auto = false;
  1146. const actualize = document.getElementById('actualize');
  1147. if (!actualize) {
  1148. return;
  1149. }
  1150. actualize.onclick = function () {
  1151. if (context.ajax_loading) {
  1152. return false;
  1153. }
  1154. context.ajax_loading = true;
  1155. const req = new XMLHttpRequest();
  1156. req.open('POST', './?c=javascript&a=actualize', true);
  1157. req.responseType = 'json';
  1158. req.onload = function (e) {
  1159. if (this.status != 200) {
  1160. return badAjax(false);
  1161. }
  1162. const json = xmlHttpRequestJson(this);
  1163. if (!json) {
  1164. return badAjax(false);
  1165. }
  1166. if (auto && json.feeds.length < 1) {
  1167. auto = false;
  1168. context.ajax_loading = false;
  1169. return false;
  1170. }
  1171. if (json.feeds.length === 0) {
  1172. openNotification(json.feedback_no_refresh, 'good');
  1173. // Empty request to commit new articles
  1174. const req2 = new XMLHttpRequest();
  1175. req2.open('POST', './?c=feed&a=actualize&id=-1&ajax=1', true);
  1176. req2.onloadend = function (e) {
  1177. context.ajax_loading = false;
  1178. };
  1179. req2.setRequestHeader('Content-Type', 'application/json');
  1180. req2.send(JSON.stringify({
  1181. _csrf: context.csrf,
  1182. noCommit: 0,
  1183. }));
  1184. return;
  1185. }
  1186. // Progress bar
  1187. const feeds_count = json.feeds.length;
  1188. document.body.insertAdjacentHTML('beforeend', '<div id="actualizeProgress" class="notification good">' +
  1189. json.feedback_actualize + '<br /><span class="title">/</span><br /><span class="progress">0 / ' +
  1190. feeds_count + '</span></div>');
  1191. for (let i = 10; i > 0; i--) {
  1192. updateFeed(json.feeds, feeds_count);
  1193. }
  1194. };
  1195. req.setRequestHeader('Content-Type', 'application/json');
  1196. req.send(JSON.stringify({
  1197. _csrf: context.csrf,
  1198. }));
  1199. return false;
  1200. };
  1201. if (context.auto_actualize_feeds) {
  1202. auto = true;
  1203. actualize.click();
  1204. }
  1205. }
  1206. // </actualize>
  1207. // <notification>
  1208. let notification = null;
  1209. let notification_interval = null;
  1210. let notification_working = false;
  1211. function openNotification(msg, status) {
  1212. if (notification_working === true) {
  1213. return false;
  1214. }
  1215. notification_working = true;
  1216. notification.querySelector('.msg').innerHTML = msg;
  1217. notification.className = 'notification';
  1218. notification.classList.add(status);
  1219. notification_interval = setTimeout(closeNotification, 4000);
  1220. }
  1221. function closeNotification() {
  1222. notification.classList.add('closed');
  1223. clearInterval(notification_interval);
  1224. notification_working = false;
  1225. }
  1226. function init_notifications() {
  1227. notification = document.getElementById('notification');
  1228. notification.querySelector('a.close').onclick = function () {
  1229. closeNotification();
  1230. return false;
  1231. };
  1232. if (notification.querySelector('.msg').innerHTML.length > 0) {
  1233. notification_working = true;
  1234. notification_interval = setTimeout(closeNotification, 4000);
  1235. }
  1236. }
  1237. // </notification>
  1238. // <popup>
  1239. let popup = null;
  1240. let popup_iframe_container = null;
  1241. let popup_iframe = null;
  1242. let popup_txt = null;
  1243. let popup_working = false;
  1244. /* eslint-disable no-unused-vars */
  1245. // TODO: Re-enable no-unused-vars
  1246. function openPopupWithMessage(msg) {
  1247. if (popup_working === true) {
  1248. return false;
  1249. }
  1250. popup_working = true;
  1251. popup_txt.innerHTML = msg;
  1252. popup_txt.style.display = 'table-row';
  1253. popup.style.display = 'block';
  1254. }
  1255. function openPopupWithSource(source) {
  1256. if (popup_working === true) {
  1257. return false;
  1258. }
  1259. popup_working = true;
  1260. popup_iframe.src = source;
  1261. popup_iframe_container.style.display = 'table-row';
  1262. popup.style.display = 'block';
  1263. }
  1264. /* eslint-enable no-unused-vars */
  1265. function closePopup() {
  1266. popup.style.display = 'none';
  1267. popup_iframe_container.style.display = 'none';
  1268. popup_txt.style.display = 'none';
  1269. popup_iframe.src = 'about:blank';
  1270. popup_working = false;
  1271. }
  1272. function init_popup() {
  1273. // Fetch elements.
  1274. popup = document.getElementById('popup');
  1275. if (popup) {
  1276. popup_iframe_container = document.getElementById('popup-iframe-container');
  1277. popup_iframe = document.getElementById('popup-iframe');
  1278. popup_txt = document.getElementById('popup-txt');
  1279. // Configure close button.
  1280. document.getElementById('popup-close').addEventListener('click', function (ev) {
  1281. closePopup();
  1282. });
  1283. // Configure close-on-click.
  1284. window.addEventListener('click', function (ev) {
  1285. if (ev.target == popup) {
  1286. closePopup();
  1287. }
  1288. });
  1289. }
  1290. }
  1291. // </popup>
  1292. // <notifs html5>
  1293. let notifs_html5_permission = 'denied';
  1294. function notifs_html5_is_supported() {
  1295. return window.Notification !== undefined;
  1296. }
  1297. function notifs_html5_ask_permission() {
  1298. window.Notification.requestPermission(function () {
  1299. notifs_html5_permission = window.Notification.permission;
  1300. });
  1301. }
  1302. function notifs_html5_show(nb) {
  1303. if (notifs_html5_permission !== 'granted') {
  1304. return;
  1305. }
  1306. const notification = new window.Notification(context.i18n.notif_title_articles, {
  1307. icon: '../themes/icons/favicon-256-padding.png',
  1308. body: context.i18n.notif_body_articles.replace('%d', nb),
  1309. tag: 'freshRssNewArticles',
  1310. });
  1311. notification.onclick = function () {
  1312. delayedFunction(function () {
  1313. location.reload();
  1314. window.focus();
  1315. notification.close();
  1316. });
  1317. };
  1318. if (context.html5_notif_timeout !== 0) {
  1319. setTimeout(function () {
  1320. notification.close();
  1321. }, context.html5_notif_timeout * 1000);
  1322. }
  1323. }
  1324. function init_notifs_html5() {
  1325. if (!notifs_html5_is_supported()) {
  1326. return;
  1327. }
  1328. notifs_html5_permission = notifs_html5_ask_permission();
  1329. }
  1330. // </notifs html5>
  1331. function refreshUnreads() {
  1332. const req = new XMLHttpRequest();
  1333. req.open('GET', './?c=javascript&a=nbUnreadsPerFeed', true);
  1334. req.responseType = 'json';
  1335. req.onload = function (e) {
  1336. const json = xmlHttpRequestJson(this);
  1337. if (!json) {
  1338. return badAjax(false);
  1339. }
  1340. const isAll = document.querySelector('.category.all.active');
  1341. let new_articles = false;
  1342. Object.keys(json.feeds).forEach(function (feed_id) {
  1343. const nbUnreads = json.feeds[feed_id];
  1344. feed_id = 'f_' + feed_id;
  1345. const elem = document.getElementById(feed_id);
  1346. const feed_unreads = elem ? str2int(elem.getAttribute('data-unread')) : 0;
  1347. if ((incUnreadsFeed(null, feed_id, nbUnreads - feed_unreads) || isAll) && // Update of current view?
  1348. (nbUnreads - feed_unreads > 0)) {
  1349. const newArticle = document.getElementById('new-article');
  1350. newArticle.setAttribute('aria-hidden', 'false');
  1351. newArticle.style.display = 'block';
  1352. new_articles = true;
  1353. }
  1354. });
  1355. let nbUnreadTags = 0;
  1356. Object.keys(json.tags).forEach(function (tag_id) {
  1357. const nbUnreads = json.tags[tag_id];
  1358. nbUnreadTags += nbUnreads;
  1359. const tag = document.getElementById('t_' + tag_id);
  1360. if (tag) {
  1361. tag.setAttribute('data-unread', nbUnreads);
  1362. tag.querySelector('.item-title').setAttribute('data-unread', numberFormat(nbUnreads));
  1363. }
  1364. });
  1365. const tags = document.querySelector('.category.tags');
  1366. if (tags) {
  1367. tags.setAttribute('data-unread', nbUnreadTags);
  1368. tags.querySelector('.title').setAttribute('data-unread', numberFormat(nbUnreadTags));
  1369. }
  1370. const title = document.querySelector('.category.all .title');
  1371. const nb_unreads = title ? str2int(title.getAttribute('data-unread')) : 0;
  1372. if (nb_unreads > 0 && new_articles) {
  1373. faviconNbUnread(nb_unreads);
  1374. notifs_html5_show(nb_unreads);
  1375. }
  1376. };
  1377. req.send();
  1378. }
  1379. // <endless_mode>
  1380. let url_load_more = '';
  1381. let load_more = false;
  1382. let box_load_more = null;
  1383. function load_more_posts() {
  1384. if (load_more || !url_load_more || !box_load_more) {
  1385. return;
  1386. }
  1387. load_more = true;
  1388. document.getElementById('load_more').classList.add('loading');
  1389. const req = new XMLHttpRequest();
  1390. req.open('GET', url_load_more, true);
  1391. req.responseType = 'document';
  1392. req.onload = function (e) {
  1393. const html = this.response;
  1394. const formPagination = document.getElementById('mark-read-pagination');
  1395. const streamAdopted = document.adoptNode(html.getElementById('stream'));
  1396. streamAdopted.querySelectorAll('.flux, .day').forEach(function (div) {
  1397. box_load_more.insertBefore(div, formPagination);
  1398. });
  1399. const paginationOld = formPagination.querySelector('.pagination');
  1400. const paginationNew = streamAdopted.querySelector('.pagination');
  1401. formPagination.replaceChild(paginationNew, paginationOld);
  1402. const bigMarkAsRead = document.getElementById('bigMarkAsRead');
  1403. const readAll = document.querySelector('#nav_menu_read_all .read_all');
  1404. if (readAll && bigMarkAsRead && bigMarkAsRead.formAction) {
  1405. if (context.display_order === 'ASC') {
  1406. readAll.formAction = bigMarkAsRead.formAction;
  1407. } else {
  1408. bigMarkAsRead.formAction = readAll.formAction;
  1409. }
  1410. }
  1411. document.querySelectorAll('[id^=day_]').forEach(function (div) {
  1412. const ids = document.querySelectorAll('[id="' + div.id + '"]');
  1413. for (let i = ids.length - 1; i > 0; i--) { // Keep only the first
  1414. ids[i].remove();
  1415. }
  1416. });
  1417. init_load_more(box_load_more);
  1418. const div_load_more = document.getElementById('load_more');
  1419. if (bigMarkAsRead) {
  1420. bigMarkAsRead.removeAttribute('disabled');
  1421. }
  1422. if (div_load_more) {
  1423. div_load_more.classList.remove('loading');
  1424. }
  1425. load_more = false;
  1426. };
  1427. req.send();
  1428. }
  1429. const freshrssLoadMoreEvent = document.createEvent('Event');
  1430. freshrssLoadMoreEvent.initEvent('freshrss:load-more', true, true);
  1431. function init_load_more(box) {
  1432. box_load_more = box;
  1433. document.body.dispatchEvent(freshrssLoadMoreEvent);
  1434. const next_link = document.getElementById('load_more');
  1435. if (!next_link) {
  1436. // no more article to load
  1437. url_load_more = '';
  1438. return;
  1439. }
  1440. url_load_more = next_link.href;
  1441. next_link.onclick = function (e) {
  1442. load_more_posts();
  1443. return false;
  1444. };
  1445. }
  1446. // </endless_mode>
  1447. function init_confirm_action() {
  1448. document.body.onclick = function (ev) {
  1449. const b = ev.target.closest('.confirm');
  1450. if (b) {
  1451. let str_confirmation = this.getAttribute('data-str-confirm');
  1452. if (!str_confirmation) {
  1453. str_confirmation = context.i18n.confirmation_default;
  1454. }
  1455. return confirm(str_confirmation);
  1456. }
  1457. };
  1458. document.querySelectorAll('button.confirm').forEach(function (b) { b.disabled = false; });
  1459. }
  1460. function faviconNbUnread(n) {
  1461. if (typeof n === 'undefined') {
  1462. const t = document.querySelector('.category.all .title');
  1463. n = t ? str2int(t.getAttribute('data-unread')) : 0;
  1464. }
  1465. // http://remysharp.com/2010/08/24/dynamic-favicons/
  1466. const canvas = document.createElement('canvas');
  1467. const link = document.getElementById('favicon').cloneNode(true);
  1468. const ratio = window.devicePixelRatio;
  1469. if (canvas.getContext && link) {
  1470. canvas.height = canvas.width = 16 * ratio;
  1471. const img = document.createElement('img');
  1472. img.onload = function () {
  1473. const ctx = canvas.getContext('2d');
  1474. ctx.drawImage(this, 0, 0, canvas.width, canvas.height);
  1475. if (n > 0) {
  1476. let text = '';
  1477. if (n < 1000) {
  1478. text = n;
  1479. } else if (n < 100000) {
  1480. text = Math.floor(n / 1000) + 'k';
  1481. } else {
  1482. text = 'E' + Math.floor(Math.log10(n));
  1483. }
  1484. ctx.font = 'bold ' + 9 * ratio + 'px "Arial", sans-serif';
  1485. ctx.fillStyle = 'rgba(255, 255, 255, 0.8)';
  1486. ctx.fillRect(0, 7 * ratio, ctx.measureText(text).width, 9 * ratio);
  1487. ctx.fillStyle = '#F00';
  1488. ctx.fillText(text, 0, canvas.height - 1);
  1489. }
  1490. link.href = canvas.toDataURL('image/png');
  1491. document.querySelector('link[rel~=icon]').remove();
  1492. document.head.appendChild(link);
  1493. };
  1494. img.src = '../favicon.ico';
  1495. }
  1496. }
  1497. function removeFirstLoadSpinner() {
  1498. const first_load = document.getElementById('first_load');
  1499. if (first_load) {
  1500. first_load.remove();
  1501. }
  1502. }
  1503. function init_normal() {
  1504. const stream = document.getElementById('stream');
  1505. if (!stream) {
  1506. if (window.console) {
  1507. console.log('FreshRSS waiting for content…');
  1508. }
  1509. setTimeout(init_normal, 100);
  1510. return;
  1511. }
  1512. init_column_categories();
  1513. init_stream(stream);
  1514. init_shortcuts();
  1515. init_actualize();
  1516. faviconNbUnread();
  1517. window.onbeforeunload = function (e) {
  1518. const sidebar = document.getElementById('sidebar');
  1519. if (sidebar) { // Save sidebar scroll position
  1520. sessionStorage.setItem('FreshRSS_sidebar_scrollTop', sidebar.scrollTop);
  1521. }
  1522. if (mark_read_queue && mark_read_queue.length > 0) {
  1523. return false;
  1524. }
  1525. };
  1526. }
  1527. function init_beforeDOM() {
  1528. document.scrollingElement.scrollTop = 0;
  1529. if (['normal', 'reader', 'global'].indexOf(context.current_view) >= 0) {
  1530. init_normal();
  1531. }
  1532. }
  1533. function init_afterDOM() {
  1534. removeFirstLoadSpinner();
  1535. init_notifications();
  1536. init_popup();
  1537. init_confirm_action();
  1538. const stream = document.getElementById('stream');
  1539. if (stream) {
  1540. init_load_more(stream);
  1541. init_posts();
  1542. init_nav_entries();
  1543. init_notifs_html5();
  1544. setTimeout(faviconNbUnread, 1000);
  1545. setInterval(refreshUnreads, 120000);
  1546. }
  1547. if (window.console) {
  1548. console.log('FreshRSS main init done.');
  1549. }
  1550. }
  1551. init_beforeDOM(); // Can be called before DOM is fully loaded
  1552. if (document.readyState && document.readyState !== 'loading') {
  1553. init_afterDOM();
  1554. } else {
  1555. if (window.console) {
  1556. console.log('FreshRSS waiting for DOMContentLoaded…');
  1557. }
  1558. document.addEventListener('DOMContentLoaded', init_afterDOM, false);
  1559. }
  1560. // @license-end