Commit Graph

3668 Commits

Author SHA1 Message Date
spaced4ndy
65df55caf8 remove editable limit 2024-01-11 19:02:03 +04:00
IC Rainbow
e43ed1ca43 Merge remote-tracking branch 'origin/master' into ab/self-chat 2024-01-09 12:11:51 +02:00
Stanislav Dmitrenko
a853ba3a15
android, desktop: adapted code for self destruct for ios logic (#3643)
* android, desktop: adapted code for self destruct for ios logic

* init db in case of periodic && self destruct enabled
2024-01-09 09:59:21 +00:00
Evgeny Poberezkin
61c507e7da
core: replace deprecated memcpy (#3652) 2024-01-06 11:32:26 +00:00
Evgeny Poberezkin
64230f3545 Merge branch 'stable' 2024-01-05 20:07:35 +00:00
Evgeny Poberezkin
bb61b9c658 core: update simplexmq (critical errors, worker restarts, subscription timeouts) 2024-01-05 20:07:19 +00:00
Evgeny Poberezkin
3428f4d2ee core: update simplexmq (critical errors, worker restarts, subscription timeouts) 2024-01-05 18:51:18 +00:00
Stanislav Dmitrenko
fe865c5e11
android, desktop: consistent colors in themes (#3649) 2024-01-05 18:45:52 +00:00
spaced4ndy
bb706eb12e fix typo 2024-01-05 18:48:18 +04:00
spaced4ndy
640f6aa290 fix merge 2024-01-05 18:43:02 +04:00
spaced4ndy
8248fa333e Merge branch 'master' into ab/self-chat 2024-01-05 18:36:24 +04:00
spaced4ndy
389b239def rename 2024-01-05 18:13:32 +04:00
spaced4ndy
a285c1330b fix comment 2024-01-05 18:05:23 +04:00
spaced4ndy
67e46f93e6 rename function 2024-01-05 17:56:37 +04:00
spaced4ndy
ecc0c60baf don't attempt to cancel local files when deleting chat item 2024-01-05 17:41:59 +04:00
spaced4ndy
4ccdd3a2da remove redundant filter query, NoteFolderName 2024-01-05 17:08:25 +04:00
spaced4ndy
7c13b48898 remove repeated folder 2024-01-05 15:20:11 +04:00
spaced4ndy
363856b0ff remove indentation 2024-01-05 12:21:58 +04:00
spaced4ndy
37316cc331 add drop index 2024-01-05 12:19:34 +04:00
spaced4ndy
9e87fe73a5
core: batch send profile update (#3618)
* core: batch send profile update

* redundant

* reorder

* remove type

* createSndMessages

* refactor

* batched create internal item

* create feature items for multiple contacts

* comments

* refactor call site

* synonim

* refactor createSndMessages

* more batching

* remove partitionWith

* unite filter and fold

* refactor

* refactor

* refactor

* fix merge

* add test

* rename

* refactor

* refactor

* withExceptT

* refactor

* refactor2

* remove notChanged

* deliver with sendMessagesB (#3646)

* deliver with sendMessagesB

* refactor

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Co-authored-by: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com>
2024-01-05 11:35:48 +04:00
Evgeny Poberezkin
0ef2c55983
core: invalid name error when it matches hidden profile (#3647) 2024-01-04 19:29:28 +00:00
IC Rainbow
731de223b4 add file safety test 2024-01-04 19:41:28 +02:00
IC Rainbow
65bb3d2bbd switch to * for chat type sigil 2024-01-04 18:14:35 +02:00
spaced4ndy
8882284fb7
core: always check integrity on MSG in direct chats (#3641) 2024-01-04 16:22:16 +04:00
IC Rainbow
8e3df00c62 add UndecidableInstances for ghc8.10 2024-01-04 14:03:57 +02:00
IC Rainbow
6108cb852e remove unique check from schema 2024-01-04 13:43:40 +02:00
IC Rainbow
05057d550f throw correct error for missing file 2024-01-04 13:27:26 +02:00
IC Rainbow
e80dfc588b add notes chat to a user-creating test 2024-01-04 13:20:32 +02:00
IC Rainbow
34a2478c55 add suggested chat list tests 2024-01-04 12:44:54 +02:00
IC Rainbow
4f022b997d use overloadedstrings for single-line queries 2024-01-04 12:42:31 +02:00
IC Rainbow
5ba6b9554b add explicit createCCNoteFolder for tests 2024-01-04 12:38:27 +02:00
IC Rainbow
185a8fdbd0 fix getLocalChatXxx 2024-01-04 12:37:28 +02:00
IC Rainbow
667cd925a7 switch to - for note folder chat type prefix and use empty name 2024-01-04 11:16:09 +02:00
IC Rainbow
cf408778d4 evict note folders from createUserRecord 2024-01-03 22:21:05 +02:00
IC Rainbow
211a440e78 use chat queries from Direct instead 2024-01-03 20:50:04 +02:00
IC Rainbow
2cee1d3cb2 add chat pagination test 2024-01-03 19:57:49 +02:00
IC Rainbow
1b99cb44f1 resolve comments 2024-01-03 19:38:20 +02:00
IC Rainbow
d1facb89a3 Merge remote-tracking branch 'origin/master' into ab/self-chat 2024-01-03 17:56:43 +02:00
Stanislav Dmitrenko
767522e701
ios: better way of starting chat after stop (#3637)
Co-authored-by: Avently <avently@local>
2024-01-02 20:20:05 +00:00
sh
575d899f5a
build-android: fix new arrangement of nix command (#3634) 2024-01-02 14:39:23 +00:00
Stanislav Dmitrenko
d009777901
android, desktop: close gallery when media was deleted (#3636) 2024-01-02 14:38:28 +00:00
Stanislav Dmitrenko
f758a5526a
android, desktop: specifying text color globally (#3635)
* android, desktop: specifying text color globally

* typography
2024-01-02 14:28:36 +00:00
Stanislav Dmitrenko
e6b5727003
android, desktop: run with stopped chat (#3624)
* android, desktop: run with stopped chat

* way to prevent starting a chat in case of not saved database key

* rename

* change position of a call

* new way of doing the same

* better

* exit process

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2024-01-02 14:21:39 +00:00
IC Rainbow
2ee783e690 update schema 2024-01-02 15:09:35 +02:00
IC Rainbow
acd2c42809 bump migration ts 2024-01-02 15:08:22 +02:00
IC Rainbow
4eebb4e746 Merge remote-tracking branch 'origin/master' into ab/self-chat 2024-01-02 14:56:50 +02:00
IC Rainbow
d49a7ff784 use - as notes name 2024-01-02 14:55:33 +02:00
Evgeny Poberezkin
c9b1d54f13 docs: update downloads 2023-12-30 22:04:01 +00:00
Evgeny Poberezkin
05065e919b 5.5-beta.0: ios 187, android 168, desktop 21 2023-12-30 21:09:01 +00:00
Evgeny Poberezkin
5399212e48 core: 5.5.0.0 2023-12-30 18:59:00 +00:00