Commit Graph

65 Commits

Author SHA1 Message Date
Lorenz Hübschle
8c5eaebfa6
Merge pull request #1244 from torhve/removeunderscore2
Remove underscore.js and reimplement all usage using native code
2023-03-25 19:07:39 +01:00
Lorenz Hübschle
2a1cf8704e
Merge pull request #1247 from torhve/remove-electron
Remove everything electron from the repository
2023-03-25 19:06:50 +01:00
dependabot[bot]
ec2b67228b
Bump webpack from 5.75.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-18 13:08:48 +00:00
Tor Hveem
3d3377b686 Remove everything electron from the repository
Tauri.app will take its place.
2023-02-18 14:59:39 +01:00
Tor Hveem
79d6f4fed1 Remove underscore.js and reimplement all usage using native code 2023-02-16 19:23:52 +01:00
dependabot[bot]
1c3f43e7f8
Bump got and electron-packager
Bumps [got](https://github.com/sindresorhus/got) to 11.8.5 and updates ancestor dependency [electron-packager](https://github.com/electron/electron-packager). These dependencies need to be updated together.


Updates `got` from 9.6.0 to 11.8.5
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.5)

Updates `electron-packager` from 15.5.1 to 17.1.1
- [Release notes](https://github.com/electron/electron-packager/releases)
- [Changelog](https://github.com/electron/electron-packager/blob/main/NEWS.md)
- [Commits](https://github.com/electron/electron-packager/compare/v15.5.1...v17.1.1)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: electron-packager
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 16:00:01 +00:00
dependabot[bot]
17786ec8fe
Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 09:42:03 +00:00
Lorenz Hübschle-Schneider
b6950b2424 Update npm packages 2022-04-24 14:43:31 +02:00
Óscar García Amor
bed09a8770
Add initial Tauri support 2022-03-03 12:30:45 +01:00
dependabot[bot]
bbf844c489
Bump karma from 6.3.14 to 6.3.16
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.14 to 6.3.16.
- [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.14...v6.3.16)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 13:33:51 +00:00
dependabot[bot]
1700c146e8
Bump karma from 6.3.11 to 6.3.14
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.11 to 6.3.14.
- [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.11...v6.3.14)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 12:15:17 +00:00
Lorenz Hübschle-Schneider
11d53f103f Update npm dependencies 2022-01-23 14:14:15 +01:00
Rainer Hihn
12cb53142d Merged package-lock.json 2021-05-31 19:12:21 +02:00
Lorenz Hübschle-Schneider
43039c29b0 npm audit fix & npm update 2021-05-05 13:55:01 +02:00
Rainer Hihn
6f37567be0 Copy needed css and js-files to the build folder. 2021-04-13 18:51:08 +02:00
Rainer Hihn
7a1839c572 Use self-hosted css and js 2021-04-11 14:53:41 +02:00
Lorenz Hübschle-Schneider
b3cde800cd Remove http-server & npm update
We no longer use it since moving to webpack. It's also
unmaintained and causes dependabot warnings, so get rid of it
2021-02-16 14:46:55 +01:00
Lorenz Hübschle-Schneider
c97ce3d485 Fix electron build
See #1177
2021-01-21 16:17:01 +01:00
Yeiniel Suárez Sosa
9abeea6a78
replace deprecated browser on ci env 2020-12-05 16:47:44 -05:00
Yeiniel Suárez Sosa
823a327881
remove old tools including bower 2020-12-05 16:46:23 -05:00
Yeiniel Suárez Sosa
d3901cc286
improve unit testing
currently the only problem is that phantomjs is unable to parse the js files

fix test exec on travis env
2020-12-05 16:45:11 -05:00
Yeiniel Suárez Sosa
b0675b1ad3
convert app to be built using webpack 2020-11-27 19:32:05 -05:00
Louis-Philippe Véronneau
ed2f71c58b
Update uglifyjs command for new version. (#1160)
In v3.10.4 uglifyjs renamed the --screw-ie8 parameter to --ie8.

More details in this commit.
ec443e422c
2020-09-12 11:26:22 +02:00
Lorenz Hübschle-Schneider
2787f07224 Update jasmine 2020-07-29 15:36:19 +02:00
Jeremy Mahieu
788acc8219 Use linkifyjs instead of autolinker 2020-07-21 15:26:18 +02:00
Lorenz Hübschle-Schneider
93f2287f01 Update the rest of the dependencies
Because clearly the previous commit didn't actually update all of them...
2020-07-06 21:50:48 +02:00
Lorenz Hübschle-Schneider
1ada06f765 Update all the dependencies 2020-07-06 21:46:14 +02:00
Lorenz Hübschle-Schneider
4bc9acdb1c Update version number to 0.10.0 2020-07-06 21:32:45 +02:00
Lorenz Hübschle-Schneider
0c21d5aca5 Bump version number to 0.9.0 2020-03-26 11:14:41 +01:00
Lorenz Hübschle-Schneider
7c6fec6c8e Update node dependencies 2020-02-19 16:59:07 +01:00
Jeremy Mahieu
4b6eff5778 Update http-server to mitigate INVALID_REDIRECT bug 2019-12-08 23:50:59 +01:00
Lorenz Hübschle-Schneider
f01fea605e Update node dependencies
npm audit asked me to do it
2019-08-19 13:26:14 +02:00
Lorenz Hübschle-Schneider
73cfbe327f Electron: install bower devDependencies for electron build
Fixes #1028
2018-11-08 09:54:50 +01:00
Lorenz Hübschle-Schneider
40ba995950 Bump version to 0.8.0 2018-10-27 16:31:31 +02:00
Lorenz Hübschle-Schneider
985fbb0252 update npm packages with vulnerabilities
npm audit fix --force

also update uglify-js to reduce file sizes a bit more (saves around
1.5kB)
2018-10-26 09:52:38 +02:00
Lorenz Hübschle-Schneider
7b371e1c95 Update electron and electron-packager to latest version 2018-03-18 16:49:23 +01:00
Lorenz Hübschle-Schneider
022d1d1c1f Fix uglifyjs command options 2018-03-18 12:01:40 +01:00
Lorenz Hübschle-Schneider
d168d43261 Split bower dependencies into those needed for tests and full offline mode
"production" dependencies is the minimal set to run the tests
"dev" dependencies contain the rest

This speeds up travis builds enormously and saves a lot of time and disk
space if you only want to run the tests
2018-03-18 10:40:02 +01:00
Lorenz Hübschle-Schneider
30e0343104 Update npm dependencies (for tests and building electron) 2018-03-18 10:39:16 +01:00
Thomas P
4c061ba9f4 Upgrade karma-phantomjs-launcher to 1.0.0
`phantomjs` was renamed to `phatomjs-prebuilt` but this change was integrated in the 1.0.0 release of `karma-phantomjs-launcher`. The previous versions import the `phantomjs` module, which results in a failure since this module is not anymore installed. Consequently, the `run_tests.sh` script hands infinitely because the launcher fails.

This commit makes the run_tests.sh script work again. :-)
2017-07-30 16:02:44 +02:00
Lorenz Hübschle-Schneider
5f86eae3be Add FAQ section on getting GB to run completely local 2016-12-28 21:16:30 +01:00
Lorenz Hübschle-Schneider
dbd626b69c Increment version number 2016-12-03 12:40:18 +01:00
Jake Stevenson
bc72e8952c Able to resume buffer 2016-09-06 16:35:16 -05:00
Magnus Hauge Bakke
eec07e7767 Add electron-packager as dev dependency + whitespace fix 2016-04-03 17:06:29 +02:00
Lorenz Hübschle-Schneider
f4245f1296 Electron: Use a Makefile 2016-04-02 18:08:55 +02:00
Lorenz Hübschle-Schneider
2112757a2d Fix emojione in electron 2016-04-02 18:08:07 +02:00
Lorenz Hübschle-Schneider
4fb04dae09 Add npm script to use local files (for electron or cordova)
This copies useless files as well, I'm not sure what's the best
way to deal with that.
2016-04-02 10:49:15 +02:00
Lorenz Hübschle-Schneider
ba988aecd3 Add Electron Linux target 2016-04-02 10:46:20 +02:00
Tor Hveem
aa26834d03 use slighly older version on windows, for notification fix 2016-04-01 13:49:30 +02:00
Tor Hveem
ba71a9dc4b Ignore directories node_modules and test in electron builds 2016-03-31 11:23:55 +02:00