Commit Graph

57 Commits

Author SHA1 Message Date
Ó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
Magnus Hauge Bakke 7cc8658c40 Add icons for os x (darwin) 2016-03-30 19:37:26 +02:00
Magnus Hauge Bakke 878c4e54ab Build darwin without asar=true 2016-03-30 19:36:50 +02:00
Tor Hveem 32e57f2ca9 Rudimentary Electron (Atom-Shell) support
This patch serves as a starting point for making electron based Glowing
Bear builds. Primary motivation is that Mozilla is removing support for
their web runtime, so then Electron is a new way to get standalone
application running outside of browser.

This adds 2 new files that will be the main html and main js for
electron. Those files simply load the rest of the app.

It also adds two new npm run commands to build windows and darwin builds
for electron. Darwin is untested so far.

Bulding packages requires npm package `electron-packager`

There's still some problems with notifications.
And badges for the dock in Darwin is not implemented.
We could also put all keyboard shorcuts in menus.

Thanks to @lukas2511 for some guidance on the wrappers and commands.
2016-03-30 15:19:22 +02:00
Lorenz Hübschle-Schneider fd3e4d440e Fix minification and bump versions to prepare for release 2016-02-27 14:58:47 +01:00
Lorenz Hübschle-Schneider 06d7f6dfee Include version information in settings dialog, update version numbers 2016-01-16 15:01:46 +01:00
Hannu Hartikainen 9cf6c84013 update karma and install some dependencies; fixes #696 2015-12-08 23:50:26 +02:00
Lorenz Hübschle-Schneider f17a976e1a Tag version 0.5.0 2015-09-22 20:15:04 +02:00
David Cormier b56309be6e Bump version to 0.4.5 2015-02-18 12:49:38 -05:00