renovate[bot]
5f78574ecd
Update dependency eslint-plugin-vue to v7.20.0 ( #4383 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 18:07:09 -08:00
renovate[bot]
e39e9d2f8a
Update dependency webpack-dev-middleware to v5 ( #4390 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 18:06:55 -08:00
renovate[bot]
98e38c8947
Update dependency ua-parser-js to v1 ( #4389 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 18:06:46 -08:00
renovate[bot]
40fb2190fa
Update dependency sinon to v12 ( #4386 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 17:31:31 -08:00
renovate[bot]
1160517c2c
Update dependency css-loader to v5.2.7 ( #4381 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 17:31:26 -08:00
renovate[bot]
f719027566
Update dependency file-type to v16.5.3 ( #4384 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 17:31:21 -08:00
renovate[bot]
cffb838284
Update dependency eslint to v7.32.0 ( #4382 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 16:17:27 -08:00
renovate[bot]
b02001c079
Update dependency pretty-quick to v3.1.2 ( #4379 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 16:17:03 -08:00
renovate[bot]
79e56d1c4b
Update dependency yarn to v1.22.17 ( #4380 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 16:16:54 -08:00
renovate[bot]
b54cdf7880
Update dependency mime-types to v2.1.34 ( #4378 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 15:49:01 -08:00
renovate[bot]
cb404cd986
Update dependency got to v11.8.3 ( #4377 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 15:47:55 -08:00
sfan5
1d5291929c
Add context menu when clicking inline channel name ( #4376 )
2021-11-29 15:35:26 -08:00
Max Leiter
172cd63739
Remove downloads badge and add thelounge/thelounge-docker link to README ( #4371 )
2021-11-22 22:51:07 -08:00
Max Leiter
368f3f910b
Add changelog entry for v4.3.0
...
oops
2021-11-22 17:54:54 -08:00
sfan5
5f7ec9e8da
Don't download image contents during prefetch if not needed ( #4363 )
2021-11-22 16:59:33 -08:00
Max Leiter
4419029d2e
v4.3.0
2021-11-22 16:54:39 -08:00
Max Leiter
af96f7771c
Revert "Preserve location on first and last line when scrolling through inputs" ( #4367 )
...
This reverts commit c5f6b4617f
.
2021-11-20 18:43:51 -08:00
Max Leiter
315198ac0b
Switch to thelounge/Sortable fork for Sortable.js ( #4368 )
2021-11-20 18:28:44 -08:00
Max Leiter
f4096234d4
v4.3.0-rc.2
2021-11-18 17:57:30 -08:00
Max Leiter
bfdbbce77d
Add changelog entry for v4.3.0-rc.2
2021-11-18 17:57:21 -08:00
Reto
9dbf647f7e
Make esc key close mentions window ( #4365 )
...
* Mentions: rename method to what it's doing
* Mentions: make <esc> dismiss the window
2021-11-18 17:54:44 -08:00
Max Leiter
6dfd51bb57
Merge pull request #4364 from thelounge/maxleiter/escCloseSearch
...
Allow escape key to close search bar and search page
2021-11-18 16:47:21 -08:00
Max Leiter
371ebfb810
Close search results with escape
2021-11-18 13:32:21 -08:00
Max Leiter
c439e51617
Clear search input on close
2021-11-18 13:31:01 -08:00
Max Leiter
58110189fe
Allow esc key to close search input
2021-11-18 13:27:52 -08:00
Max Leiter
54d1be6b29
v4.3.0-rc.1
2021-11-17 20:28:23 -08:00
Max Leiter
1199183157
Add changelog entry for v4.3.0-rc.1
2021-11-17 20:27:59 -08:00
Max Leiter
40a5ee70b6
Disable /search and hide help item if searching is disabled
2021-11-17 20:23:51 -08:00
Max Leiter
3cec329e3b
Merge branch 'master' into fix-search-query
2021-11-15 12:42:56 -08:00
Max Leiter
25d493453e
Merge pull request #4356 from thelounge/maxleiter/rmNode10
...
Bump required node version to 12.x and add 16.x builds
2021-11-04 17:11:31 -07:00
Max Leiter
f3af454c9e
Add Node 16 LTS tests and bump mac/windows tests
2021-11-04 16:59:38 -07:00
Max Leiter
186f8f68cd
Merge pull request #4351 from brunnre8/glob
...
Allow wildcards in hostmask
2021-11-04 14:36:27 -07:00
Max Leiter
59280cfdfd
Merge pull request #4329 from brunnre8/plugins
...
Add more plugin functionality
2021-11-04 14:12:02 -07:00
Reto Brunner
67503efd21
Allow wildcards in hostmask
...
According to https://modern.ircdocs.horse/#wildcard-expressions
masks should support "*" and "?" wildcards.
Within TL this only impacts the /ignore functionality.
The reasoning for doing this is to ignore say GuestNNNN!*@* with
guest*!*@* and be done with it if someone spams a gateway.
2021-11-04 20:16:20 +01:00
Max Leiter
7ba977d56a
Bump required node version to 12.x
...
Node 10 was deprecated in April 2021.
2021-11-04 02:36:06 -07:00
Max Leiter
2a901b3475
v4.3.0-pre.6
2021-11-04 02:06:21 -07:00
Max Leiter
2777cc2db9
Add changelog entry for v4.3.0-pre.6
2021-11-04 02:06:09 -07:00
Max Leiter
979dfaf3eb
v4.3.0-pre.5
2021-11-03 15:52:46 -07:00
Max Leiter
9592563a27
Add changelog entry for v4.3.0-pre.5
2021-11-03 15:52:37 -07:00
Max Leiter
0381cd11bf
Merge pull request #4345 from itsjohncs/small-db-cleanups
...
Small cleanup of messageStorage/sqlite.
2021-11-03 15:45:48 -07:00
Max Leiter
b5e99c0489
Merge pull request #4352 from itsjohncs/very-rounded-search
...
Prevent round and white search styling in iOS 15.
2021-11-03 15:45:33 -07:00
itsjohncs
ea619f5463
Prevent round and white search styling in iOS 15.
2021-11-03 01:50:11 -07:00
Max Leiter
3cab39c59b
Merge pull request #4340 from itsjohncs/long-channel-names
...
Improve responsiveness of channel name and topic.
2021-11-02 13:18:39 -07:00
Max Leiter
fd730eeeb1
Merge pull request #4344 from brunnre8/csp
...
Force CSP headers for all requests
2021-11-02 12:51:39 -07:00
Max Leiter
a8d438261a
Merge pull request #4332 from itsjohncs/android-context-menu
...
Enable Android's context menus in network list.
2021-11-02 11:57:24 -07:00
Max Leiter
3bb8d2f4b8
Merge pull request #4348 from thelounge/renovate/linkify-it-3.x
...
Update dependency linkify-it to v3.0.3
2021-11-01 17:56:00 -07:00
Max Leiter
80e0e0fd16
Merge pull request #4349 from thelounge/renovate/mime-types-2.x
...
Update dependency mime-types to v2.1.33
2021-11-01 17:55:50 -07:00
Renovate Bot
3da5e8e8ca
Update dependency mime-types to v2.1.33
2021-11-01 00:21:57 +00:00
Renovate Bot
411ce5d2f8
Update dependency linkify-it to v3.0.3
2021-11-01 00:21:41 +00:00
itsjohncs
602de668ee
Use patched Sortable JS from itsjohncs/Sortable.
...
This is a (hopefully) temporary solution while we wait for SortableJS
to merge in SortableJS/Sortable#2095 and make a release.
2021-10-30 02:06:35 -07:00