Steven Nguyen
990e1b91bb
fix: omit : and @ if user and pass are empty
...
So, unparsing should not end up with https://:@appwrite.io just because user and pass are empty strings.
2025-07-09 22:09:18 -07:00
Steven Nguyen
f202685450
fix: handle parsing URL that is only a scheme
...
In react native, a redirect URL may only be a url scheme such as appwrite-callback-myproject://. Since parse_url() fails on this type of URL, we need to add this workaround.
2025-07-09 22:01:38 -07:00
Steven Nguyen
53086fe975
fix: success validation in oauth2 redirect
...
We switched to using the Redirect class for validating redirect URLs to cover additional cases like react native expo scheme, but we missed this validation.
2025-07-09 15:11:30 -07:00
Matej Bačo
a756e533e8
Merge pull request #10128 from appwrite/reduce-delete-batch-size
...
Reduce delete batch size
2025-07-09 13:46:03 +02:00
Matej Bačo
449b9295fd
Update src/Appwrite/Platform/Workers/Deletes.php
2025-07-09 13:42:18 +02:00
fogelito
3a298b7a21
Change to 500
2025-07-09 14:32:47 +03:00
fogelito
9cc61d89f0
$deleteBatchSize
2025-07-09 14:00:08 +03:00
Matej Bačo
cc1129a7b9
Merge pull request #9952 from appwrite/fix-build-activation-race-condition
...
Fix build activation race condition
2025-07-09 11:59:40 +02:00
Matej Bačo
26496e68c4
Attempt to simplify code
2025-07-08 14:51:28 +02:00
Khushboo Verma
f7cbe5b961
Merge branch '1.7.x' into fix-build-activation-race-condition
2025-07-08 17:53:12 +05:30
Khushboo Verma
bd63f0cf3d
Remove empty check
2025-07-08 17:46:54 +05:30
Khushboo Verma
bc9caeaae0
Use ruleId
2025-07-08 17:45:45 +05:30
Khushboo Verma
a5a1860ba6
Use createdAt instead of buildStartTime
2025-07-08 17:42:23 +05:30
Khushboo Verma
9d7e218e99
Save result of updateDocument
2025-07-08 17:12:35 +05:30
Matej Bačo
6d321f6988
Merge pull request #10120 from appwrite/fix-file-tokens
...
Fix file tokens not working on file-security
2025-07-08 13:41:10 +02:00
Khushboo Verma
61a27bfe55
Simplify auto-activation logic and just update attributes
2025-07-08 16:30:43 +05:30
Darshan
7ca951ed81
remove: {}
2025-07-08 15:43:51 +05:30
Darshan
020814e672
update: inline guest headers.
2025-07-08 15:43:28 +05:30
Darshan
7ea896301f
update: test to include preview, view and download with file-security.
2025-07-08 15:42:38 +05:30
Darshan
97d5f0f030
add: e2e.
2025-07-08 15:34:52 +05:30
Darshan
14e52058c7
fix: file tokens not working on file-security.
2025-07-08 13:46:53 +05:30
Khushboo Verma
067b53482f
Fix bug
2025-07-08 01:02:55 +05:30
Khushboo Verma
1a286ad3f4
Revert replica changes
2025-07-08 00:53:10 +05:30
Khushboo Verma
80c4982482
Update only specific attribute
2025-07-08 00:51:35 +05:30
Khushboo Verma
a23c99ad7a
Merge branch 'fix-build-activation-race-condition' of github.com:appwrite/appwrite into fix-build-activation-race-condition
2025-07-07 12:37:06 +05:30
Khushboo Verma
ea238bc5ec
Fix merge conflicts
2025-07-07 12:36:42 +05:30
Damodar Lohani
edd7a4ac42
Merge pull request #10088 from appwrite/update-nodejs-17.1.0
...
Update nodejs 17.1.0
2025-07-07 11:14:25 +05:45
Chirag Aggarwal
f678add130
Merge branch '1.7.x' into update-nodejs-17.1.0
2025-07-07 10:39:56 +05:30
Steven Nguyen
543b872f60
Merge pull request #10107 from appwrite/fix-origin-validation-extensions
...
fix: origin validation for web extensions
2025-07-06 14:53:56 -07:00
Chirag Aggarwal
5fffae39d4
chore: update naming and add tests
2025-07-05 17:59:01 +05:30
Chirag Aggarwal
9dcb80649f
fix: extension for safari
2025-07-05 10:18:40 +05:30
Chirag Aggarwal
18d30c48d5
fix: add missing check for hostname
2025-07-05 10:15:18 +05:30
Chirag Aggarwal
0fb55f6312
fix: origin validation for web extensions
2025-07-05 07:59:52 +05:30
Matej Bačo
1cf9963bb6
Merge pull request #10104 from appwrite/chore-fix-site-template-test
...
Fix site template test
2025-07-04 15:17:09 +02:00
Khushboo Verma
2545977d47
Fix site template test
2025-07-04 17:46:21 +05:30
Torsten Dittmann
dbadfa7bf8
Merge pull request #9650 from appwrite/feat-exp-scheme
...
feat: exp scheme
2025-07-04 14:09:54 +02:00
Chirag Aggarwal
37c7411405
Trigger Build
2025-07-04 16:51:30 +05:30
Chirag Aggarwal
bc8b10a69e
fix: origin tests
2025-07-04 16:46:14 +05:30
Chirag Aggarwal
7bbf58d0dd
update cli
2025-07-04 15:31:52 +05:30
Chirag Aggarwal
df9ef1ace9
Merge branch '1.7.x' into feat-exp-scheme
2025-07-04 15:22:44 +05:30
Matej Bačo
32903d9a81
Merge pull request #9999 from appwrite/chore-update-env-var-used-for-domain
...
Use _APP_CONSOLE_DOMAIN, if not found, then use _APP_DOMAIN
2025-07-04 09:41:42 +02:00
Khushboo Verma
131cdefac5
Merge branch '1.7.x' into chore-update-env-var-used-for-domain
2025-07-04 10:40:38 +05:30
Chirag Aggarwal
231225ee10
Merge branch '1.7.x' into update-nodejs-17.1.0
2025-07-04 09:37:51 +05:30
Jake Barnby
d205ac4579
Merge pull request #10099 from appwrite/feat-redis-publisher-scheduler
...
Add redis publisher to schedule base if available
2025-07-03 18:49:25 +00:00
Jake Barnby
5bb998b02d
Add API + CLI stubs
2025-07-03 14:24:40 -04:00
Jake Barnby
7d37f5b066
Lint
2025-07-03 14:18:19 -04:00
Jake Barnby
2a73dddbdb
Fix health
2025-07-03 14:09:08 -04:00
Jake Barnby
f224c09c10
Use correct publisher in schedule tasks
2025-07-03 14:08:54 -04:00
Jake Barnby
6725b31b65
Add redis publisher to schedule base if available
2025-07-03 13:55:13 -04:00
Chirag Aggarwal
e721a9f11c
Merge branch '1.7.x' into feat-exp-scheme
2025-07-03 22:40:46 +05:30