Commit Graph

220 Commits

Author SHA1 Message Date
William Grant c6af1a7468 feat: upgraded emoji-mart and added theme support 2022-09-30 13:55:38 +10:00
William Grant edefa21a2b feat: we can now toggle to the classic dark theme
fixed ocean dark colors and updating theme setting logic
2022-09-26 12:04:53 +10:00
Audric Ackermann c2e3e3ca3f Merge remote-tracking branch 'upstream/clearnet' into ui-redesigns 2022-09-14 11:58:30 +10:00
Audric Ackermann 3ffc470c40 fix: address reviews comment 2022-09-12 16:02:09 +10:00
Ian Macdonald 09654fe4d8
Remove limit on the number of pinned conversations a user may have. 2022-09-10 16:07:46 +02:00
Audric Ackermann e464d6c573 Merge branch 'settings-redesign' into feature-menu-redesign 2022-09-08 10:55:31 +10:00
Audric Ackermann 0eac74dd07 Merge branch 'dev' into menu-redesign 2022-09-07 15:03:30 +10:00
Audric Ackermann 3915e946b4 Merge branch 'clearnet' into settings-redesign 2022-09-07 10:15:03 +10:00
Audric Ackermann 55365f817d Merge remote-tracking branch 'upstream/clearnet' into settings-redesign 2022-09-05 17:21:21 +10:00
Audric Ackermann dcf9212b07 fix: make sure we include width and height when sending attachments 2022-09-01 13:35:59 +10:00
William Grant e409c7ca82 feat: created a cache for opengroups reactions, we can add and update them 2022-08-29 17:46:38 +10:00
Audric Ackermann 1e202fcdab feat: add theme switcher +accent color from settings
not all of the logic is linked and not all of the colors are there as this is part of theming
2022-08-29 13:18:07 +10:00
William Grant 1a44f5cb66 feat: added additional reactor information to the ReactListModal 2022-08-29 10:54:49 +10:00
William Grant 07c56e79f2 fix: make reaction UI updates when reacting faster in 1-1 and closed groups 2022-08-27 11:26:23 +10:00
William Grant 7a80e18327 fix: improved react popup localisation, review fixes 2022-08-26 14:39:57 +10:00
Audric Ackermann c54a438f7c fix: add some aria labels and match QA test 2022-08-25 16:56:48 +10:00
William Grant 4889cb5b32 fix: ReactionList Senders is now an array since we want to handle opengroup reactions separately
we no longer need the messagehash and server id for rendering reactions in the UI, ignore reactions using the outdated type
2022-08-25 13:33:49 +10:00
William Grant bf7badd2e1 fix: include you property in open group reaction updates 2022-08-24 16:03:06 +10:00
Audric Ackermann ff3d7ce226 feat: update settings Help page with new items and links 2022-08-23 14:08:51 +10:00
Audric Ackermann 81fa09b8ee Merge branch 'menu-redesign' into settings-redesign 2022-08-22 17:47:09 +10:00
Audric Ackermann ef1f634e6b Merge remote-tracking branch 'upstream/clearnet' into menu-redesign 2022-08-22 16:56:57 +10:00
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
2022-08-22 16:40:14 +10:00
Audric Ackermann 13bf0e073d feat: update design of the Notification Settings screen
the preview button is not linked yet
2022-08-22 16:09:34 +10:00
Audric Ackermann a0d3a00afa feat: start of settings screen redesign 2022-08-22 09:10:35 +10:00
Audric Ackermann 542c704b64 feat: add search by contacts to closed group overlay 2022-08-19 09:53:53 +10:00
Audric Ackermann 374b71630a feat: wrap up the new Join Community overlay 2022-08-19 09:53:53 +10:00
Audric Ackermann 282e631f73 feat: add menu action and action chooser left pane option 2022-08-19 09:53:53 +10:00
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver (#2347)
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
2022-08-08 09:50:48 +10:00
Audric Ackermann 3713e95a9f
feat: ask user for opengroup pruning on/off 2022-05-18 13:21:35 +10:00
Ian Macdonald 695e867221
Add setting to specify minimum age of open group messages to prune.
When an open group has more than 2000 messages, those older than the
specified number of months will be pruned on application start-up.

Fixes #2310.
2022-05-18 10:44:35 +10:00
Audric Ackermann ec76057c5e
Merge integration test (#2313)
* Testing playwright for Desktop automation

* add more data-testid field

* remove commited test-results

* test: skip group upkeep for now

* test: mention test create group instead of restoring from seed

* test: run on testnet

* fix: revert messagebanner unread count changes

from commit 8107d75e89

Co-authored-by: Emily <emily@oxen.io>
2022-05-17 13:22:13 +10:00
Audric Ackermann 363977b358
add polling from namespace 0 and storing lastHash with namespace 2022-05-04 14:55:56 +10:00
Audric Ackermann 368c0cd01b
drop sourceDevice and other unused json fields from msg table 2022-04-21 16:06:20 +10:00
Audric Ackermann 4baedda349
add tests for opengroup utils 2022-04-20 15:11:22 +10:00
Audric Ackermann 1b2564abf5
fix ci builds 2022-04-20 11:45:28 +10:00
Audric Ackermann b76797d264
do not use a custom sandbox for testing
instead use the one from Sinon as it is exposed for a good reason
2022-04-19 11:45:39 +10:00
Audric Ackermann 0158fd5ebb
filter duplicates on opengroup poll in a single sql call 2022-04-13 13:52:05 +10:00
Audric Ackermann 00d70db0be
queue user profile avatars update
also add some tests for the promise utils
2022-04-11 17:18:11 +10:00
Audric Ackermann a9cc9a7294
add tests for attachment metadata 2022-04-07 14:47:54 +10:00
Audric Ackermann 0ebc1d7e92
split attachmnent logic between what is used on main and renderer 2022-04-06 16:21:19 +10:00
Audric Ackermann 2dfd09a7b1 app kind of start background side 2022-03-31 10:22:13 +11:00
Audric Ackermann 6bd835dfc3
move storage.js to ts 2022-03-23 15:57:11 +11:00
Audric Ackermann 49bae1925d
open message request reset opened convo and is a settings itself 2022-03-15 11:04:19 +11:00
Audric Ackermann 71aa6c813c
Merge remote-tracking branch 'upstream/clearnet' into fix-i18n-with-dollars-sign 2022-03-09 12:00:47 +11:00
Audric Ackermann e1f2393c3a
cleanup translated strings 2022-03-07 13:26:57 +11:00
warrickct 821f4d73ff Merge branch 'clearnet' into msg-request-ui-2 2022-03-03 14:02:10 +11:00
Audric Ackermann f1900f9f36
remove some unused strings
and fix tos links #2176
2022-03-03 14:00:47 +11:00
warrickct 56c1a06a28 Adding rightclick accept/decline menu options for message requests. Adding hide menu item for message request banner. 2022-02-25 14:17:34 +11:00
warrickct 5888fecda4 Add confirmation dialog for clear all message requests. 2022-02-24 15:11:10 +11:00
warrickct 9bbac225ad Remove prevention of sending more than one message for an unapproved conversation. 2022-02-22 09:48:39 +11:00