1
0
Fork 0
mirror of synced 2024-08-21 21:21:20 +12:00
appwrite/app/config
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
..
avatars format files in app, src, tests 2022-05-23 14:54:50 +00:00
locale fix word wrap issue 2023-06-07 01:03:12 +00:00
specs update specs 2023-07-19 07:32:32 +00:00
storage chore: run linter 2022-06-20 11:24:05 +02:00
auth.php Merge branch 'appwrite:master' into feat-XXX-authentik-oauth 2022-07-06 11:02:59 +02:00
collections.php Track a user's last activity 2023-07-19 22:22:58 -07:00
errors.php Merge pull request #5199 from appwrite/feat-custom-smtp 2023-07-20 07:09:11 +03:00
events.php fix: wrong team event descriptions 2023-03-23 10:52:43 +01:00
platforms.php Merge pull request #5796 from appwrite/update-dotnet-docs-examples 2023-07-11 02:15:05 +05:30
providers.php fixed typo 2022-09-21 22:55:21 +05:30
regions.php Revert "Merge pull request #4041 from appwrite/revert-3789-feat-app-region" 2022-09-30 14:22:11 +02:00
roles.php Add graphql scope back for guests 2022-09-21 18:54:47 +12:00
runtimes.php Fix escaping, write tests for stdout/stderr, upgrade runtimes to V2 2022-08-16 14:49:08 +00:00
scopes.php Merge branch 'appwrite:master' into feat-XXX-authentik-oauth 2022-07-06 11:02:59 +02:00
services.php fix: console server duplicate key 2023-04-11 20:57:27 +02:00
variables.php Merge pull request #5166 from lucasctd/master 2023-05-09 17:07:08 +02:00