-
-
Notifications
You must be signed in to change notification settings - Fork 110
Opt-in weekly sending of statistics #6851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 42 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
bfdbf01
feat: Opt-in weekly sending of statistics
Hocuri a1c8beb
small renames
Hocuri dd3ef4b
fix: Don't reset last_old_contact_id if the user disables&reenables t…
Hocuri a152d8e
Skip serializing bot, direct_chat, and new if they are false
Hocuri 3ba68a6
Move a struct
Hocuri 4f973be
fix: Looks like yerpc doesn't allow me to have optional parameters
Hocuri 23b8fda
fix: Don't send statistics from a platform other than Android
Hocuri e283df8
small comment fix
Hocuri 8e3f2e5
cargo fmt
Hocuri 7986b11
clippy
Hocuri 228eda8
Increase sending interval to 1 week
Hocuri e478341
Document SecurejoinSource
Hocuri 5fac395
refactor: Prefix all relevant configs with `stats`
Hocuri a3a02e9
some more of iequidoo's suggestions
Hocuri ebf0a2d
Update src/statistics.rs
Hocuri 7d6aebf
some more of iequidoo's suggestions
Hocuri c21b8d3
iequidoo's review: Make sure statistics are sent again after rewound …
Hocuri 7ef56d6
iequidoo's review: Rename get_statistics_bot() -> get_statistics_chat…
Hocuri b77c815
iequidoo's second review
Hocuri 3295ed4
feat: Set the StatsLastSent setting after sending statistics
Hocuri 6c592d9
fix: StatsId is not a bool
Hocuri c8f58c4
Merge remote-tracking branch 'origin/main' into hoc/send-statistics-s…
Hocuri 52c3157
iequidoo's review
Hocuri 5fc13fd
feat: Make the message statistics aggregate
Hocuri 6d985cd
refactor: Always use "stats", rather than a mix of "statistics" and "…
Hocuri 4c2c312
Small tweaks
Hocuri e7a6d08
refactor: Extract has_time_passed()
Hocuri 54c4200
Merge remote-tracking branch 'origin/main' into hoc/send-statistics-s…
Hocuri 94a0c14
Merge remote-tracking branch 'origin/main' into hoc/send-statistics-s…
Hocuri ac370c6
--wip-- [skip ci]
Hocuri 6401875
Make sure that the stats_id is set right after enabling stats sending
Hocuri dc1f100
iequidoo's review
Hocuri e745ab0
Update src/config.rs
Hocuri 1bcbb94
Fix tests
Hocuri 749ec74
Merge remote-tracking branch 'origin/main' into hoc/send-statistics-s…
Hocuri 0112010
remove superflous function call
Hocuri 18bf91f
Rename stats_msgs
Hocuri ee2e91c
Rename wrongly-named stock string
Hocuri 40fd5ae
Rename set_last_counted_msg_id->ensure_last_counted_msg_id
Hocuri 230c058
Use an enum in JsonRPC API
Hocuri 5eadf47
Adapt documentation
Hocuri d2271e4
Rename SecurejoinUiPath
Hocuri cbc548c
feat: Record the timestamp of enabling/disabling StatsSending
Hocuri 21ad5d0
feat: Only count messages sent while stats-sending was enabled
Hocuri f15ba62
refactor: Rename stats_message_body -> stats_msg_body
Hocuri 15a72e3
Update deltachat-jsonrpc/src/api.rs
Hocuri 4925a8c
reviews
Hocuri b234433
Merge remote-tracking branch 'origin/main' into hoc/send-statistics-s…
Hocuri e86aae8
Adapt to the removal of protected chats
Hocuri 6799b81
clippy
Hocuri b95fbc9
fix: Set stats sending interval to 1 week
Hocuri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.