Ecosyste.ms: OpenCollective

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

github.com/thelounge/thelounge

💬 ‎ Modern, responsive, cross-platform, self-hosted web IRC client
https://github.com/thelounge/thelounge

install: allow installation of local packages

It may not be desirable to host all plugins on npm, allow for local packages to
be installed giv...

c5fcc5d72f19ba0808f5b3a69ca9fc69bb748198 authored over 3 years ago
Merge pull request #4252 from thelounge/maxleiter/deps

Update dependencies

9ec02d1e91c602e300b14e10c5a8f303153f6f8d authored over 3 years ago
Update dependencies

Closes #4250, #4249, #4248, #4247

beb9bcd8d427b6e251e406d22442dc3ea161f40f authored over 3 years ago
Merge pull request #4242 from brunnre8/master

MessageSearchForm: do not focus input if search is closed

8fc7a6c0df359b79ea50385347016e4c96f5333f authored over 3 years ago
Merge pull request #4235 from angerson/patch-1

Render styling for colored host masks

6182d23758a52430e1f6a9199eaa2645e1789d84 authored over 3 years ago
MessageSearchForm: do not focus input if search is closed

Else whenever the element gets created (switch from server chan to a normal one)
the browser tri...

c369a764ed66e4cc356068b354d24210081d4886 authored over 3 years ago
Render styling for colored host masks

On some IRC networks, users have vanity host masks with colors or other text styling.
Rizon is o...

4d310cd545984d4c7ea767fdc0a8f85396e55f66 authored over 3 years ago
Merge pull request #4238 from mhajder/master

Change the IRC server to Libera.Chat

fa854fde786a0dc8c91bcecfa3e9bfd3284a7a0a authored over 3 years ago
Fix length of the link in tests

6f7fd800440078651ac4a40b559946cbbb4a21f5 authored over 3 years ago
Change IRC server and channels in tests to more generic

28c413319f60da47afc2441e97f072338841b560 authored over 3 years ago
Add the default IRC network for tests

af236dd280abf403e1e747fb738f7e9246046435 authored over 3 years ago
Merge pull request #4219 from TheDecryptor/jpegxl_support

Add support for JPEG XL image previews

58217cffb1ddb4508371c3993ae0b5dd70d58cb5 authored over 3 years ago
Merge pull request #4213 from Nachtalb/na/search-command

Add new "/search query" command to open the search window

fc6c916e7cb5582fb6e7e26f1c468d7ac9417be0 authored over 3 years ago
Merge pull request #4206 from Nachtalb/na/fill-inputhistory-onload

Fill inputhistory on channel load and more message load

ad8a315cf9ca623bd8b35addaabc5ffffc61f77e authored over 3 years ago
Change the IRC server to Libera.Chat

42bafe71655a73cfcbfb15043f39963f0cd9a2b2 authored over 3 years ago
Merge remote-tracking branch 'origin/master' into feature/socks-support

df5befb60e046cd42ab741a93ec2217e86bce8d7 authored over 3 years ago
Merge pull request #4223 from thelounge/renovate/npm-postcss-vulnerability

Update dependency postcss to v8.2.10 [SECURITY]

db807d0c5611872de075533280a661b1bccef32c authored over 3 years ago
Update dependency postcss to v8.2.10 [SECURITY]

ab0d9e6200c012df2730400e52500aab6b66c9c1 authored over 3 years ago
Merge pull request #4210 from Nachtalb/na/inline-audio-file-support

Improve inline audio file support

adf1b5abec3a1a70500292a319fd0aacc4d6beb2 authored over 3 years ago
Merge pull request #4221 from Nachtalb/na/fix-missing-userslist-entries-after-search

Fix missing users in userlist after removing searchinput

2c30293ad253d9d6be2f1771233100d234babd53 authored over 3 years ago
Fix missing users in userlist after removing searchinput

Because the "Username" components still had the same ":key" vue tried to in-place update them. T...

042cfb75824c13039c6f82af4cfa7ecba0bd92a5 authored over 3 years ago
Add support for JPEG XL mimetype

dbf6ff064b14f91338a0d556c06c1f49b70068e0 authored over 3 years ago
Merge pull request #4216 from thelounge/renovate/npm-ua-parser-js-vulnerability

Update dependency ua-parser-js to v0.7.24 [SECURITY]

7b1cb88658d2af483a0147cd483ac36b3601f325 authored over 3 years ago
Merge pull request #4212 from Nachtalb/na/allow-text-drag-n-drop

Allow text drag & drop into text fields

7b298cf4390df95c61e0ae933bc1b23d1ea688ff authored over 3 years ago
Update dependency ua-parser-js to v0.7.24 [SECURITY]

a985d763d0bb8398de7ecc120e785b6686e8aafa authored over 3 years ago
Merge pull request #4214 from sha1sum/#4161_classes-on-unread-and-ping

Classes for channels in list with unread counts and highlights

d09737031666cf79c72e764885eebd42dafbd8c2 authored over 3 years ago
classes for unread and highlight

a3229f1cdf5571ded500fc88bc64f94605cb1834 authored over 3 years ago
Autofocus search input in case no query is present

cadcc4b97c24edaede5da86f9412741fc96d4a67 authored over 3 years ago
Add new command to open the search window

24a738d521b62dfe401460c5975cda11c3a791a6 authored over 3 years ago
Allow text drag & drop into text fields

We only have to stop the defualt behaviour in case we drag & drop a file (for uploading)

b95643e1a6f4283e3ae4aa86b92741b4329b0b6b authored over 3 years ago
network: fix test

3f984fad4befd391359ab764d1f9fde16fa01b4a authored over 3 years ago
Update lockfiles

9b4f55bdb6ba1a3e055b06e5abcdd9babcc6dabe authored over 3 years ago
network: add support for SOCKS (closes #1375)

abcad094d1b54d15ade820ae2fdb4df3a45146ac authored over 3 years ago
Improve inline audio file support

Tested on latest Chromium / Firefox. In case of .m4a files they want audio/x-m4a and not audio/m...

0bfcd955e332f9ba1022bdce104489492009bd9c authored over 3 years ago
Prevent possible error when findChannel can't find the wanted channel

Using ?. (optional chaining) requires ecma version 2020 as it is fairly new. Webpack / Babel can...

04cf2277d9ebf4bd582c99a05e5ebe19229a4568 authored over 3 years ago
Merge pull request #4197 from Nachtalb/richrd/message-search

Message Search: Re-Rebase + Fixes / Adjustments

26a38b12abeb61fce10f412872a044c6fcf619da authored over 3 years ago
Merge pull request #4207 from thelounge/renovate/babel-monorepo

bc7a920de510434366bc64bbe5025cf28413c739 authored over 3 years ago
Merge pull request #4208 from thelounge/renovate/chalk-4.x

78da0eb674ac748d96551ad49a42eef685cc04da authored over 3 years ago
Update dependency chalk to v4.1.1

db8102b0580da863f2324478869cb82152c58397 authored over 3 years ago
Update babel monorepo to v7.14.0

4b96682d7fcf32b5afb2f50e8245d5be337c9e7b authored over 3 years ago
Fill inputhistory on channel load and more message load

11aa52687c54e8adeb5fab302924a744e2242ace authored over 3 years ago
Improve readability of more.js

bd4e8216141832929edf41483e06792d9ce73d1a authored over 3 years ago
Preserve location on first and last line when scrolling through inputs

c5f6b4617fa03699b5e4c2628bd1ce57456c2fec authored over 3 years ago
Only scroll history when cursor is on first or last row

Needs to be on first to go up and on last to go down

c66f9c885e0d09dbb64603d9a2ea11082695decd authored over 3 years ago
Add close search button

bb418718730ab4e242691812ff878ce69af833b0 authored over 3 years ago
Fix load more button hidden behind search form

115d97060445d2237b10f2076cf3e79d918785da authored over 3 years ago
Revert obsolete changes to vuex store

ef710a2631da9030679694827208113768641d2c authored over 3 years ago
Stay in chan during search by searching on /chat-:id/search

ddff3ac1621614b424e4a6a3c0ddb7efc1ae1cb9 authored over 3 years ago
Initial accessibility improvements

Set aria-hidden to true for cosmetic and repetitive elements
Improve channel/network aria labels...

0aabacd549fa374ea58416a75775cfcc07e68de1 authored almost 4 years ago
Merge pull request #4186 from Nachtalb/na/remove-metadata-without-breaking-files

Support animated webp images

0fb6dae8a68627cd7747ea6164ebe93390fe90f2 authored almost 4 years ago
Merge pull request #4192 from Nachtalb/na/restrict-browser-autocomplete

Restrict what the browser should try to autocomplete

ee43e7bdf430f2740adfce3fec59bc7eb05f2152 authored almost 4 years ago
Respect metadata removal switch

e010fe47cc2dfeb30408801f0bacf72515d88b9f authored almost 4 years ago
Ensure proper error handling when processing of file fails

89390b3fc5270b3db178fd7daf3e4fb245895dba authored almost 4 years ago
Auto rotate images based on exif orientation

This makes sure that the orientation of the images work in all viewrs.

c2c66031c02596ed1665c5f8027f9a1e902a606b authored almost 4 years ago
Rename uploadCanvas to a more appropriate removeImageMetadata

Including backwards compatibility

846da41b01e5532c19bdda29c9896012f6b77fdd authored almost 4 years ago
Support animated webp images

We need to remove the metadata without breaking the animation.
For that we use sharp which incoo...

3a6ac4e5ecffdd6a133b8546b00d6c844098b2fc authored almost 4 years ago
Improved search header

- Highlight both channel and search query
- By moving search query to topic we can ensure nice b...

1b139051951b7d868359b4bd00629a5848c07e2a authored almost 4 years ago
More consistent color scheme and usage

Only show search by click on search icon (desktop as well)
Improved color scheme
Keep search ope...

13d4f035df849839852e467b89ddf5441ea5cc89 authored almost 4 years ago
Enable searching for the same query again

Previously we got an error instead, but in the meantime new messages could have come in. As such...

3fb9c8523aacdaaebc4a839ae3049093514e0cca authored almost 4 years ago
Keep search term in search input after commiting

544594a7ade4430722e9485e64ea7e7667807d38 authored almost 4 years ago
Replace search term path with query

A search term is dynamic and not a pointer to a resource such as a channel as such it should be ...

e36ae64c83eddda104940dd9325e044a30f43369 authored almost 4 years ago
Fix 2 line wrapped message timestamp

be141bea65a94eceba62bc221dec50b696ce88f0 authored almost 4 years ago
Fix user context menus in in search results view

40aaa17c9b05e4298c21819ac809cb8bf52ff6c7 authored almost 4 years ago
Remove searchNicks for the time being

We should not have search implementation without a specced filter /
facet setup.

d6a23061fc08224568418db74b3a3184bdc3d7f2 authored almost 4 years ago
Disable search if we have no message provider

If we have no message provider:
- Search input field not renderd
- Search endpoint retuns empty ...

de86c144b5d0f45a357d36462e6692ace8cfa865 authored almost 4 years ago
Remove stuff from gitignore

fe0178c0d23686a9b9fd5948e2d83ea828e557b3 authored almost 4 years ago
SearchResults: lint

49cd90d0e93fc7a314edad23c8e09632a91e3746 authored almost 4 years ago
client: lay some groundwork for jump to message

e6856a9e7dfd2db800e0acabdda1f9b4417d6994 authored almost 4 years ago
Merge remote-tracking branch 'origin/master' into richrd/message-search

283ef445e52541b556185d2baf9deca50b64cf46 authored almost 4 years ago
Restrict what the browser should try to autocomplete

Browsers often autocomplete into wrong fields. Eg. wanting to put the password in a fields in th...

08f45eabb25ac33b4f14f7911138431c0c6d83d6 authored almost 4 years ago
Merge pull request #4187 from Nachtalb/na/filename-in-contentDisposition

Add proper filename to the content-disposition header

db9eb05dfa8d94dafc5d4ece46b297f412255de3 authored almost 4 years ago
Merge pull request #4190 from Nachtalb/na/improved-handling-of-empty-userdata

Improved handling of empty userdata

df4f78098c35c51990a23fb2ce6a01ccbd5c5dda authored almost 4 years ago
Improved handling of empty userdata

Does not show gecos and account data in join message if they are an empty string

0ccbb90d9896201689073e29b5c347ab0fb48026 authored almost 4 years ago
Support inline flac audio

3a42b5385e786fdc7d872cfab6fa46647be119af authored almost 4 years ago
Add proper filename to the content-disposition header

By default we take the slug given in the request, if this is not set we try to give a filename f...

14d76f8023fd0ba10b43ce432e5df8c9988dbf74 authored almost 4 years ago
Merge pull request #4196 from thelounge/maxleiter/readme

`client/views` -> `client/components` in README

a5e946343154f1653dd969c59fb605bd2e31b1be authored almost 4 years ago
`client/views` -> `client/components` in README

f213a8973c0b5abab5324b3247028daea768bb4f authored almost 4 years ago
Merge pull request #4195 from brunnre8/nickPostfix

Settings: show label for nick autocompletion postfix

9382beb3b1acd929cd27c9aec27102eae5339a12 authored almost 4 years ago
Settings: show label for nick autocompletion postfix

c6d7bd4b4ae0c0e590cebbf30b737407aac2ca09 authored almost 4 years ago
Merge pull request #4185 from thelounge/renovate/commander-7.x

Update dependency commander to v7.2.0

8dd9bc0e9813af29fd1a42a33f19c7ffea820e26 authored almost 4 years ago
Update dependency commander to v7.2.0

7df94f01a7f243636bec9d253a32bcd32acac40e authored almost 4 years ago
Merge pull request #4076 from thelounge/renovate/eslint-7.x

Update dependency eslint to v7.23.0

d94d09f4ba8aca95ef20d547c76a998ce3456c2a authored almost 4 years ago
Merge pull request #4182 from thelounge/renovate/babel-monorepo

Update babel monorepo

d248f986184aef16285d3747337666517e6bc8a7 authored almost 4 years ago
Merge pull request #4184 from thelounge/renovate/chai-4.x

Update dependency chai to v4.3.4

5cef51146987167fa4d73924698d71fd8bf315ec authored almost 4 years ago
Merge pull request #4193 from brunnre8/labelFix

NetworkForm: s/away message/leave message/

c6282b0a5067589c48fb525a44a3d735828b0fb3 authored almost 4 years ago
Update babel monorepo

1913a3ade63aa29b69ed0758685b780cfe142fe5 authored almost 4 years ago
Update dependency eslint to v7.23.0

386f90614b2ffeb8f83b91bdee47251f52cc2a1a authored almost 4 years ago
Update dependency chai to v4.3.4

d1995a0f7dbae92243bf6070de15b6369f19aac5 authored almost 4 years ago
Merge pull request #4183 from thelounge/renovate/font-awesome

Update dependency @fortawesome/fontawesome-free to v5.15.3

aede86bc98a7aafd93cfadca2618432f1e72b0e3 authored almost 4 years ago
NetworkForm: s/away message/leave message/

877e4acf7d8f397b64ac76cdb1504fa0bd9fda43 - Add network specific leave message
introduced the wro...

a496ba8cfc2afb7cb7da34cd7876fb1470a10074 authored almost 4 years ago
Update dependency @fortawesome/fontawesome-free to v5.15.3

d600a10f48f97d043589b002a4926ba45fb6c576 authored almost 4 years ago
Merge pull request #4181 from thelounge/maxleiter/fixQueryModes

Fix client crash when opening a user context menu in query

500034ff5d1bced3b0f9d8d8eeaa15f7a87ef76d authored almost 4 years ago
Fix client crash when opening a user context menu in query

e4069f8ce900ee84e2083e67b83bddadc008c690 authored almost 4 years ago
Merge pull request #4176 from mitaka8/feature-admin-actions

Show give/revoke modes and kick on other modes than +o

4f6659897f95ac198d1405c1645e6dc8aee74e99 authored almost 4 years ago
Merge pull request #4135 from brunnre8/master

Add prefetchMaxSearchSize to override limit for link previews

5329483a4047ae069a253a317d8b7fd2d84fb161 authored almost 4 years ago
Show give/revoke modes and kick on other modes than +o

Fix #3965

Signed-off-by: Mitaka <[email protected]>

dc0e233fe00812e9b4b74d682d4a1fb648e3a654 authored almost 4 years ago
Merge pull request #4174 from thelounge/v4.3.0-pre.1_release

v4.3.0-pre.1 release

6b074a6660550ebfd9a35c89c2f4c0ce88cdbeb4 authored almost 4 years ago
v4.3.0-pre.1

57bce195de963ab421aeeb5051244bd54296be2d authored almost 4 years ago
Add changelog entry for v4.3.0-pre.1

34086369db0b4da769662867ad654233ef706765 authored almost 4 years ago
Merge pull request #4142 from thelounge/renovate/sqlite3-5.x

Update dependency sqlite3 to v5.0.2

8ce947130bb182dd592128f21b83fa8bbe9b2811 authored almost 4 years ago