Commit graph

2143 commits

Author SHA1 Message Date
Jérémie Astori 1f1b025b81
2.3.0-rc.2 2017-05-16 01:46:32 -04:00
Jérémie Astori 4654ad42b1
Add changelog entry for v2.3.0-rc.2 2017-05-16 01:46:12 -04:00
Jérémie Astori 085feb606e Merge pull request #1167 from thelounge/astorije/fix-userlist-search
Fix user list search not responding to clicks on search results
2017-05-14 01:20:01 -04:00
Jérémie Astori 3e54569624
Fix user list search not responding to clicks on search results 2017-05-13 18:34:27 -04:00
Al McKinlay 07e4f4d1a4 Merge pull request #1157 from thelounge/astorije/motd-default
Display MOTD by default on client
2017-05-10 10:14:22 +01:00
Al McKinlay 0480275ab9 Merge pull request #1156 from PolarizedIons/fix-fix-datemarker
Fix fixing the date-marker not being removed when it should be.
2017-05-10 10:13:51 +01:00
Jérémie Astori 895fcc4066 Display MOTD by default on client 2017-05-09 18:18:32 -04:00
PolarizedIons 54a9637ed4 Fix fixing the date-marker not being removed when it should be.
Accidentally copy-pasted more than I should have when I moved the scrollable height calculation code, and I caused the older
messages to be added before doing checks for the date-markers, which would fail.
2017-05-09 19:23:31 +02:00
Jérémie Astori 45df995d7f
2.3.0-rc.1 2017-05-07 01:23:22 +02:00
Jérémie Astori 4cbfc38106
Add minimal change log entry for v2.3.0-rc.1 2017-05-07 01:22:38 +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
Jérémie Astori 614085cc30 Merge pull request #1142 from thelounge/greenkeeper/webpack-2.5.1
Update webpack to the latest version 🚀
2017-05-06 23:33:22 +02:00
greenkeeper[bot] 83f01f6f6c chore(package): update webpack to version 2.5.1 2017-05-06 20:21:29 +00:00
Pavel Djundik 691f628e48 Merge pull request #1095 from thelounge/xpaw/fix-nick-autocomplete
Fix nick autocomplete
2017-05-06 13:43:27 +03:00
Pavel Djundik 7ae364e360 Merge pull request #1100 from thelounge/xpaw/0x04
Add support for 0x04 hex colors
2017-05-06 13:43:14 +03:00
Pavel Djundik fe77563cdb Merge pull request #1114 from thelounge/xpaw/moment
Use moment to render dates everywhere
2017-05-06 13:43:02 +03:00
Pavel Djundik 57d7616d1b Merge pull request #1109 from thelounge/astorije/autocomplete-colors
Add autocomplete strategy for foreground and background colors
2017-05-06 13:42:47 +03:00
Pavel Djundik 4a75ca57e0 Merge pull request #1125 from thelounge/astorije/rm-autocompletion-help
Remove autocompletion section from the help page
2017-05-06 13:41:46 +03: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
Jérémie Astori 783a8567e2 Merge pull request #1138 from thelounge/xpaw/fix-emoji-autocomplete
Allow autocompleting full emoji short names
2017-05-05 22:03:32 +02:00
Jérémie Astori 222075dd9d Merge pull request #1140 from thelounge/greenkeeper/nyc-10.3.2
Update nyc to the latest version 🚀
2017-05-05 21:36:54 +02:00
greenkeeper[bot] ae42f81d6f chore(package): update nyc to version 10.3.2 2017-05-05 18:49:27 +00:00
Pavel Djundik 9766c3e254 Allow autocompleting full emoji short names 2017-05-05 21:08:41 +03:00
Pavel Djundik 328c61920e Merge pull request #1132 from PolarizedIons/fix-datemarker
Fix date-marker not being removed on loading new messages
2017-05-05 21:05:10 +03:00
Pavel Djundik a4806e423f Merge pull request #1129 from thelounge/greenkeeper/handlebars-4.0.8
Update handlebars to the latest version 🚀
2017-05-05 20:58:12 +03:00
PolarizedIons c5e215f439 Fix date-marker not being removed on loading new messages 2017-05-05 14:07:01 +02: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
Pavel Djundik 700d3c1ff2 Use moment to render dates everywhere 2017-05-01 21:31:31 +03:00
Jérémie Astori 60bf4b22b0
Remove autocompletion section from the help page
Rationale for this is that the whole point of autocompletion is to be intuitive and show up naturally when starting to type something else. For example, all commands start with `/`, so obviously starting to type a command will trigger autocomplete. This is true for channels as well. Emoji are a bit particular because all systems that support emoji open their completion with `:`. The only not-so-intuitive completion strategy is for nicks because it is not so common to start them with `@` on IRC, but as long as we keep tab completion after any set of characters, this is fine. It will be even nicer once regular tab completion uses the same autocompletion dropdown.
2017-05-01 15:32:23 +02:00
Pavel Djundik d6ca06b12b Merge pull request #1123 from thelounge/greenkeeper/irc-framework-2.8.1
Update irc-framework to the latest version 🚀
2017-05-01 10:09:20 +03:00
Jérémie Astori 0981605fae
Add autocomplete strategy for background colors 2017-05-01 02:49:35 +02: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
Jérémie Astori 2831de8271 Merge pull request #1122 from thelounge/xpaw/fix-search-tab
Disable tabindex on userlist search input
2017-04-30 14:54:30 +02:00
Jérémie Astori 6d1eef836a
Add autocomplete strategy for foreground colors 2017-04-30 14:08:12 +02:00
Pavel Djundik 381ea326f4 Disable tabindex on userlist search input
Fixes #1036.
2017-04-30 15:07:09 +03:00
Pavel Djundik f7b7248ff7 Fix nick autocomplete
Fixes #1119.
2017-04-30 15:03:27 +03:00
Jérémie Astori 7e72120c41 Merge pull request #1116 from thelounge/greenkeeper/handlebars-4.0.7
Update handlebars to the latest version 🚀
2017-04-30 13:50:49 +02: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
Pavel Djundik e2b55c491e Merge pull request #1113 from thelounge/greenkeeper/nyc-10.3.0
Update nyc to the latest version 🚀
2017-04-29 15:01:28 +03:00
Pavel Djundik 8ad92ed7b7 Merge pull request #1115 from PolarizedIons/fix-sorting
Fix channel sorting messing up the order
2017-04-29 14:56:19 +03:00
PolarizedIons dd48ba4e87 Fix channel sorting messing up the order 2017-04-29 13:19:31 +02:00
greenkeeper[bot] 14ea84988f chore(package): update nyc to version 10.3.0
https://greenkeeper.io/
2017-04-29 07:07:10 +00:00
Pavel Djundik 0b645d54c6 Add support for 0x04 hex colors
Ref: https://modern.ircdocs.horse/formatting.html#hex-color
2017-04-29 09:50:26 +03:00
Pavel Djundik 0773bf1ecb Merge pull request #1108 from MaxLeiter/ctcp-command
Add ctcp to constants, adds to auto-complete
2017-04-29 09:17:48 +03:00
Max Leiter 70655120cb Add ctcp to constants, adds to auto-complete 2017-04-28 14:45:18 -07:00
Jérémie Astori 45b23f73cf Merge pull request #1107 from thelounge/xpaw/fix-sidebar
Fix chat layout on small devices when users list is hidden
2017-04-28 21:09:20 +02:00