shimon
e9fda6168c
saving file output to cache instead of decoding data to json
2023-05-31 15:50:19 +03:00
shimon
a6768bdc32
saving file output to cache instead of decoding data to json
2023-05-31 14:41:56 +03:00
Damodar Lohani
5f93767ace
update spec
2023-05-31 08:24:25 +00:00
Damodar Lohani
62bbace433
fix name
2023-05-31 08:20:45 +00:00
Steven Nguyen
5ef3162cee
Don't rely on isAnonymousUser to check whether to verify password
...
It's possible for a user to not be anonymous and not have a password.
Using passwordUpdate is a better indicator as to whether the user has
set a password or not.
2023-05-30 17:17:20 -07:00
Steven Nguyen
7dec6c7321
Fix 500 error when a passwordless user creates an email session
2023-05-30 16:59:55 -07: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
a3474f8a3b
feat: prepare 1.3.5 release
2023-05-30 16:15:13 +00:00
Jake Barnby and GitHub
e44e4e7766
Merge pull request #5603 from appwrite/hotfix-route-mismatch
...
Update framework to fix route mismatches
2023-05-30 23:33:17 +12:00
shimon
478e83a4bf
Messaging
2023-05-30 11:53:52 +03:00
Jake Barnby
d2bfe46fca
Set min length to 0 for default value when creating or updating a string attribute
...
(cherry picked from commit c61e54f69b )
2023-05-30 19:42:13 +12:00
Bishwajeet Parhi
08746d0390
chore: misc fixes
2023-05-30 12:47:55 +05:30
Bishwajeet Parhi
967ac1b82c
chore: remove nullable param
2023-05-30 12:34:32 +05:30
Jake Barnby
fad53d3e89
Fix visibility
...
(cherry picked from commit b092405b04 )
(cherry picked from commit 3dd67cb17f )
2023-05-30 19:00:50 +12:00
Bishwajeet Parhi
69504bfaac
add encrypt param
2023-05-30 12:30:10 +05:30
Jake Barnby
3dd67cb17f
Fix visibility
...
(cherry picked from commit b092405b04 )
2023-05-30 18:29:13 +12:00
Jake Barnby
c61e54f69b
Set min length to 0 for default value when creating or updating a string attribute
2023-05-30 14:52:59 +12:00
shimon
06ca9ce815
Messaging
2023-05-29 19:32:33 +03:00
shimon
5a22d17459
Mails
2023-05-29 18:03:09 +03:00
shimon
f1466c05cf
refactor workers
2023-05-29 16:58:45 +03:00
Matej Bačo
5d2d14df6e
Fix bugs with comment, improve git checks logic
2023-05-29 13:51:03 +02:00
Jake Barnby and GitHub
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
Matej Bačo
fb02e12db2
Add state to comment, webhook bug fixing
2023-05-28 13:39:48 +02:00
Matej Bačo
bf5855d101
Fix bugs after merge
2023-05-28 10:02:23 +02:00
Matej Bačo
4ec8f69da6
Improve logging
2023-05-27 13:56:26 +02:00
Matej Bačo
507b2d978a
Fix response model
2023-05-27 13:55:34 +02:00
Bishwajeet Parhi
68c56daba1
add extra check for admin modes
2023-05-26 17:08:09 +05:30
Matej Bačo
f504e7dbb5
Add cache support to VCS
2023-05-26 10:44:08 +02:00
Matej Bačo
f53d75205b
Implement branches endpoint, rename some attributes, update response models
2023-05-26 00:29:08 +02:00
Christy Jacob and GitHub
075ed65a2f
Merge pull request #5572 from appwrite/feat-update-project-creation
...
Feat update project creation
2023-05-25 22:50:24 +05:30
Christy Jacob and GitHub
9ff96a79d1
Merge pull request #5573 from appwrite/fix-delete-account
...
Fix delete account
2023-05-25 22:49:50 +05:30
Damodar Lohani
237658f4e8
fix param
2023-05-25 05:33:06 +00:00
Matej Bačo
4665c2a2a4
Re-add PR creation deployment
2023-05-25 07:30:52 +02:00
Damodar Lohani
6813d53e06
remove password required for project deletion
2023-05-25 00:32:49 +00:00
Christy Jacob
54ad50bd4b
feat: review comments
2023-05-24 20:07:31 +00:00
Matej Bačo
3614cb384a
Fix error logging
2023-05-24 21:07:41 +02:00
Matej Bačo
0244154017
Apply new structure of logs
2023-05-24 20:14:58 +02:00
Bishwajeet Parhi
2873918cc5
Update databases.php
...
fix: tests
2023-05-24 22:56:58 +05:30
Bishwajeet Parhi
e496419572
remove formatting updates
2023-05-24 22:24:57 +05:30
Matej Bačo
b81e9ffd47
Fix format
2023-05-24 18:32:03 +02:00
Matej Bačo
1762c4f491
Improve logs
2023-05-24 18:29:23 +02:00
Bishwajeet Parhi
6fc176d508
chore: add admin mode assertion for create collection
2023-05-24 17:58:40 +05:30
Bishwajeet Parhi
4706e6580d
chore: add new checks
2023-05-24 15:39:08 +05:30
Steven Nguyen
9d13d72c71
Update the Update Account Status API to clear the cookie
...
After a user updates their status, their session no longer works
however, the cookie may still exist in their browser, preventing other
API calls from completing successfully.
2023-05-23 10:40:31 -07:00
Steven Nguyen
f774721701
Update the error message for blocked users
...
Remove the "You can unblock the user from the Appwrite console." part
as it is not relevant for the person receiving the error.
2023-05-23 10:40:05 -07:00
Christy Jacob
48ca2530e6
feat: add missing attribute
2023-05-23 14:46:48 +00:00
Christy Jacob
0839822a66
Apply suggestions from code review
2023-05-23 14:39:26 +00:00
Christy Jacob
8be36088d7
chore: linter
2023-05-23 14:38:48 +00:00
Christy Jacob
f0df316b4f
fix: throw correct exception when project custom ID already exists
2023-05-23 14:38:33 +00:00
shimon
98dc1db878
re-working worker flow
2023-05-23 16:43:03 +03:00