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

1091 commits

Author SHA1 Message Date
Christy Jacob
347cd4d13f feat: generte specs 2023-08-08 16:58:06 +00:00
Christy Jacob
82a206d808 Merge branch 'cl-1.4.x' of https://github.com/appwrite/appwrite into disallow-personal-data 2023-08-08 16:48:59 +00:00
Christy Jacob
5b42d2c21f feat: review comments 2023-08-08 16:47:51 +00:00
Steven Nguyen
d960f85da6
Merge branch '1.4.x' into cloud-1.4.x 2023-08-04 18:07:33 -07:00
Steven Nguyen
d1c0bccb59
Merge tag '1.3.8' into cloud-1.3.x 2023-08-04 14:12:58 -07:00
Steven Nguyen
aa3c2faed9
Merge tag '1.3.8' into cloud-1.3.x-2 2023-08-04 13:55:07 -07:00
Steven Nguyen
611524476b
Merge branch 'master' into feat-master-to-1.4.x 2023-07-26 13:33:49 -07:00
Christy Jacob
882698d6e4 chore: update specs 2023-07-20 17:41:28 +04:00
Steven
3f9cedcc44
Prepare 1.3.8 release 2023-07-19 22:49:51 -07: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
Eldad A. Fux
66fee90af9
Merge pull request #5199 from appwrite/feat-custom-smtp
[FEAT] Custom SMTP and Template support
2023-07-20 07:09:11 +03: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
Damodar Lohani
8dc5c2cb4c Merge remote-tracking branch 'origin/1.4.x' into feat-custom-smtp 2023-07-19 07:24:58 +00:00
Steven
e26062ca87 Prepare 1.3.8 release 2023-07-18 22:21:58 +00:00
Torsten Dittmann
74308b445e
Merge pull request #5587 from appwrite/feat-user-labels
Add a new labels attribute to the Users collection
2023-07-18 14:59:18 +02:00
Damodar Lohani
f59d3563f4 Merge remote-tracking branch 'origin/feat-db-pools-master' into feat-db-pools-db-pools-master-sync 2023-07-10 03:06:48 +00:00
Steven Nguyen
8258d70b78
Update user's search attribute using database filter
Using a database filter is the cleanest approach because it ensures
the logic is applied whenever the user is updated regardless of
whichever endpoint was used.
2023-07-05 12:17:47 -07:00
Jake Barnby
031f8270ff
Merge remote-tracking branch 'origin/1.4.x' into validator-mv
# Conflicts:
#	composer.lock
2023-06-15 12:28:32 +12:00
Steven Nguyen
f7f14695f0
Don't default to console project
Defaulting to the console project leads to misleading error messages.
For example, you can get a CORS error saying you haven't configured
a platform yet, but the actual error is missing project ID.
2023-06-05 09:06:29 -07:00
Christy Jacob
329b6b93bf chore: update changelog 2023-06-03 20:11:01 +05:30
Torsten Dittmann
21b41c475d chore: prepre 1.3.6 2023-06-02 15:21:05 +02:00
Christy Jacob
a3474f8a3b feat: prepare 1.3.5 release 2023-05-30 16:15:13 +00:00
Damodar Lohani
a634aeddce switched to var_dump 2023-05-11 07:08:11 +00:00
Damodar Lohani
70019c54cd translation not found info 2023-05-11 06:45:13 +00:00
fogelito
d55dc7a5b2 Merge branch 'master' of github.com:appwrite/appwrite into validator-mv 2023-05-07 12:23:02 +03:00
Steven Nguyen
d7bbfb55ed
Prepare 1.3.4 release 2023-05-03 13:39:05 -07:00
fogelito
c51d4b386b Merge branch 'master' of github.com:appwrite/appwrite into validator-mv
 Conflicts:
	composer.json
	composer.lock
2023-05-03 14:56:03 +03:00
fogelito
5e4ff01568 getByType 2023-05-01 12:18:50 +03:00
Steven Nguyen
1e5dc3ad6f
Bump version to 1.3.3 2023-04-28 12:29:46 -07:00
Damodar Lohani
b1bbc9dfbd Merge remote-tracking branch 'origin/master' into feat-custom-smtp 2023-04-28 07:11:17 +00:00
Matej Bačo
89b85de03e Add proper OAuth logic 2023-04-26 10:22:20 +02:00
Matej Bačo
2e421f15ab Implement 2D cloud cards 2023-04-26 10:21:10 +02:00
Torsten Dittmann
5ee3c592a4 chore: release 1.3.2 2023-04-24 13:10:28 +02:00
Damodar Lohani
118ddb9101 format fix 2023-04-18 07:14:03 +00:00
Matej Bačo
a3e7fa29f4 WIP: OAuth in console 2023-04-17 14:22:47 +02:00
Damodar Lohani
e992814552 use default for missing locales 2023-04-17 09:10:41 +00:00
Damodar Lohani
2522f128ef format 2023-04-17 02:15:46 +00:00
Damodar Lohani
7419867078 new locale codes endpoint 2023-04-17 02:10:17 +00:00
Damodar Lohani
d394715b56 Merge remote-tracking branch 'origin/master' into feat-custom-smtp 2023-04-13 01:35:56 +00:00
Torsten Dittmann
d2b2d18134 chore: prepare 1.3.1 release 2023-04-12 18:13:49 +02:00
Jake Barnby
26eaddee82
Update comment 2023-04-12 02:59:45 +12:00
Jake Barnby
bafcfcfbb9
Update cache buster 2023-04-12 02:56:48 +12:00
Jake Barnby
a2cb3c135f
Fix migration of floats 2023-04-11 23:42:06 +12:00
Damodar Lohani
41d22fb50b Merge remote-tracking branch 'origin' into feat-db-pools-master-sync-2 2023-03-30 08:02:31 +00:00
Jake Barnby
d76d573e7c
Update attribute subquery to flatten relationship attributes 2023-03-25 16:28:07 +13:00
fogelito
ca3efdf562 create relation 2023-03-12 16:04:18 +02:00
Damodar Lohani
5589e5ac58 list of supported templates config for parameter validation 2023-03-09 13:44:23 +00:00
Steven Nguyen
85a2d623a6
Update APIs to check X-Appwrite-Timestamp header
Appwrite will refer to the X-Appwrite-Timestamp header for when the
request was originally sent and reject the request if the Timestamp
is older than the updatedAt timestamp of the document.
2023-03-07 10:54:52 -08:00
Torsten Dittmann
ae32536be2 Merge branch 'master' of https://github.com/appwrite/appwrite into chore-release-1-3-console-sdk 2023-02-28 14:45:34 +05:30
Torsten Dittmann
293c0e176b Merge branch 'master' of https://github.com/appwrite/appwrite into feat-console-sdk 2023-02-26 13:24:55 +05:30