summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Collapse)Author
2020-08-14Update to new BackgroudJob logicBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-07-23Bump angular from 1.7.9 to 1.8.0 in /jsdependabot[bot]
Bumps [angular](https://github.com/angular/angular.js) from 1.7.9 to 1.8.0. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.7.9...v1.8.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-07-15Bump lodash from 4.17.15 to 4.17.19 in /jsdependabot[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
2020-05-23bump versionBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-05-22Release 14.1.814.1.8Benjamin Brahmer
Changed - Update feed-io to v4.7.0 - Update js dependencies Fixed - Do not create spurious links in item body (#699) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-05-04update feed-io to 4.6.0 and update js packagesBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-04-28bump version and npm audit fix14.1.5Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-04-28Release 14.1.5Benjamin Brahmer
Fixed - Fixed active menu item and reload for unread (#674) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-04-24fixed active menu item and reload for unreadanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-04-23Always show the unread articles.Cesar Enrique Garcia Dabo
The unread articles folder will always be visible, regardless of the "Show all" setting. If that setting is on, then an additional "All articles" folder will be show as before, but it doesn't substitute the "Uread articles" one. A new URL /apps/news/#/items/unread is also created that jumps to the unread articles. Signed-off-by: Cesar Enrique Garcia Dabo <cquike@arcor.de>
2020-04-23Update for Nextcloud 19Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-01-12Release 14.1.2 (#616)14.1.2Benjamin Brahmer
Changed - Updated js packages Fixed - Signature was missing Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
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-12-25Bump versions and remove outdated file (#583)Sean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2019-11-23Update PHP & JS packages (#575)Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-10-19Release 14.0.1 (#561)14.0.1Benjamin Brahmer
- update js and php dependencies - add Lifehacker RSS feed #557 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-09-22update js packages (#546)14.0.0Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-05-11add "mark read" floating button mobile. Fixes #469 (#505)nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-04-26update js dependencies (#500)Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-03-22Update js dependenciesBenjamin Brahmer
2019-03-15fix searchBenjamin Brahmer
this fixes #368
2019-03-05Cleanup JS and prolong error notificationSean Molenaar
2019-02-23Allow empty update timeSean Molenaar
2019-01-30Parser: Switch to feedIO for parsing instead of picoFeedSean Molenaar
2018-10-23Npm bumpJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-2613.0.1John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-05Use bottom of articleJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-05Fix mark as read on scrollJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-14Scrolling & autopager fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-14Audio player fix, loading fixes and design updateJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-07Fix updateJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03New layout fix, scrolling and keyboard shortcuts fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-03JS: Fix gulp issues with new node versions (#293)12.0.2Sean Molenaar
2018-01-25Stable13 fixes (#254)John Molakvoæ
* Fixed required class for main content Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Fixed a external underline Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * proper scroll area Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * proper scroll area 2 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Fixed transparent settings Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-01-03version bumpBernhard Posselt
2017-12-29update for 13Bernhard Posselt
2017-06-18Remove bower, install everything using npm (#197)Daniel Schaal
* Remove bower, install everything using npm Remove js-url and use a simple function to get the query param. * Bundle all js scripts in app.min.js * Move jquery to devDependencies * Remove es6-shim, most common browsers support es6 natively.
2017-06-10Update js-url to 2.5.0Daniel Schaal
2017-06-10Update masonry to 4.2.0Daniel Schaal
2017-06-10Update moment to 2.18Daniel Schaal
momentjs was renamed to moment, update all references
2017-06-10Set $locationProvider.hashPrefix to empty stringDaniel Schaal
2017-06-10Fix testsDaniel Schaal
2017-06-10Use regular promise for http callsDaniel Schaal
2017-06-10Update angular to 1.6Daniel 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
2017-05-24fix line lengthBernhard Posselt
2017-05-24Fix for #54 (#159)Roman
I've noticed this behavior too, it really annoys.
2017-02-15parse request token from head element directlyBernhard Posselt
2017-02-15change OC references (#98)wizdude
* change OC reference * change OC reference
2016-12-10update depsBernhard Posselt