summaryrefslogtreecommitdiffstats
path: root/js/tests
AgeCommit message (Collapse)Author
2021-07-24Reimplement relative time formatting as a filter, dropping dependency on ↵Alec Kojaev
deprecated moment.js Signed-off-by: Alec Kojaev <alec@kojaev.name>
2021-04-08🎨 Adapt front-end to match new implementationMarco Nassabain
- remove share-specific code since new solution uses dummy feeds Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✅ Update jasmine tests to use share dataMarco Nassabain
- explicitly state that isShared = false - we don't track unreadCount of feeds we don't own => a shared item is still in the sharers feed - cache only gets updated for current users feeds Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
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>
2017-06-10Fix testsDaniel Schaal
2017-06-06Fix travis build (#178)Daniel Schaal
* Use stable12 branch for travis * Shorten db indices to max 27 characters to satisfy app:check-code * Use precise container, downgrade to psql 9.4 * Create psql role * Fix ContentController test * Fix PageController and StatusService tests * Use OCP\IDBConnection, OCP\IDb was removed * Extend IntegrationTest from \Test\Testcase, use loginAsUser to login * Require phpunit 5, nextcloud tests not compatible with phpunit 6 Change tests to use phpunit from vendor directory
2016-07-23Adjust copyright headerBernhard Posselt
2016-04-18fix linting errorBernhard Posselt
2016-04-18Fix #791Bernhard Posselt
2016-04-12Fix #465Bernhard Posselt
2016-04-10fix #962Bernhard Posselt
2016-04-08Fix #924Bernhard Posselt
2016-03-25more js testsBernhard Posselt
2016-03-25add basic basic auth supportBernhard Posselt
2016-02-11migrate js build system to gulpBernhard Posselt
2016-01-21debugBernhard Posselt
2016-01-21fix js testsBernhard 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-03-30fix #156Bernhard Posselt
2015-03-21fix autopaging in searchBernhard Posselt
2015-03-21implement clientside search codeBernhard Posselt
2015-01-23fix #711Bernhard Posselt
2014-12-23update jasmine, karma and angularBernhard Posselt
2014-12-19fix unit testsBernhard 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 multiple bugsBernhard 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-17fix folderresource mark all read unit testBernhard Posselt
2014-10-07fix #75Bernhard Posselt
2014-10-04fix #624Bernhard Posselt
2014-09-22fix scrutinizer issuesBernhard Posselt
2014-09-22faster window title replacementBernhard Posselt
2014-09-18fix delete folderBernhard Posselt
2014-09-14dont immediately remove unread count to prevent folders from hiding and thus ↵Bernhard Posselt
preventing undo
2014-09-14add import articlesBernhard Posselt
2014-09-14add parser for opmlBernhard Posselt
2014-09-13autopagingBernhard Posselt
2014-09-13fix starred count for deleted folders, reload path when deletingBernhard Posselt
2014-09-13better folder undeleteBernhard Posselt
2014-09-13also delete feeds when their parent folder is being deletedBernhard Posselt