Commit Graph

1250 Commits

Author SHA1 Message Date
greenkeeper[bot]
a121ada239 chore(package): update stylelint to version 9.1.1 2018-02-21 22:44:54 +00:00
greenkeeper[bot]
ab15fef282 chore(package): update stylelint to version 9.1.0 2018-02-21 11:22:07 +00:00
Jérémie Astori
8cfc7aae09
3.0.0-pre.1 2018-02-21 00:12:51 -05:00
greenkeeper[bot]
901b0eff7d chore(package): update eslint to version 4.18.1 2018-02-20 23:24:04 +00:00
Jérémie Astori
9c4ea85041 Instrument client code before running tests
Despite being a bit gross to look at, this brings a few advantages:

- Tests are now closer to what actually runs, so more likely to find broken stuff.
- We can start using things that were so far Webpack-only or browser-only, like ES6 imports, loading Handlebars templates, etc.
- We open ourselves to browser testing (there is some work to do, but that would be a necessary step).
- We improve the client/server separation, by making it possible to run them independently

I do some extra steps around coverage: now we have 2 reports (client + server), so I have an extra step to combine them (the `nyc report` part). This is  strictly to keep feature parity (the coverage report of this code is effectively the same as before), but in the near future, we might want to keep both reports separate, for example to continue separating client/server. Another reason would be to use something like Codecov, which I believe has the ability to have multiple reports. This is down the road though, our coverage is not good enough to make hosting them somewhere be useful (I think).

A few extras with this commit:

- Coverage summary is displayed when tests are run (this is not slowing down tests)
- Tests check for leaks (see https://mochajs.org/#--check-leaks)
- Tests now output with the `dot` reporter. This is nice as `npm test` runs in parallel, the whole output holds in a few lines instead of spanning over multiple screens.
2018-02-20 15:32:30 +02:00
Pavel Djundik
913e88185e Change (un)install commands to use locally installed yarn 2018-02-20 11:28:14 +02:00
Jérémie Astori
69a4207ea4
Remove support for the lounge CLI (which was replaced with thelounge) 2018-02-19 13:14:14 -05:00
Jérémie Astori
8403d277b4
Replace reference to website with new URL 2018-02-19 12:23:41 -05:00
greenkeeper[bot]
38e8c2eb41 chore(package): update stylelint to version 9.0.0 2018-02-19 18:41:51 +02:00
Jérémie Astori
c432ee431d Switch to Node v6 as the oldest version we support
Removed a deprecation notice I added in an earlier commit (ef1c59072c).
2018-02-19 18:30:00 +02:00
Jérémie Astori
7b27e7d024
2.7.1 2018-02-18 21:12:11 -05:00
greenkeeper[bot]
44353772da chore(package): update stylelint-config-standard to version 18.1.0 2018-02-18 10:23:33 +00:00
Jérémie Astori
51ee504e90
Merge pull request #2068 from thelounge/greenkeeper/eslint-4.18.0
Update eslint to the latest version 🚀
2018-02-17 00:31:01 -05:00
greenkeeper[bot]
a3fd86f9a9 chore(package): update eslint to version 4.18.0 2018-02-17 01:07:56 +00:00
greenkeeper[bot]
227c9263e5 fix(package): update mime-types to version 2.1.18 2018-02-16 17:35:16 +00:00
greenkeeper[bot]
93131fb542 chore(package): update mocha to version 5.0.1 2018-02-14 02:18:02 +00:00
Pavel Djundik
4639a2528d
Merge pull request #2021 from thelounge/xpaw/ldapjs-no-dtrace
Use forked ldapjs to remove dtrace
2018-02-13 11:58:25 +02:00
Jérémie Astori
0b3741859f
Merge pull request #2048 from thelounge/greenkeeper/copy-webpack-plugin-4.4.1
Update copy-webpack-plugin to the latest version 🚀
2018-02-11 03:48:19 -05:00
Jérémie Astori
f2ddb633b1
Merge pull request #2052 from thelounge/greenkeeper/webpack-3.11.0
Update webpack to the latest version 🚀
2018-02-10 13:57:08 -05:00
greenkeeper[bot]
03a99ecd60 fix(package): update urijs to version 1.19.1 2018-02-10 16:06:01 +00:00
greenkeeper[bot]
053e2ffbbf chore(package): update webpack to version 3.11.0 2018-02-10 15:31:49 +00:00
greenkeeper[bot]
12b5cbc40f chore(package): update copy-webpack-plugin to version 4.4.1 2018-02-08 15:09:03 +00:00
greenkeeper[bot]
9c90e94ef8 chore(package): update copy-webpack-plugin to version 4.4.0 2018-02-08 10:40:42 +00:00
greenkeeper[bot]
e28efe5e38 fix(package): update commander to version 2.14.1 2018-02-07 07:52:52 +00:00
Pavel Djundik
c4f6701d65 Use forked ldapjs to remove dtrace
Fixes #1756
2018-02-06 13:21:59 +02:00
greenkeeper[bot]
72aa243666 fix(package): update commander to version 2.14.0 2018-02-06 01:33:31 +00:00
greenkeeper[bot]
c0749136fc fix(package): update lodash to version 4.17.5 2018-02-04 01:24:58 +00:00
greenkeeper[bot]
349edad826 chore(package): update eslint to version 4.17.0 2018-02-03 04:22:32 +00:00
Pavel Djundik
bc05ca1c63
Merge pull request #1988 from thelounge/greenkeeper/primer-tooltips-1.5.2
Update primer-tooltips to the latest version 🚀
2018-01-30 14:07:53 +02:00
Jérémie Astori
a9e3b551e6
Merge pull request #1994 from thelounge/greenkeeper/jquery-3.3.1
Update jquery to the latest version 🚀
2018-01-30 00:08:20 -05:00
Pavel Djundik
25460156cb
Merge pull request #1985 from thelounge/greenkeeper/semver-5.5.0
Update semver to the latest version 🚀
2018-01-29 16:33:05 +02:00
Jérémie Astori
46931b0a7d
Merge pull request #1989 from thelounge/greenkeeper/mocha-5.0.0
Update mocha to the latest version 🚀
2018-01-29 01:06:08 -05:00
Jérémie Astori
f7429ab80b
Merge pull request #1992 from thelounge/greenkeeper/eslint-4.16.0
Update eslint to the latest version 🚀
2018-01-29 01:05:11 -05:00
Jérémie Astori
9e49ee28e8
2.7.0 2018-01-28 23:11:58 -05:00
Jérémie Astori
275d80b412
Add thelounge keyword to package.json for npm registry 2018-01-27 16:32:47 -05:00
Jérémie Astori
65c6774af0
Remove pre-release dist-tag for release of v2.7.0 stable 2018-01-27 16:32:46 -05:00
Jérémie Astori
449a59ae72
2.7.0-rc.3 2018-01-27 00:05:37 -05:00
greenkeeper[bot]
25f02eb211 chore(package): update jquery to version 3.3.1 2018-01-20 17:37:32 +00:00
greenkeeper[bot]
cfca2fa155 chore(package): update eslint to version 4.16.0 2018-01-20 06:15:08 +00:00
Jérémie Astori
b2eebfa65e
2.7.0-rc.2 2018-01-19 23:33:00 -05:00
greenkeeper[bot]
710ba10772 chore(package): update mocha to version 5.0.0 2018-01-18 06:10:02 +00:00
greenkeeper[bot]
9946b918d7 fix(package): update primer-tooltips to version 1.5.2 2018-01-18 00:44:09 +00:00
greenkeeper[bot]
d3cbcfcc8b fix(package): update semver to version 5.5.0 2018-01-16 20:35:46 +00:00
Jérémie Astori
7a691b8e6c
2.7.0-rc.1 2018-01-13 19:23:24 -05:00
Jérémie Astori
d1c7613535
Merge pull request #1963 from thelounge/greenkeeper/commander-2.13.0
Update commander to the latest version 🚀
2018-01-11 23:36:42 -05:00
greenkeeper[bot]
fd6f740d36 fix(package): update ldapjs to version 1.0.2 2018-01-11 18:41:53 +00:00
greenkeeper[bot]
c4b5671aef fix(package): update commander to version 2.13.0 2018-01-11 15:08:34 +00:00
greenkeeper[bot]
41d872bcaf chore(package): update eslint to version 4.15.0 2018-01-07 02:37:59 +00:00
greenkeeper[bot]
37cc576af1 fix(package): update irc-framework to version 2.10.3 2018-01-04 14:52:22 +00:00
Pavel Djundik
6675ced196 Store images with correct file extension 2018-01-03 13:33:52 +02:00
Jérémie Astori
9ca08ae434
Update primer-tooltips to the latest version
Only changes between v1.5.0 and v1.5.1 (according to https://github.com/primer/primer/commits/master/modules/primer-tooltips) are:

- https://github.com/primer/primer/pull/394
- https://github.com/primer/primer/pull/409

So we are not affected.
2017-12-29 02:20:21 -05:00
greenkeeper[bot]
168bd1b3ab chore(package): update mocha to version 4.1.0 2017-12-29 05:18:38 +00:00
Jérémie Astori
0a8cccf5d7
Remove CLI option of Stylelint that currently makes it a noop 2017-12-28 17:07:37 -05:00
Jérémie Astori
470f2dd814
2.7.0-pre.4 2017-12-27 19:39:36 -05:00
greenkeeper[bot]
84587ea0a1 chore(package): update graphql-request to version 1.4.1 2017-12-27 09:31:50 +00:00
greenkeeper[bot]
7dec39a499 chore(package): update eslint to version 4.14.0 2017-12-23 23:31:34 +00:00
greenkeeper[bot]
5edc8914b9 chore(package): update copy-webpack-plugin to version 4.3.1 2017-12-22 12:40:39 +00:00
Pavel Djundik
56b5a13abc
Merge pull request #1855 from MaxLeiter/primer-npm
Update to primer on npm
2017-12-21 16:41:54 +02:00
Max Leiter
32b4349130 Update to primer on npm, set tooltipped-no-delay for all tooltips 2017-12-20 22:04:13 -08:00
greenkeeper[bot]
4a2101e3fc chore(package): update nyc to version 11.4.1 2017-12-20 05:35:33 +00:00
Jérémie Astori
2ca5b3d407
Merge pull request #1857 from thelounge/greenkeeper/moment-2.20.1
Update moment to the latest version 🚀
2017-12-19 19:29:05 -05:00
greenkeeper[bot]
cbca3887ae fix(package): update moment to version 2.20.1 2017-12-19 04:51:37 +00:00
greenkeeper[bot]
461d61d6f5 chore(package): update textcomplete to version 0.16.0 2017-12-19 01:32:34 +00:00
greenkeeper[bot]
5d08578a74 fix(package): update moment to version 2.20.0 2017-12-17 01:24:17 +00:00
Jérémie Astori
80f6171bd2
2.7.0-pre.3 2017-12-15 21:32:23 -05:00
greenkeeper[bot]
15acab80d4 chore(package): update stylelint to version 8.4.0 2017-12-15 08:44:55 +00:00
greenkeeper[bot]
4d2b550cf8 chore(package): update copy-webpack-plugin to version 4.3.0 2017-12-14 09:20:26 +00:00
greenkeeper[bot]
d68a2fa872 chore(package): update textcomplete to version 0.15.0 2017-12-13 15:15:02 +00:00
Jérémie Astori
6077a1ae67
Merge pull request #1828 from thelounge/greenkeeper/eslint-4.13.1
Update eslint to the latest version 🚀
2017-12-11 23:24:25 -05:00
greenkeeper[bot]
6fb09048f6 chore(package): update eslint to version 4.13.1 2017-12-11 23:51:07 +00:00
greenkeeper[bot]
e652ff6c7d fix(package): update fs-extra to version 5.0.0 2017-12-11 17:42:23 +00:00
greenkeeper[bot]
493a5407a2 fix(package): update moment to version 2.19.4 2017-12-11 01:21:14 +00:00
greenkeeper[bot]
c562c4fd58 chore(package): update eslint to version 4.13.0 2017-12-08 22:29:41 +00:00
Pavel Djundik
df703dc73a Upgrade to new textcomplete library 2017-12-06 12:06:57 +02:00
greenkeeper[bot]
481b6fd336 fix(package): update fs-extra to version 4.0.3 2017-12-05 15:03:53 +00:00
Jérémie Astori
4b3f22701e
Merge pull request #1782 from thelounge/greenkeeper/irc-framework-2.10.0
Update irc-framework to the latest version 🚀
2017-12-04 23:29:01 -05:00
greenkeeper[bot]
04f4bb1269 fix(package): update irc-framework to version 2.10.2 2017-12-04 20:53:20 +02:00
greenkeeper[bot]
3e1c96552d chore(package): update webpack to version 3.10.0 2017-12-04 18:21:21 +00:00
greenkeeper[bot]
80040dc153 chore(package): update intersection-observer to version 0.5.0 2017-12-02 20:58:55 +00:00
Jérémie Astori
f237ed1684
2.7.0-pre.2 2017-12-01 22:50:53 -05:00
greenkeeper[bot]
8889201081 chore(package): update webpack to version 3.9.1
Closes #1780
2017-12-01 11:46:32 +02:00
Pavel Djundik
1bca238e9b
Merge pull request #1781 from thelounge/greenkeeper/web-push-3.2.5
Update web-push to the latest version 🚀
2017-12-01 11:31:13 +02:00
Jérémie Astori
6dd568b27f
2.7.0-pre.1 2017-11-30 21:03:36 -05:00
Jérémie Astori
89f1326ce7
Add pre-release tag until stable version is ready to be released 2017-11-30 21:02:48 -05:00
greenkeeper[bot]
ed8037d1f0 fix(package): update web-push to version 3.2.5 2017-11-30 15:15:07 +00:00
greenkeeper[bot]
2f4205d095 chore(package): update eslint to version 4.12.1 2017-11-30 06:04:42 +00:00
greenkeeper[bot]
a97a6de60f fix(package): update moment to version 2.19.3 2017-11-29 16:37:20 +00:00
greenkeeper[bot]
12e0087d47 fix(package): update commander to version 2.12.2 2017-11-28 07:14:48 +00:00
Jérémie Astori
74521225ba
Merge pull request #1751 from thelounge/greenkeeper/stylelint-8.3.1
Update stylelint to the latest version 🚀
2017-11-27 13:32:01 -05:00
Jérémie Astori
e5862a9303
Merge pull request #1752 from thelounge/xpaw/simple-build-cmd
Avoid using npm-run-all for build
2017-11-27 12:57:21 -05:00
Pavel Djundik
ba002cca64
Merge pull request #1708 from thelounge/astorije/thelounge
Switch CLI tool from `lounge` to `thelounge`, deprecate `lounge`
2017-11-27 13:58:46 +02:00
Pavel Djundik
0dbdd4732b
Avoid using npm-run-all for build 2017-11-27 11:45:58 +02:00
greenkeeper[bot]
2fcb89a779 chore(package): update stylelint to version 8.3.1 2017-11-27 08:59:26 +00:00
Jérémie Astori
b25884c5bd
Make stylelint report unncessary disables
From the man:

```
    --report-needless-disables, --rd

      Report stylelint-disable comments that are not blocking a lint warning.
      If you provide the argument "error", the process will exit with code 2
      if needless disables are found.
```
2017-11-26 17:57:14 -05:00
Jérémie Astori
2a8feaa454
Parallelize npm test
After this, tests run in ~7s locally vs. ~14s without. ¯\_(ツ)_/¯
One caveat is that coloring must be forced now. Hope this looks okay on Travis.
2017-11-26 17:54:58 -05:00
greenkeeper[bot]
645b3c13b3 chore(package): update stylelint-config-standard to version 18.0.0 2017-11-26 14:06:27 +02:00
greenkeeper[bot]
c5a530fe31 chore(package): update stylelint to version 8.3.0 2017-11-26 10:54:28 +00:00
greenkeeper[bot]
f092c2393c chore(package): update eslint to version 4.12.0 2017-11-26 04:09:23 +00:00
Jérémie Astori
8585dbc6c4
Merge pull request #1736 from thelounge/greenkeeper/commander-2.12.0
Update commander to the latest version 🚀
2017-11-25 02:38:09 -05:00
greenkeeper[bot]
2fefe0e4f3 fix(package): update commander to version 2.12.1
Closes #1736
2017-11-23 10:24:28 +00:00
greenkeeper[bot]
5c6c34de83 chore(package): update copy-webpack-plugin to version 4.2.3
Closes #1737
2017-11-23 10:11:34 +00:00
Jérémie Astori
aca23257ed
Switch CLI tool from lounge to thelounge and deprecate lounge
This is in preparation of The Lounge v3 which will make `thelounge` uniform across the entire project. No more confusion!
2017-11-22 16:37:26 -05:00
Pavel Djundik
e86a155ec2 Remove express-handlebars, read manifest.json to get theme-color 2017-11-19 19:43:43 +02:00
Jérémie Astori
5ffa91c964
Merge pull request #1713 from thelounge/greenkeeper/copy-webpack-plugin-4.2.1
Update copy-webpack-plugin to the latest version 🚀
2017-11-19 00:05:18 -05:00
Jérémie Astori
5c6b51a05b
2.6.0 2017-11-18 22:22:12 -05:00
Jérémie Astori
35f615187f
Remove pre-release dist tag 2017-11-18 13:55:54 -05:00
greenkeeper[bot]
71cdbfff53 chore(package): update copy-webpack-plugin to version 4.2.1 2017-11-17 14:21:03 +00:00
Jérémie Astori
f6be0e0ee0
Add a script to pre-generate changelog entries
I have been using and improving that script for some time now, at least all 2.5 and 2.6 releases. 👌
2017-11-12 16:28:01 -05:00
Jérémie Astori
f0a9fdb658
2.6.0-rc.4 2017-11-12 14:27:18 -05:00
Jérémie Astori
1ead5fd53a
2.6.0-rc.3 2017-11-12 13:02:59 -05:00
Jérémie Astori
aa9e4aa8b4
2.6.0-rc.2 2017-11-12 12:34:31 -05:00
Jérémie Astori
1906bae5f5
2.6.0-rc.1 2017-11-11 20:26:18 -05:00
Jérémie Astori
91691bd747
Add pre-release tag until stable version is ready to be released 2017-11-11 20:22:44 -05:00
greenkeeper[bot]
59fe513142 fix(package): update moment to version 2.19.2 2017-11-11 20:45:24 +00:00
Pavel Djundik
5fd493bdc2
Merge pull request #1699 from thelounge/greenkeeper/eslint-4.11.0
Update eslint to the latest version 🚀
2017-11-11 11:21:11 +02:00
greenkeeper[bot]
af060bd2d0 chore(package): update eslint to version 4.11.0 2017-11-10 22:08:08 +00:00
greenkeeper[bot]
760c8046b2 chore(package): update intersection-observer to version 0.4.3 2017-11-10 20:32:28 +00:00
greenkeeper[bot]
6b40ee1b77 chore(package): update npm-run-all to version 4.1.2 2017-11-07 11:51:15 +00:00
Pavel Djundik
41f50f9218 Remove webpack-cleanup-plugin 2017-11-03 12:47:28 +02:00
greenkeeper[bot]
f53348decb chore(package): update nyc to version 11.3.0 2017-11-02 06:33:27 +00:00
greenkeeper[bot]
aaa8200028 chore(package): update eslint to version 4.10.0 2017-10-27 21:48:50 +00:00
Pavel Djundik
61b955ca78 Merge pull request #1654 from thelounge/greenkeeper/web-push-3.2.4
Update web-push to the latest version 🚀
2017-10-23 20:05:52 +03:00
Jérémie Astori
2f025586ce Merge pull request #1653 from thelounge/greenkeeper/copy-webpack-plugin-4.2.0
Update copy-webpack-plugin to the latest version 🚀
2017-10-22 13:46:58 -04:00
Jérémie Astori
2d5d7b4df9 Merge pull request #1659 from thelounge/greenkeeper/socket.io-client-2.0.4
Update socket.io-client to the latest version 🚀
2017-10-22 13:45:38 -04:00
greenkeeper[bot]
3447817ad7 fix(package): update socket.io to version 2.0.4 2017-10-22 13:31:44 +00:00
greenkeeper[bot]
463606756d chore(package): update socket.io-client to version 2.0.4 2017-10-22 13:19:58 +00:00
greenkeeper[bot]
fee445245f fix(package): update web-push to version 3.2.4 2017-10-19 23:16:30 +00:00
greenkeeper[bot]
0569f31e9c chore(package): update copy-webpack-plugin to version 4.2.0 2017-10-19 22:38:15 +00:00
Pavel Djundik
3f2a017583 Create public folder with webpack 2017-10-18 21:20:12 +03:00
greenkeeper[bot]
9541a0da49 chore(package): update handlebars to version 4.0.11 2017-10-17 20:57:51 +00:00
greenkeeper[bot]
f1750d1cb7 chore(package): update webpack to version 3.8.1 2017-10-17 15:53:41 +00:00
greenkeeper[bot]
5f52e31e9d chore(package): update babel-preset-env to version 1.6.1 2017-10-17 12:45:44 +00:00
Pavel Djundik
d626c146c4 Bump express, moment, ua-parser-js and webpack to latest version 2017-10-17 13:01:09 +03:00
Pavel Djundik
c2f1edcbde Update socket.io to 2.0.3 2017-10-17 10:35:28 +03:00
Jérémie Astori
9b06560899 Merge pull request #1632 from thelounge/greenkeeper/eslint-4.9.0
Update eslint to the latest version 🚀
2017-10-17 02:16:56 -04:00
Jérémie Astori
3661d8cff9 Merge pull request #1616 from thelounge/greenkeeper/stylelint-8.2.0
Update stylelint to the latest version 🚀
2017-10-17 02:11:14 -04:00
Jérémie Astori
d1d871f351 Merge pull request #1617 from thelounge/greenkeeper/mocha-4.0.1
Update mocha to the latest version 🚀
2017-10-17 02:10:58 -04:00
Jérémie Astori
11b72223a7 Merge pull request #1624 from thelounge/greenkeeper/moment-2.19.0
Update moment to the latest version 🚀
2017-10-17 02:09:52 -04:00
Jérémie Astori
e2e594d4f5 Merge pull request #1626 from thelounge/greenkeeper/webpack-3.7.0
Update webpack to the latest version 🚀
2017-10-17 02:09:19 -04:00
Jérémie Astori
638d50c5e7
2.5.0 2017-10-17 01:00:08 -04:00
greenkeeper[bot]
9cf85328ed chore(package): update eslint to version 4.9.0 2017-10-14 19:35:19 +00:00
Jérémie Astori
d79ede5087
Remove pre-release dist tag 2017-10-12 00:35:45 -04:00
greenkeeper[bot]
5243a6e42f chore(package): update webpack to version 3.7.0 2017-10-11 18:28:35 +00:00
Jérémie Astori
69ef6831b9
2.5.0-rc.5 2017-10-11 00:16:34 -04:00
greenkeeper[bot]
01bd59e3ca fix(package): update moment to version 2.19.0 2017-10-10 09:51:25 +00:00
Jérémie Astori
09878a5568
2.5.0-rc.4 2017-10-06 22:29:37 -04:00
greenkeeper[bot]
4bc8b9ed0c chore(package): update mocha to version 4.0.1 2017-10-06 03:19:34 +00:00
greenkeeper[bot]
0d6ff2535e fix(package): update urijs to version 1.19.0 2017-10-05 23:50:44 +03:00
greenkeeper[bot]
d59becbf53 chore(package): update stylelint to version 8.2.0 2017-10-05 17:36:49 +00:00
Jérémie Astori
7f285e847f
2.5.0-rc.3 2017-10-04 18:14:07 -04:00
Pavel Djundik
b11a96d828 Remove --progress from webpack 2017-10-02 20:07:08 +03:00
Jérémie Astori
fc0af518c6
2.5.0-rc.2 2017-10-01 23:46:40 -04:00
Pavel Djundik
0d21843283 Update eslint to version 4.8.0 2017-09-30 12:22:39 +03:00
Pavel Djundik
bc6868b123 Update express to version 4.16.0 2017-09-29 22:09:22 +03:00
Pavel Djundik
da31317156 Skip cleanup on Travis 2017-09-27 10:39:12 +03:00
greenkeeper[bot]
408fbbfbc1 fix(package): update request to version 2.83.0 2017-09-27 03:35:01 +00:00
Jérémie Astori
28b662ddae
2.5.0-rc.1 2017-09-26 18:54:55 -04:00
Jérémie Astori
45312b0c76
Add pre-release tag until v2.5.0 final gets released 2017-09-26 18:54:47 -04:00
Jérémie Astori
75b927b4a3
Remove event-stream dependency in favor of plain Buffers 2017-09-23 04:08:17 -04:00
greenkeeper[bot]
203907f706 chore(package): update eslint to version 4.7.2 2017-09-21 19:49:06 +00:00
Pavel Djundik
416ebf97ff Create 'lounge install' command 2017-09-20 10:59:06 +03:00
greenkeeper[bot]
48cc810455 fix(package): update request to version 2.82.0 2017-09-19 19:57:56 +00:00
greenkeeper[bot]
55fe080eaa chore(package): update eslint to version 4.7.1 2017-09-18 21:57:40 +00:00
Pavel Djundik
59a5f6237c Merge pull request #1532 from thelounge/greenkeeper/eslint-4.7.0
Update eslint to the latest version 🚀
2017-09-16 10:32:42 +03:00
greenkeeper[bot]
90d6916b10 chore(package): update eslint to version 4.7.0 2017-09-15 20:57:02 +00:00
greenkeeper[bot]
474fbc0a9c chore(package): update webpack to version 3.6.0 2017-09-15 09:06:48 +00:00
greenkeeper[bot]
0e40d7f82f fix(package): update fs-extra to version 4.0.2 2017-09-12 23:08:50 +00:00
Pavel Djundik
15b922595f Merge pull request #1515 from thelounge/greenkeeper/mocha-3.5.3
Update mocha to the latest version 🚀
2017-09-12 15:25:23 +03:00
greenkeeper[bot]
519b5de4ef fix(package): update web-push to version 3.2.3 2017-09-12 01:27:40 +00:00
greenkeeper[bot]
b2a3b3c0f3 chore(package): update mocha to version 3.5.3 2017-09-11 22:04:51 +00:00
greenkeeper[bot]
c3f141f82e chore(package): update mocha to version 3.5.2 2017-09-10 22:07:29 +00:00
greenkeeper[bot]
2a510c38a2 chore(package): update mocha to version 3.5.1 2017-09-10 05:54:46 +00:00
Pavel Djundik
3b049f174c Merge pull request #1507 from thelounge/greenkeeper/webpack-3.5.6
Update webpack to the latest version 🚀
2017-09-07 08:29:15 +03:00
greenkeeper[bot]
86289f0a6e chore(package): update webpack to version 3.5.6 2017-09-06 16:08:19 +00:00
greenkeeper[bot]
8304f5da81 chore(package): update nyc to version 11.2.1 2017-09-06 06:33:07 +00:00
Pavel Djundik
65e4e386da Merge pull request #1499 from thelounge/greenkeeper/stylelint-8.1.1
chore(package): update stylelint to version 8.1.1
2017-09-05 18:36:21 +03:00
greenkeeper[bot]
07de177b0e chore(package): update stylelint to version 8.1.1
Closes #1494
2017-09-05 11:45:00 +00:00
greenkeeper[bot]
f885ce456e chore(package): update nyc to version 11.2.0 2017-09-05 05:29:05 +00:00
greenkeeper[bot]
477736a231 chore(package): update eslint to version 4.6.1 2017-09-03 21:53:07 +00:00
Pavel Djundik
e2db8b23a4
Add IntersectionObserver polyfill 2017-09-01 19:38:15 -04:00
greenkeeper[bot]
9b19024ba5 chore(package): update handlebars-loader to version 1.6.0 2017-09-01 17:14:54 +00:00
greenkeeper[bot]
4381395ca6 chore(package): update chai to version 4.1.2 2017-08-31 22:04:54 +00:00
greenkeeper[bot]
1e54018f15
chore(package): update jquery-textcomplete to version 1.8.4 2017-08-30 20:52:32 -04:00
Pavel Djundik
53ebee195c Escape channel names in slugify helper correctly
Fixes #1172.
2017-08-29 12:38:29 +03:00
greenkeeper[bot]
0929358b9a chore(package): update npm-run-all to version 4.1.1 2017-08-28 08:33:07 +00:00
Pavel Djundik
c55c338c72 Merge pull request #1446 from thelounge/parse-emoji
Parse emoji to make them bigger
2017-08-26 20:34:40 +03:00
greenkeeper[bot]
327c0fdb6a chore(package): update npm-run-all to version 4.1.0 2017-08-26 14:08:04 +00:00
Mac Carrithers
f8663ed28b Parse emoji to make them bigger 2017-08-24 11:54:28 +03:00
Pavel Djundik
0ac3ba28e1 Web Push Notifications 2017-08-22 10:54:18 +03:00
Pavel Djundik
f2f350c0c5 Merge pull request #1435 from thelounge/greenkeeper/eslint-4.5.0
Update eslint to the latest version 🚀
2017-08-19 11:28:03 +03:00
greenkeeper[bot]
1314ecd77d chore(package): update eslint to version 4.5.0 2017-08-19 03:12:36 +00:00
greenkeeper[bot]
ae297e4269 chore(package): update babel-loader to version 7.1.2 2017-08-18 23:02:09 +00:00
Jérémie Astori
3e39bdb329 Merge pull request #1425 from thelounge/greenkeeper/babel-core-6.26.0
Update babel-core to the latest version 🚀
2017-08-16 22:38:30 -04:00
Pavel Djundik
e8b83b85c2 Update express and ua-parser-js to latest versions 2017-08-16 22:26:12 +03:00
greenkeeper[bot]
697ae217b9 chore(package): update babel-core to version 6.26.0 2017-08-16 17:14:29 +00:00
greenkeeper[bot]
047be5d638 chore(package): update webpack to version 3.5.5 2017-08-16 15:17:13 +00:00
greenkeeper[bot]
5bb500f384 chore(package): update webpack to version 3.5.4 2017-08-12 09:38:21 +00:00
greenkeeper[bot]
e394224868 chore(package): update webpack to version 3.5.3 2017-08-11 10:25:36 +03:00
greenkeeper[bot]
d63de95b4e fix(package): update urijs to version 1.18.12 2017-08-10 18:41:49 +00:00
greenkeeper[bot]
fa2bd86d72 fix(package): update urijs to version 1.18.11 2017-08-08 21:03:21 +00:00
greenkeeper[bot]
b529a99cf6
chore(package): update eslint to version 4.4.1 2017-08-08 00:15:29 -04:00
greenkeeper[bot]
c9e70ab94c chore(package): update chai to version 4.1.1 2017-08-05 07:53:19 +00:00
Jérémie Astori
5a6591112b Merge pull request #1199 from thelounge/xpaw/safer-auth-flow
Implement multiple sessions for users
2017-08-04 00:33:00 -04:00
greenkeeper[bot]
1749279c0c
fix(package): update fs-extra to version 4.0.1 2017-08-02 13:57:44 -04:00
Jérémie Astori
99db108d9a Merge pull request #1388 from thelounge/greenkeeper/mocha-3.5.0
Update mocha to the latest version 🚀
2017-08-02 13:30:50 -04:00
greenkeeper[bot]
497676c39d chore(package): update mocha to version 3.5.0 2017-07-31 20:53:36 +00:00
greenkeeper[bot]
2b23f630f1 fix(package): update irc-framework to version 2.9.1 2017-07-31 14:36:26 +00:00
Pavel Djundik
c14f7da1b2 Generate unique tokens for each login and session 2017-07-31 02:02:15 +03:00
Pavel Djundik
30e167c42c Merge pull request #1379 from thelounge/greenkeeper/irc-framework-2.9.0
Update irc-framework to the latest version 🚀
2017-07-31 01:59:49 +03:00
Pavel Djundik
f19581b41c Merge pull request #1382 from thelounge/greenkeeper/nyc-11.1.0
Update nyc to the latest version 🚀
2017-07-31 01:59:37 +03:00
Jérémie Astori
8e4582f3f5
2.4.0 2017-07-30 18:50:15 -04:00
Jérémie Astori
769fdab252
Remove temporary npm tag for pre-releases 2017-07-30 18:50:09 -04:00
greenkeeper[bot]
613e2ffda8 chore(package): update nyc to version 11.1.0 2017-07-29 20:42:05 +00:00
greenkeeper[bot]
81ac90f2c1 fix(package): update irc-framework to version 2.9.0 2017-07-27 19:46:47 +00:00
Jérémie Astori
1bcf59f704
2.4.0-rc.2 2017-07-27 13:36:51 -04:00
Jérémie Astori
8115dea4bf Move urijs from devDependencies to dependencies
https://github.com/thelounge/lounge/pull/1276 refactored previews, and in particular [reused our link-in-messages detection](https://github.com/thelounge/lounge/pull/1276/files#diff-4805d608cbc31851a7bee1bf4c7e247eR6) instead of [having a separate logic](https://github.com/thelounge/lounge/pull/1276/files#diff-4805d608cbc31851a7bee1bf4c7e247eL19). 

Unfortunately, this loads a client library, which requires `urijs`. Since these are built at release time, we were not including this package in the production dependencies, and it is now breaking at install time.

This might happen again if we add a client dependency in this file and forget it is also loaded by the server. We could in the future either extract this logic into a shared location, or we could move this logic entirely on the server (or maybe many other options), but in the meantime this will fix the issue in `v2.4.0-rc.1`.
2017-07-27 02:04:47 -04:00
Jérémie Astori
9f9b300d26
2.4.0-rc.1 2017-07-27 00:50:54 -04:00
Jérémie Astori
365bed34a3
Prepare changelog entry for v2.4.0-rc.1 and set up pre-release publish tag 2017-07-27 00:50:42 -04:00
greenkeeper[bot]
dddfc78279 chore(package): update webpack to version 3.4.1 2017-07-26 09:02:43 +00:00
greenkeeper[bot]
334768d5d5 chore(package): update webpack to version 3.4.0 2017-07-25 14:41:38 +00:00
greenkeeper[bot]
8a7b0c1440
fix(package): update semver to version 5.4.1 2017-07-24 19:24:49 -04:00
greenkeeper[bot]
f35fc4acf3 chore(package): update eslint to version 4.3.0 2017-07-21 16:46:00 +00:00
greenkeeper[bot]
b7a1700908 chore(package): update stylelint to version 8.0.0 2017-07-16 15:56:58 +03:00
Pavel Djundik
1ee67abd72 Merge pull request #1338 from thelounge/greenkeeper/webpack-3.3.0
Update webpack to the latest version 🚀
2017-07-15 17:58:13 +03:00
greenkeeper[bot]
bcf11eca55 chore(package): update webpack to version 3.3.0 2017-07-15 14:07:12 +00:00
greenkeeper[bot]
48bae15939 fix(package): update fs-extra to version 4.0.0 2017-07-14 17:53:45 +00:00
Pavel Djundik
6823fc2c29 Merge pull request #1323 from thelounge/greenkeeper/chai-4.1.0
Update chai to the latest version 🚀
2017-07-12 11:10:54 +03:00
greenkeeper[bot]
50dc3cd01a chore(package): update chai to version 4.1.0 2017-07-12 00:40:14 +00:00
greenkeeper[bot]
20e4368865 chore(package): update webpack to version 3.2.0 2017-07-11 20:31:33 +00:00
Jérémie Astori
a8643ea5af Merge pull request #1321 from thelounge/greenkeeper/jquery-textcomplete-1.8.2
Update jquery-textcomplete to the latest version 🚀
2017-07-11 09:13:40 -04:00
greenkeeper[bot]
df883c509e chore(package): update jquery-textcomplete to version 1.8.2 2017-07-11 01:20:56 +00:00
greenkeeper[bot]
35c9e88c86 chore(package): update stylelint to version 7.13.0 2017-07-10 21:33:08 +00:00
greenkeeper[bot]
fabfaa4cbb chore(package): update eslint to version 4.2.0 2017-07-09 02:27:31 +00:00
Jérémie Astori
82cba0b06f
Bump express and socket.io to their latest patch versions
Greenkeeper missed express because of their odd RC releases, and we are still stuck trying to bump socket.io to their v2
2017-07-07 19:24:06 -04:00
greenkeeper[bot]
69d931750b chore(package): update webpack to version 3.1.0 2017-07-06 22:11:32 +00:00
Jérémie Astori
5ffcbed632 Merge pull request #1292 from thelounge/greenkeeper/commander-2.11.0
Update commander to the latest version 🚀
2017-07-04 13:56:35 -04:00
greenkeeper[bot]
398dbcad53 chore(package): update babel-preset-env to version 1.6.0 2017-07-04 15:09:08 +00:00
Pavel Djundik
2e82400d80 Merge pull request #1279 from thelounge/greenkeeper/jquery-textcomplete-1.8.1
Update jquery-textcomplete to the latest version 🚀
2017-07-04 13:02:55 +03:00
greenkeeper[bot]
5831745958 fix(package): update commander to version 2.11.0 2017-07-03 10:12:45 +00:00
greenkeeper[bot]
97e35e9dd4 chore(package): update babel-loader to version 7.1.1 2017-06-28 00:38:51 +00:00
greenkeeper[bot]
da8cec4067 chore(package): update jquery-textcomplete to version 1.8.1 2017-06-27 09:15:41 +00:00
Jérémie Astori
20b24a39df Merge pull request #1278 from thelounge/greenkeeper/stylelint-7.12.0
Update stylelint to the latest version 🚀
2017-06-26 23:56:02 -04:00
greenkeeper[bot]
19b4d7bea2 chore(package): update stylelint to version 7.12.0 2017-06-26 21:23:50 +00:00
greenkeeper[bot]
6f9d7b0771 chore(package): update nyc to version 11.0.3 2017-06-26 14:37:34 +00:00
greenkeeper[bot]
e3a5c1b01c chore(package): update eslint to version 4.1.1 2017-06-26 01:21:59 +00:00
Jérémie Astori
c6b90690a7 Merge pull request #1264 from thelounge/greenkeeper/eslint-4.1.0
Update eslint to the latest version 🚀
2017-06-25 01:29:50 -04:00
Jérémie Astori
f4cfa17c73 Merge pull request #1257 from thelounge/greenkeeper/commander-2.10.0
Update commander to the latest version 🚀
2017-06-25 01:29:22 -04:00
Jérémie Astori
a32a39e96b
2.3.2 2017-06-25 01:12:20 -04:00
greenkeeper[bot]
df7dfd77e3 chore(package): update eslint to version 4.1.0 2017-06-24 01:31:08 +00:00
greenkeeper[bot]
87c4e6f9bb fix(package): update commander to version 2.10.0 2017-06-23 09:38:37 +00:00
Jérémie Astori
96e6ac8111 Merge pull request #1249 from thelounge/xpaw/stylelint-config-standard
Use stylelint-config-standard
2017-06-23 01:44:18 -04:00
Pavel Djundik
138111b16e Use stylelint-config-standard 2017-06-22 11:23:50 +03:00
greenkeeper[bot]
6f9acb0b94 chore(package): update webpack to version 3.0.0 2017-06-21 10:11:25 +03:00
greenkeeper[bot]
3fa9efc0bc chore(package): update babel-loader to version 7.1.0 2017-06-20 10:47:08 +00:00
Pavel Djundik
f6dd616d5e Update to eslint 4 and enforce extra rules 2017-06-19 09:58:29 +03:00
greenkeeper[bot]
2917699b44 chore(package): update stylelint to version 7.11.1 2017-06-15 22:40:26 +00:00
Jérémie Astori
8bfce28d68 Merge pull request #1206 from thelounge/greenkeeper/chai-4.0.2
Update chai to the latest version 🚀
2017-06-09 23:00:50 -04:00
greenkeeper[bot]
eacef7e175 chore(package): update stylelint to version 7.11.0 2017-06-09 12:57:37 +00:00
greenkeeper[bot]
ad091a1d36 chore(package): update chai to version 4.0.2 2017-06-09 10:39:52 +03:00
Pavel Djundik
2dd71a1d15 Merge pull request #1198 from thelounge/greenkeeper/nyc-11.0.1
Update nyc to the latest version 🚀
2017-06-09 10:37:56 +03:00
Pavel Djundik
fa09098b4a Merge pull request #1212 from thelounge/greenkeeper/babel-core-6.25.0
Update babel-core to the latest version 🚀
2017-06-09 10:28:53 +03:00
Pavel Djundik
972115320a Merge pull request #1184 from thelounge/greenkeeper/spdy-3.4.5
Update spdy to the latest version 🚀
2017-06-09 10:26:19 +03:00
greenkeeper[bot]
3304681e7a
fix(package): update spdy to version 3.4.7 2017-06-09 02:17:22 -04:00
Jérémie Astori
f77f54942b
2.3.1 2017-06-09 02:06:51 -04:00
greenkeeper[bot]
f5c0a7f7fc
chore(package): update nyc to version 11.0.2 2017-06-08 20:05:06 -04:00
greenkeeper[bot]
797321b91a chore(package): update babel-core to version 6.25.0 2017-06-08 21:48:44 +00:00
Al McKinlay
52a560dc71 Merge pull request #1177 from thelounge/greenkeeper/babel-preset-env-1.5.0
Update babel-preset-env to the latest version 🚀
2017-06-08 09:05:36 +01:00
Al McKinlay
74dc5a6864 Merge pull request #1179 from thelounge/greenkeeper/handlebars-4.0.9
Update handlebars to the latest version
2017-06-08 09:04:10 +01:00
Al McKinlay
92bbe19a00 Merge pull request #1183 from thelounge/greenkeeper/webpack-2.6.0
Update webpack to the latest version
2017-06-08 09:02:29 +01:00
Al McKinlay
f505a4ef80 Merge pull request #1170 from thelounge/greenkeeper/mocha-3.4.0
Update mocha to the latest version
2017-06-08 08:52:42 +01:00
greenkeeper[bot]
9db2befb3b
chore(package): update webpack to version 2.6.1 2017-06-08 02:20:28 -04:00
greenkeeper[bot]
3c494d0674
chore(package): update handlebars to version 4.0.10 2017-06-08 02:18:01 -04:00
greenkeeper[bot]
7ea3ae484e
chore(package): update babel-preset-env to version 1.5.2 2017-06-08 02:16:13 -04:00
greenkeeper[bot]
550546741b
chore(package): update mocha to version 3.4.2 2017-06-08 02:13:20 -04:00
Jérémie Astori
7f73712694
2.3.0 2017-06-08 01:11:42 -04:00
Jérémie Astori
c040bb4355
Remove temporary npm tag used for pre-releases
This was added in 3b665fb68f.
2017-06-08 01:11:19 -04:00
Jérémie Astori
1f1b025b81
2.3.0-rc.2 2017-05-16 01:46:32 -04:00
Jérémie Astori
45df995d7f
2.3.0-rc.1 2017-05-07 01:23:22 +02:00
Jérémie Astori
3b665fb68f
Add temporary tag until stable version for v2.3.0 gets released
Make sure to remove this before publishing stable or dist-tags will have to be updated manually on npm afterwards.

For reference, this was previously set in 25ec49dea0 and removed in 1dc3e74f7f for v2.0.0.
2017-05-07 01:01:12 +02:00
greenkeeper[bot]
83f01f6f6c chore(package): update webpack to version 2.5.1 2017-05-06 20:21:29 +00:00
Jérémie Astori
66e03bed79 Merge pull request #1133 from thelounge/greenkeeper/webpack-2.5.0
Update webpack to the latest version 🚀
2017-05-06 12:28:57 +02:00
Pavel Djundik
89f6fb9047 Merge pull request #1136 from thelounge/greenkeeper/fs-extra-3.0.1
Update fs-extra to the latest version 🚀
2017-05-06 12:22:47 +03:00
greenkeeper[bot]
ae42f81d6f chore(package): update nyc to version 10.3.2 2017-05-05 18:49:27 +00:00
greenkeeper[bot]
6e3b5f9837 fix(package): update fs-extra to version 3.0.1 2017-05-04 23:54:24 +00:00
greenkeeper[bot]
aa850e9b99 chore(package): update webpack to version 2.5.0 2017-05-04 10:30:58 +00:00
greenkeeper[bot]
e85cf24587 chore(package): update handlebars to version 4.0.8 2017-05-02 21:04:54 +00:00
greenkeeper[bot]
c86b23e790 fix(package): update irc-framework to version 2.8.1
https://greenkeeper.io/
2017-04-30 22:25:07 +00:00
greenkeeper[bot]
29cd9b80ef chore(package): update handlebars to version 4.0.7
https://greenkeeper.io/
2017-04-29 20:56:52 +00:00
Pavel Djundik
c91c01188c Merge pull request #1098 from thelounge/greenkeeper/fs-extra-3.0.0
Update fs-extra to the latest version 🚀
2017-04-29 15:45:12 +03:00
greenkeeper[bot]
14ea84988f chore(package): update nyc to version 10.3.0
https://greenkeeper.io/
2017-04-29 07:07:10 +00:00
greenkeeper[bot]
b9ead20fc7 fix(package): update fs-extra to version 3.0.0
https://greenkeeper.io/
2017-04-27 19:39:32 +00:00
Pavel Djundik
586dde7761 Merge pull request #856 from thelounge/astorije/fuzzy-match-user-list
Implement fuzzy-matching for the user list
2017-04-26 12:57:06 +03:00
Jérémie Astori
5c3e15e17c
Remove json-loader, unnecessary with Webpack v2
See these notes:

- https://webpack.js.org/guides/migrating/#json-loader-is-not-required-anymore
- https://github.com/webpack-contrib/json-loader#json-loader
2017-04-26 13:59:09 +05:30
Yash Srivastav
785842cde5
Add emoji/nick/commands/chan autocomplete 2017-04-26 13:58:36 +05:30
Jérémie Astori
eca52bf8e3 Merge pull request #1079 from thelounge/greenkeeper/mocha-3.3.0
Update mocha to the latest version 🚀
2017-04-25 00:10:10 +02:00
greenkeeper[bot]
413ab234d6 chore(package): update mocha to version 3.3.0
https://greenkeeper.io/
2017-04-24 09:45:02 +00:00
Jérémie Astori
6a26014b81 Implement fuzzy-matching for the user list 2017-04-23 18:18:56 -04:00
greenkeeper[bot]
36a7cf4007 fix(package): update irc-framework to version 2.8.0
https://greenkeeper.io/
2017-04-23 18:13:49 +00:00
Jérémie Astori
b45946ff2f Merge pull request #1070 from thelounge/greenkeeper/irc-framework-2.7.0
Update irc-framework to the latest version 🚀
2017-04-23 11:46:27 -04:00
Pavel Djundik
2cfc9119cb Use babel-preset-env 2017-04-23 10:58:02 +03:00
Pavel Djundik
e6961c5aab Merge pull request #1063 from thelounge/greenkeeper/babel-loader-7.0.0
Update babel-loader to the latest version 🚀
2017-04-23 10:23:43 +03:00
greenkeeper[bot]
184dd177a6 fix(package): update irc-framework to version 2.7.0
https://greenkeeper.io/
2017-04-23 02:13:17 +00:00
Pavel Djundik
761dfbb33c Merge pull request #1057 from thelounge/1055-handlebars-index
Change index.html to be rendered using handlebars
2017-04-22 11:26:13 +03:00
greenkeeper[bot]
751d6690ff chore(package): update babel-loader to version 7.0.0
https://greenkeeper.io/
2017-04-21 20:25:48 +00:00
Alistair McKinlay
b4310dbc03 Review changes
(Should be squashed before merge)
2017-04-21 09:26:02 +01:00
Alistair McKinlay
cc85b2143c Change index.html to be rendered using handlebars 2017-04-21 09:16:24 +01:00
greenkeeper[bot]
f9de811df1 chore(package): update handlebars-loader to version 1.5.0
https://greenkeeper.io/
2017-04-21 03:48:20 +00:00
greenkeeper[bot]
955aada1cf chore(package): update webpack to version 2.4.1
https://greenkeeper.io/
2017-04-16 12:45:30 +03:00
Jérémie Astori
d2331558c3 Merge pull request #1020 from thelounge/greenkeeper/babel-preset-es2015-6.24.1
Update babel-preset-es2015 to the latest version 🚀
2017-04-08 11:26:55 -04:00
greenkeeper[bot]
7c5f631319 chore(package): update babel-core to version 6.24.1
https://greenkeeper.io/
2017-04-07 17:11:52 +00:00
greenkeeper[bot]
ba2aa7a852 chore(package): update babel-preset-es2015 to version 6.24.1
https://greenkeeper.io/
2017-04-07 15:55:35 +00:00
greenkeeper[bot]
e1ff04174f chore(package): update webpack to version 2.3.3
https://greenkeeper.io/
2017-04-03 08:03:32 +00:00
greenkeeper[bot]
855092aa44 chore(package): update mousetrap to version 1.6.1
https://greenkeeper.io/
2017-04-02 19:46:29 +00:00
greenkeeper[bot]
332047c0dc chore(package): update stylelint to version 7.10.1
https://greenkeeper.io/
2017-04-02 10:54:48 +00:00
greenkeeper[bot]
4d592a6a40 chore(package): update stylelint to version 7.10.0
https://greenkeeper.io/
2017-04-01 16:14:00 +00:00
S
001f96035b Switch to bcryptjs and make password comparison async
- PasswordCompareAsync prevents timeouts on resource constraint devices
- All password.compare calls are now async
- Updated tests to accept async functions
2017-04-01 03:06:09 -04:00
Jérémie Astori
e54cc451ce Merge pull request #998 from thelounge/greenkeeper/jquery-3.2.1
chore(package): update jquery to version 3.2.1
2017-03-31 19:54:30 -04:00
Jérémie Astori
900b93ae07 Merge pull request #999 from thelounge/greenkeeper/moment-2.18.1
fix(package): update moment to version 2.18.1
2017-03-31 19:54:05 -04:00
greenkeeper[bot]
5923e48dda chore(package): update eslint to version 3.19.0
https://greenkeeper.io/
2017-03-31 20:50:18 +00:00
greenkeeper[bot]
5ce8d93410 fix(package): update moment to version 2.18.1
Closes #976

https://greenkeeper.io/
2017-03-31 19:14:59 +03:00
greenkeeper[bot]
0a06874a97 chore(package): update jquery to version 3.2.1
Closes #969

https://greenkeeper.io/
2017-03-31 19:14:28 +03:00
greenkeeper[bot]
6b641059c1 chore(package): update webpack to version 2.3.2
https://greenkeeper.io/
2017-03-31 01:37:04 -04:00
greenkeeper[bot]
92349976cb chore(package): update urijs to version 1.18.10
https://greenkeeper.io/
2017-03-30 09:10:14 +00:00
Jérémie Astori
d5d3cb605b Merge pull request #977 from thelounge/xpaw/reduce-vendor
Do not build json3 module with Webpack
2017-03-30 01:27:15 -04:00
Pavel Djundik
9bf1e6e0d5 Do not build json3 module of Webpack 2017-03-30 01:15:44 -04:00
greenkeeper[bot]
1f01da21ff chore(package): update nyc to version 10.2.0
https://greenkeeper.io/
2017-03-28 05:16:34 +00:00
greenkeeper[bot]
03fe53e87f chore(package): update babel-loader to version 6.4.1
https://greenkeeper.io/
2017-03-27 19:27:59 -04:00
Jérémie Astori
8fc811bf6b Merge pull request #971 from thelounge/greenkeeper/eslint-3.18.0
Update eslint to the latest version 🚀
2017-03-27 19:23:27 -04:00
Jérémie Astori
1126a68ebd Merge pull request #969 from thelounge/greenkeeper/jquery-3.2.0
Update jquery to the latest version 🚀
2017-03-27 19:22:01 -04:00
Jérémie Astori
755dc3480d Merge pull request #964 from thelounge/greenkeeper/fs-extra-2.1.0
Update fs-extra to the latest version 🚀
2017-03-27 19:19:31 -04:00
Jérémie Astori
272a259966 Merge pull request #960 from thelounge/greenkeeper/babel-preset-es2015-6.24.0
Update babel-preset-es2015 to the latest version 🚀
2017-03-27 19:17:47 -04:00
Jérémie Astori
9bee548915 Merge pull request #958 from thelounge/greenkeeper/babel-core-6.24.0
Update babel-core to the latest version 🚀
2017-03-27 19:17:23 -04:00
greenkeeper[bot]
7175dc1706 fix(package): update moment to version 2.18.0
https://greenkeeper.io/
2017-03-18 21:27:01 +00:00
greenkeeper[bot]
777f477135 fix(package): update fs-extra to version 2.1.0
https://greenkeeper.io/
2017-03-18 11:25:50 +02:00
greenkeeper[bot]
aac6980eb5 chore(package): update eslint to version 3.18.0
https://greenkeeper.io/
2017-03-17 22:13:47 +00:00
greenkeeper[bot]
ae5f768dd1 chore(package): update jquery to version 3.2.0
https://greenkeeper.io/
2017-03-16 21:35:11 +00:00
Jérémie Astori
908f816c43 2.2.2 2017-03-13 01:29:56 -04:00
greenkeeper[bot]
8cd8ba6101 chore(package): update babel-preset-es2015 to version 6.24.0
https://greenkeeper.io/
2017-03-13 03:54:02 +00:00
greenkeeper[bot]
65a218d9de chore(package): update babel-core to version 6.24.0
https://greenkeeper.io/
2017-03-13 02:38:54 +00:00
Pavel Djundik
7c25a9e7f0 Update express and nyc to latest versions 2017-03-11 11:20:40 +02:00
greenkeeper[bot]
7806579009 fix(package): update irc-framework to version 2.6.1
https://greenkeeper.io/
2017-03-11 01:12:13 +00:00
Jérémie Astori
764019bade Merge pull request #944 from thelounge/greenkeeper/request-2.80.0
Update request to the latest version 🚀
2017-03-10 20:10:25 -05:00
Jérémie Astori
8a6d3851e5 Merge pull request #947 from thelounge/greenkeeper/babel-loader-6.4.0
Update babel-loader to the latest version 🚀
2017-03-10 20:04:36 -05:00
Pavel Djundik
24bd39361b Merge pull request #929 from msaun008/msaun008/fix-command-line-arg-parsing
Update arg parsing and default 'lounge' to 'lounge --help'
2017-03-10 19:27:09 +02:00
greenkeeper[bot]
30b86a8b40 fix(package): update request to version 2.81.0
https://greenkeeper.io/
2017-03-10 19:25:35 +02:00
greenkeeper[bot]
9f053dfaae chore(package): update eslint to version 3.17.1
https://greenkeeper.io/
2017-03-10 19:23:19 +02:00
greenkeeper[bot]
a85b7a789e chore(package): update babel-loader to version 6.4.0
https://greenkeeper.io/
2017-03-06 12:27:22 +00:00
greenkeeper[bot]
a3c0512143 chore(package): update urijs to version 1.18.9
https://greenkeeper.io/
2017-03-06 10:58:57 +00:00
Matthew Saunders
86ed0b6e59 Update arg parsing and default 'lounge' to 'lounge --help' 2017-03-04 15:58:44 -05:00
greenkeeper[bot]
7fec8ebc72 chore(package): update urijs to version 1.18.8
https://greenkeeper.io/
2017-02-27 20:32:07 +00:00
Jérémie Astori
48bfa30acd Merge pull request #937 from thelounge/greenkeeper/eslint-3.16.0
Update eslint to the latest version 🚀
2017-02-26 21:09:03 -05:00
greenkeeper[bot]
d3d374c129 chore(package): update eslint to version 3.16.1
https://greenkeeper.io/
2017-02-26 21:03:23 -05:00
Jérémie Astori
535a2e577f Merge pull request #931 from thelounge/jquery3
Update to jQuery 3
2017-02-26 20:59:09 -05:00
greenkeeper[bot]
54b26891a8 chore(package): update npm-run-all to version 4.0.2
https://greenkeeper.io/
2017-02-22 22:48:30 +00:00
greenkeeper[bot]
eec8dcd130 chore(package): update stylelint to version 7.9.0
https://greenkeeper.io/
2017-02-19 10:10:40 +00:00
Pavel Djundik
db5afa0c1d Update to jQuery 3 2017-02-18 20:41:27 +02:00
Jérémie Astori
f21a67b6f5 Merge pull request #905 from thelounge/greenkeeper/webpack-2.2.1
Update webpack to the latest version 🚀
2017-02-18 13:38:20 -05:00
Jérémie Astori
2025aff7eb Merge pull request #926 from thelounge/greenkeeper/socket.io-1.7.3
Update socket.io and socket.io-client to the latest version 🚀
2017-02-18 02:07:49 -05:00
Pavel Djundik
e0111ed587 Update to webpack 2 2017-02-17 17:06:46 +02:00
greenkeeper[bot]
4786085ec4 fix(package): update socket.io to version 1.7.3
https://greenkeeper.io/
2017-02-17 17:04:25 +02:00
Pavel Djundik
b7b12b9f75 update babel-preset-es2015 to version 6.22.0 2017-02-17 16:34:31 +02:00
greenkeeper[bot]
3127de7a81 chore(package): update babel-loader to version 6.3.1
https://greenkeeper.io/
2017-02-17 16:34:31 +02:00
greenkeeper[bot]
e53c3ebe11 chore(package): update babel-core to version 6.23.1
https://greenkeeper.io/
2017-02-17 16:34:31 +02:00
Pavel Djundik
00a3e3f14c Merge pull request #921 from thelounge/greenkeeper/urijs-1.18.7
Update urijs to the latest version 🚀
2017-02-17 16:32:04 +02:00
greenkeeper[bot]
8d3c201a11 fix(package): update irc-framework to version 2.6.0
https://greenkeeper.io/
2017-02-13 21:41:56 -05:00
greenkeeper[bot]
dc3ebcf1bb chore(package): update urijs to version 1.18.7
https://greenkeeper.io/
2017-02-13 17:42:41 +00:00
Jérémie Astori
ebfa3f936d Merge pull request #878 from thelounge/greenkeeper/fs-extra-2.0.0
Update fs-extra to the latest version 🚀
2017-02-12 17:28:38 -05:00
greenkeeper[bot]
2dbb56040c fix(package): update fs-extra to version 2.0.0
https://greenkeeper.io/
2017-02-12 17:13:21 -05:00
greenkeeper[bot]
15daca2685 chore(package): update mousetrap to version 1.6.0
https://greenkeeper.io/
2017-02-12 17:02:54 -05:00
Jérémie Astori
9e4708012d 2.2.1 2017-02-12 16:54:09 -05:00
Jérémie Astori
4b6b072c16 Merge pull request #898 from thelounge/greenkeeper/express-4.14.1
Update express to the latest version 🚀
2017-02-12 15:50:08 -05:00
greenkeeper[bot]
e9b4dd7c35 fix(package): update express to version 4.14.1
https://greenkeeper.io/
2017-02-12 09:34:51 +02:00
greenkeeper[bot]
ef0128fb00 chore(package): update urijs to version 1.18.6
https://greenkeeper.io/
2017-02-12 09:33:50 +02:00
greenkeeper[bot]
e2abbff7b0 fix(package): update irc-framework to version 2.5.5
https://greenkeeper.io/
2017-02-11 07:59:16 +02:00
Jérémie Astori
0619646765 Merge pull request #910 from thelounge/greenkeeper/eslint-3.15.0
Update eslint to the latest version 🚀
2017-02-04 13:09:37 -05:00
greenkeeper[bot]
62c265337c chore(package): update eslint to version 3.15.0
https://greenkeeper.io/
2017-02-03 22:02:45 +00:00
greenkeeper[bot]
a74133ec69 chore(package): update stylelint to version 7.8.0
https://greenkeeper.io/
2017-02-02 13:26:00 +00:00
greenkeeper[bot]
7fb3b0dfb0 chore(package): update npm-run-all to version 4.0.1
https://greenkeeper.io/
2017-01-31 22:18:30 -05:00
Jérémie Astori
bf7630c96e Merge pull request #882 from thelounge/greenkeeper/nyc-10.1.0
Update nyc to the latest version 🚀
2017-01-31 21:51:03 -05:00
Jérémie Astori
69bb8412cc Merge pull request #896 from thelounge/sort-packagejson
Sort depedencies in package.json
2017-01-31 21:29:01 -05:00
Jérémie Astori
4918fe6996 2.2.0 2017-01-31 21:08:41 -05:00
Pavel Djundik
b0f5edd24d Sort depedencies in package.json 2017-01-28 15:16:37 +02:00
Alistair McKinlay
91ae814ead Merge pull request #858 from thelounge/xpaw/tweak-webpack
Do not uglify builds when running start-dev
2017-01-23 10:42:37 +00:00
Jérémie Astori
552fa3fae8 Make and document npm run build now a mandatory step of the install/build setup
This has several reasons, benefits and consequences:

- When running on root (which is not recommended anyway), `npm run build` was already necessary.
- This allows to not use the `prepublish` hook, whose behavior is going to change in npm v5 and again in npm v6.
- This allows to create both production and development builds when running from source.
- It makes `npm run build` compatible with Windows again for development environments (lost in previous commit).
- It uses the `prepublishOnly` hook added in npm v4. Since this hook is not available prior to that, deployment to npm from Travis has to be done on the Node.js v7 environment.
2017-01-23 01:15:50 -05:00
greenkeeper[bot]
7d69648e11 chore(package): update babel-core to version 6.22.1
https://greenkeeper.io/
2017-01-20 03:15:42 +00:00
greenkeeper[bot]
05b11e7a3d chore(package): update nyc to version 10.1.0
https://greenkeeper.io/
2017-01-18 01:58:14 +00:00
Jérémie Astori
d8f1690904 Use Webpack configuration based on NODE_ENV instead of watch/no-watch
Also, move the `DedupePlugin` to the prod-specific section. [Webpack doc](https://webpack.github.io/docs/list-of-plugins.html#dedupeplugin) itself recommends to not run this outside of production.

Note that this currently breaks cross-OS support of `npm run build`. This will be fixed in a latter commit.
2017-01-10 13:07:27 -05:00
Pavel Djundik
a8dd136168 Do not uglify builds when running start-dev 2017-01-10 13:07:27 -05:00
greenkeeper[bot]
ba0b89d2bb chore(package): update eslint to version 3.13.1
https://greenkeeper.io/
2017-01-09 22:25:17 +00:00
Jérémie Astori
7108a412f1 Merge pull request #860 from thelounge/greenkeeper/npm-run-all-4.0.0
Update npm-run-all to the latest version 🚀
2017-01-03 19:12:16 -05:00
Jérémie Astori
d97b3ad414 Merge pull request #861 from thelounge/greenkeeper/stylelint-7.7.1
Update stylelint to the latest version 🚀
2017-01-03 19:12:08 -05:00
greenkeeper[bot]
4c4d9610f3 fix(package): update lodash to version 4.17.4
https://greenkeeper.io/
2016-12-31 22:37:27 +00:00
greenkeeper[bot]
3f4797f4a9 chore(package): update stylelint to version 7.7.1
https://greenkeeper.io/
2016-12-31 16:11:53 +00:00
greenkeeper[bot]
45bb0a7cf2 chore(package): update npm-run-all to version 4.0.0
https://greenkeeper.io/
2016-12-31 15:43:01 +00:00
greenkeeper[bot]
8d0b75c674 fix(package): update irc-framework to version 2.5.3
https://greenkeeper.io/
2016-12-29 20:02:42 +00:00
Jérémie Astori
056aba8a9e Switch istanbul CLI to more recent nyc one
`nyc` is made by the Istanbul people and is meant to integrate nicely with Babel.
Note that at the moment this is just a drop-in replacement of what we currently have in order to fix broken `npm run coverage`, therefore it does not support our recent ES6 stuff.
2016-12-29 02:51:26 -05:00
Pavel Djundik
fb87bd3a58 Webpack 2016-12-27 19:15:30 +02:00
greenkeeper[bot]
51aea5ff14 fix(package): update lodash to version 4.17.3
https://greenkeeper.io/
2016-12-24 14:28:57 +00:00
greenkeeper[bot]
55f1f84478 chore(package): update dependencies
https://greenkeeper.io/
2016-12-20 00:00:36 +00:00
Jérémie Astori
2d1b33b930 Bump irc-framework to bring a couple of fixes
Diff at 948a4b285f...90a69d300f
2016-12-11 14:28:10 -05:00
Jérémie Astori
adf93f9fad Merge pull request #746 from thelounge/xpaw/update-deps
Update depdencides to latest stable versions
2016-11-20 14:46:16 -05:00
Pavel Djundik
2f363c9803 Add lounge keyword 2016-11-19 12:05:46 +02:00
Pavel Djundik
6023035838 Update depdencides to latest stable versions 2016-11-19 10:49:16 +02:00
Jérémie Astori
1ff011dfaf Add a simple (first) test for localetime Handlebars helper 2016-10-20 01:49:34 +02:00
Jérémie Astori
b2a0cae626 2.1.0 2016-10-17 00:49:52 -04:00
Jérémie Astori
4541309988 2.0.1 2016-09-28 00:21:01 -04:00
Pavel Djundik
1d08e909cc Update developer dependencies 2016-09-25 14:53:03 +03:00
Jérémie Astori
38175b1386 Merge pull request #628 from nornagon/ungrunt
Move uglify invocation into npm scripts and remove grunt
2016-09-25 01:15:03 -04:00
Jérémie Astori
213384ded9 2.0.0 2016-09-24 23:58:59 -04:00
Jérémie Astori
1dc3e74f7f Remove next tag used for 2.0.0 prereleases 2016-09-24 23:56:49 -04:00
Jeremy Apthorp
62edd07c23 Move uglify invocation into npm scripts and remove grunt 2016-09-22 20:53:52 -07:00
Jérémie Astori
f7466cb556 2.0.0-rc.2 2016-09-21 01:35:27 -04:00
Jérémie Astori
c090ab065f 2.0.0-rc.1 2016-09-17 13:25:27 -04:00
Jérémie Astori
8d838aa08d 2.0.0-pre.7 2016-09-08 23:52:42 -04:00
William Boman
204e5e4ee4 lint: default to ecmaVersion: 6, keep ecmaVersion: 5 for client/ 2016-09-06 10:09:11 +02:00
Jérémie Astori
a959e0ae44 Bump request to 2.74.0
Diff at https://github.com/request/request/compare/v2.72.0...v2.74.0
This suppresses security vulnerability warning.
2016-08-15 00:10:30 -04:00
Jérémie Astori
facf306045 2.0.0-pre.6 2016-08-10 01:06:05 -04:00
Jérémie Astori
1fb14771ef Merge pull request #477 from thisisdarshan/ldap
LDAP support
2016-08-09 23:58:21 -04:00
Jérémie Astori
b74efe9657 2.0.0-pre.5 2016-08-07 18:00:10 -04:00
Johan Lindskogen
987474cfc1 implementing LDAP support 2016-07-29 21:28:00 -04:00
Pavel Djundik
2470fa7217 Update irc-framework to 2.5.0 2016-07-04 17:32:03 +03:00
Maxime Poulin
1ddb1a8d22
Update irc-framework to 2.4.0 2016-07-02 21:23:20 -04:00
Pavel Djundik
1f760d877e Update irc-framework to 2.1.0 2016-07-02 22:25:08 +03:00
Jérémie Astori
0377c2f780 2.0.0-pre.4 2016-06-29 00:52:19 -04:00
Jérémie Astori
053e8a0e36 Add code coverage 2016-06-19 13:07:42 -04:00
Jérémie Astori
e0fdab55c9 2.0.0-pre.3 2016-06-16 01:04:43 -04:00
Pavel Djundik
7cf72dc744 Update stylelint 2016-06-13 22:04:33 +03:00
Daniel
3a2d97af6a Supersede mkdirp with fs-extra.
Ensure USERS_PATH exists at start.

Remove unnecessary USER_PATH check.

Use fs-extra's copy to write default config.
2016-06-11 19:35:40 +01:00
Jérémie Astori
331741786c 2.0.0-pre.2 2016-06-09 01:16:39 -04:00
Jérémie Astori
25ec49dea0 Add temporary tag until v2.0.0 is officially released
Make sure to remove this before publishing v2.0.0 stable,
or dist-tags will have to be updated manually on npm
afterwards.
2016-06-09 01:13:33 -04:00
William Boman
a6320ca0d1 package.json: use npm-run-all in scripts 2016-06-06 18:46:29 +02:00
Pavel Djundik
2ffd85d89f Update eslint and enforce key-spacing 2016-06-05 21:48:34 +03:00
Jérémie Astori
c160ba3b84 Add a build script for Font Awesome 2016-06-04 16:59:05 -04:00
Jérémie Astori
c84cefe1d8 Fetch FontAwesome from npm instead of embedded in repo 2016-06-03 00:21:44 -04:00
Jérémie Astori
3bdf580873 2.0.0-pre.1 2016-05-23 00:41:16 -04:00
Pavel Djundik
ac5e96cddf Update irc-framework 2016-05-12 10:15:37 +03:00
Pavel Djundik
973fa0f4b2 Fix running multiple scripts on Windows 2016-05-09 16:02:06 +03:00
Pavel Djundik
9543fe060e Merge pull request #260 from maxpoulin64/mocha-lint
Improve tests execution
2016-05-09 11:29:11 +03:00
Maxime Poulin
164b983f99
Always run all tests and test them each individually on travis 2016-05-08 02:24:10 -04:00
Jérémie Astori
4948ec6774 Bump patch version of lodash to 4.11.2
Diff at https://github.com/lodash/lodash/compare/4.11.1...4.11.2.
2016-05-07 21:03:27 -04:00
Pavel Djundik
d428bb7511 Document supported node version 2016-04-27 10:07:43 +03:00
Jérémie Astori
21fb0e0709 Merge pull request #257 from thelounge/xpaw/console-log
Add global logging helper
2016-04-27 02:43:54 -04:00
Pavel Djundik
1cfd1ac525 Remove slate-irc from dependencies 2016-04-27 00:26:24 +03:00
Pavel Djundik
ac898209e4 Update dependencies to their latest versions 2016-04-27 00:26:23 +03:00
Pavel Djundik
ede3131168 Add global logging helper 2016-04-27 00:05:55 +03:00
Jérémie Astori
116dbc07be Merge pull request #167 from thelounge/irc-framework
Drop slate-irc, switch to irc-framework
2016-04-13 01:28:32 -04:00
Jérémie Astori
0dce2d2da6 1.5.0 2016-04-13 00:56:50 -04:00
Pavel Djundik
7d24394814 Update irc-framework and fix issue when changing your own nick 2016-04-07 16:08:32 -04:00
Pavel Djundik
ef0e638a68 Update irc-framework 2016-04-07 16:08:32 -04:00
Pavel Djundik
829b879f55 Update irc-framework 2016-04-07 16:07:40 -04:00
Pavel Djundik
d1da4b338a Update irc-framework, fixes quitting networks 2016-04-07 16:07:40 -04:00
Pavel Djundik
a01216fa4c Update irc-framework 2016-04-07 16:04:41 -04:00
Pavel Djundik
da425fefaf Start working on moving to irc-framework 2016-04-07 16:04:28 -04:00
Jérémie Astori
9d59bd53b9 1.4.3 2016-04-02 14:13:45 -04:00
Jérémie Astori
2201e2b941 1.4.2 2016-03-31 23:50:26 -04:00
Jérémie Astori
e2d02706ed 1.4.1 2016-03-28 00:10:13 -04:00
Jérémie Astori
497b5abebe 1.4.0 2016-03-20 22:05:52 -04:00
Jérémie Astori
05be0ff57f Merge pull request #174 from thelounge/xpaw/http2
Add support for HTTP2
2016-03-19 18:06:34 -04:00
Pavel Djundik
2dbe6a824f Update all packages to current stable versions 2016-03-16 12:14:04 +02:00
Jérémie Astori
6495f1769e Add tests for the sortUsers method 2016-03-16 01:08:39 -04:00
Pavel Djundik
689b018079 Add support for HTTP2 2016-03-09 14:04:05 +02:00
Pavel Djundik
52bc324a63 Update eslint to 2.3.0 and add stricter rules 2016-03-09 10:50:20 +02:00
Alistair McKinlay
d7738789af Merge pull request #144 from xPaw/remove-grunt
Invoke handlebars outside of grunt, generate sourcemap
2016-03-07 15:28:24 +00:00
Pavel Djundik
062fded4cc Update socket.io to 1.4.5 and use client library provided by the dependancy 2016-03-06 11:41:19 +02:00
Max-P
a8867c892f Merge pull request #140 from xPaw/handlebars
Update handlebars to 4.0.5
2016-03-06 00:49:33 -05:00
Jérémie Astori
a81fdb3fd2 1.3.1 2016-03-05 23:23:19 -05:00
Pavel Djundik
1dd4e4f031 Invoke handlebars outside of grunt, generate sourcemap
Fixes #65
2016-03-05 21:32:38 +02:00
Pavel Djundik
253cb4afd6 Update handlebars to 4.0.5 2016-03-05 16:23:35 +02:00
Jérémie Astori
d03d5b7957 1.3.0 2016-03-03 05:54:23 +00:00
Jérémie Astori
b9d3e57533 Bump grunt-contrib-uglify and pin versions of grunt packages 2016-02-28 06:50:55 +00:00
Jérémie Astori
5ef28c3ce4 1.2.1 2016-02-26 05:57:43 +00:00
Jérémie Astori
900533f502 Bump and pin mocha version 2016-02-24 22:26:25 -05:00
Jérémie Astori
428b3d642d 1.2.0 2016-02-24 06:08:42 +00:00
Alistair McKinlay
ac4db3abf6 Merge pull request #43 from xPaw/stylelint
Add stylelint
2016-02-21 15:33:56 +00:00
Pavel Djundik
4be80ed029 Add stylelint 2016-02-20 19:32:21 +02:00
Pavel Djundik
19bc4f37e0 Update lodash 2016-02-19 15:13:53 +02:00
Jérémie Astori
4413a56e12 1.1.1 2016-02-19 06:09:30 +00:00
Jérémie Astori
1e51cdacf1 Merge pull request #63 from thelounge/astorije/remove-compiled-assets
Remove compiled assets and generate them at prepublish time
2016-02-19 00:57:15 -05:00
Jérémie Astori
ebe059991f 1.1.0 2016-02-19 05:49:36 +00:00
Jérémie Astori
fe6da75854 Remove compiled assets and generate them at prepublish time
- Remove minified libs and compiled templates
- Add a `prepublish` script to build assets, that run on `npm install`
  and right before publishing
  See https://docs.npmjs.com/misc/scripts
- Include these compiled assets to the `.gitignore` file
- Add an empty .npmignore to make sure the compiled assets are not
  ignored when publishing
  https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package
- Update the README to reflect changes in development

Note that the Travis CI configuration does not need any tweaking
because it cleans up all extra and changed files, up to publishing on
npm. That is, right before `prepublish` gets run.
See https://docs.travis-ci.com/user/deployment/npm#Releasing-build-artifacts
2016-02-18 06:01:37 +00:00
Jérémie Astori
eb5a0efe31 1.0.2 2016-02-15 07:16:31 +00:00
William Boman
7d9e76977b package.json: lint all .js files
This makes the linting process less prone to miss new (or even
existing) files. Ignoring specific file paths is delegated to the
.eslintignore file in the root directory.
2016-02-14 23:23:15 +01:00
Jérémie Astori
eb30cf4ba1 1.0.1 2016-02-14 06:45:39 +00:00
Pavel Djundik
65fe8b0e7d Update dependencies and pin versions 2016-02-12 13:27:17 +02:00
Jérémie Astori
993df57aaa 1.0.0 2016-02-12 06:58:41 +00:00
Jérémie Astori
1b327bb996 Update package.json to reflect new project naming 2016-02-10 04:55:10 +00:00
Pavel Djundik
17bd1aadb5 Update slate-irc 2016-01-20 17:36:31 +02:00
Jérémie Astori
baadc3df35 0.53.0 2016-01-07 06:40:34 +00:00
JocelynDelalande
ba36c4ed80 Merge pull request #522 from williamboman/fix/grunt-cli
package.json: add `grunt-cli`
2015-10-27 23:09:40 +01:00
William Boman
12ba15acf2 package.json: add linting to test script 2015-10-26 03:01:47 +01:00
William Boman
a69992f6b2 Add .eslintrc 2015-10-26 03:01:45 +01:00
William Boman
f2c40234d3 package.json: add grunt-cli
This is needed to run npm scripts that uses grunt.
2015-10-19 13:22:59 +02:00
Jérémie Astori
54622e7861 0.52.0 2015-10-19 04:29:31 +00:00
Olivier Lambert
aed3c2e271 add npm build script and update the doc accordingly 2015-10-06 12:42:22 +02:00
William Boman
d4322db5a8 package.json: fix tests 2015-10-02 14:44:40 +02:00
Mattias Erming
956807b325 Update version 2015-09-18 22:11:25 +02:00
Mattias Erming
2cee0ea6ef Increase process.setMaxListeners 2015-04-29 12:55:34 -07:00
Mattias Erming
7138ca6bda Bump version 2015-04-16 01:18:27 -07:00
Mattias Erming
cf88a9dc36 Fix Travis CI errors 2015-02-06 05:43:19 -08:00
Mattias Erming
e1c8f5a174 Release 0.50.0 2015-01-22 09:49:51 -08:00
Mattias Erming
890c751bb6 Bump version 2015-01-11 14:55:58 -08:00
Mattias Erming
70bee11d55 Bump version 2015-01-03 18:58:50 -08:00
Mattias Erming
318dcea39b Bump version 2015-01-03 18:50:20 -08:00
Mattias Erming
af563db0e2 Release 0.49.0 2014-12-23 04:24:56 -08:00
Cyrus
3927ddc0c0 use request which handles redirects 2014-12-23 08:53:57 +08:00
Cyrus
bd191c09e5 conserve bandwidth
include application/json

should be using hyperquest

appplication typo

adapt res

res.text

remove superagent dependency
2014-12-22 08:29:26 +08:00
Mattias Erming
feb4f4ee6b Release 0.48.0 2014-12-12 01:01:46 +01:00
Mattias Erming
1f4b3a70ff Release 0.47.0 2014-11-19 00:00:35 +01:00
Riku Rouvila
a9026ac8a5 add basic environment for unit testing with mocha 2014-11-17 22:14:28 +02:00
Mattias Erming
08702c66cc Release 0.46.0 2014-11-14 00:24:07 +01:00
Mattias Erming
5f16c13759 Clean up files 2014-11-07 20:55:52 +01:00
Mattias Erming
51f0590bf6 Bump version 2014-11-06 12:00:53 +00:00
Mattias Erming
fa452cb88b Bump version 2014-11-05 23:21:25 +01:00
Mattias Erming
c83a9d953a Bump version 2014-10-27 22:55:32 +01:00
Mattias Erming
3fc80efd7c Bump version 2014-10-16 23:34:01 +02:00
Mattias Erming
12152b8104 Ignore folders in 'users/' 2014-10-15 00:24:29 +02:00
Mattias Erming
42e3311e0f Release 0.45.0 2014-10-14 23:40:42 +02:00
Mattias Erming
9eff230463 Release 0.44.0 2014-10-11 01:12:56 +02:00
Mattias Erming
1707396e82 Release 0.43.2 2014-10-10 19:49:13 +02:00
Mattias Erming
24d04fee9d Update slate-irc dependency 2014-10-10 19:48:12 +02:00
Mattias Erming
9045b08cfa Release 0.43.1 2014-10-09 16:37:05 +02:00
Mattias Erming
06517e7dac Release 0.43.0 2014-10-08 23:52:57 +02:00
Mattias Erming
a406e52721 Compile templates with grunt 2014-10-08 21:15:57 +02:00
Mattias Erming
f07150ea54 Bump version 2014-10-04 15:07:24 -07:00
Mattias Erming
eae1e661b7 Split users by mode in the sidebar 2014-10-04 12:47:27 -07:00
Mattias Erming
1f3b5710f2 Bump version 2014-10-03 16:51:53 -07:00
Mattias Erming
83f4c5dd69 Release 0.41.0 2014-10-03 03:00:11 -07:00
Mattias Erming
316fba3c08 Use 'bcrypt-nodejs' package 2014-10-03 02:57:35 -07:00
Mattias Erming
c4fad94513 Bump version 2014-10-02 10:22:25 -07:00
Mattias Erming
260fba6da0 Bump version 2014-10-01 16:31:59 -07:00
Mattias Erming
354dac6a52 Fix config overwrite 2014-10-01 14:17:20 -07:00
Mattias Erming
31f574f98a Release 0.40.0 2014-10-01 12:06:33 -07:00
Mattias Erming
d9f48f0e94 Fix tab completion 2014-10-01 11:53:16 -07:00
Mattias Erming
b91276c7da Release 0.39.1 2014-09-30 14:45:12 -07:00
Mattias Erming
81862176a2 Added changelog 2014-09-30 11:15:08 -07:00
Mattias Erming
8b392a9fa0 Fix text selection 2014-09-29 12:48:14 -07:00
Mattias Erming
9947b537b6 Fix bug causing users to disconnect 2014-09-29 08:49:38 -07:00
Mattias Erming
20f0ca6666 Update image files 2014-09-28 15:46:32 -07:00
Mattias Erming
6aba36460d Fix 'Show More' button 2014-09-28 14:51:24 -07:00
Mattias Erming
5eb6f09b12 Remove stray </div> tag 2014-09-27 17:21:37 -07:00
Mattias Erming
e4b4e0e065 Fix log highlight 2014-09-27 17:14:52 -07:00
Mattias Erming
6c6e76afda Persist inline links 2014-09-27 16:47:04 -07:00
Mattias Erming
2e293ce785 Fix IE 2014-09-27 15:08:21 -07:00
Mattias Erming
e4f100a177 Break really long words 2014-09-27 15:01:44 -07:00
Mattias Erming
2a00fb1bb6 Added link plugin 2014-09-27 12:17:13 -07:00
Mattias Erming
ea5f7b2517 Call trim() on input string 2014-09-27 08:57:25 -07:00
Mattias Erming
35f6f1a677 Hide ctcp messages 2014-09-27 08:46:32 -07:00
Mattias Erming
e49f3e6892 Remove debug mode 2014-09-27 08:19:14 -07:00
Mattias Erming
dd697c4918 Change colors 2014-09-26 17:21:14 -07:00
Mattias Erming
3e22b6e88a Added https support 2014-09-26 16:26:21 -07:00
Mattias Erming
4c94a67d49 Use express 2014-09-26 15:12:53 -07:00
Mattias Erming
96fcfcfdcc Minor fix 2014-09-26 15:08:18 -07:00
Mattias Erming
7936dab6e3 Show current nick 2014-09-25 16:51:53 -07:00
Mattias Erming
36dd749820 Hide close button on mobile 2014-09-25 03:05:24 -07:00
Mattias Erming
4d9b58ecd5 Autoload users 2014-09-24 15:23:54 -07:00
Mattias Erming
8793551371 Sync sidebar order 2014-09-24 12:42:36 -07:00
Mattias Erming
b1bd39f7f4 Bump version 2014-09-24 11:06:53 -07:00
Mattias Erming
d283c512d5 Sortable sidebar (experimental) 2014-09-23 16:05:48 -07:00
Mattias Erming
ec3de9b9d3 Fix focus 2014-09-23 15:42:59 -07:00
Mattias Erming
4f5465df82 Use <div> instead of <button> in sidebar 2014-09-22 11:54:38 -07:00
Mattias Erming
85988168c8 Set cookie expiration date 2014-09-22 02:58:42 -07:00
Mattias Erming
2fd5f293f0 Minor fixes 2014-09-21 12:48:26 -07:00
Mattias Erming
bd113dd46e Minor fix 2014-09-21 09:48:35 -07:00
Mattias Erming
3597e89c91 Bump version 2014-09-21 09:46:54 -07:00
Mattias Erming
9edaf6a2e4 Added 'Close' button 2014-09-21 08:59:50 -07:00
Mattias Erming
0607516872 Added 'Send' button 2014-09-21 08:21:26 -07:00
Mattias Erming
a837ed270b Sort by z-index on close 2014-09-19 16:56:38 -07:00
Mattias Erming
e9a8f86819 Custom scrollbar in the sidebar 2014-09-19 16:12:17 -07:00
Mattias Erming
bcdf51beb9 Bump version 2014-09-19 13:25:09 -07:00
Mattias Erming
2f74c2fb27 Fix input focus 2014-09-18 03:02:52 -07:00
Mattias Erming
ea1aaf2d6e Minor changes 2014-09-16 13:39:19 -07:00
Mattias Erming
f3aee8f6cb Minor changes 2014-09-16 13:06:13 -07:00
Mattias Erming
17f7ae7961 Bump version 2014-09-16 12:47:16 -07:00
Mattias Erming
56b72071ec Fix login 2014-09-16 10:43:02 -07:00
Mattias Erming
216030710a Minor changes 2014-09-16 10:33:15 -07:00
Mattias Erming
044b61be29 Bump version 2014-09-15 14:54:17 -07:00
Mattias Erming
78d36d6750 Added 'Remember' login option 2014-09-15 14:13:03 -07:00
Mattias Erming
f95a74bb2a Bump version 2014-09-15 12:56:19 -07:00
Mattias Erming
a18580645c Bump version 2014-09-15 11:35:36 -07:00
Mattias Erming
0d01375a13 Bump version 2014-09-14 10:59:55 -07:00
Mattias Erming
d821a9c6b0 Bump version 2014-09-13 17:10:19 -07:00
Mattias Erming
2b41e2e88e Fix password reset 2014-09-13 15:42:11 -07:00
Mattias Erming
0d38f004d9 Add missing require 2014-09-13 14:55:07 -07:00
Mattias Erming
f4213cc698 Bump version 2014-09-13 14:50:19 -07:00
Mattias Erming
1e4ad44a01 Bump version 2014-09-13 04:31:52 -07:00
Mattias Erming
6bcbe1b702 Fix line height 2014-09-12 18:16:29 -07:00
Mattias Erming
d01f4b37a1 Added server password to 'Connect' window 2014-09-12 18:03:26 -07:00
Mattias Erming
cabf766fba Improve sidebar message counter 2014-09-12 16:27:27 -07:00
Mattias Erming
0f68823298 Fix 'shout add' crash 2014-09-11 16:55:50 -07:00
Mattias Erming
d53c0716e6 Added 'shout reset' command 2014-09-11 14:00:18 -07:00
Mattias Erming
428f63946b Added password hashing 2014-09-11 13:37:16 -07:00
Mattias Erming
815ed887f4 Fix multiple query windows 2014-09-11 11:05:33 -07:00
Mattias Erming
666f21cd66 Added MOTD messages 2014-09-11 10:24:32 -07:00
Mattias Erming
b1217aa416 Fix login screen disappearing 2014-09-11 03:08:33 -07:00
Mattias Erming
585391905e Fix sidebar toggle 2014-09-10 14:43:56 -07:00
Mattias Erming
1862e2af93 Reload page on disconnect 2014-09-10 13:30:36 -07:00
Mattias Erming
4ef468bd32 Added messages show/hide toggles 2014-09-10 13:08:32 -07:00
Mattias Erming
05a51f74a7 Fix the 'Show More' button 2014-09-10 12:23:56 -07:00
Mattias Erming
37b68b7bc4 Try-catch Audio fallback 2014-09-10 10:04:27 -07:00
Mattias Erming
ced6227818 User/users wording 2014-09-10 09:51:05 -07:00