2001 Commits

Author SHA1 Message Date
Andrea Maria Piana
cc0bb8540e Validate no duplicated community chat names 2021-06-03 13:27:49 +02:00
Volodymyr Kozieiev
22204c3757
Fix handling community description (#2254) v0.79.10 2021-06-03 13:49:04 +03:00
Andrea Maria Piana
10becb4902 Fix order of migration
The previous migration was added but not as the last one, resulting in
being skipped on client who had already migrated
2021-06-02 14:16:29 +02:00
Eric Mastro
a62e76d3ed
Change community channel description (#2236)
Co-authored-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
v0.79.8
2021-06-01 15:13:17 +03:00
Andrea Maria Piana
60de443e89 address feedback v0.79.7 2021-06-01 12:59:52 +02:00
Andrea Maria Piana
af1e47c258 Fix group chat filters 2021-06-01 12:59:52 +02:00
Andrea Maria Piana
319461e9b7 Set synced_to/from to 24 hours ago 2021-06-01 12:59:52 +02:00
Andrea Maria Piana
3a61c3bae9 Allow setting mailserver sync value
This commit adds a setting for mailserver, that allows the client to
specify the syncing period.
Also fixes a minor issue with deletion of public chats.
2021-06-01 12:59:52 +02:00
Brian Sztamfater
a72c32009a
Add mention notification to activity center (#2239)
Signed-off-by: Brian Sztamfater <brian@status.im>
2021-05-29 14:05:25 -03:00
Andrea Maria Piana
c74c9eedfd Bump version to 0.79.6 v0.79.6 2021-05-28 16:48:42 +02:00
Andrea Maria Piana
11de62749d Add unviewed mentions count
This commit add a field to count the unviewed mentions in a given chat.
The usage pattern is identical to `UnviewedMessagesCount`
2021-05-28 13:05:23 +02:00
Volodymyr Kozieiev
70cbad6aba
Add check to pr checklist that pr was tested (#2243) 2021-05-26 11:28:34 +03:00
Andrea Maria Piana
dfd4668087 Add mentioned field
This commit adds a Mentioned field to Message, which indicates whether
the receiving user is mentioned in the message.
v0.79.5
2021-05-26 08:33:38 +02:00
Roman Volosovskyi
d1dc5f1e27
[wallet] Add wallet_getChachedBalances method v0.79.4 2021-05-25 10:03:05 +03:00
Andrea Maria Piana
71f66f6806 Set timestamp on group chat invitation v0.79.3 2021-05-24 13:45:15 +02:00
RichΛrd
92032c7158
Community categories (#2228)
* create and edit community categories
* edit categories order
* adding category to chat
* Adding categories to json
2021-05-23 09:34:17 -04:00
Shivek Khurana
beacc3233c
🧮 Return total count in get metrics query (#2230)
* Return total count in get metrics query

* Fix RPC issue

* Fix vendor checks

* Update version
v0.79.1
2021-05-21 14:04:28 +05:30
Andrea Maria Piana
d50fee6bb2 Handle connection state v0.79.0 2021-05-21 07:22:58 +02:00
Andrea Maria Piana
566e9a3ade remove nimbus 2021-05-21 07:22:58 +02:00
Andrea Maria Piana
57b1bc193f Remove whisper 2021-05-21 07:22:58 +02:00
Andrea Maria Piana
be01875d1d remove mailserver logic 2021-05-21 07:22:58 +02:00
Andrea Maria Piana
cf6ef3171a Add mailserver logic 2021-05-21 07:22:58 +02:00
Volodymyr Kozieiev
c4de4e99fd
Update VERSION (#2232) 2021-05-20 10:47:36 +03:00
Eric Mastro
4d8d3fb0e8
feat: Add edit communities (#2229)
* feat: Add edit communities

Allow Communities to be edited, including display name, description, color, membership, and permissions.

* Added EditCommunity request type

* Fix lint errors

* Allow editing community without changing image

Previously, retaining an existing community image was not possible because the existing community image path had to be provided in the `editCommunity` RPC call to retain the image. However, once the image is processed by status-go, it is encoded as a base64 string and therefore it is not possible to get the original file path back from this string.

This commit allows for the original to be retained by passing an empty string for the image field in the RPC call.

* Don't change permissions. Fixed clock updating

Co-authored-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2021-05-18 15:32:15 -04:00
Pascal Precht
dd49e604d4 feat: introduce new joined property in Chat struct
This property is useful for clients to know when a channel or chat
was joined so they can use that to calculate the order of channels
and chats shown in applications.

Changes include a new joined property on the Chat struct,
as well as adjustments in the persistence layer to retreive and
update chat data in the database.

In addition there's a migration script that alters the existing
chat table to introduce a new column for the joined field.
It also updates all existing rows in the database to set `joined`
to `0`.
v0.78.0
2021-05-18 11:29:03 +02:00
Samuel Hawksby-Robinson
bb58d82661
Updated Ramp siteUrl to use URL in docs and use the referral code (#2218)
* Updated Ramp siteUrl to use URL in docs and use the referral code

see https://docs.ramp.network/configuration

* Moved Ramp to the top

* Removed local cryptos and transak
2021-05-17 15:51:33 +01:00
Andrea Franz
e9a42bfa2b
add PinMessage and PinnedMessage (#2180)
* add PinMessage and PinnedMessage

* fix gruop pin messages

* add SkipGroupMessageWrap to pin messages

* update pinMessage ID generation to be symmetric
2021-05-14 23:22:50 +02:00
Bitgamma
6a930ed0c6
accept a JSON string as chainID in signTypedData_v3 (#2226)
accept either a JSON number or string as chainID in signTypedData_v3/signTypedData_v4
v0.77.1
2021-05-12 12:25:42 +03:00
91620b9982 ci: refactor to use status-jenkins-lib
This should fix issues with re-running builds while skipping some initial stages.

Also removes two libraries we made use of before.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-05-10 14:04:55 +02:00
RichΛrd
244686e3a8
add GetNodeConfig() function to backend API (#2216) 2021-04-29 15:22:10 -04:00
Roman Volosovskyi
6037570901
[wallet] Pending transactions API v0.77.0 2021-04-23 18:20:38 +03:00
Andrea Maria Piana
3e80b1ecaa Dont show notification from inactive chats 2021-04-23 08:16:35 +02:00
Volodymyr Kozieiev
9241903edb
Refactorings: whisper transport removed (#2200) v0.76.6 2021-04-22 16:36:18 +03:00
Roman Volosovskyi
fd49876a47
[wallet] fix UpsertRange v0.76.5 2021-04-20 10:37:26 +03:00
Andrea Maria Piana
ddc93981a7 Add V4 endpoints v0.76.4 2021-04-19 14:49:28 +02:00
Volodymyr Kozieiev
8a370c1c41
Request info about community from mailserver (#2177) v0.76.3 2021-04-19 15:09:46 +03:00
Samuel Hawksby-Robinson
07a713cc71
Removed Wyre from on ramp options (#2207)
* Removed Wyre from on ramp options

* VERSION bump
2021-04-19 12:17:34 +01:00
Shivek Khurana
a461a17b5f
Bump version (#2208) v0.76.1 2021-04-19 16:17:37 +05:30
Shivek Khurana
da1259ae8f
Add anon-metrics case (#2206) 2021-04-19 10:57:18 +05:30
Andrea Maria Piana
c739f73f49 Add activity center & messages from contacts only v0.76.0 2021-04-16 20:42:40 +02:00
Samuel Hawksby-Robinson
759f7bbeb3 Added granual locking on Messenger 2021-04-16 20:42:40 +02:00
Samuel Hawksby-Robinson
9d09cb3e9a
Added custom path and default protocol path (#2204)
* Added custom path and default protocol path

* Addressed feedback
2021-04-16 14:14:21 +01:00
Roman Volosovskyi
ddc48c7cf4
[wallet] Download transactions with unspecified chainId v0.75.2 2021-04-15 16:39:08 +03:00
Samuel Hawksby-Robinson
050dca8336
Added new make migration command (#2201)
* Added new make migration command

* Addressed feedback
2021-04-15 10:44:26 +01:00
Samuel Hawksby-Robinson
6d7028a8d9
Added Anonymous Metrics Send Opt-In Setting (#2195)
* Added anon metrics send opt in setting

* resolved rebase conflict, renamed migration to use unixtimestamp

Theres always conflicts with migrations using sequential numbers, less so with unix timestamp
2021-04-13 14:00:18 +01:00
Shivek Khurana
203574c580
👤 Add random sessionId when API starts (#2187)
* Add random sessionId when API starts

* Fix lint

* Expose sessionId and created at
v0.75.1
2021-04-12 19:16:11 +05:30
Shivek Khurana
79bf90e990
👮🏽‍♂️ Update validators and add a new event (#2189)
* Add extra event to capture other type of navigations, allow empty screen name, rename cofx to get rid of clj ns, update tests

* Some view ids are greater than 16 characters. Made it 32 to be safe.

* Tab navigation events occur outside nav, add a new validator for them

* Remove navigate to cofx event, capture screens on will focus, get rid of enum and make valid screens a string less than 32 characters

* Run make generate

* Fix test

* Bump version to 0.75.1
2021-04-12 17:55:53 +05:30
Shivek Khurana
9ef4971fe1
Comment out Medium unfurling (#2193) 2021-04-12 14:49:34 +05:30
Roman Volosovskyi
27f5ad23cf
Bump version to 0.75.0 v0.75.0 show 2021-04-08 23:31:35 +03:00
Roman Volosovskyi
f3ee49c110
[wallet] cleanup 2021-04-08 23:30:27 +03:00