Commit Graph

3623 Commits

Author SHA1 Message Date
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
Jérémie Astori 29e0717d8c Merge pull request #238 from williamboman/fix/safer-add-user
clientManager: don't write user configs outside of lounge's users dir
2016-05-08 13:21:01 -04:00
Pavel Djundik 96f8cd9a28 Dot is not part of the path 2016-05-08 12:36:18 +03: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
Pavel Djundik a41ea20a60 Merge pull request #306 from thelounge/astorije/bump-lodash
Bump patch version of lodash to 4.11.2
2016-05-08 10:45:30 +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 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 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
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
Max-P 8910eefe46 Merge pull request #302 from MaxLeiter/patch-1
Updates demo link to HTTPS
2016-05-07 18:27:13 -04:00
Max Leiter 2b2d9dac6c Updates demo link to HTTPS 2016-05-07 15:26:54 -07:00
William Boman 5e38060567 clientManager: don't write user configs outside of lounge's users dir 2016-05-07 13:35:16 +02:00
Alistair McKinlay 7cf09b70ef Merge pull request #300 from thelounge/xpaw/update-forms
Add labels in connect window
2016-05-07 11:26:07 +01:00
Pavel Djundik e1a8baa49d Add labels in connect window 2016-05-07 12:19:52 +03:00
Jérémie Astori 2fdb462654 Merge pull request #297 from thelounge/xpaw/save-left-channel
Save user when parting channels
2016-05-06 18:05:12 -04:00
Pavel Djundik 4585583ebc Save user when parting channels 2016-05-06 19:32:35 +03:00
Pavel Djundik d143542fe5 Add security headers to minimize XSS damage 2016-05-06 11:08:45 +03:00
Max-P a3c1127755 Merge pull request #294 from thelounge/astorije/fix-webirc-config
Make sure app does not crash when webirc is not defined in the configuration
2016-05-02 01:15:53 -04:00
Jérémie Astori 48ce92bdcf Make sure app does not crash when webirc is not defined in the configuration 2016-05-02 01:11:57 -04:00
Jérémie Astori ba26724748 Merge pull request #240 from maxpoulin64/webirc
Implement WEBIRC
2016-05-02 00:54:45 -04:00
Maxime Poulin 96d282e73c
Add WEBIRC support
Fixes #181
2016-05-02 00:45:19 -04:00
Maxime Poulin 6d1e81b324 Remove "trust proxy" as it does litterally nothing 2016-05-02 00:42:03 -04:00
Jérémie Astori 228a2d33ee Merge pull request #291 from thelounge/xpaw/strict-curly
Stricter eslint rule for curly brackets
2016-05-01 14:03:43 -04:00