Commit Graph

70 Commits

Author SHA1 Message Date
Kee Jefferys 143753566d feat: alias saved messages with note to self 2023-10-17 19:42:20 +11:00
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2023-07-26 11:26:46 +02:00
Audric Ackermann 3eb629e33e fix: cleanup convo selectors to hope to improve performances 2023-06-22 08:25:04 +02:00
Audric Ackermann 3c58f9c1e4 feat: add a hidden flag for convos and use it with the contactswrapper 2023-02-21 17:09:08 +11:00
Audric Ackermann 2a8d764bfb fix tests 2022-11-30 11:45:44 +11: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 d6a8f5e92b
allow searching for nickname or name for contacts 2022-02-03 10:58:49 +11:00
Audric Ackermann 98bdd53bd5
fix release build and decrese search results to 150 for messages 2022-02-03 10:58:49 +11:00
Audric Ackermann 40344bde52
move search logic to the search input component 2022-02-03 10:58:48 +11:00
Audric Ackermann 44f61073dc
move search results to styled components
and cleanup search logic and rendering of message results
2022-02-03 10:58:48 +11:00
Audric Ackermann 00d2bbc63d
cleanup MessageSearchResults 2022-02-03 10:58:42 +11:00
Audric Ackermann d269693544
cleanup search of contacts excluding not active 2022-02-03 10:58:41 +11:00
Audric Ackermann a3be2c347d
fixup open convo on search, quote click or hit the bottom 2022-02-03 10:58:41 +11:00
audric a21751c611
open convo on last unread, and can scroll up 2022-02-03 10:58:34 +11:00
Audric Ackermann 6a403afb41
Merge pull request #2139 from warrickct/global-search-progress
Global Search and Database Trimming
2022-01-17 16:33:20 +11:00
warrickct 804c9a56b9 convert to functional component. Tweak colors for search results. Fix search result header incorrect color. Addressing PR comments from previous search branch. Experimenting trimming approaches. 2022-01-17 14:51:30 +11:00
Audric Ackermann 6992305e27
cleanup last commit 2022-01-07 10:53:44 +11:00
Audric Ackermann 4349b699cb
remove schemaVersion field and logic from message object 2022-01-07 10:32:58 +11:00
warrickct 374d5a6619 Global search partially functioning, added basic functions for load testing performance. 2021-12-22 11:20:29 +11:00
audric bfc805c9d4 fix search logic and UI cosmetic fixes 2021-09-03 16:47:04 +10:00
audric 38665e105a remove search messages frpm search result 2021-08-25 16:19:26 +10:00
audric 9e37985d03 enable no-unused local and imports and fix tslint 2021-08-12 14:48:18 +10:00
audric c8f0150aaf fix unread banner position when first unread is visible 2021-07-22 12:30:01 +10:00
Audric Ackermann 16d34a7137
moved conversations reducer to createSlice 2021-07-14 10:53:03 +10:00
Audric Ackermann ee4a0b9b1e
cleanedup redux action openConversationExternal 2021-07-08 16:12:58 +10:00
Audric Ackermann 672eb91975
add types for message props and remove props function calls msg 2021-07-05 15:54:35 +10:00
Audric Ackermann 93e43fe929
move conversation dialogs to redux store 2021-06-18 14:31:16 +10:00
Audric Ackermann 5cab7908b4
add some test for partial path rebuilding 2021-05-19 15:54:31 +10:00
Audric Ackermann a26c5da6cb
Uniformize once and for all the conversation types
no more 'direct'. those are private convos
2021-04-28 14:20:22 +10:00
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 2021-04-22 18:03:58 +10:00
Audric Ackermann 08ce55f1a6
move LeftPane items to hooks 2021-03-16 17:22:46 +11:00
Audric Ackermann 8ea9f02cec Move data.js to data.ts 2021-02-15 15:16:52 +11:00
Audric Ackermann a51f95d28c
move models to TS part1 2021-02-08 15:20:47 +11:00
Audric Ackermann 02fb5783a4
remove regionCode and PhoneNumber.ts 2021-01-28 09:46:15 +11:00
Audric Ackermann a0703bc2f9
remove primary and secondary device separate status 2021-01-21 17:49:13 +11:00
Audric Ackermann 135fc3b366
remove prekeys 2021-01-21 17:49:07 +11:00
Audric Ackermann d43ae09eb0
first working version of closed group v2 2021-01-12 16:56:21 +11:00
Audric Ackermann bb87eb0f52
fix timer expiring sometimes missing a sec 2020-11-19 15:38:58 +11:00
Audric Ackermann 1503d83f3a
add ourPrimary convo to redux and update the actionPanel with it 2020-11-18 18:48:20 +11:00
Audric Ackermann 2f2eb2ad53
link back backbone conversation events to redux store 2020-11-13 17:17:48 +11:00
Audric Ackermann 96263b4d25
WIP 2020-10-30 08:27:35 +11:00
Vincent 83528f4b8d Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into refactor-ts-react 2020-07-08 16:42:30 +10:00
Vincent 99674ed2ba Fixup PubKey.isEqual 2020-06-18 13:53:47 +10:00
Mikunj a83ce4ee16 Review fixes 2020-06-16 15:49:31 +10:00
Mikunj ae44f0da0f Remove old multi device functions 2020-06-15 14:38:06 +10:00
Audric Ackermann fa853538d0
LINT after prettier upgrade 2020-05-29 16:25:15 +10:00
Vincent d8a12aab0f conv tinkering 2020-03-25 10:01:36 +11:00
Vincent 9a6aafe99c Pull from clearnet 2020-03-13 11:44:00 +11:00
Konstantin Ullrich 20feb23017 small lint fix in search.ts 2020-03-10 07:07:23 +01:00
Konstantin Ullrich 366acae1cd Minor Fix check if from is invalid not just null 2020-03-10 06:58:36 +01:00