Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

The Lounge

The Lounge is a modern web IRC client designed to be self-hosted. Due to the immense support from the community, this Open Collective is no longer necessary and we encourage you to cancel or hold your donations. Thank you for supporting The Lounge!
Collective - Host: opensource - https://opencollective.com/thelounge - Website: https://thelounge.chat - Code: https://github.com/thelounge

search: fix order of result merging

During a search, we get the results from oldest --> newest.
When we hit the more button, we get ...

github.com/thelounge/thelounge - 8204c3481ad1e5eb3f59cabdb5c3c52936094b48 authored about 2 years ago by Reto Brunner <[email protected]>
Merge branch 'sqlite_cleanup'

Converts sqlite to async, providing a way forward
for migrations to actually happen

github.com/thelounge/thelounge - deeea274da3784a1aa75ab5876406dbb80510120 authored about 2 years ago by Reto Brunner <[email protected]>
Merge branch 'search'

github.com/thelounge/thelounge - d34b58811ae4cbc8a41865db26fc04d74b0fbb21 authored about 2 years ago by Reto Brunner <[email protected]>
remove VueApp from router

Nothing actually depends on the vue app being monkey patched onto
the router, so let's get rid o...

github.com/thelounge/thelounge - dfb4217167bd20232bf2bdc443454a7ea9cc1094 authored about 2 years ago by Reto Brunner <[email protected]>
Bump engine.io from 6.2.0 to 6.2.1

Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1.
- [Release notes](...

github.com/thelounge/thelounge - f8eb0ebafdf8824bfe316fd2ad8adb3b8beda2d2 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
make getClientConfiguration type safe

TS type assertions need to be avoided.

The following trivial example demonstrates why

```
type...

github.com/thelounge/thelounge - fd14b4a17203bc043b8c9c1f371c2c5ced96eef7 authored about 2 years ago by Reto Brunner <[email protected]>
server: the http{,s} server can't be null

github.com/thelounge/thelounge - 1597c2c56ec932859ebc77e31eda8c164f196388 authored about 2 years ago by Reto Brunner <[email protected]>
bump socket.io-client to 4.5.0

github.com/thelounge/thelounge - 4c7337b6257af2428e6e9f8af570126da094d266 authored about 2 years ago by Reto Brunner <[email protected]>
keybinds: Fix invalid return

Mousetrap doesn't take an async function.
It either accepts False (stop key propagation) or any ...

github.com/thelounge/thelounge - 0765d209f2ce204e2a3e86c56a7c2108a0487a6f authored about 2 years ago by Reto Brunner <[email protected]>
update dependency @types/mousetrap to v1.6.11

github.com/thelounge/thelounge - 7ee4b80a6e744b09385fc686cdca1fbf0e7784ac authored about 2 years ago by Reto Brunner <[email protected]>
Bump loader-utils from 2.0.2 to 2.0.4

github.com/thelounge/thelounge - 21c8b0d17fc7e09d1cad77990fa833fdcad62927 authored about 2 years ago by Reto Brunner <[email protected]>
Bump loader-utils from 2.0.2 to 2.0.4

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release no...

github.com/thelounge/thelounge - 89245455ceceba157821437a3f8f4e80f3b03268 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bump socket.io to 4.5.2

github.com/thelounge/thelounge - d4bbd9191cd78f065386fe25c7e8e90b1171a159 authored about 2 years ago by Reto Brunner <[email protected]>
chore(deps): update dependency @types/mousetrap to v1.6.11

github.com/thelounge/thelounge - 5037383c4c9a87a53eaa358ffbe7492ab6ad6365 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
SearchQuery: offset is always a number

Fix type confusion that specified offset to be a string, it is
always a number.

github.com/thelounge/thelounge - 8095d9e88a0018d2ac559ab01488d2736b4fe5e6 authored about 2 years ago by Reto Brunner <[email protected]>
Search: Clear earlier searches when a new one is executed

Fixes: https://github.com/thelounge/thelounge/issues/4637

github.com/thelounge/thelounge - 83e11b0143e599a40924cab856636beeca6df27c authored about 2 years ago by Reto Brunner <[email protected]>
Search: fix off by one offset error

Offset is eventually passed to sqlite as an OFFSET clause.

This works as follows:

sqlite> sele...

github.com/thelounge/thelounge - 51c9ce078d15efafd677cff525b681dcec51fdd5 authored about 2 years ago by Reto Brunner <[email protected]>
chore(deps): update dependency postcss to v8.4.19

github.com/thelounge/thelounge - 221884166df61feb43513205c982b271b299f074 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @types/chai to v4.3.4

github.com/thelounge/thelounge - 19307d05e70f8b7ed9ab3d6177c7c9ae6c93a438 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency sqlite3 to v5.1.2

github.com/thelounge/thelounge - 5a803ccd239e42fe8853b4c615e82ef2c64bbc14 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @vue/test-utils to v2.2.1

github.com/thelounge/thelounge - cb17f8d87f9eac3b3449455d47c5ddaec09c0c5d authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency postcss to v8.4.18

github.com/thelounge/thelounge - 5a4a39b9d1f4a49ddc2f9c5551f9fd28d0307a4b authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency chai to v4.3.7

github.com/thelounge/thelounge - 0ad033fe0aac01e0f4512428fda0e93ddefdcfb6 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @types/is-utf8 to v0.2.1

github.com/thelounge/thelounge - b5ea7cceb3ff6a13f0ee20f4ed1c017b983d7d8c authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @types/lodash to v4.14.188

github.com/thelounge/thelounge - dfe288ef166a0ac07f538ee5a07c2f7b65ee15f9 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
SearchResults: remove dead code (#4639)

Nachtalb put some infra in place that was never actually working.
It errors out when a user cli...

github.com/thelounge/thelounge - 53f6041f42ac36b5d69fc05cc66618ea0fe67a88 authored about 2 years ago by Reto <[email protected]>
SearchResults: remove computed search prop

It is only used in one location, and not from the template.
In other words we should inline it t...

github.com/thelounge/thelounge - 6b617f893d73fb9e8304d228336cf574c29992a3 authored about 2 years ago by Reto Brunner <[email protected]>
SearchResults: Fix search progess upon search

When we hit doSearch, we always reset the offset value to 0,
meaning we always hit the condition...

github.com/thelounge/thelounge - dca202427aa543d43d18fb72ae10ffa51b3b6c60 authored about 2 years ago by Reto Brunner <[email protected]>
messageStorage: convert to async

Message stores are more complicated that a sync "fire and forget"
API allows for.
For starters, ...

github.com/thelounge/thelounge - d62dd3e62d106009cbded2fd9af13fe9fae35ae5 authored about 2 years ago by Reto Brunner <[email protected]>
sqlite: convert migrations to async

This removes quite a bunch of indention and callbacks

github.com/thelounge/thelounge - f068fd429012c47648faf8c4d751f972062709bd authored about 2 years ago by Reto Brunner <[email protected]>
sqlite: add serialize_get

github.com/thelounge/thelounge - bbe81bb2fa9001762df90c1a267afa0239ebb7c7 authored about 2 years ago by Reto Brunner <[email protected]>
sqlite: use serialize_fetchall in getMessages

github.com/thelounge/thelounge - ee8223c2006ad31fc746824b495125b321da4bf8 authored about 2 years ago by Reto Brunner <[email protected]>
sqlite: use serialize_fetchall in search

github.com/thelounge/thelounge - 5e1cbe32f95aca776fe4dff550a0c8c369460417 authored about 2 years ago by Reto Brunner <[email protected]>
extract migrations

github.com/thelounge/thelounge - f04a06682d3690b571dc0b9720baa79b687b9465 authored about 2 years ago by Reto Brunner <[email protected]>
sqlite: create serialize_fetchall helper function

That puts all the serialization logic into one place and
allows us to use async / promises

github.com/thelounge/thelounge - cc3302e8743633b3b87e15fb54a964510b2466d1 authored about 2 years ago by Reto Brunner <[email protected]>
sqlite: add run helper function

Extract the serialization logic into a single place and
consistently log errors to the console r...

github.com/thelounge/thelounge - 89ee5373643d1c5cb664401de745109bf7bcb77c authored about 2 years ago by Reto Brunner <[email protected]>
sqlite: error if sqlite isn't enabled but search() is called

When we assert that something can't possibly happen, we better
error out rather than jugging on ...

github.com/thelounge/thelounge - cebc6d069fa609de918881854414768fadc87fed authored about 2 years ago by Reto Brunner <[email protected]>
don't call search on a disabled msg provider

A provider might be available, but not functional (broken migration
invalid configuration or wha...

github.com/thelounge/thelounge - bea4545abffe738dfeb025b36817490c1b5fa61d authored about 2 years ago by Reto Brunner <[email protected]>
sqlite: move export to bottom of the file

This makes it easier to see what's getting exported, rather than
if it's interspersed randomly i...

github.com/thelounge/thelounge - f6b292107ee4e627562d170babcb272cfa102a1e authored about 2 years ago by Reto Brunner <[email protected]>
sqlite: fix docstring

github.com/thelounge/thelounge - e62b169a6abab4b2a0df34a5da21c92136ba3790 authored about 2 years ago by Reto Brunner <[email protected]>
connect: Trim white space from user input fields (#4623)

Fixes: https://github.com/thelounge/thelounge/issues/4521

github.com/thelounge/thelounge - 0fa203569a62ee6bc6062b781729c7d801ccb8ba authored over 2 years ago by Reto <[email protected]>
Use nick as a realname fallback

Currently the realname is set to an advertisement if it isn't explicitly
set by the user.
Some c...

github.com/thelounge/thelounge - 30e9f45fac5b675ddadf5f904f0d0f05a7cdb5f9 authored over 2 years ago by Reto Brunner <[email protected]>
Added client type checking to webpack (#4619)

* Added client type checking

* Fixed client-side typescript issues

github.com/thelounge/thelounge - 117c5fa3fdbd2787bc1df521627b7b07fc1522c6 authored over 2 years ago by Antonio Mika <[email protected]>
add custom nick colors section to custom css guide (#265)

github.com/thelounge/thelounge.github.io - 63847c346b6e49ddcdb34f5b733b57e3db8cc2df authored over 2 years ago by xnaas <[email protected]>
fix: add node-gyp dependencies necessary to build sqlite3 (#144)

github.com/thelounge/thelounge-docker - 51d9940ab27fe2d9c4f8e31995777ee9a549bcf6 authored over 2 years ago by William Boman <[email protected]>
linkPreviews: Enforce TLS validity

When a URL is prefixed with a TLS scheme, we should make sure
that the remote provides a valid c...

github.com/thelounge/thelounge - 621fa92036d59aa6558df828a1ff48136eed19ce authored over 2 years ago by Reto Brunner <[email protected]>
Merge branch 'regexFix'

github.com/thelounge/thelounge - 11f7ae98be98067b1a957d95d1f67dbf2d8065b6 authored over 2 years ago by Reto Brunner <[email protected]>
Merge branch 'installDocs'

github.com/thelounge/thelounge - a95ab55154674e1a21e7dc0efd6f4e12e2b3a206 authored over 2 years ago by Reto Brunner <[email protected]>
Merge branch 'installExpandHome'

github.com/thelounge/thelounge - 38bccd363526770760496adfec21f2637506df86 authored over 2 years ago by Reto Brunner <[email protected]>
Add Insecure Warning CSS (#264)

github.com/thelounge/thelounge.github.io - 95efa482668af7997c7058cf01dff611efdea644 authored over 2 years ago by aab12345 <[email protected]>
Revert "chore(deps): update dependency @textcomplete/core to v0.1.12"

This reverts commit 0cb4791cd02c0fd2e578edc1366124117529ac10.
It breaks the autocompletion when ...

github.com/thelounge/thelounge - 32409973478ecb88290447faa7f2639a6d5c4d1f authored over 2 years ago by Reto Brunner <[email protected]>
chore(deps): lock file maintenance

github.com/thelounge/thelounge - 57ed37c1fda4024ae655de2defdf4af68ade69fe authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update dependency file-type to v16.5.4 [security]

github.com/thelounge/thelounge - 0495761c4485ac86b43ced638a361b905e7ddc60 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency sqlite3 to v5.0.10

github.com/thelounge/thelounge - 520646a212e08f971c870e6f464712a90e198d66 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @textcomplete/core to v0.1.12

github.com/thelounge/thelounge - 0cb4791cd02c0fd2e578edc1366124117529ac10 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @types/content-disposition to v0.5.5

github.com/thelounge/thelounge - 740618ca499aeb2efb8ffd4f0363b5cf841a49dc authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @textcomplete/textarea to v0.1.12

github.com/thelounge/thelounge - e97216518adb9ac7d6ef458c362a591a0f56ed14 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
install: Document file: prefix in cli help

github.com/thelounge/thelounge - 31739b8ac9ff95a03c374b32cc9bce2163d05d1e authored over 2 years ago by Reto Brunner <[email protected]>
Document local installation of packages

github.com/thelounge/thelounge.github.io - c72092e2f8feab66f912b2c63c5a0572b123ea29 authored over 2 years ago by Reto Brunner <[email protected]>
install: expand ~ for local paths

Make `thelounge install file:~/path/to/package` work rather than
erroring out that the folder do...

github.com/thelounge/thelounge - e221e708c1237eaa3088d97aebf8bf4869843dc6 authored over 2 years ago by Reto Brunner <[email protected]>
Fix ctcp request message (#4603)

The message was ordered the wrong way in the TS rewrite.

Old:
+bookworm sent a CTCP requ...

github.com/thelounge/thelounge - c8cd4057bc4ef19271720fc6b893b9c74e690457 authored over 2 years ago by Reto <[email protected]>
Fix regex escape for prefix patterns

Our regex escape function escapes proper regexes, however
it isn't meant to be shoved into a cha...

github.com/thelounge/thelounge - d6e1af0e7dedb34dcd9932105ee4f2ddbe98e221 authored over 2 years ago by Reto Brunner <[email protected]>
Potentially fix saving new networks (#4599)

github.com/thelounge/thelounge - d72d8694bbea9fde7bf86275fb77b4c4c8a168ec authored over 2 years ago by Max Leiter <[email protected]>
Remove uploading event listeners on ChatInput unmount (#4600)

github.com/thelounge/thelounge - 80f65c5b7276c466d2032fb3a7822fa39df3c685 authored over 2 years ago by Max Leiter <[email protected]>
Merge pull request #4596 from thelounge/renovate/npm-got-vulnerability

fix(deps): update dependency got to v11.8.5 [security]

github.com/thelounge/thelounge - bc709af9febc62f8674d9c31699b72b5ad0c8845 authored over 2 years ago by Pavel Djundik <[email protected]>
fix(deps): update dependency got to v11.8.5 [security]

github.com/thelounge/thelounge - e7d18a91c09b8908e629f23759e7b486983b75fc authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency sqlite3 to v5.0.8 (#4564)

Co-authored-by: Renovate Bot <[email protected]>

github.com/thelounge/thelounge - ddcee5371acfe960c53e85e97405d005953dec3c authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency mocha to v9.2.2 (#4581)

Co-authored-by: Renovate Bot <[email protected]>

github.com/thelounge/thelounge - 194b85be4d93813f763b06264124d5545ba8aa27 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Merge pull request #4594 from thelounge/xpaw/fix-4593

Fix user commands not working

github.com/thelounge/thelounge - f715c833e782411690e7c14a72f92a8922ec15e7 authored over 2 years ago by Pavel Djundik <[email protected]>
Fix user commands not working

Fixes #4593

github.com/thelounge/thelounge - a15ac88ff2a7217156e7781df5cf540ad316b77f authored over 2 years ago by Pavel Djundik <[email protected]>
Use correct option name (filter instead of ldapFilter) in config.js comment. (#4590)

The comment for the "filter" key under "searchDN" refers to it as "ldapFilter" instead of "filter".

github.com/thelounge/thelounge - 4af5fc6f33b43d64adcebcbf5aa8c4dceaad493f authored over 2 years ago by Murph Finnicum <[email protected]>
TypeScript and Vue 3 (#4559)

Co-authored-by: Eric Nemchik <[email protected]>
Co-authored-by: Pavel Djundik <[email protected]...

github.com/thelounge/thelounge - dd05ee3a656cb5eb5d0ab7620dbc7a1cfa4102ab authored over 2 years ago by Max Leiter <[email protected]>
Merge pull request #262 from brunnre8/install

don't use yarn link for source installs

github.com/thelounge/thelounge.github.io - 3f1e0b1344600fb5920d53bc9c8fa983aa6c7f8d authored over 2 years ago by Reto <[email protected]>
don't use yarn link for source installs

yarn link doesn't do what npm link did, but is meant for
development purposes.
So we link manually.

github.com/thelounge/thelounge.github.io - ce9be7ecc0806a379eabaf7a1b45bf2dbfb3bb99 authored over 2 years ago by Reto Brunner <[email protected]>
fix: remove python2 & build-base from build-deps (#142)

github.com/thelounge/thelounge-docker - 034fc052b009ee90b8e6942af4cfa9de1a88fe2e authored over 2 years ago by William Boman <[email protected]>
Fix yarn dev (#4574)

* Fix yarn dev and yarn test

github.com/thelounge/thelounge - 2e3d9a6265d4c0d0168729a60b319bea236e098b authored over 2 years ago by Eric Nemchik <[email protected]>
lInk directly to themes on npm (#261)

Link directly to themes on npm (keywords:thelounge-themes) instead of having users search for them.

github.com/thelounge/thelounge.github.io - 410f5d077676cf597397b01acdc81414cc3dbc01 authored over 2 years ago by jeremiah-rs <[email protected]>
Convert configs to cjs, move babel to own file, combine webpack configs (#4561)

* Convert configs to cjs
* Fix lint script in package.json
* Move babel config to separate fil...

github.com/thelounge/thelounge - c205b895233f5d7c58ef44bad31ccee777f3b95d authored over 2 years ago by Eric Nemchik <[email protected]>
Merge pull request #4489 from thelounge/maxleiter/tabbedSettings

Refactor settings to their own tabs and routes

github.com/thelounge/thelounge - 5f7acbf9948446289054527ee9385f938a116386 authored over 2 years ago by John Sullivan <[email protected]>
Refactor config out of Helper (#4558)

* Remove config from Helper

Helper is the usual util grab bag of useful stuff.
Somehow the c...

github.com/thelounge/thelounge - d4cc2dd361bd2f166924dd18efdc57634d67bc19 authored over 2 years ago by Reto <[email protected]>
chore(deps): update babel monorepo (#4554)

Co-authored-by: Renovate Bot <[email protected]>

github.com/thelounge/thelounge - 38f13525e6104ee332c64d2df20bfe2694bc7fe5 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @textcomplete/core to v0.1.11 (#4555)

Co-authored-by: Renovate Bot <[email protected]>

github.com/thelounge/thelounge - 99c48dbcea2ebe08d64a38946d81301fbfe66ee2 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Remove node 12, add node 18. Bump minimum node version 14 (#4552)

* Remove node 12, add node 18
* Bump minimum node version

github.com/thelounge/thelounge - 9dbb6e5e1923dc1a2d3d69b0eac2778ff8cf5d3b authored over 2 years ago by Pavel Djundik <[email protected]>
Merge branch 'zncPlayback'

github.com/thelounge/thelounge - 791205d4f04a4d16c01d4a8106cf7e19c85e11ab authored over 2 years ago by Reto Brunner <[email protected]>
Improve setings menu responsiveness

github.com/thelounge/thelounge - 437dd1667d7c3593f8d9d398d9e95b5b8bb54128 authored over 2 years ago by Max Leiter <[email protected]>
Settings: move nav to left side on larger screens

github.com/thelounge/thelounge - 24bdc46b0a144333c3c448f32d928a5d72646ab5 authored over 2 years ago by Max Leiter <[email protected]>
Settings: change general icon from paintbrush to desktop

github.com/thelounge/thelounge - 1f39e078f421f06df497c6915e02600d0e86c6f0 authored over 2 years ago by Max Leiter <[email protected]>
Settings: nav style tweaks

github.com/thelounge/thelounge - 5a383814f6a2b0d7e69f72f2d163176f9a338907 authored over 2 years ago by Max Leiter <[email protected]>
Settings: rename user settings -> account

github.com/thelounge/thelounge - 6f64243671724f9a0666f5ae8c38188f96ebdbc1 authored over 2 years ago by Max Leiter <[email protected]>
git push --set-upstream origin maxleiter/tabbedSettings

github.com/thelounge/thelounge - 31b67b778650ef6e9484b6b12dcb0239ccf0c940 authored over 2 years ago by Max Leiter <[email protected]>
Merge sqlite3 upgrade to v5.0.6

github.com/thelounge/thelounge - abf89067575810339fa3c723af54a7ea670fe4e5 authored over 2 years ago by Reto Brunner <[email protected]>
enable znc/playback even without message storage

Fixes: https://github.com/thelounge/thelounge/issues/4464

github.com/thelounge/thelounge - c8115e22acf4a6e34a1546fd2fc273c76cbb7e86 authored over 2 years ago by Reto Brunner <[email protected]>
Merge pull/4524: Add prefetchTimeout

github.com/thelounge/thelounge - aa7db1e7f787350f4102f98b85a2e8173173f92a authored over 2 years ago by Reto Brunner <[email protected]>
chore(deps): update dependency sqlite3 to v5.0.6

github.com/thelounge/thelounge - da02350725291be79c0d6c5d15261a2e0ef72313 authored over 2 years ago by Renovate Bot <[email protected]>
Merge pull/4477 Preserve client certificate

github.com/thelounge/thelounge - c9c8cadb1a00f01d00920792cc129077aa6934fd authored over 2 years ago by Reto Brunner <[email protected]>
Merge pull request #4541 from thelounge/renovate/sqlite3-5.x

Update dependency sqlite3 to v5.0.4

github.com/thelounge/thelounge - 3726a8d00bf2734add7eed3d584cc86ce16b5a6d authored over 2 years ago by Max Leiter <[email protected]>
Merge pull request #4537 from bookworm/renovateShutUp

renovate: Disable digest updates

github.com/thelounge/thelounge - 605b75c6ed42db5c3df0b9f19610b55d54fdaf3c authored over 2 years ago by Reto <[email protected]>
Merge pull request #4539 from ronilaukkarinen/master

Fix the alignment of the header buttons

github.com/thelounge/thelounge - 5e8adafb3e926d08349956c1d30d17e38bc15c81 authored over 2 years ago by Max Leiter <[email protected]>
Merge pull request #4540 from itsjohncs/sortable-upstream

Pull in SortableJS from NPM again.

github.com/thelounge/thelounge - 487d880d323513636b14cb314fbfbd0787d411cb authored over 2 years ago by John Sullivan <[email protected]>
Update dependency sqlite3 to v5.0.4

github.com/thelounge/thelounge - 7cb8d33122cb009ca5d8ef092269c0a6b9650f84 authored over 2 years ago by Renovate Bot <[email protected]>