Commit Graph

241 Commits

Author SHA1 Message Date
Ken-Håvard Lieng
a4a4588ae6 Add compareUsers test 2017-07-06 07:01:14 +02:00
Ken-Håvard Lieng
8b44f68231 Move user sorting to a selector 2017-07-06 06:46:53 +02:00
Ken-Håvard Lieng
c005fc7cae Add initial support for choosing to still connect when the server uses a self-signed cert and verify_vertificates is turned on 2017-07-04 11:28:56 +02:00
Ken-Håvard Lieng
403f7d0942 Copy action payload before passing it to socket handlers 2017-07-03 00:52:16 +02:00
Ken-Håvard Lieng
8a2fbaca7f Improve status tab error layout 2017-07-03 00:04:10 +02:00
Ken-Håvard Lieng
18aff3ded6 Show last IRC connection error in status tab, log IRC connection errors 2017-07-02 03:31:00 +02:00
Ken-Håvard Lieng
68bdcfc31b Update client dependencies 2017-06-29 07:50:35 +02:00
Ken-Håvard Lieng
3af6ad9cd9 Only redirect to a stored tab if it still exists 2017-06-29 07:36:58 +02:00
Ken-Håvard Lieng
962f7d1eb0 Simplify Settings mapDispatch 2017-06-29 07:11:12 +02:00
Ken-Håvard Lieng
3209238562 Only persist tab if its a channel or status tab 2017-06-29 07:06:05 +02:00
Ken-Håvard Lieng
6624a97ce7 Keep TabList sorted 2017-06-29 06:56:05 +02:00
Ken-Håvard Lieng
7160db9614 Increase scrollback fetch threshold slightly 2017-06-23 03:40:53 +02:00
Ken-Håvard Lieng
6c7bf0d81a Use rewire to test unexported functions 2017-06-23 03:06:44 +02:00
Ken-Håvard Lieng
0dcfcbbafd Add getMessageTab test 2017-06-23 02:43:36 +02:00
Ken-Håvard Lieng
54462b8a1b Add messages sent to channels with dots in the name to the correct tab 2017-06-23 02:27:56 +02:00
Ken-Håvard Lieng
60cc5ca139 Update webpack-dev-middleware 2017-06-23 02:08:17 +02:00
Ken-Håvard Lieng
f7b80b413e Fix tab cookie 2017-06-21 09:45:47 +02:00
Ken-Håvard Lieng
1c199f40e2 Handle import aliases with babel instead of webpack 2017-06-21 09:03:24 +02:00
Ken-Håvard Lieng
86c5451edb Organize components, use webpack import aliases 2017-06-21 08:40:28 +02:00
Ken-Håvard Lieng
f174d98107 Support changing the nick by clicking it in MessageInput 2017-06-21 07:23:07 +02:00
Ken-Håvard Lieng
a4ebd8d4c4 Update webpack to 3.0.0 2017-06-20 04:26:18 +02:00
Ken-Håvard Lieng
37f57b87ac Update react to 15.6.0 and react-virtualized to 9.8.0 2017-06-14 05:28:01 +02:00
Ken-Håvard Lieng
0f5c3b57d2 Handle channel names ending with a slash better 2017-06-13 04:25:59 +02:00
Ken-Håvard Lieng
f03b30eff6 Update client dependencies 2017-06-12 06:55:22 +02:00
Ken-Håvard Lieng
9f8a0d72ba Use verbose client test output on travis 2017-06-12 06:39:24 +02:00
Ken-Håvard Lieng
b639ba6846 Support changing the server name by clicking it in the status tab 2017-06-12 06:31:27 +02:00
Ken-Håvard Lieng
3b33957161 Fix message reducer tests 2017-06-07 05:13:02 +02:00
Ken-Håvard Lieng
b0b9904bc1 Rename state/environment to state/app 2017-06-07 01:03:35 +02:00
Ken-Håvard Lieng
b6e92d6add Fetch scrollback messages earlier, add them when ready 2017-06-07 00:04:37 +02:00
Ken-Håvard Lieng
e5c5938414 Add raw command shorthand 2017-06-02 22:24:03 +02:00
Ken-Håvard Lieng
6d55ce8a2d Enable dev-middleware CORS 2017-06-01 23:17:15 +02:00
Ken-Håvard Lieng
d9e3d71a1f Show warning when disconnected 2017-05-29 06:16:24 +02:00
Ken-Håvard Lieng
2d32df3afe Update client dependencies 2017-05-29 03:12:19 +02:00
Ken-Håvard Lieng
fa9c5a9c16 Fix navicon 2017-05-29 03:02:39 +02:00
Ken-Håvard Lieng
a084e6d0af Dont send empty whois results to the client 2017-05-29 00:52:19 +02:00
Ken-Håvard Lieng
aa59e71745 Forward irc errors to the client, improve command validation and feedback, handle topic changes 2017-05-28 07:20:43 +02:00
Ken-Håvard Lieng
993d29242e Clean up container/component relationship 2017-05-27 07:30:22 +02:00
Ken-Håvard Lieng
01bacafac8 Add linkify tests 2017-05-27 06:47:17 +02:00
Ken-Håvard Lieng
889e3b88b7 Colocate reducers, actions and selectors 2017-05-26 08:20:00 +02:00
Ken-Håvard Lieng
1e7d4c3fe4 Update webpack to 2.6.0 2017-05-23 09:58:08 +02:00
Ken-Håvard Lieng
41d6099d89 Inform about commands not found 2017-05-22 03:49:37 +02:00
Ken-Håvard Lieng
7e080f2c99 Only call resetInputHistory when there is something to reset 2017-05-21 23:48:01 +02:00
Ken-Håvard Lieng
c428842db7 Fix input history 2017-05-21 23:23:21 +02:00
Ken-Håvard Lieng
4c70d11a86 Add _ to segmentValueCharset 2017-05-21 22:59:35 +02:00
Ken-Håvard Lieng
d96cf68d95 Dont return an array from linkify if the result is just a single node 2017-05-21 11:04:06 +02:00
Ken-Håvard Lieng
8684e2dea2 Store the last tab in a cookie so the server can use it for embedding state 2017-05-21 09:53:47 +02:00
Ken-Håvard Lieng
4cad5a0b33 Make sure route params can contain all the possible characters in a nick 2017-05-21 08:29:59 +02:00
Ken-Håvard Lieng
84624266e0 Update client dependencies 2017-05-20 23:37:29 +02:00
Ken-Håvard Lieng
5487ecdb57 Redirect to stored tab if the route is not found 2017-05-19 08:36:13 +02:00
Ken-Håvard Lieng
2afbf2359c Add document title handling 2017-05-19 07:29:44 +02:00