main.js 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744
  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;
  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. ev.preventDefault();
  791. return;
  792. }
  793. }
  794. if (k === s.actualize) {
  795. const btn = document.getElementById('actualize');
  796. if (btn) {
  797. btn.click();
  798. }
  799. ev.preventDefault();
  800. return;
  801. }
  802. if (k === s.next_entry) {
  803. if (ev.altKey) {
  804. next_category();
  805. } else if (ev.shiftKey) {
  806. next_feed();
  807. } else {
  808. next_entry(false);
  809. }
  810. ev.preventDefault();
  811. return;
  812. }
  813. if (k === s.next_unread_entry) {
  814. if (ev.altKey) {
  815. next_unread_category();
  816. } else if (ev.shiftKey) {
  817. next_feed();
  818. } else {
  819. next_unread_entry(false);
  820. }
  821. ev.preventDefault();
  822. return;
  823. }
  824. if (k === s.prev_entry) {
  825. if (ev.altKey) {
  826. prev_category();
  827. } else if (ev.shiftKey) {
  828. prev_feed();
  829. } else {
  830. prev_entry(false);
  831. }
  832. ev.preventDefault();
  833. return;
  834. }
  835. if (k === s.mark_read) {
  836. if (ev.altKey) {
  837. mark_previous_read(document.querySelector('.flux.current'));
  838. } else if (ev.shiftKey) {
  839. document.querySelector('.nav_menu .read_all').click();
  840. } else { // Toggle the read state
  841. mark_read(document.querySelector('.flux.current'), false, false);
  842. }
  843. ev.preventDefault();
  844. return;
  845. }
  846. if (k === s.first_entry) {
  847. if (ev.altKey) {
  848. first_category();
  849. } else if (ev.shiftKey) {
  850. first_feed();
  851. } else {
  852. const old_active = document.querySelector('.flux.current');
  853. const first = document.querySelector('.flux');
  854. if (first.classList.contains('flux')) {
  855. toggleContent(first, old_active, false);
  856. }
  857. }
  858. ev.preventDefault();
  859. return;
  860. }
  861. if (k === s.last_entry) {
  862. if (ev.altKey) {
  863. last_category();
  864. } else if (ev.shiftKey) {
  865. last_feed();
  866. } else {
  867. const old_active = document.querySelector('.flux.current');
  868. const last = document.querySelector('.flux:last-of-type');
  869. if (last.classList.contains('flux')) {
  870. toggleContent(last, old_active, false);
  871. }
  872. }
  873. ev.preventDefault();
  874. return;
  875. }
  876. if (ev.altKey || ev.shiftKey) {
  877. return;
  878. }
  879. if (k === s.mark_favorite) { // Toggle the favorite state
  880. mark_favorite(document.querySelector('.flux.current'));
  881. ev.preventDefault();
  882. return;
  883. }
  884. if (k === s.go_website) {
  885. if (context.auto_mark_site) {
  886. mark_read(document.querySelector('.flux.current'), true, false);
  887. }
  888. const newWindow = window.open();
  889. if (newWindow) {
  890. newWindow.opener = null;
  891. newWindow.location = document.querySelector('.flux.current a.go_website').href;
  892. }
  893. ev.preventDefault();
  894. return;
  895. }
  896. if (k === s.skip_next_entry) { next_entry(true); ev.preventDefault(); return; }
  897. if (k === s.skip_prev_entry) { prev_entry(true); ev.preventDefault(); return; }
  898. if (k === s.collapse_entry) { collapse_entry(); ev.preventDefault(); return; }
  899. if (k === s.auto_share) { auto_share(); ev.preventDefault(); return; }
  900. if (k === s.user_filter) { user_filter(); ev.preventDefault(); return; }
  901. if (k === s.load_more) { load_more_posts(); ev.preventDefault(); return; }
  902. if (k === s.close_dropdown) { location.hash = null; ev.preventDefault(); return; }
  903. if (k === s.help) { window.open(context.urls.help); ev.preventDefault(); return; }
  904. if (k === s.focus_search) { document.getElementById('search').focus(); ev.preventDefault(); return; }
  905. if (k === s.normal_view) { delayedClick(document.querySelector('#nav_menu_views .view-normal')); ev.preventDefault(); return; }
  906. if (k === s.reading_view) { delayedClick(document.querySelector('#nav_menu_views .view-reader')); ev.preventDefault(); return; }
  907. if (k === s.global_view) { delayedClick(document.querySelector('#nav_menu_views .view-global')); ev.preventDefault(); return; }
  908. if (k === s.rss_view) { delayedClick(document.querySelector('#nav_menu_views .view-rss')); ev.preventDefault(); return; }
  909. if (k === s.toggle_media) { toggle_media(); ev.preventDefault(); }
  910. });
  911. }
  912. function init_stream(stream) {
  913. stream.onclick = function (ev) {
  914. let el = ev.target.closest('.flux a.read');
  915. if (el) {
  916. mark_read(el.closest('.flux'), false, false);
  917. return false;
  918. }
  919. el = ev.target.closest('.flux a.bookmark');
  920. if (el) {
  921. mark_favorite(el.closest('.flux'));
  922. return false;
  923. }
  924. el = ev.target.closest('.dynamictags');
  925. if (el) {
  926. loadDynamicTags(el);
  927. return true;
  928. }
  929. el = ev.target.closest('.item.title > a');
  930. if (el) { // Allow default control-click behaviour such as open in background-tab
  931. return ev.ctrlKey;
  932. }
  933. el = ev.target.closest('.flux .content a');
  934. if (el) {
  935. if (!el.closest('div').classList.contains('author')) {
  936. el.target = '_blank';
  937. el.rel = 'noreferrer';
  938. }
  939. return true;
  940. }
  941. el = ev.target.closest('.item.share > a[data-type="print"]');
  942. if (el) { // Print
  943. const tmp_window = window.open();
  944. for (let i = 0; i < document.styleSheets.length; i++) {
  945. tmp_window.document.writeln('<link href="' + document.styleSheets[i].href + '" rel="stylesheet" type="text/css" />');
  946. }
  947. tmp_window.document.writeln(el.closest('.flux_content').querySelector('.content').innerHTML);
  948. tmp_window.document.close();
  949. tmp_window.focus();
  950. tmp_window.print();
  951. tmp_window.close();
  952. return false;
  953. }
  954. el = ev.target.closest('.item.share > a[data-type="clipboard"]');
  955. if (el && navigator.clipboard) { // Clipboard
  956. navigator.clipboard.writeText(el.href);
  957. return false;
  958. }
  959. el = ev.target.closest('.item.share > a[href="POST"]');
  960. if (el) { // Share by POST
  961. const f = el.parentElement.querySelector('form');
  962. f.disabled = false;
  963. f.submit();
  964. return false;
  965. }
  966. el = ev.target.closest('.flux_header, .flux_content');
  967. if (el) { // flux_toggle
  968. if (ev.target.closest('.content, .item.website, .item.link, .dropdown-menu')) {
  969. return true;
  970. }
  971. if (!context.sides_close_article && ev.target.matches('div.flux_content')) {
  972. // setting for not-closing after clicking outside article area
  973. return false;
  974. }
  975. const old_active = document.querySelector('.flux.current');
  976. const new_active = el.parentNode;
  977. if (ev.target.tagName.toUpperCase() === 'A') { // Leave real links alone
  978. if (context.auto_mark_article) {
  979. mark_read(new_active, true, false);
  980. }
  981. return true;
  982. }
  983. toggleContent(new_active, old_active, false);
  984. return false;
  985. }
  986. };
  987. stream.onmouseup = function (ev) { // Mouseup enables us to catch middle click, and control+click in IE/Edge
  988. if (ev.altKey || ev.metaKey || ev.shiftKey) {
  989. return;
  990. }
  991. let el = ev.target.closest('.item.title > a');
  992. if (el) {
  993. if (ev.which == 1) {
  994. if (ev.ctrlKey) { // Control+click
  995. if (context.auto_mark_site) {
  996. mark_read(el.closest('.flux'), true, false);
  997. }
  998. } else {
  999. el.parentElement.click(); // Normal click, just toggle article.
  1000. }
  1001. } else if (ev.which == 2 && !ev.ctrlKey) { // Simple middle click: same behaviour as CTRL+click
  1002. if (context.auto_mark_article) {
  1003. const new_active = el.closest('.flux');
  1004. mark_read(new_active, true, false);
  1005. }
  1006. }
  1007. return;
  1008. }
  1009. if (context.auto_mark_site) {
  1010. // catch mouseup instead of click so we can have the correct behaviour
  1011. // with middle button click (scroll button).
  1012. el = ev.target.closest('.flux .link > a');
  1013. if (el) {
  1014. if (ev.which == 3) {
  1015. return;
  1016. }
  1017. mark_read(el.closest('.flux'), true, false);
  1018. }
  1019. }
  1020. };
  1021. stream.onchange = function (ev) {
  1022. const checkboxTag = ev.target.closest('.checkboxTag');
  1023. if (checkboxTag) { // Dynamic tags
  1024. ev.stopPropagation();
  1025. const isChecked = checkboxTag.checked;
  1026. const tagId = checkboxTag.name.replace(/^t_/, '');
  1027. const tagName = checkboxTag.nextElementSibling ? checkboxTag.nextElementSibling.value : '';
  1028. const entry = checkboxTag.closest('div.flux');
  1029. const entryId = entry.id.replace(/^flux_/, '');
  1030. checkboxTag.disabled = true;
  1031. const req = new XMLHttpRequest();
  1032. req.open('POST', './?c=tag&a=tagEntry', true);
  1033. req.responseType = 'json';
  1034. req.onerror = function (e) {
  1035. checkboxTag.checked = !isChecked;
  1036. badAjax(this.status == 403);
  1037. };
  1038. req.onload = function (e) {
  1039. if (this.status != 200) {
  1040. return req.onerror(e);
  1041. }
  1042. if (entry.classList.contains('not_read')) {
  1043. incUnreadsTag('t_' + tagId, isChecked ? 1 : -1);
  1044. }
  1045. };
  1046. req.onloadend = function (e) {
  1047. checkboxTag.disabled = false;
  1048. if (tagId == 0) {
  1049. loadDynamicTags(checkboxTag.closest('div.dropdown'));
  1050. }
  1051. };
  1052. req.setRequestHeader('Content-Type', 'application/json');
  1053. req.send(JSON.stringify({
  1054. _csrf: context.csrf,
  1055. id_tag: tagId,
  1056. name_tag: tagId == 0 ? tagName : '',
  1057. id_entry: entryId,
  1058. checked: isChecked,
  1059. }));
  1060. }
  1061. };
  1062. }
  1063. function init_nav_entries() {
  1064. const nav_entries = document.getElementById('nav_entries');
  1065. if (nav_entries) {
  1066. nav_entries.querySelector('.previous_entry').onclick = function (e) {
  1067. prev_entry(false);
  1068. return false;
  1069. };
  1070. nav_entries.querySelector('.next_entry').onclick = function (e) {
  1071. next_entry(false);
  1072. return false;
  1073. };
  1074. nav_entries.querySelector('.up').onclick = function (e) {
  1075. const active_item = (document.querySelector('.flux.current') || document.querySelector('.flux'));
  1076. const windowTop = document.scrollingElement.scrollTop;
  1077. const item_top = active_item.offsetParent.offsetTop + active_item.offsetTop;
  1078. document.scrollingElement.scrollTop = windowTop > item_top ? item_top : 0;
  1079. return false;
  1080. };
  1081. }
  1082. }
  1083. function loadDynamicTags(div) {
  1084. div.classList.remove('dynamictags');
  1085. div.querySelectorAll('li.item').forEach(function (li) { li.remove(); });
  1086. const entryId = div.closest('div.flux').id.replace(/^flux_/, '');
  1087. const req = new XMLHttpRequest();
  1088. req.open('GET', './?c=tag&a=getTagsForEntry&id_entry=' + entryId, true);
  1089. req.responseType = 'json';
  1090. req.onerror = function (e) {
  1091. div.querySelectorAll('li.item').forEach(function (li) { li.remove(); });
  1092. div.classList.add('dynamictags');
  1093. };
  1094. req.onload = function (e) {
  1095. if (this.status != 200) {
  1096. return req.onerror(e);
  1097. }
  1098. const json = xmlHttpRequestJson(this);
  1099. if (!json) {
  1100. return req.onerror(e);
  1101. }
  1102. let html = '<li class="item"><label><input class="checkboxTag" name="t_0" type="checkbox" /> <input type="text" name="newTag" /></label></li>';
  1103. if (json && json.length) {
  1104. for (let i = 0; i < json.length; i++) {
  1105. const tag = json[i];
  1106. html += '<li class="item"><label><input class="checkboxTag" name="t_' + tag.id + '" type="checkbox"' +
  1107. (tag.checked ? ' checked="checked"' : '') + '> ' + tag.name + '</label></li>';
  1108. }
  1109. }
  1110. div.querySelector('.dropdown-menu').insertAdjacentHTML('beforeend', html);
  1111. };
  1112. req.send();
  1113. }
  1114. // <actualize>
  1115. let feed_processed = 0;
  1116. function updateFeed(feeds, feeds_count) {
  1117. const feed = feeds.pop();
  1118. if (!feed) {
  1119. return;
  1120. }
  1121. const req = new XMLHttpRequest();
  1122. req.open('POST', feed.url, true);
  1123. req.onloadend = function (e) {
  1124. if (this.status != 200) {
  1125. return badAjax(false);
  1126. }
  1127. feed_processed++;
  1128. const div = document.getElementById('actualizeProgress');
  1129. div.querySelector('.progress').innerHTML = feed_processed + ' / ' + feeds_count;
  1130. div.querySelector('.title').innerHTML = feed.title;
  1131. if (feed_processed === feeds_count) {
  1132. // Empty request to commit new articles
  1133. const req2 = new XMLHttpRequest();
  1134. req2.open('POST', './?c=feed&a=actualize&id=-1&ajax=1', true);
  1135. req2.onloadend = function (e) {
  1136. delayedFunction(function () { location.reload(); });
  1137. };
  1138. req2.setRequestHeader('Content-Type', 'application/json');
  1139. req2.send(JSON.stringify({
  1140. _csrf: context.csrf,
  1141. noCommit: 0,
  1142. }));
  1143. } else {
  1144. updateFeed(feeds, feeds_count);
  1145. }
  1146. };
  1147. req.setRequestHeader('Content-Type', 'application/json');
  1148. req.send(JSON.stringify({
  1149. _csrf: context.csrf,
  1150. noCommit: 1,
  1151. }));
  1152. }
  1153. function init_actualize() {
  1154. let auto = false;
  1155. const actualize = document.getElementById('actualize');
  1156. if (!actualize) {
  1157. return;
  1158. }
  1159. actualize.onclick = function () {
  1160. if (context.ajax_loading) {
  1161. return false;
  1162. }
  1163. context.ajax_loading = true;
  1164. const req = new XMLHttpRequest();
  1165. req.open('POST', './?c=javascript&a=actualize', true);
  1166. req.responseType = 'json';
  1167. req.onload = function (e) {
  1168. if (this.status != 200) {
  1169. return badAjax(false);
  1170. }
  1171. const json = xmlHttpRequestJson(this);
  1172. if (!json) {
  1173. return badAjax(false);
  1174. }
  1175. if (auto && json.feeds.length < 1) {
  1176. auto = false;
  1177. context.ajax_loading = false;
  1178. return false;
  1179. }
  1180. if (json.feeds.length === 0) {
  1181. openNotification(json.feedback_no_refresh, 'good');
  1182. // Empty request to commit new articles
  1183. const req2 = new XMLHttpRequest();
  1184. req2.open('POST', './?c=feed&a=actualize&id=-1&ajax=1', true);
  1185. req2.onloadend = function (e) {
  1186. context.ajax_loading = false;
  1187. };
  1188. req2.setRequestHeader('Content-Type', 'application/json');
  1189. req2.send(JSON.stringify({
  1190. _csrf: context.csrf,
  1191. noCommit: 0,
  1192. }));
  1193. return;
  1194. }
  1195. // Progress bar
  1196. const feeds_count = json.feeds.length;
  1197. document.body.insertAdjacentHTML('beforeend', '<div id="actualizeProgress" class="notification good">' +
  1198. json.feedback_actualize + '<br /><span class="title">/</span><br /><span class="progress">0 / ' +
  1199. feeds_count + '</span></div>');
  1200. for (let i = 10; i > 0; i--) {
  1201. updateFeed(json.feeds, feeds_count);
  1202. }
  1203. };
  1204. req.setRequestHeader('Content-Type', 'application/json');
  1205. req.send(JSON.stringify({
  1206. _csrf: context.csrf,
  1207. }));
  1208. return false;
  1209. };
  1210. if (context.auto_actualize_feeds) {
  1211. auto = true;
  1212. actualize.click();
  1213. }
  1214. }
  1215. // </actualize>
  1216. // <notification>
  1217. let notification = null;
  1218. let notification_interval = null;
  1219. let notification_working = false;
  1220. function openNotification(msg, status) {
  1221. if (notification_working === true) {
  1222. return false;
  1223. }
  1224. notification_working = true;
  1225. notification.querySelector('.msg').innerHTML = msg;
  1226. notification.className = 'notification';
  1227. notification.classList.add(status);
  1228. notification_interval = setTimeout(closeNotification, 4000);
  1229. }
  1230. function closeNotification() {
  1231. notification.classList.add('closed');
  1232. clearInterval(notification_interval);
  1233. notification_working = false;
  1234. }
  1235. function init_notifications() {
  1236. notification = document.getElementById('notification');
  1237. notification.querySelector('a.close').onclick = function () {
  1238. closeNotification();
  1239. return false;
  1240. };
  1241. if (notification.querySelector('.msg').innerHTML.length > 0) {
  1242. notification_working = true;
  1243. notification_interval = setTimeout(closeNotification, 4000);
  1244. }
  1245. }
  1246. // </notification>
  1247. // <popup>
  1248. let popup = null;
  1249. let popup_iframe_container = null;
  1250. let popup_iframe = null;
  1251. let popup_txt = null;
  1252. let popup_working = false;
  1253. /* eslint-disable no-unused-vars */
  1254. // TODO: Re-enable no-unused-vars
  1255. function openPopupWithMessage(msg) {
  1256. if (popup_working === true) {
  1257. return false;
  1258. }
  1259. popup_working = true;
  1260. popup_txt.innerHTML = msg;
  1261. popup_txt.style.display = 'table-row';
  1262. popup.style.display = 'block';
  1263. }
  1264. function openPopupWithSource(source) {
  1265. if (popup_working === true) {
  1266. return false;
  1267. }
  1268. popup_working = true;
  1269. popup_iframe.src = source;
  1270. popup_iframe_container.style.display = 'table-row';
  1271. popup.style.display = 'block';
  1272. }
  1273. /* eslint-enable no-unused-vars */
  1274. function closePopup() {
  1275. popup.style.display = 'none';
  1276. popup_iframe_container.style.display = 'none';
  1277. popup_txt.style.display = 'none';
  1278. popup_iframe.src = 'about:blank';
  1279. popup_working = false;
  1280. }
  1281. function init_popup() {
  1282. // Fetch elements.
  1283. popup = document.getElementById('popup');
  1284. if (popup) {
  1285. popup_iframe_container = document.getElementById('popup-iframe-container');
  1286. popup_iframe = document.getElementById('popup-iframe');
  1287. popup_txt = document.getElementById('popup-txt');
  1288. // Configure close button.
  1289. document.getElementById('popup-close').addEventListener('click', function (ev) {
  1290. closePopup();
  1291. });
  1292. // Configure close-on-click.
  1293. window.addEventListener('click', function (ev) {
  1294. if (ev.target == popup) {
  1295. closePopup();
  1296. }
  1297. });
  1298. }
  1299. }
  1300. // </popup>
  1301. // <notifs html5>
  1302. let notifs_html5_permission = 'denied';
  1303. function notifs_html5_is_supported() {
  1304. return window.Notification !== undefined;
  1305. }
  1306. function notifs_html5_ask_permission() {
  1307. window.Notification.requestPermission(function () {
  1308. notifs_html5_permission = window.Notification.permission;
  1309. });
  1310. }
  1311. function notifs_html5_show(nb) {
  1312. if (notifs_html5_permission !== 'granted') {
  1313. return;
  1314. }
  1315. const notification = new window.Notification(context.i18n.notif_title_articles, {
  1316. icon: '../themes/icons/favicon-256-padding.png',
  1317. body: context.i18n.notif_body_articles.replace('%d', nb),
  1318. tag: 'freshRssNewArticles',
  1319. });
  1320. notification.onclick = function () {
  1321. delayedFunction(function () {
  1322. location.reload();
  1323. window.focus();
  1324. notification.close();
  1325. });
  1326. };
  1327. if (context.html5_notif_timeout !== 0) {
  1328. setTimeout(function () {
  1329. notification.close();
  1330. }, context.html5_notif_timeout * 1000);
  1331. }
  1332. }
  1333. function init_notifs_html5() {
  1334. if (!notifs_html5_is_supported()) {
  1335. return;
  1336. }
  1337. notifs_html5_permission = notifs_html5_ask_permission();
  1338. }
  1339. // </notifs html5>
  1340. function refreshUnreads() {
  1341. const req = new XMLHttpRequest();
  1342. req.open('GET', './?c=javascript&a=nbUnreadsPerFeed', true);
  1343. req.responseType = 'json';
  1344. req.onload = function (e) {
  1345. const json = xmlHttpRequestJson(this);
  1346. if (!json) {
  1347. return badAjax(false);
  1348. }
  1349. const isAll = document.querySelector('.category.all.active');
  1350. let new_articles = false;
  1351. let nbUnreadFeeds = 0;
  1352. Object.keys(json.feeds).forEach(function (feed_id) {
  1353. const nbUnreads = json.feeds[feed_id];
  1354. nbUnreadFeeds += nbUnreads;
  1355. feed_id = 'f_' + feed_id;
  1356. const elem = document.getElementById(feed_id);
  1357. const feed_unreads = elem ? str2int(elem.getAttribute('data-unread')) : 0;
  1358. if ((incUnreadsFeed(null, feed_id, nbUnreads - feed_unreads) || isAll) && // Update of current view?
  1359. (nbUnreads - feed_unreads > 0)) {
  1360. const newArticle = document.getElementById('new-article');
  1361. newArticle.setAttribute('aria-hidden', 'false');
  1362. newArticle.style.display = 'block';
  1363. new_articles = true;
  1364. }
  1365. });
  1366. const noArticlesToShow_div = document.getElementById('noArticlesToShow');
  1367. if (nbUnreadFeeds > 0 && noArticlesToShow_div) {
  1368. noArticlesToShow_div.classList.add('hide');
  1369. }
  1370. let nbUnreadTags = 0;
  1371. Object.keys(json.tags).forEach(function (tag_id) {
  1372. const nbUnreads = json.tags[tag_id];
  1373. nbUnreadTags += nbUnreads;
  1374. const tag = document.getElementById('t_' + tag_id);
  1375. if (tag) {
  1376. tag.setAttribute('data-unread', nbUnreads);
  1377. tag.querySelector('.item-title').setAttribute('data-unread', numberFormat(nbUnreads));
  1378. }
  1379. });
  1380. const tags = document.querySelector('.category.tags');
  1381. if (tags) {
  1382. tags.setAttribute('data-unread', nbUnreadTags);
  1383. tags.querySelector('.title').setAttribute('data-unread', numberFormat(nbUnreadTags));
  1384. }
  1385. const title = document.querySelector('.category.all .title');
  1386. const nb_unreads = title ? str2int(title.getAttribute('data-unread')) : 0;
  1387. if (nb_unreads > 0 && new_articles) {
  1388. faviconNbUnread(nb_unreads);
  1389. notifs_html5_show(nb_unreads);
  1390. }
  1391. };
  1392. req.send();
  1393. }
  1394. // <endless_mode>
  1395. let url_load_more = '';
  1396. let load_more = false;
  1397. let box_load_more = null;
  1398. function load_more_posts() {
  1399. if (load_more || !url_load_more || !box_load_more) {
  1400. return;
  1401. }
  1402. load_more = true;
  1403. document.getElementById('load_more').classList.add('loading');
  1404. const req = new XMLHttpRequest();
  1405. req.open('GET', url_load_more, true);
  1406. req.responseType = 'document';
  1407. req.onload = function (e) {
  1408. const html = this.response;
  1409. const formPagination = document.getElementById('mark-read-pagination');
  1410. const streamAdopted = document.adoptNode(html.getElementById('stream'));
  1411. streamAdopted.querySelectorAll('.flux, .day').forEach(function (div) {
  1412. box_load_more.insertBefore(div, formPagination);
  1413. });
  1414. const paginationOld = formPagination.querySelector('.pagination');
  1415. const paginationNew = streamAdopted.querySelector('.pagination');
  1416. formPagination.replaceChild(paginationNew, paginationOld);
  1417. const bigMarkAsRead = document.getElementById('bigMarkAsRead');
  1418. const readAll = document.querySelector('#nav_menu_read_all .read_all');
  1419. if (readAll && bigMarkAsRead && bigMarkAsRead.formAction) {
  1420. if (context.display_order === 'ASC') {
  1421. readAll.formAction = bigMarkAsRead.formAction;
  1422. } else {
  1423. bigMarkAsRead.formAction = readAll.formAction;
  1424. }
  1425. }
  1426. document.querySelectorAll('[id^=day_]').forEach(function (div) {
  1427. const ids = document.querySelectorAll('[id="' + div.id + '"]');
  1428. for (let i = ids.length - 1; i > 0; i--) { // Keep only the first
  1429. ids[i].remove();
  1430. }
  1431. });
  1432. init_load_more(box_load_more);
  1433. const div_load_more = document.getElementById('load_more');
  1434. if (bigMarkAsRead) {
  1435. bigMarkAsRead.removeAttribute('disabled');
  1436. }
  1437. if (div_load_more) {
  1438. div_load_more.classList.remove('loading');
  1439. }
  1440. load_more = false;
  1441. };
  1442. req.send();
  1443. }
  1444. const freshrssLoadMoreEvent = document.createEvent('Event');
  1445. freshrssLoadMoreEvent.initEvent('freshrss:load-more', true, true);
  1446. function init_load_more(box) {
  1447. box_load_more = box;
  1448. document.body.dispatchEvent(freshrssLoadMoreEvent);
  1449. const next_link = document.getElementById('load_more');
  1450. if (!next_link) {
  1451. // no more article to load
  1452. url_load_more = '';
  1453. return;
  1454. }
  1455. url_load_more = next_link.href;
  1456. next_link.onclick = function (e) {
  1457. load_more_posts();
  1458. return false;
  1459. };
  1460. }
  1461. // </endless_mode>
  1462. function init_confirm_action() {
  1463. document.body.onclick = function (ev) {
  1464. const b = ev.target.closest('.confirm');
  1465. if (b) {
  1466. let str_confirmation = this.getAttribute('data-str-confirm');
  1467. if (!str_confirmation) {
  1468. str_confirmation = context.i18n.confirmation_default;
  1469. }
  1470. return confirm(str_confirmation);
  1471. }
  1472. };
  1473. document.querySelectorAll('button.confirm').forEach(function (b) { b.disabled = false; });
  1474. }
  1475. function faviconNbUnread(n) {
  1476. if (typeof n === 'undefined') {
  1477. const t = document.querySelector('.category.all .title');
  1478. n = t ? str2int(t.getAttribute('data-unread')) : 0;
  1479. }
  1480. // http://remysharp.com/2010/08/24/dynamic-favicons/
  1481. const canvas = document.createElement('canvas');
  1482. const link = document.getElementById('favicon').cloneNode(true);
  1483. const ratio = window.devicePixelRatio;
  1484. if (canvas.getContext && link) {
  1485. canvas.height = canvas.width = 16 * ratio;
  1486. const img = document.createElement('img');
  1487. img.onload = function () {
  1488. const ctx = canvas.getContext('2d');
  1489. ctx.drawImage(this, 0, 0, canvas.width, canvas.height);
  1490. if (n > 0) {
  1491. let text = '';
  1492. if (n < 1000) {
  1493. text = n;
  1494. } else if (n < 100000) {
  1495. text = Math.floor(n / 1000) + 'k';
  1496. } else {
  1497. text = 'E' + Math.floor(Math.log10(n));
  1498. }
  1499. ctx.font = 'bold ' + 9 * ratio + 'px "Arial", sans-serif';
  1500. ctx.fillStyle = 'rgba(255, 255, 255, 0.8)';
  1501. ctx.fillRect(0, 7 * ratio, ctx.measureText(text).width, 9 * ratio);
  1502. ctx.fillStyle = '#F00';
  1503. ctx.fillText(text, 0, canvas.height - 1);
  1504. }
  1505. link.href = canvas.toDataURL('image/png');
  1506. // Check if data URI has generated a real favicon and if not, fallback to standard icon
  1507. if (link.href.length > 180) {
  1508. document.querySelector('link[rel~=icon]').remove();
  1509. document.head.appendChild(link);
  1510. }
  1511. };
  1512. img.src = '../favicon.ico';
  1513. }
  1514. }
  1515. function removeFirstLoadSpinner() {
  1516. const first_load = document.getElementById('first_load');
  1517. if (first_load) {
  1518. first_load.remove();
  1519. }
  1520. }
  1521. function init_normal() {
  1522. const stream = document.getElementById('stream');
  1523. if (!stream) {
  1524. if (window.console) {
  1525. console.log('FreshRSS waiting for content…');
  1526. }
  1527. setTimeout(init_normal, 100);
  1528. return;
  1529. }
  1530. init_column_categories();
  1531. init_stream(stream);
  1532. init_shortcuts();
  1533. init_actualize();
  1534. faviconNbUnread();
  1535. window.onbeforeunload = function (e) {
  1536. const sidebar = document.getElementById('sidebar');
  1537. if (sidebar) { // Save sidebar scroll position
  1538. sessionStorage.setItem('FreshRSS_sidebar_scrollTop', sidebar.scrollTop);
  1539. }
  1540. if (mark_read_queue && mark_read_queue.length > 0) {
  1541. return false;
  1542. }
  1543. };
  1544. }
  1545. function init_beforeDOM() {
  1546. document.scrollingElement.scrollTop = 0;
  1547. if (['normal', 'reader', 'global'].indexOf(context.current_view) >= 0) {
  1548. init_normal();
  1549. }
  1550. }
  1551. function init_afterDOM() {
  1552. removeFirstLoadSpinner();
  1553. init_notifications();
  1554. init_popup();
  1555. init_confirm_action();
  1556. const stream = document.getElementById('stream');
  1557. if (stream) {
  1558. init_load_more(stream);
  1559. init_posts();
  1560. init_nav_entries();
  1561. init_notifs_html5();
  1562. setTimeout(faviconNbUnread, 1000);
  1563. setInterval(refreshUnreads, 120000);
  1564. }
  1565. if (window.console) {
  1566. console.log('FreshRSS main init done.');
  1567. }
  1568. }
  1569. init_beforeDOM(); // Can be called before DOM is fully loaded
  1570. if (document.readyState && document.readyState !== 'loading') {
  1571. init_afterDOM();
  1572. } else {
  1573. if (window.console) {
  1574. console.log('FreshRSS waiting for DOMContentLoaded…');
  1575. }
  1576. document.addEventListener('DOMContentLoaded', init_afterDOM, false);
  1577. }
  1578. // @license-end