Commit Graph

1295 Commits

Author SHA1 Message Date
Maxime Poulin
312b7eaa0c
Keep chat stickied to the bottom on resize
Fixes the chat not staying at the bottom when opening the on-screen keyboard on mobile.
2016-06-04 20:01:53 -04:00
Jérémie Astori
7834d12e8f Merge pull request #254 from thelounge/xpaw/auto-rc
Enable auto reconnection
2016-05-24 18:43:20 -04:00
Jérémie Astori
e206ef55ce Merge pull request #344 from thelounge/xpaw/pageload-favicon
Turn favicon red on page load if there are highlights
2016-05-23 17:18:03 -04:00
Pavel Djundik
080495e0d1 Turn favicon red on page load if there are highlights 2016-05-23 20:51:24 +03:00
Jérémie Astori
3bdf580873 2.0.0-pre.1 2016-05-23 00:41:16 -04:00
Jérémie Astori
51c3edf72e Add change log entry for upcoming v2.0.0-pre.1 2016-05-22 23:59:19 -04:00
Pavel Djundik
a0010ca9f6 Allow /connect command to work on current network 2016-05-22 10:13:10 +03:00
Pavel Djundik
047a79ead6 Add separate /disconnect command 2016-05-22 10:13:08 +03:00
Pavel Djundik
e3a1bf2f87 Enable auto reconnection 2016-05-22 10:13:07 +03:00
Max-P
fca941e962 Merge pull request #307 from thelounge/astorije/path-join-everywhere
Replace all concatenated paths with Node's path.join
2016-05-21 22:22:28 -04:00
Max-P
423151ad97 Merge pull request #334 from thelounge/xpaw/query-highlights
Fix notifications in query windows
2016-05-21 22:09:55 -04:00
Jérémie Astori
0599a40df7 Merge pull request #320 from maxpoulin64/fix-space
Fix sending messages starting with a space
2016-05-21 13:11:09 -04:00
Jérémie Astori
be8705b4b0 Merge pull request #310 from thelounge/xpaw/manifest
Add manifest.json for nicer mobile experience
2016-05-20 19:26:08 -04:00
Alistair McKinlay
304314d9c6 Merge pull request #325 from thelounge/astorije/color-classes
CSS classes in themes for nick colors
2016-05-17 08:15:25 +01:00
Pavel Djundik
1c57363106 Fix notifications in queries, limit message highlights to channels 2016-05-16 22:46:54 +03:00
Jérémie Astori
ca06e63e98 Fix log directory in config defaults 2016-05-15 17:22:32 -04:00
Jérémie Astori
f65ffdff1e Centralize the logs path in the Helper 2016-05-15 17:13:51 -04:00
Pavel Djundik
d6f2def825 Do not override HOME env in tests 2016-05-15 17:02:53 -04:00
Pavel Djundik
dcec9f3c37 Fix overriding home folder 2016-05-15 17:02:53 -04:00
Pavel Djundik
d725bf0f70 Remove permissions test and do not suggest using sudo 2016-05-15 17:02:47 -04:00
Jérémie Astori
fe85873f1e Replace all concatenated paths with Node's path.join 2016-05-15 17:01:10 -04:00
Jérémie Astori
1af00d30c5 Invert no-colors CSS class and rename option
This will reset users' preference regarding colored nicknames but it's to make
it more specific than just "colors".
2016-05-15 15:56:48 -04:00
Jérémie Astori
b3103e8c3f Add light colors for dark themes Morning and Zenburn
These colors have been generated by the randomColor package
2016-05-15 15:21:18 -04:00
Jérémie Astori
c87d82dc48 Replace color generation with CSS classes
These colors were built using the current generation function to have
similar style.
2016-05-15 15:21:18 -04:00
Pavel Djundik
e6990e0fc7 Don't falsely report failed write if it didn't fail 2016-05-15 11:15:20 +03:00
Jérémie Astori
7005034e82 Merge pull request #327 from thelounge/better-nick-highlights
Improve nick highlights
2016-05-13 00:15:58 -04:00
Alistair McKinlay
d6b13ecf8c Merge pull request #329 from thelounge/xpaw/lint-extra
Do not ignore our handlebars plugins in eslint
2016-05-12 14:11:49 +01:00
Pavel Djundik
876ce4bc6e Do not ignore our handlebars plugins in eslint 2016-05-12 16:07:15 +03:00
Pavel Djundik
8a7d1e880b Add nick highlight tests 2016-05-12 15:55:36 +03:00
Pavel Djundik
aa8c3f6419 Improve nick highlights 2016-05-12 14:20:24 +03:00
Max-P
bbf7b8086f Merge pull request #324 from thelounge/update-irc-fw
Update irc-framework
2016-05-12 03:25:54 -04:00
Pavel Djundik
ac5e96cddf Update irc-framework 2016-05-12 10:15:37 +03:00
Jérémie Astori
91f016c62f Merge pull request #315 from maxpoulin64/empty-password
Don't check for existing password emptyness
2016-05-11 18:20:07 -04:00
Max-P
738f8badff Merge pull request #321 from thelounge/xpaw/no-hl-size-increase
Do not increase font size on highlight in morning theme
2016-05-11 14:40:12 -04:00
Pavel Djundik
ef28656675 Do not increase font size on highlight in morning theme 2016-05-11 10:54:33 +03:00
Max-P
b13767d3a6 Merge pull request #317 from thelounge/astorije/colored-nicknames
Fix missing colors in action messages
2016-05-10 21:37:34 -04:00
Maxime Poulin
5a3b07a698
Fix sending messages starting with a space
There really is no need to trim apart bringing more situations like this. If I want to put spaces in front of my message (say, for alignment purposes), then I should be able to.

Fixes #319
2016-05-10 21:31:42 -04:00
Jérémie Astori
aad757e50a Fix missing colors in action messages 2016-05-10 19:40:09 -04:00
Max-P
605036fb1e Merge pull request #318 from thelounge/astorije/fix-no-colors-themes
Fix wrong CSS for disabled colored nicknames on themes
2016-05-10 19:35:46 -04:00
Jérémie Astori
7c41133a12 Fix wrong CSS for disabled colored nicknames on themes 2016-05-10 19:27:31 -04:00
Maxime Poulin
0b6d13d22d
Don't check for existing password emptyness
Pointed out by @PugaBear, it's possible for a user to have an empty password. There isn't really a need to check for password emptyness, it will simply fail with wrong old password instead.
2016-05-10 18:00:07 -04:00
Pavel Djundik
d524cf08ec Add manifest.json for nicer mobile experience 2016-05-10 13:14:51 +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
Jérémie Astori
dc6c36401b Merge pull request #308 from thelounge/xpaw/fix-badge-format
Fix unread counter not being formatted on page load
2016-05-09 00:07:36 -04:00
Pavel Djundik
ed700ef504 Fix unread counter not being formatted on page load 2016-05-08 22:49:53 +03:00
Jérémie Astori
a2ca221577 Merge pull request #303 from thelounge/astorije/aria-label-on-buttons
Add missing aria-label on icon buttons
2016-05-08 15:07:57 -04:00
Jérémie Astori
57d7b0147e Make the sidebar close a button and add aria-label to it 2016-05-08 15:06:36 -04:00
Jérémie Astori
8af36eb0c7 Add an aria-label attribute to the user search field 2016-05-08 15:06:36 -04:00
Jérémie Astori
97c08d409e Add missing aria-label on icon buttons 2016-05-08 15:06:36 -04:00