Commit graph

2741 commits

Author SHA1 Message Date
Jérémie Astori 672617c8ad
Add changelog entry for v2.5.0-rc.4 2017-10-06 22:25:44 -04:00
Jérémie Astori c2681a9f6e Merge pull request #1620 from thelounge/xpaw/invalid-uri-test
Add tests for invalid urls
2017-10-06 22:21:26 -04:00
Pavel Djundik 586a486418 Add tests for invalid urls 2017-10-06 12:25:26 +03:00
Pavel Djundik 530d71764f Merge pull request #1604 from thelounge/greenkeeper/urijs-1.19.0
Update urijs to the latest version 🚀
2017-10-06 10:15:42 +03:00
Pavel Djundik 9a8c1b2fd0 Wrap withinString in try/catch 2017-10-05 23:50:45 +03:00
greenkeeper[bot] 0d6ff2535e fix(package): update urijs to version 1.19.0 2017-10-05 23:50:44 +03:00
Jérémie Astori 7f285e847f
2.5.0-rc.3 2017-10-04 18:14:07 -04:00
Jérémie Astori 21cdf11350
Add changelog entry for v2.5.0-rc.3 2017-10-04 18:12:50 -04:00
Pavel Djundik f18d019383 Merge pull request #1610 from thelounge/astorije/size-fixes
Fix some missing parts from recent font changes/resizing
2017-10-03 12:14:28 +03:00
Pavel Djundik 271324fa6f Merge pull request #1608 from thelounge/xpaw/remove-progress
Remove --progress from webpack
2017-10-03 11:36:24 +03:00
Jérémie Astori 54cffb4712
Fix some missing parts from recent font changes/resizing
- Separate messages by one more pixel: the recent font changes make multiline messages rather hard to differentite from one another. I believe adding 2px looked better, but I knew that would cause riots so I went for a middle ground 😅
- Make previews the same size than messages themselves, and adapt the thumbnail height accordingly
- Make the message input font size same as message size
2017-10-03 01:09:02 -04:00
Pavel Djundik b11a96d828 Remove --progress from webpack 2017-10-02 20:07:08 +03:00
Jérémie Astori fc0af518c6
2.5.0-rc.2 2017-10-01 23:46:40 -04:00
Jérémie Astori 24f9467084
Add changelog entry for v2.5.0-rc.2 2017-10-01 23:41:09 -04:00
Jérémie Astori 50d49a2ec2 Merge pull request #1597 from thelounge/astorije/fix-time-width
Give chat timestamp a fix width to fix message alignment issues
2017-10-01 22:24:25 -04:00
Jérémie Astori a93adcbdfa
Give chat timestamp a fix width to fix message alignment issues 2017-10-01 01:12:08 -04:00
Jérémie Astori 0cc9c4166b Merge pull request #1583 from thelounge/astorije/thelounge-packages
Use `thelounge` instead of `lounge` when it comes to external packages
2017-09-30 23:47:02 -04:00
Jérémie Astori d87e174644 Merge pull request #1591 from thelounge/eslint-4.8.0
Update eslint to version 4.8.0
2017-09-30 07:55:53 -04:00
Pavel Djundik 0d21843283 Update eslint to version 4.8.0 2017-09-30 12:22:39 +03:00
Jérémie Astori c3ccfb092a Merge pull request #1579 from thelounge/xpaw/install-msg
Add info message before calling `packageJson`
2017-09-29 17:53:40 -04:00
Jérémie Astori 82b7b3549d Merge pull request #1585 from thelounge/xpaw/fix-1584
Do not try to write user log if network is not found
2017-09-29 17:53:07 -04:00
Jérémie Astori 947f78eb9c Merge pull request #1587 from thelounge/fix-lounge-home-file
Do not ignore .lounge_home in npm releases
2017-09-29 17:49:45 -04:00
Jérémie Astori 7b7e167594 Merge pull request #1589 from thelounge/express-4.16.0
Update express to version 4.16.0
2017-09-29 17:36:47 -04:00
Pavel Djundik bc6868b123 Update express to version 4.16.0 2017-09-29 22:09:22 +03:00
Pavel Djundik bdf93481e6 Do not ignore .lounge_home in npm releases 2017-09-29 20:10:57 +03:00
Pavel Djundik 1c4d9351d5 Add info message before calling packageJson 2017-09-29 10:54:03 +03:00
Pavel Djundik fd21c84a76 Do not try to write user log if network is not found
Fixes #1584
2017-09-29 10:37:27 +03:00
Jérémie Astori 1e10cc66a6
Use thelounge instead of lounge when it comes to external packages 2017-09-29 00:03:01 -04:00
Pavel Djundik da31317156 Skip cleanup on Travis 2017-09-27 10:39:12 +03:00
Pavel Djundik 0b16026fe2 Merge pull request #1568 from Gilles123/patch-1
Fix nick change on Safari for Mac and iOS
2017-09-27 10:27:18 +03:00
Pavel Djundik ad92a6d9b9 Merge pull request #1577 from thelounge/greenkeeper/request-2.83.0
Update request to the latest version 🚀
2017-09-27 10:26:56 +03:00
greenkeeper[bot] 408fbbfbc1 fix(package): update request to version 2.83.0 2017-09-27 03:35:01 +00:00
Jérémie Astori 28b662ddae
2.5.0-rc.1 2017-09-26 18:54:55 -04:00
Jérémie Astori 45312b0c76
Add pre-release tag until v2.5.0 final gets released 2017-09-26 18:54:47 -04:00
Jérémie Astori 120e1df75f
Add changelog entry for v2.5.0-rc.1 2017-09-26 18:54:23 -04:00
Gilles123 04d9b52113
Fix nick change on Safari for Mac and iOS
It is currently impossible to edit the nick text after pressing the edit button on Safari for iOS and Mac because user-select is set to None on Safari by default. This fixes that issue. Tested that it is not editable when it shouldn't be and that it doesn't break anything on Chrome or Firefox.
2017-09-26 18:44:23 -04:00
Jérémie Astori 0bf47ff06a Merge pull request #1552 from thelounge/astorije/monospace-custom-css
Use monospace font in custom CSS textarea
2017-09-26 18:31:08 -04:00
Jérémie Astori 5728424c75
Use monospace font in custom CSS textarea 2017-09-26 11:21:42 -04:00
Pavel Djundik 3fc0f4e686 Merge pull request #1536 from thelounge/xpaw/session-list
Implement session list and allow signing out other clients
2017-09-26 11:03:41 +03:00
Pavel Djundik 7cfd8d90c1 Merge pull request #1554 from thelounge/astorije/rm-event-stream
Remove event-stream dependency in favor of plain Buffers
2017-09-26 11:00:35 +03:00
Pavel Djundik 2f15ab3999 Fix attached client not having token on login 2017-09-26 10:56:08 +03:00
Pavel Djundik 833bdfa2aa Fix session data not updating correctly 2017-09-26 10:56:08 +03:00
Pavel Djundik d7e6db92b5 Implement session list 2017-09-26 10:56:08 +03:00
Al McKinlay 0f1919a4fd Merge pull request #1573 from thelounge/astorije/fix-colors
Fix flickering on link hovering, and inconsistencies between chat links and UI links
2017-09-26 08:35:50 +01:00
Jérémie Astori 46e8ec9ca9
Fix flickering on link hovering, and inconsistencies between chat links and UI links 2017-09-25 18:06:55 -04:00
Pavel Djundik 80ef01c180 Merge pull request #1572 from thelounge/xpaw/add-vapid-test
Add hardcoded vapid key and a test for it
2017-09-25 23:12:02 +03:00
Pavel Djundik 08edc434ca Merge pull request #1567 from dgw/preview-length-abort
Abort image prefetch if Content-Length exceeds limit
2017-09-25 23:11:20 +03:00
dgw 09cd9ce33a Abort img prefetch if Content-Length exceeds limit
If the Content-Length header is present in the response when an image
is prefetched, The Lounge can avoid wasting bandwidth (both for itself
and for the image's host) if the value of the header exceeds the
prefetch size limit by aborting the request immediately.
2017-09-25 05:31:21 -05:00
Pavel Djundik 7c9eedb820 Add hardcoded vapid key and a test for it
Hopefully fixes #1569
2017-09-25 11:46:15 +03:00
Jérémie Astori 90ae5dbefc Merge pull request #1566 from thelounge/astorije/mousetrap-preview
Use Mousetrap for image viewer shortcuts
2017-09-24 12:33:56 -04:00