summaryrefslogtreecommitdiffstats
path: root/js/controller
AgeCommit message (Collapse)Author
2021-04-02Allow directly adding a feed without going through the discovery processskiingwiz
Signed-off-by: skiingwiz <skiingwiz@gmail.com>
2021-02-22Fix incorrect article sortingTucker McKnight
Currently, an article with an ID of 1000 will show up earlier than one with ID = 900, because the IDs are being treated as strings and compared alphabetically. (1 comes before 9, and the comparison stops there.) We need to parse them as integers to ensure that 900 is less than 1000. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2020-11-09add locale-aware sorting for folders and feedsanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-04-24fixed active menu item and reload for unreadanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-01-11Translate youtube channel and user URL into their feed (#612)SuliacLEGUILLOU
Youtube rss system is hiden inside their api to encourage account creation. I have added a step to transform automaticaly a user or a channel url like `https://www.youtube.com/user/scilabus` into its feed url: `https://www.youtube.com/feeds/videos.xml?user=scilabus` Signed-off-by: s18alg <s18alg@protonmail.com>
2019-05-11add "mark read" floating button mobile. Fixes #469 (#505)nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-03-05Cleanup JS and prolong error notificationSean Molenaar
2017-06-10Use regular promise for http callsDaniel Schaal
2016-07-23Adjust copyright headerBernhard Posselt
2016-04-18Fix #791Bernhard Posselt
2016-04-08Fix #924Bernhard Posselt
2016-03-25add basic basic auth supportBernhard Posselt
2016-02-11migrate js build system to gulpBernhard Posselt
2016-01-23add german feeds and allow to change the languageBernhard Posselt
2016-01-21more exploreBernhard Posselt
2015-11-01clean up feed apiBernhard Posselt
2015-11-01fix #882Bernhard Posselt
2015-09-06fix # 848Bernhard Posselt
2015-08-12serverside full textBernhard Posselt
remove enhancers add full text client side implementation fix bugs and tests for full text feed
2015-05-28try to fix out of syn issueBernhard Posselt
2015-03-30fix #156Bernhard Posselt
2015-03-22fix scrutinizer warningsBernhard Posselt
2015-03-21fix autopaging in searchBernhard Posselt
2015-03-21implement clientside search codeBernhard Posselt
2015-01-23fix #711Bernhard Posselt
2014-12-03Make expand entries in compact view after jumping to next/previous feed ↵Bernhard Posselt
optional with a setting
2014-11-21fix #660Bernhard Posselt
2014-11-21hide categories without elementsBernhard Posselt
2014-11-20hide suggestions from explore if they are already in your feed listBernhard Posselt
2014-11-20fix keyboard shortcuts for exploreBernhard Posselt
2014-11-20fix multiple bugsBernhard Posselt
2014-11-19fix #134Bernhard Posselt
2014-11-19order suggestions by votes, add min heightBernhard Posselt
2014-11-19allow to change the explore service urlBernhard Posselt
2014-11-19show hint when no articles to read are availabeBernhard Posselt
2014-11-19allow to add feeds from recommended sitesBernhard Posselt
2014-11-19first stab at recommended sitesBernhard Posselt
2014-11-18testBernhard Posselt
2014-11-18testBernhard Posselt
2014-10-07fix #75Bernhard Posselt
2014-10-06only get route id if route with an id is presentBernhard Posselt
2014-10-04fix #624Bernhard Posselt
2014-09-18fix delete folderBernhard Posselt
2014-09-18fix deleteBernhard Posselt
2014-09-18fix opml importBernhard Posselt
2014-09-14add import articlesBernhard Posselt
2014-09-13layoutBernhard Posselt
2014-09-13autopagingBernhard Posselt
2014-09-13fix starred count for deleted folders, reload path when deletingBernhard Posselt
2014-09-13better folder undeleteBernhard Posselt