Commit Graph

45 Commits

Author SHA1 Message Date
Tim Düsterhus 9c4ffffde7
Bump version 2024-01-13 21:03:36 +01:00
Tim Düsterhus dd4ecbd4ba
Make the .hideIcon for Info and Where messages a button
This implicitly fixes the cursor to properly show a pointer cursor.
2024-01-13 20:36:35 +01:00
Tim Düsterhus 16fcc9df2e
Bump version 2023-02-22 17:45:50 +01:00
Tim Düsterhus 7cff486629
Add missing `.button` class to Attach/Upload dialog buttons 2022-10-13 13:41:47 +02:00
Tim Düsterhus 118de57bb7
Bump version 2022-09-17 16:24:07 +02:00
Maximilian Mader 4c6a8e8326
Reduce jumpiness when loading the chat interface 2022-08-10 23:23:50 +02:00
Maximilian Mader 8e2bb52fc6
Disable scrolling while the user / room list overlay is open 2022-08-10 23:23:17 +02:00
Maximilian Mader f85699b314
Add a user and room list overlay for the smartphone UI 2022-08-10 23:23:02 +02:00
Tim Düsterhus 9db3daa2bf
Bump version 2022-03-10 18:56:18 +01:00
Tim Düsterhus 9c3f0db196
Bump version 2022-03-04 21:21:52 +01:00
Tim Düsterhus 00167fc6ed
Reformat PHP files as PSR-12 2022-03-04 21:08:01 +01:00
Tim Düsterhus 27213e507f
Use `->prepare()` in favor of `->prepareStatement()` 2022-03-04 17:52:33 +01:00
Tim Düsterhus 606ce14057
Update npm dependencies 2021-09-17 15:14:39 +02:00
Tim Düsterhus e661d462a3
Bump version 2021-03-05 17:19:27 +01:00
Maximilian Mader 2bf415225a
Trigger DomChangeListener in BoxRoomList on update 2021-02-05 22:15:07 +01:00
Tim Düsterhus eba9d9d34a
Fix `this` handling in Chat/Template.js 2021-02-05 12:18:59 +01:00
Tim Düsterhus d084315276
Bump version 2021-02-04 23:04:35 +01:00
Tim Düsterhus 146a88813a
Merge remote-tracking branch 'origin/attachment' 2021-02-04 22:56:48 +01:00
Maximilian Mader 57fbe3d3e9
Add preview for non-images in attachment dialog 2021-02-04 22:45:02 +01:00
Tim Düsterhus 60a770be7d
Run prettier 2021-02-04 22:44:45 +01:00
Tim Düsterhus c241df9470
Bump version 2020-11-20 00:08:57 +01:00
Tim Düsterhus 8fc2ed4e54
Bump version 2020-11-08 12:30:49 +01:00
Maximilian Mader a89a12ee7f
Mark user as back after sending an attachment 2020-11-08 12:29:15 +01:00
Tim Düsterhus 23228c9ed6
Bump version 2020-11-02 21:29:59 +01:00
Maximilian Mader 09892db6f1
Improve attachment error handling 2020-11-02 21:27:08 +01:00
Maximilian Mader a0557e3178
Make upload dialog look more in line with other confirmation dialogs 2020-11-02 18:54:43 +01:00
Maximilian Mader 4544813255
Remove the leading `#` in the color command
Starting with PHP 7.4 passing invalid characters to `hexdec` generates a deprecation notice.
2020-11-01 18:26:16 +01:00
Tim Düsterhus 3a88e73ee1
Run prettier on all files 2020-11-01 17:41:19 +01:00
Maximilian Mader 2559ae7935
Revert usage of the optional chaining operator (?.) 2020-11-01 17:19:13 +01:00
Tim Düsterhus f8dafa2583
Bump version 2020-11-01 17:09:27 +01:00
Maximilian Mader 5ed54335a1
Disable attachment button when input is not empty 2020-11-01 17:06:02 +01:00
Maximilian Mader 5439c325af
Make button styles next to input more consistent 2020-11-01 16:24:59 +01:00
Maximilian Mader db515f1f1b
Sort includes in Ui/Chat.js 2020-11-01 16:24:58 +01:00
Tim Düsterhus 5fce0c092c
Send the tmpHash instead of the attachmentId
All the PHP goodies reside inside the AttachmentHandler which expects the
tmpHash.
2020-11-01 16:24:57 +01:00
Tim Düsterhus 9a870f3f94
Wire Chat.js to Attachment/Upload.js 2020-11-01 16:24:46 +01:00
Tim Düsterhus baa654a37a
Relay the attachmentId in `send` event 2020-11-01 16:24:45 +01:00
Maximilian Mader d5195c0562
Implement attachment upload UI skeleton 2020-11-01 16:24:43 +01:00
Tim Düsterhus 931b01a4bf
Remove unused import in Ui/Chat.js 2020-10-31 19:05:01 +01:00
Tim Düsterhus 17468c9cf6
Make Ui/Input/Autocompleter less of a hack 2020-10-31 17:05:30 +01:00
Tim Düsterhus 7538639d7b
Bump version 2020-10-20 18:03:04 +02:00
Tim Düsterhus 5687d6fabb
Bump version 2020-03-25 23:04:48 +01:00
Tim Düsterhus 560b010a65
Prevent the copy handler from unveiling tombstoned messages 2020-03-25 23:01:20 +01:00
Tim Düsterhus 26f2679841
Bump version 2018-11-27 20:53:30 +01:00
Maximilian Mader 724540a8b2
Fix enter key check while composing characters
Chrome on macOS sends a KeyEvent with `key` set to `Enter`, the keyCode `229` and `isComposing` set to `true` when pressing enter while a character composition sequence is active, then an event for the composed key and ends with a Enter key event with the correct key code.
This has thrown our Enter key detection off and resulted in sending of the wanted message and a public message with the single composed character as content.
Ignoring the Enter key while characters are being composed seems to be safe.
2018-08-22 19:18:09 +02:00
Tim Düsterhus 317ee29461 Initial import 2018-08-17 00:30:59 +02:00