Maxime Poulin
|
21eafef32d
|
Don't send completely empty messages
|
2016-05-25 03:27:25 -04:00 |
|
Pavel Djundik
|
080495e0d1
|
Turn favicon red on page load if there are highlights
|
2016-05-23 20:51:24 +03: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
|
be8705b4b0
|
Merge pull request #310 from thelounge/xpaw/manifest
Add manifest.json for nicer mobile experience
|
2016-05-20 19:26:08 -04: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
|
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
|
876ce4bc6e
|
Do not ignore our handlebars plugins in eslint
|
2016-05-12 16:07:15 +03:00 |
|
Pavel Djundik
|
ef28656675
|
Do not increase font size on highlight in morning theme
|
2016-05-11 10:54:33 +03:00 |
|
Jérémie Astori
|
aad757e50a
|
Fix missing colors in action messages
|
2016-05-10 19:40:09 -04:00 |
|
Jérémie Astori
|
7c41133a12
|
Fix wrong CSS for disabled colored nicknames on themes
|
2016-05-10 19:27:31 -04:00 |
|
Pavel Djundik
|
d524cf08ec
|
Add manifest.json for nicer mobile experience
|
2016-05-10 13:14:51 +03: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
|
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 |
|
Pavel Djundik
|
de6f25f14c
|
Merge pull request #305 from thelounge/astorije/wording
Minor wording changes for better clarity
|
2016-05-08 10:46:19 +03:00 |
|
Jérémie Astori
|
c7fb388323
|
Merge pull request #292 from thelounge/xpaw/csp
Add security headers to minimize XSS damage
|
2016-05-08 00:42:05 -04:00 |
|
Jérémie Astori
|
5fa5140bd8
|
Use a more explicit wording for the "Show more" button
|
2016-05-07 20:08:27 -04:00 |
|
Jérémie Astori
|
5681860584
|
Use a proper abbreviation for the MOTD
|
2016-05-07 20:08:08 -04:00 |
|
Pavel Djundik
|
e1a8baa49d
|
Add labels in connect window
|
2016-05-07 12:19:52 +03:00 |
|
Pavel Djundik
|
d143542fe5
|
Add security headers to minimize XSS damage
|
2016-05-06 11:08:45 +03:00 |
|
Pavel Djundik
|
e75a8f40a6
|
Stricter eslint rule for curly brackets
|
2016-05-01 12:41:17 +03:00 |
|
Pavel Djundik
|
c6c32e7d5f
|
Merge pull request #217 from thelounge/xpaw/keep-autocomplete
Keep autocompletion sort whenever user list updates
|
2016-05-01 08:56:13 +03:00 |
|
Jérémie Astori
|
d73c6d0440
|
Merge pull request #252 from thelounge/xpaw/setnick
Do not display incorrect nick when switching to a non connected network
|
2016-04-30 19:40:27 -04:00 |
|
Jérémie Astori
|
404bf2c4df
|
Merge pull request #270 from thelounge/ircv3/echo-message
Add support for echo-message and znc.in/self-message caps
|
2016-04-30 19:37:10 -04:00 |
|
Pavel Djundik
|
a082039ecb
|
Keep autocompletion sort whenever an user joins
|
2016-04-28 22:44:27 +03:00 |
|
Pavel Djundik
|
75f04e6cd0
|
Improve sticky scroll
|
2016-04-28 09:04:26 +03:00 |
|
Max-P
|
d090cafcaa
|
Merge pull request #279 from thelounge/xpaw/fix-self-unread
Do not count your own messages as unread
|
2016-04-26 15:37:56 -04:00 |
|
Pavel Djundik
|
80ac72709d
|
Do not count your own messages as unread
|
2016-04-26 13:10:17 +03:00 |
|
Pavel Djundik
|
d30e4e68ca
|
Parse ctcp replies
|
2016-04-25 19:24:43 +03:00 |
|
Pavel Djundik
|
5a58d1a369
|
Only increase unread counter for whitelisted actions
|
2016-04-24 11:21:26 +03:00 |
|
Pavel Djundik
|
91aa4c6c4a
|
Never highlight self messages in queries, and leave it up to the server to decide
|
2016-04-22 19:38:59 +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
|
c70176d3a8
|
Merge pull request #228 from thelounge/xpaw/kill-printers
Remove print styles
|
2016-04-12 22:14:21 -04:00 |
|
Jérémie Astori
|
af2c36e86e
|
Fix missing channel name from invite notifications
|
2016-04-11 00:56:59 -04:00 |
|
Pavel Djundik
|
8f217ad3fb
|
Do not display incorrect nick when switching to a non connected network
|
2016-04-10 12:08:31 +03:00 |
|
Jérémie Astori
|
e799cc493c
|
Move the sidebar serverOptions to the according template
|
2016-04-10 01:04:39 -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
|
16370d8fcc
|
Add /ctcp command and handle ctcp responses
|
2016-04-07 16:08:31 -04:00 |
|
Pavel Djundik
|
2a7a93d207
|
Fix incorrect context menu names in nick, whois and topic set by messages
|
2016-04-07 16:07:40 -04:00 |
|
Pavel Djundik
|
142aa85548
|
Handle invites
Requires irc-fw update
|
2016-04-07 16:07:40 -04:00 |
|
Pavel Djundik
|
3fc7036d32
|
Don't reset time in link expander and hide time with css
|
2016-04-07 16:07:40 -04:00 |
|
Pavel Djundik
|
43f58a8075
|
Format topic set date
|
2016-04-07 16:07:40 -04:00 |
|
Pavel Djundik
|
a01216fa4c
|
Update irc-framework
|
2016-04-07 16:04:41 -04:00 |
|
Pavel Djundik
|
b6993f6e37
|
Make whois work
|
2016-04-07 16:04:41 -04:00 |
|
Pavel Djundik
|
28ae544b2a
|
Move connection events to a separate file, sync PREFIX with frontend
|
2016-04-07 16:04:40 -04:00 |
|
Pavel Djundik
|
9ab71b2588
|
Handle nick
|
2016-04-07 16:04:40 -04:00 |
|
Pavel Djundik
|
e380319400
|
Handle parts, quits, topics and topic set by
|
2016-04-07 16:04:40 -04:00 |
|