summaryrefslogtreecommitdiffstats
path: root/js/tests
AgeCommit message (Collapse)Author
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
2014-09-13fix removal of error feedsBernhard Posselt
2014-09-13remove angular-animate from build, update bower packagesBernhard Posselt
2014-09-13delete + undo foldersBernhard Posselt
2014-09-13delete feed + undoBernhard Posselt
2014-09-12rename folderBernhard Posselt