Khushboo Verma
eb8543c690
Create failed execution if deployment doesn't exist
2024-04-01 17:04:36 +05:30
Eldad Fux
beda5293b4
Fix format
2024-04-01 13:08:46 +02:00
Eldad Fux
8ed1da4ea8
Updated getEnv to use system lib
2024-04-01 13:02:47 +02:00
Damodar Lohani
00c45c2507
new environment for certificates and security emails
2024-03-31 03:32:55 +00:00
Matej Bačo
5275d0b021
Merge branch 'refactor-usage-sn' into feat-configurable-collections
2024-03-29 10:48:11 +01:00
fogelito
acfd6633a2
non integer errors
2024-03-28 14:36:44 +02:00
Christy Jacob
9adf124274
Merge pull request #7854 from appwrite/feat-improve-vcs-comment-1
...
Update VCS Comment
2024-03-25 19:24:38 +05:30
Steven Nguyen
82c93fb55d
fix(sdks): fix namespace of Exception
...
Without this, PHP will try to look for an Exception class in the
Appwrite\Platform\Tasks namespace, which doesn't exist.
2024-03-21 17:25:57 -07:00
Christy Jacob
380b5f7f84
Merge pull request #7414 from appwrite/remove-cloud-scripts
...
remove cloud related scripts
2024-03-21 01:27:34 +05:30
Khushboo Verma
f4cf7ba414
Merge branch 'main' into feat-function-execution-filters
2024-03-20 23:51:27 +05:30
Khushboo Verma
fe4362c29f
Update VCS Comment
2024-03-20 22:17:48 +05:30
Steven Nguyen
7582b63eaa
fix(messaging): use _APP_SMS_FROM for template ID
...
Fallback to using _APP_SMS_FROM for backwards compatibility.
2024-03-19 16:33:58 -07:00
Damodar Lohani
8d67498e52
Merge remote-tracking branch 'origin/main' into feat-file-tokens
2024-03-17 01:59:07 +00:00
Jake Barnby
2d03fc1ce0
Fix msg91 params
2024-03-13 15:42:16 +01:00
Jake Barnby
c6ce585fcc
Update version
2024-03-13 11:08:50 +01:00
Steven Nguyen
7273d0e117
Escape function build command
...
The extra trim is neded to because the extra quotes interfere with
additional operations in the executor/orchestration library.
2024-03-13 10:17:37 +01:00
Steven Nguyen
b4c065a342
Escape function build command
...
The extra trim is neded to because the extra quotes interfere with
additional operations in the executor/orchestration library.
2024-03-13 01:03:51 +01:00
Jake Barnby
c7bf9bb3ec
Debug
2024-03-12 17:09:09 +01:00
Jake Barnby
cfc69b0f92
Debug
2024-03-12 16:54:06 +01:00
Steven Nguyen
d167fb3650
Bump appwrite version to 1.5.3
2024-03-11 17:59:12 +01:00
Steven Nguyen
f37e616227
Merge pull request #7780 from appwrite/fix-git-deployments
...
Fix git deployments
2024-03-11 14:01:54 +01:00
Steven Nguyen
b19efb619b
feat(events): update build event reset to reset everything
...
Instead of using setType('') to prevent events from triggering, it
makes more sense to use reset(). However, reset() didn't properly
reset type, resource, deployment, or template. This change makes
sure to reset all those private variables.
2024-03-11 11:17:40 +01:00
Steven Nguyen
77e309af50
fix(migration): fix Attribute not found when migrating users collection
...
This throws because Appwrite tries to migrate attributes that don't exist
yet like mfaRecoveryCodes. Since the attribute doesn't exist yet, just
log a warning and continue.
2024-03-11 01:14:55 +01:00
Steven Nguyen
b9b891a90b
fix(builds): fix float to int warning
...
Implicit conversion of float to int is deprecated and emits:
Deprecated: Implicit conversion from float N to int loses precision
Use floor to truncate.
2024-03-10 23:16:29 +01:00
Steven Nguyen
b7be370a53
fix(builds): use standard Exception
2024-03-10 23:13:55 +01:00
Damodar Lohani
ef61879f5e
fix import
2024-03-10 04:20:27 +00:00
Damodar Lohani
f3927c3d20
fix linter
2024-03-10 03:57:54 +00:00
Damodar Lohani
c11a1af99b
react native SDK
2024-03-10 02:49:45 +00:00
Jake Barnby
40a8bd45fe
Merge pull request #7761 from appwrite/release-1-5-2
...
release: 1.5.2
2024-03-09 19:09:29 +01:00
Jake Barnby
175a117db1
Fix index migrations
2024-03-09 15:34:22 +01:00
Matej Bačo
2a0a69f3ed
Fix connections pool
2024-03-09 11:59:45 +01:00
Torsten Dittmann
e75ba0600e
release: 1.5.2
2024-03-08 21:55:25 +01:00
Jake Barnby
cfed14a378
Fix stats migration
2024-03-08 21:40:52 +01:00
Torsten Dittmann
150681246e
bump: version number
2024-03-08 17:25:10 +01:00
Matej Bačo
db1674811f
Finish fixing code QL warnings
2024-03-08 13:57:20 +01:00
Torsten Dittmann
f51c39cd2b
Merge branch 'main' of https://github.com/appwrite/appwrite into 1.5.x
2024-03-08 00:30:02 +01:00
Jake Barnby
7d896c3155
Add bucketId and fileId to image data
2024-03-07 18:40:45 +01:00
Matej Bačo
005a239932
Auth fixes
2024-03-07 18:24:01 +01:00
Khushboo Verma
8f1aaf69d4
Merge branch 'main' into feat-disable-api
2024-03-07 18:22:34 +01:00
Jake Barnby
664df69a5f
Fix method refs
2024-03-07 17:49:59 +01:00
Torsten Dittmann
124cb721b8
sync: 1.5.x
2024-03-07 17:21:19 +01:00
Torsten Dittmann
d04609b6f0
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into sync-main-1.5.x-3
2024-03-07 17:19:53 +01:00
Torsten Dittmann
c55e38b39a
Merge branch '1.5.x' into fix-mgiration-1.5.x
2024-03-07 17:18:05 +01:00
Torsten Dittmann
dfef0e732c
sync: main -> 1.5.x
2024-03-07 17:16:39 +01:00
Torsten Dittmann
c3fc9e6567
tests: add request/response filter tests
2024-03-07 16:20:34 +01:00
Christy Jacob
91666894f9
Merge branch 'main' into revert-7629-revert-7614-chore-usage-queue-health
2024-03-07 20:35:37 +05:30
Torsten Dittmann
eacf7541a9
fix: convert filter to non-statics
2024-03-07 15:41:20 +01:00
Matej Bačo
efeb898be1
Import fixes
2024-03-07 15:29:42 +01:00
Jake Barnby
8a73203635
Revert debugs
2024-03-07 14:52:13 +01:00
Torsten Dittmann
5e4eda2126
feat: cascading response models
2024-03-07 14:48:36 +01:00