Commit Graph

68 Commits (f7d574ce20c21bc523584d7d99d88623fc4dc40c)

Author SHA1 Message Date
Audric Ackermann 444e60ce89 fix: use 999+ for convo unread count, but 99+ for global one 3 months ago
Audric Ackermann 72182d8157 chore: bump timed release of disappear v2 to 13/03/24 4 months ago
Audric Ackermann bc30064c57 chore: fix timestamp of release of disappear v2 4 months ago
Audric Ackermann ec25d2f97f chore: bump Session to 1.12.0 4 months ago
Audric Ackermann 7573152e8b feat: right click on expiring msg shows timer left 4 months ago
Audric Ackermann 328493ace6 feat: filter out sub 60s options for expiretimer when packaged app 7 months ago
William Grant 0f05b24c86 chore: bump libsession_util_nodejs to v0.3.0 8 months ago
William Grant 8d36442dbf refactor: rename ttl_max to content_message
this is more explicit
8 months ago
William Grant 01d04bd4d3 refactor: existingexpration to existingexpirationt
in createClosedGroups.ts. Cleaned up some comments
8 months ago
William Grant 8838477e34 refactor: ttl_config to config_message
inside of TTL_DEFAULT. This is more readable and explicit
8 months ago
William Grant de2a15a691 fix: dont load container if there are no reactions
now message elements are the correct height from what we see visually
9 months ago
William Grant 958f64e27f feat: get_expiries implementation done
now just need to make sure to call both endpoints in the correct places
9 months ago
William Grant b5bf6be691 fix: show durations for constants on hover
for TTL_DEFAULT and SWARM_POLLING_TIMEOUT
9 months ago
William Grant 41af1e7865 Merge branch 'unstable' into userconfig_disappearingmessage 11 months ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 11 months ago
William Grant 905fe5aab9 Merge branch 'unstable' into userconfig_disappearingmessage 11 months ago
Audric Ackermann 9a7ef4d373 Merge branch 'unstable' into userconfig_disappearingmessage 12 months ago
Audric Ackermann 594eee698b Merge remote-tracking branch 'upstream/clearnet' into unstable 12 months ago
Audric Ackermann 4637f4609a Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage 1 year ago
Audric Ackermann b52ba0c934
Merge pull request #2779 from Bilb/onboarding-with-integrationtest-2
userconfig with integrationtest update
1 year ago
William Grant 5111a141c8 feat: remove QUOTED_TEXT_MAX_LENGTH and sliceQuoteText 1 year ago
William Grant f41c28a873 fix: moved feature release timestamp to constants so it only has to be defined once 1 year ago
William Grant 1e1e6b0f7a feat: update max unread count per conversation 1 year ago
Audric Ackermann 3ecc89fab3 Merge remote-tracking branch 'upstream/master' into onboarding 1 year ago
Audric Ackermann 7c56310e69 feat: addConfSyncJob start 1 year ago
Audric Ackermann bb0112c6c5 feat: increase max upload size to 10MB 1 year ago
William Grant 5b59b3eef2 fix: extract max unread count to a constant 1 year ago
Audric Ackermann 4e913f1439 fix: displayName allowed length based on bytes rather than char 2 years ago
Audric Ackermann c54a438f7c fix: add some aria labels and match QA test 2 years ago
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
2 years ago
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
2 years ago
Audric Ackermann 9d4989b66d
cleanup constants.tsx file
and fixup commit id showing at the bottom in settings
2 years ago
Audric Ackermann c7565fe7b3 Move scale/resize and attachment logic to typescript 2 years ago
Audric Ackermann a538cac491
add callmessage typescript class 3 years ago
audric 0658cb539a poll more often for inactive closed groups
the issue is that when you start the app, a closed group active at is
maybe a day old.
so you poll for this pubkey.

if the call is a success, all good, you get the latest messages and
update the active_at.
but if the first call fails (even after retrying), this group will be
marked as inactive and will be polled only a tiny little bit until we
get new messages.

So this commit make sure that we poll more often for closed groups which
are considered inactive
3 years ago
Audric Ackermann 97b9156562
improve performamce by memoizing avatar and menus 3 years ago
Audric Ackermann 7ea30b70ca
variable swarm polling based on activeAt timestamp 3 years ago
Audric Ackermann c9d7f4a1ab
Merge remote-tracking branch 'w/onion-paths' into clearnet 3 years ago
Audric Ackermann b15eeb00cd
fixup duration missing 3 years ago
Warrick Corfe-Tan d7b22e13e1 WIP: Onion path modal using redux state and refactored modals. 3 years ago
Audric Ackermann 58abd08e6d
Get snode from snode (#1614)
* force deleteAccount after 10sec timeout waiting for configMessage

* move some constants to file where they are used

* add a way to fetch snodes from snodes

* remove a snode from a pubkey's swarm if we get 421 without valid content

* remove getVersion from snodes

* hide groupMembers in right panel for non-group convo
3 years ago
Audric Ackermann 8444c7cbfc
increase to ttl of 14 days for everything except TypingMessages 3 years ago
Audric Ackermann b68338e26c
working get and post request with opengroup api v2 3 years ago
Audric Ackermann c55f204440
Merge branch 'clearnet' into restore-handle-configuration 3 years ago
Audric Ackermann 0a82bf98fa
Add displayName and avatar pointer to ConfigurationMessage 3 years ago
Audric Ackermann b76ce0f2ff
update models to TS part2 3 years ago
Audric Ackermann 7054385d4a
remove body pending loading of message > 2000.
Also remove the limit when sending text messages
3 years ago
Audric Ackermann a51f95d28c
move models to TS part1 3 years ago
Audric Ackermann 2462e12a04
Merge pull request #1461 from Bilb/explicit-group-updates
Explicit group updates
3 years ago
Audric Ackermann 0e25ab2874
WIP 3 years ago