1
0
Fork 0
mirror of synced 2024-08-04 04:52:03 +12:00
Commit graph

926 commits

Author SHA1 Message Date
Damodar Lohani
eea593f677 upgrade dependencies 2023-07-23 06:46:23 +00:00
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
Damodar Lohani
4fd5c72f34 Merge branch 'master' into feat-1.4.x-with-1.3.x-master 2023-07-19 07:39:37 +00:00
Christy Jacob
da44f65f2c feat: update composer 2023-07-10 20:41:21 +00:00
Aditya Oberai
a8bc9e6154 Update sdk-generator version 2023-07-07 20:02:51 +00:00
Jake Barnby
6db141acc9
Merge pull request #5710 from appwrite/feat-db-upgrade
Feat database upgrade
2023-06-22 21:30:06 +12:00
fogelito
e5e0719553 Update query merge 2023-06-21 09:44:18 +03:00
Jake Barnby
d84223091d
Update database 2023-06-15 18:41:20 +12:00
Jake Barnby
c4fc5c90f0
Update dependencies 2023-06-15 12:59:19 +12:00
fogelito
29fef07019 composer.lock 2023-06-06 18:45:06 +03:00
Christy Jacob
c696b7264b
Merge pull request #5649 from appwrite/1.3.x
Sync master with 1.3.x
2023-06-04 00:43:03 +05:30
Christy Jacob
9dcf164b2f chore: update composer 2023-06-03 20:14:11 +05:30
Christy Jacob
8b01c61de3 chore: update utopia-php/framework 2023-06-03 20:06:17 +05:30
Torsten Dittmann
223663aa89
Merge pull request #5637 from appwrite/1.3.x
sync 1.3.x
2023-06-02 16:30:55 +02:00
Torsten Dittmann
a664363525 fix: trailing wildcards 2023-06-02 15:20:58 +02:00
Christy Jacob
9e1313d15a feat: update dependencies 2023-05-30 16:59:13 +00:00
Christy Jacob
44fd41d2ea Merge branch 'master' of https://github.com/appwrite/appwrite into 1.3.x 2023-05-30 16:58:22 +00:00
Christy Jacob
927c7c3359 feat: update composer 2023-05-30 16:16:43 +00:00
Christy Jacob
a3474f8a3b feat: prepare 1.3.5 release 2023-05-30 16:15:13 +00:00
Jake Barnby
b101404eda
Update to release version of framework 2023-05-30 18:53:58 +12:00
Jake Barnby
c2e711b021
Update framework to fix route mismatches
(cherry picked from commit d42f6738a9)

# Conflicts:
#	composer.lock
2023-05-30 18:29:04 +12:00
Jake Barnby
f45905e545
Merge pull request #5553 from 2002Bishwajeet/feat-add-enable-param-db
Feat: Add enable param in Database and Collection
2023-05-29 20:35:33 +12:00
Bishwajeet Parhi
e384a3d3a1 remove debug config 2023-05-18 18:58:29 +05:30
Jake Barnby
2eef1cfca5
Update SDK generator + examples 2023-05-16 16:54:34 +12:00
Jake Barnby
b9336bfc73
Update SDK generator 2023-05-15 19:15:01 +12:00
Steven Nguyen
206553bac7
Bump sdk-generator and specs 2023-04-27 17:00:12 -07:00
Steven Nguyen
11d523b050
Bump utopia abuse, audit, and database 2023-04-27 10:42:55 -07:00
Torsten Dittmann
ff82a24a4b feat: migration 2023-04-24 13:00:23 +02:00
Torsten Dittmann
5925d61a9c chore: update composer 2023-04-21 13:04:37 +02:00
Torsten Dittmann
0230671717 chore: upgrade utopia-php/database 2023-04-20 21:10:48 +02:00
Steven Nguyen
471c832a4f
Bump utopia-php/database version 2023-04-19 17:21:41 -07:00
Jake Barnby
683aa8a325
Update SDK generator 2023-04-12 16:46:53 +12:00
Jake Barnby
ffb91eca68
Merge remote-tracking branch 'origin/1.3.x' into feat-update-sdk-generator
# Conflicts:
#	composer.json
#	composer.lock
2023-04-12 01:24:50 +12:00
Jake Barnby
9b7d032eda
Update SDK generator for 1.3.x support 2023-04-12 00:58:12 +12:00
Jake Barnby
7fe14ca10b
Merge remote-tracking branch 'origin/master' into sync-master
# Conflicts:
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	app/console
#	app/controllers/api/storage.php
#	composer.lock
2023-04-12 00:50:31 +12:00
Christy Jacob
391e114cdd feat: update docs examples 2023-04-11 08:27:36 +00:00
Christy Jacob
4a314c0a58 Merge branch 'master' of https://github.com/appwrite/appwrite into update-cli-1.2.1 2023-04-11 08:14:52 +00:00
Jake Barnby
9604cd1d94
Update to tagged release 2023-04-11 17:41:21 +12:00
Jake Barnby
f00bd7dac7
Merge remote-tracking branch 'origin/1.3.x' into feat-relations-2
# Conflicts:
#	composer.lock
2023-04-11 17:25:26 +12:00
Jake Barnby
7f8f34793e
Merge remote-tracking branch 'origin/1.3.x' into doc-db-relationships
# Conflicts:
#	composer.lock
2023-04-11 15:57:35 +12:00
fogelito
acbdb06b3c Add .md files 2023-04-10 23:15:18 +03:00
Jake Barnby
93a994a95d
Update console + database 2023-04-10 21:48:50 +12:00
Jake Barnby
bb9ae6f326
Update database 2023-04-06 02:43:06 +12:00
Jake Barnby
b252fe847f
Add custom delete restricted error 2023-04-06 00:54:44 +12:00
Jake Barnby
08b013353b
Update database 2023-04-05 21:13:28 +12:00
Jake Barnby
1bf15a7cc2
Update database + console 2023-04-05 20:13:51 +12:00
Jake Barnby
13c77b6927
Update database 2023-04-03 21:12:13 +12:00
Jake Barnby
af890a4e4b
Merge remote-tracking branch 'origin/1.3.x' into feat-relations-2
# Conflicts:
#	composer.lock
2023-04-03 15:55:17 +12:00
Jake Barnby
9010320cd9
Update abuse 2023-03-31 20:57:47 +13:00
Jake Barnby
cf122054aa
Update DB and console 2023-03-31 18:07:36 +13:00