appwrite/src/Appwrite
Steven Nguyen 2befa60350
Track a user's last activity
A user will have an accessedAt timestamp that will update at most once
per day if they make some API call. This timestamp can then be used
find active users and calculate daily, weekly, and monthly active users.

To ensure consistent updates to the user the $user from the resource
is always updated to the user making the request, including requests
like Create Account, Update Team Membership Status, and Create Phone
Session (confirmation). This ensures the shutdown can update the
accessedAt timestamp if there was a $user set.
2023-07-19 22:22:58 -07:00
..
Auth Merge pull request #5739 from appwrite/fix-anonymous-user 2023-07-18 23:07:52 +03:00
Detector fix: update CLI user agent name 2022-01-19 14:32:14 +04:00
Docker fix: correctly handle = in .env 2022-10-09 11:29:00 +05:30
DSN Merge branch 'appwrite:master' into feat-XXX-authentik-oauth 2022-07-06 11:02:59 +02:00
Event use custom templates to send email when enabled 2023-04-19 08:29:29 +00:00
Extend Merge pull request #5199 from appwrite/feat-custom-smtp 2023-07-20 07:09:11 +03:00
GraphQL Namespace Changes 2023-04-27 14:59:05 +03:00
Messaging Merge remote-tracking branch 'origin/master' into feat-technical-debt-2 2023-02-14 14:22:08 +13:00
Migration Merge remote-tracking branch 'origin/1.4.x' into feat-custom-smtp 2023-07-19 07:24:58 +00:00
Network/Validator Merge branch 'master' into release-1.2.1 2023-02-13 15:46:30 -08:00
OpenSSL fix: PSR issues on OpenSSL at master 2021-10-06 14:07:23 +02:00
Promises Check if value has then function when setting result to check external promise types 2022-10-12 21:48:58 +13:00
Resque Merge pull request #4984 from appwrite/fix-project-delete 2023-01-27 13:45:07 +05:30
Specification Namespace Changes 2023-04-27 14:59:05 +03:00
Task/Validator Fix - PSR issues in the Task library 2021-10-06 13:53:33 +02:00
Template format files in app, src, tests 2022-05-23 14:54:50 +00:00
URL format files in app, src, tests 2022-05-23 14:54:50 +00:00
Usage Fix executions usage count 2022-11-15 09:33:07 +00:00
Utopia Track a user's last activity 2023-07-19 22:22:58 -07:00