summaryrefslogtreecommitdiffstats
path: root/js
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-03-30Bump karma from 6.3.1 to 6.3.2 in /js (#1268)dependabot[bot]
2021-03-29Bump y18n from 3.2.1 to 3.2.2 in /jsdependabot[bot]
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25Bump karma from 6.3.0 to 6.3.1 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.0...v6.3.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-24Bump karma from 6.2.0 to 6.3.0 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.2.0...v6.3.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-19Bump jasmine-core from 3.7.0 to 3.7.1 in /jsdependabot[bot]
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine/compare/v3.7.0...v3.7.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-18Bump jasmine-core from 3.6.0 to 3.7.0 in /jsdependabot[bot]
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine/compare/v3.6.0...v3.7.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11Bump karma from 6.1.2 to 6.2.0 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.1.2 to 6.2.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.1.2...v6.2.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09Bump karma from 6.1.1 to 6.1.2 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.1.1...v6.1.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03Bump jquery from 3.5.1 to 3.6.0 in /jsdependabot[bot]
Bumps [jquery](https://github.com/jquery/jquery) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0) Signed-off-by: dependabot[bot] <support@github.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>
2021-02-15Bump karma from 6.1.0 to 6.1.1 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.1.0...v6.1.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-03Bump karma from 6.0.4 to 6.1.0 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.0.4 to 6.1.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.0.4...v6.1.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02Bump karma from 6.0.3 to 6.0.4 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.0.3...v6.0.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-28Bump karma from 6.0.2 to 6.0.3 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.0.2...v6.0.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-26Bump karma from 6.0.1 to 6.0.2 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-21Bump karma from 6.0.0 to 6.0.1 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.0.0...v6.0.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-15Bump karma from 5.2.3 to 6.0.0 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.0.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v5.2.3...v6.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07Bump gulp-terser from 2.0.0 to 2.0.1 in /jsdependabot[bot]
Bumps [gulp-terser](https://github.com/duan602728596/gulp-terser) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/duan602728596/gulp-terser/releases) - [Commits](https://github.com/duan602728596/gulp-terser/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15Bump ini from 1.3.5 to 1.3.7 in /jsdependabot[bot]
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-09switch to actions for frontend tests and remove travisBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-20Bump debug from 4.2.0 to 4.3.1 in /jsdependabot[bot]
Bumps [debug](https://github.com/visionmedia/debug) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/4.2.0...4.3.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-18Bump gulp-terser from 1.4.1 to 2.0.0 in /jsdependabot[bot]
Bumps [gulp-terser](https://github.com/duan602728596/gulp-terser) from 1.4.1 to 2.0.0. - [Release notes](https://github.com/duan602728596/gulp-terser/releases) - [Commits](https://github.com/duan602728596/gulp-terser/compare/v1.4.1...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-12Bump gulp-sourcemaps from 2.6.5 to 3.0.0 in /jsdependabot[bot]
Bumps [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps) from 2.6.5 to 3.0.0. - [Release notes](https://github.com/gulp-sourcemaps/gulp-sourcemaps/releases) - [Commits](https://github.com/gulp-sourcemaps/gulp-sourcemaps/commits) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-09add locale-aware sorting for folders and feedsanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-03Bump karma-firefox-launcher from 2.0.0 to 2.1.0 in /jsdependabot[bot]
Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-firefox-launcher/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02Bump gulp-terser from 1.4.0 to 1.4.1 in /jsdependabot[bot]
Bumps [gulp-terser](https://github.com/duan602728596/gulp-terser) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/duan602728596/gulp-terser/releases) - [Commits](https://github.com/duan602728596/gulp-terser/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22Bump angular-mocks from 1.8.1 to 1.8.2 in /jsdependabot[bot]
Bumps [angular-mocks](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2. - [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.8.1...v1.8.2) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22Bump angular-animate from 1.8.1 to 1.8.2 in /jsdependabot[bot]
Bumps [angular-animate](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2. - [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.8.1...v1.8.2) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22Bump angular-sanitize from 1.8.1 to 1.8.2 in /jsdependabot[bot]
Bumps [angular-sanitize](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2. - [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.8.1...v1.8.2) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22Bump angular from 1.8.1 to 1.8.2 in /jsdependabot[bot]
Bumps [angular](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2. - [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.8.1...v1.8.2) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22Bump angular-route from 1.8.1 to 1.8.2 in /jsdependabot[bot]
Bumps [angular-route](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2. - [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.8.1...v1.8.2) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-21adjust appstore and build processBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-21Bump karma-firefox-launcher from 1.3.0 to 2.0.0 in /jsdependabot[bot]
Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-firefox-launcher/compare/v1.3.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-08Bump moment from 2.29.0 to 2.29.1 in /jsdependabot[bot]
Bumps [moment](https://github.com/moment/moment) from 2.29.0 to 2.29.1. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.0...2.29.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07Bump angular-route from 1.8.0 to 1.8.1 in /jsdependabot[bot]
Bumps [angular-route](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1. - [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.8.0...v1.8.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07Bump angular-mocks from 1.8.0 to 1.8.1 in /jsdependabot[bot]
Bumps [angular-mocks](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1. - [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.8.0...v1.8.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07Bump angular from 1.8.0 to 1.8.1 in /jsdependabot[bot]
Bumps [angular](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1. - [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.8.0...v1.8.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07Bump angular-sanitize from 1.8.0 to 1.8.1 in /jsdependabot[bot]
Bumps [angular-sanitize](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1. - [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.8.0...v1.8.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07Bump angular-animate from 1.8.0 to 1.8.1 in /jsdependabot[bot]
Bumps [angular-animate](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1. - [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.8.0...v1.8.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-30Bump karma-jasmine from 2.0.1 to 4.0.1 in /jsdependabot[bot]
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 2.0.1 to 4.0.1. - [Release notes](https://github.com/karma-runner/karma-jasmine/releases) - [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-jasmine/compare/v2.0.1...v4.0.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-29update js packages and update changelogBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-09-02Fix UpdateInteval not being saved to configBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-09-01js updatesBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-08-31fix #775 and update js packagesBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
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>