Pavel Djundik
c9f63fc699
Merge pull request #1217 from MaxLeiter/patch-3
...
Fix MOTD underline in Safari
2017-06-24 12:19:14 +03:00
Jérémie Astori
3480e091fa
Merge pull request #1261 from thelounge/xPaw/hide-link-time
...
Hide link time element on small devices
2017-06-24 01:07:25 -04:00
greenkeeper[bot]
df7dfd77e3
chore(package): update eslint to version 4.1.0
2017-06-24 01:31:08 +00:00
Max Leiter
e76019b82c
Fix MOTD underline in Safari
...
before: https://sr.ht/mdPx.png
after: https://sr.ht/h45R.png
Basically, safari's user agent CSS applies an underline to <abbr> tags, which bootstrap already does as well (but bootstrap doesn't use text-decoration so it's not overriden).
2017-06-23 14:30:08 -07:00
Pavel Djundik
25fefd5e54
Hide link time element on small devices
2017-06-23 20:51:36 +03:00
Pavel Djundik
ddc076e894
Check status code in link prefetcher
...
Fixes #1258 .
2017-06-23 20:49:45 +03:00
greenkeeper[bot]
87c4e6f9bb
fix(package): update commander to version 2.10.0
2017-06-23 09:38:37 +00:00
Jérémie Astori
358852cecb
Merge pull request #1253 from thelounge/xpaw/nick-fade-pos
...
Fix nick fade positioning
2017-06-23 02:02:43 -04:00
Jérémie Astori
96e6ac8111
Merge pull request #1249 from thelounge/xpaw/stylelint-config-standard
...
Use stylelint-config-standard
2017-06-23 01:44:18 -04:00
Jérémie Astori
74da20ab6a
Merge pull request #1238 from thelounge/greenkeeper/webpack-3.0.0
...
Update webpack to the latest version 🚀
2017-06-23 01:43:23 -04:00
Pavel Djundik
015a9fb6ef
Check og:title before title tag
2017-06-22 22:41:05 +03:00
Pavel Djundik
23c7f7296c
Check og:description before description
2017-06-22 22:34:17 +03:00
Pavel Djundik
3fd2849a37
Make sure thumbnail is a valid image
...
Fixes #1239 .
Fixes #1180 .
2017-06-22 22:32:13 +03:00
Pavel Djundik
714580e94a
Fix nick fade positioning
2017-06-22 22:05:13 +03:00
Niko Bews
eb4a4c7dfe
Move nickname rendering to a single template
...
Closes #1241
2017-06-22 13:28:17 +03:00
Pavel Djundik
f55d765aae
Merge pull request #1246 from bews/bews/dev-18-size
...
Handle images with unknown size in prefetch
2017-06-22 13:17:02 +03:00
Pavel Djundik
2e59735c19
Merge pull request #1251 from thelounge/xpaw/stray-tag
...
Fix stray end tag
2017-06-22 13:16:31 +03:00
Pavel Djundik
c1068164f5
Fix stray end tag
2017-06-22 11:34:47 +03:00
Pavel Djundik
138111b16e
Use stylelint-config-standard
2017-06-22 11:23:50 +03:00
Jérémie Astori
8dcc63fd6a
Merge pull request #1247 from thelounge/ignore-package-lock
...
Ignore package-lock.json
2017-06-21 19:11:54 -04:00
Jérémie Astori
b9d7739927
Merge pull request #1248 from thelounge/xpaw/kb
...
Remove kilobyte ambiguity
2017-06-21 19:08:05 -04:00
Niko Bews
57fd0562a2
Handle images with unknown size in prefetch
2017-06-21 14:40:51 +03:00
Pavel Djundik
b0efbf8a1e
Parse x-forwarded-for header correctly
2017-06-21 14:34:06 +03:00
Pavel Djundik
16bc465cfd
Remove kilobyte ambiguity
2017-06-21 14:01:47 +03:00
Pavel Djundik
04adcac0e0
Ignore package-lock.json
...
Close #1213
2017-06-21 10:57:06 +03:00
greenkeeper[bot]
6f9acb0b94
chore(package): update webpack to version 3.0.0
2017-06-21 10:11:25 +03:00
Pavel Djundik
da87482b66
Merge pull request #1245 from thelounge/greenkeeper/babel-loader-7.1.0
...
Update babel-loader to the latest version 🚀
2017-06-21 10:10:49 +03:00
Jérémie Astori
0b85582744
Merge pull request #1175 from thelounge/yamanickill/socket-modules
...
Add modules for socket events
2017-06-20 23:42:52 -04:00
Jérémie Astori
ead4a7f791
Merge pull request #1233 from thelounge/xPaw/user-select
...
Make everything unselectable by default
2017-06-20 23:38:17 -04:00
Jérémie Astori
d09ac7ae13
Merge pull request #1244 from thelounge/xPaw/fix-page-keys
...
Correctly finish scroll animation when using page keys
2017-06-20 23:25:32 -04:00
greenkeeper[bot]
3fa9efc0bc
chore(package): update babel-loader to version 7.1.0
2017-06-20 10:47:08 +00:00
Pavel Djundik
28528dc865
Correctly finish scroll animation when using page keys
...
Fixes #1022 .
2017-06-20 13:22:58 +03:00
Pavel Djundik
2091a5b41b
Merge pull request #1120 from thelounge/xpaw/scroll-perf
...
Include trickery to reduce paints and improve performance
2017-06-20 13:18:06 +03:00
Pavel Djundik
04c67de1af
Merge pull request #1158 from bews/bews/dev-10-usercut
...
Fade out for long usernames.
2017-06-20 13:15:43 +03:00
Alistair McKinlay
f90c355c8e
Add modules for socket events
2017-06-20 07:22:58 +01:00
Jérémie Astori
5cbf847c4a
Merge pull request #1240 from thelounge/astorije/better-run_pr-script
...
Improve the PR tester script a bit
2017-06-20 02:21:39 -04:00
Jérémie Astori
211d2e5460
Always rebase with master when running PRs to make sure latest code is being tested
2017-06-20 01:18:30 -04:00
Jérémie Astori
a403dac8ef
Build in production environment on script testing PRs
2017-06-20 01:17:11 -04:00
Pavel Djundik
32a73d49f1
Merge pull request #1016 from swordbeta/unread_marker_hidden_joins
...
Unread marker takes hidden messages into account.
2017-06-20 08:15:31 +03:00
Pavel Djundik
16795cf2b7
Merge pull request #1231 from thelounge/eslint4
...
Update to eslint 4 and enforce extra rules
2017-06-19 20:30:41 +03:00
Pavel Djundik
f6dd616d5e
Update to eslint 4 and enforce extra rules
2017-06-19 09:58:29 +03:00
Jérémie Astori
edc106dadb
Merge pull request #1230 from thelounge/greenkeeper/stylelint-7.11.1
...
Update stylelint to the latest version 🚀
2017-06-19 02:16:05 -04:00
Pavel Djundik
ef5b0d9e16
Make everything unselectable by default
2017-06-16 18:59:06 +03:00
greenkeeper[bot]
2917699b44
chore(package): update stylelint to version 7.11.1
2017-06-15 22:40:26 +00:00
Jérémie Astori
1a6f2fc387
Merge pull request #1150 from bews/bews/dev-9-reload
...
Add "reload page" button when Lounge fails to start.
2017-06-10 13:25:37 -04:00
Niko Bews
cba87582a5
Add "reload page" button when Lounge fails to start.
2017-06-10 20:15:32 +03:00
Pavel Djundik
53ffcb5960
Merge pull request #1141 from bews/bews/dev-6-seconds
...
Show seconds in timestamp
2017-06-10 16:15:03 +03:00
Niko Bews
fd983a7f6b
Show seconds in timestamp
2017-06-10 14:53:15 +03:00
Pavel Djundik
7ec0dcfec8
Mark touch events as passive
2017-06-09 23:20:00 -04:00
Pavel Djundik
518160a1fa
Include trickery to reduce paints and improve performance
...
Fixes #1083 .
Fixes #1071 .
2017-06-09 23:19:59 -04:00