Commit Graph

1045 Commits

Author SHA1 Message Date
TheMorc
9f9617eb37 disable file picker filters
macOS's file picker had issues with them being enabled and it works
just fine without the filter being added. Probably applies to other
file picker interfaces too
2023-08-24 08:29:43 +02:00
Morc - Richard Gráčik
0b918a748a keep aspect ratio for LazyImage 2023-07-21 20:13:08 +02:00
ouwou
857e94af38 dont error if no capture or playback devices are available to try initializing (#193) 2023-07-17 04:15:04 -04:00
ouwou
49bbc926e7 Merge pull request #192 from uowuo/message-editing
Improve message editing
2023-07-16 04:16:48 +00:00
ouwou
52b52eb489 check if message is editable 2023-07-15 21:14:39 -04:00
ouwou
add48af094 restrict attachments when editing 2023-07-15 17:18:04 -04:00
ouwou
03e617a146 only start editing if input is empty 2023-07-15 16:03:33 -04:00
ouwou
f941ad1bef clear input when exiting editing 2023-07-15 15:49:35 -04:00
ouwou
00524cefa2 make editing inline, add up arrow shortcut 2023-07-15 01:02:35 -04:00
ouwou
52a340e366 fix attachments and replies breaking when loading message history 2023-07-13 18:53:47 -04:00
ouwou
59e16cbb3b voice_states can be missing 2023-07-13 18:01:03 -04:00
ouwou
337a3d5811 Merge pull request #185 from uowuo/remoteauth
Login with QR code/remote auth
2023-07-13 07:19:37 +00:00
ouwou
5bf5cc75eb add qrcode to mindeps ci run 2023-07-11 20:57:09 -04:00
ouwou
229555939d make qrcodegen optional wow!!! 2023-07-09 22:31:21 -04:00
ouwou
b5d85f4958 use another color for qr code cuz im special 2023-07-09 21:58:05 -04:00
ouwou
2ca5a21ab4 restart remote auth on cancel opcode 2023-07-09 21:49:15 -04:00
ouwou
3c2fde661e emit remoteauth error on unexpected close 2023-07-09 21:27:08 -04:00
ouwou
aaa219ce27 restart ra ws on timeout 2023-07-09 21:21:29 -04:00
ouwou
e0623281eb fix typo in heartbeat 2023-07-09 21:20:36 -04:00
ouwou
9a3f6b472d fix bad optional access in channel delete (fixes #187) 2023-07-06 19:42:08 -04:00
ouwou
8a5f23fcb9 Merge pull request #186 from jkozera/unread-category-indicators
Show unread indicators next to categories containing unread channels
2023-07-05 05:01:08 +00:00
Jerzy Kozera
88da9e17b8 Don't count muted channels towards unread state of category 2023-07-05 01:25:22 +02:00
Jerzy Kozera
bdad178c5d Redraw unread indicator after message status for category changes 2023-07-04 22:00:22 +02:00
ouwou
cf02c13952 use ppm instead of svg for generating qr pixbuf 2023-07-03 20:01:53 -04:00
Jerzy Kozera
3f6be457b1 Show unread indicators next to categories containing unread channels 2023-07-04 01:33:15 +02:00
ouwou
060e79ff2a search for system miniaudio.h too 2023-07-01 22:27:57 -04:00
ouwou
ab448a3a98 show status, error when captcha required 2023-07-01 02:10:42 -04:00
ouwou
044e508df7 only connect on RESPONSE_OK 2023-07-01 01:47:45 -04:00
ouwou
656bea8e55 get rid of the message structs because theyre unnecessary 2023-07-01 01:02:53 -04:00
ouwou
4ac7ca9245 finalize login 2023-07-01 00:56:09 -04:00
ouwou
3b206e1121 remote auth impl. up to QR code display 2023-06-30 20:43:08 -04:00
ouwou
ec6f18ff12 global_name is optional 2023-06-25 20:15:25 -04:00
ouwou
66101a25cb Merge pull request #176 from uowuo/pomelo
pomelo support (and nicknames)
2023-06-25 05:53:59 +00:00
ouwou
ba24e13419 dont notify on silent messages 2023-06-24 16:57:41 -04:00
ouwou
2da021b5ea support sending messages with @silent prefix 2023-06-24 16:48:44 -04:00
ouwou
ed1f54d1a7 Merge pull request #182 from TheMorc/TheMorc-patch-audio2
Fix UDPSocket::ReadThread on macOS
2023-06-24 00:49:54 +00:00
ouwou
11b6798830 Merge pull request #181 from TheMorc/TheMorc-BaseAttachementSize
Update attachment size limits for base users
2023-06-24 00:49:33 +00:00
Morc - Richard Gráčik
5467b61b19 Change timeval from 1000000 microseconds to 1sec 2023-06-23 21:31:44 +02:00
Morc - Richard Gráčik
e26703f1e8 Update max attachment size for base users 2023-06-23 21:15:02 +02:00
ouwou
686d79eca6 Merge branch 'master' of https://github.com/uowuo/abaddon 2023-06-22 01:13:05 -04:00
ouwou
85bc7b95f7 allow setting unreasonably high gain
apparently packing is still a thing or whatever... someone asked
2023-06-22 01:12:44 -04:00
ouwou
19f7d55c87 show legacy username as tooltip under username 2023-06-21 02:31:18 -04:00
ouwou
2a0305e93d Merge pull request #178 from TheMorc/TheMorc-patch-audio
partial audio fix for macOS
2023-06-21 04:00:09 +00:00
ouwou
3e5d38545e Merge pull request #177 from TheMorc/TheMorc-patch-1
fix clipboard pasting on macOS
2023-06-17 20:49:45 +00:00
ouwou
7832ab5d2a add runtime option to hide console on windows 2023-06-17 16:40:07 -04:00
Morc - Richard Gráčik
418b158d47 Add MA_NO_RUNTIME_LINKING for macOS 2023-06-17 10:30:01 +02:00
Morc - Richard Gráčik
734ffc9f71 add CoreFoundation, CoreAudio and AudioToolbox to CMakeLists
required to make audio working on macOS
2023-06-17 10:29:07 +02:00
Morc - Richard Gráčik
a7b1523b45 fix clipboard pasting on macOS
just checks for __APPLE__ definition and changes the mask accordingly
2023-06-17 10:02:13 +02:00
ouwou
5b9a9bbc9a show voice participants in private channels 2023-06-15 22:20:14 -04:00
ouwou
2381eb4753 use default group dm icons if none set 2023-06-15 01:42:25 -04:00