1
0
Fork 0
mirror of synced 2024-07-16 03:46:02 +12:00
appwrite/app
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
..
assets Merge branch '1.3.x' into feat-13x-master-sync 2023-02-21 07:38:46 +05:45
config Track a user's last activity 2023-07-19 22:22:58 -07:00
console@9174d8f8cb feat: update console 2023-07-11 18:43:28 +00:00
controllers Track a user's last activity 2023-07-19 22:22:58 -07:00
tasks Update install.php not specify docker-compose.yml file 2023-04-30 12:34:55 -07:00
views add restart policy for worker-messaging container 2023-01-12 06:51:50 +00:00
workers Merge remote-tracking branch 'origin/1.4.x' into feat-custom-smtp 2023-07-19 07:24:58 +00:00
cli.php
executor.php fix: implement new framework changes 2023-03-01 17:30:36 +05:30
http.php remove: leftover from http.php 2023-04-24 13:11:39 +02:00
init.php Track a user's last activity 2023-07-19 22:22:58 -07:00
preload.php
realtime.php Merge remote-tracking branch 'origin/master' into feat-technical-debt-2 2023-02-14 14:22:08 +13:00