Darshan
3be1aa3801
Merge branch '1.7.x' into fix-templates
2025-06-15 11:21:33 +05:30
Darshan
9dd5898dfd
Merge branch '1.7.x' into fix-invalid-factors
2025-06-13 22:30:43 +05:30
Steven Nguyen
160c937dc2
fix: prevent 'Attribute "factors" must be an array' error
...
Because array_unique() preserves keys, the $factors can go from:
[
0 => 'password',
1 => 'totp',
2 => 'totp',
3 => 'email'
]
to:
[
0 => 'password',
1 => 'totp',
3 => 'email'
]
and because this is not an array list, the validation fails.
Using array_values() after array_unique() will reset the keys to be sequential, resulting in:
[
0 => 'password',
1 => 'totp',
2 => 'email'
]
2025-06-13 09:17:05 -07:00
Chirag Aggarwal
c510af0a90
Update appwrite-assistant image version to 0.8.3
2025-06-13 20:21:03 +05:30
Khushboo Verma
221f15313c
Update var name and generate specs
2025-06-13 15:55:02 +05:30
Khushboo Verma
4099f8968a
Merge branch '1.7.x' into feat-ref-param-to-vcs-list-contents
2025-06-13 15:51:35 +05:30
loks0n
bc41838c66
chore: remove endpoint selector
2025-06-12 14:22:17 +01:00
Steven Nguyen
c14d40cc5a
Merge pull request #9993 from appwrite/re-revert-pla-2914
...
chore: restore unique filename for health check #9842
2025-06-10 21:34:52 -07:00
Chirag Aggarwal
851894947f
chore: restore unique filename for health check #9842
2025-06-11 03:55:11 +00:00
Khushboo Verma
72090248e5
Add ref param to vcs list contents
2025-06-10 20:37:37 +05:30
Chirag Aggarwal
a1ff96829d
chore: update pkgs
2025-06-10 12:38:48 +00:00
Darshan
e6d143c806
Merge branch '1.7.x' into fix-templates
2025-06-10 14:20:28 +05:30
Matej Bačo
d6bcb46b36
Fix specs and sdk generation
2025-06-09 13:47:38 +02:00
Christy Jacob
b47ab90665
Merge pull request #9940 from appwrite/PLA-2950
...
fix(gif preview): enable resource limits
2025-06-03 12:56:36 +04:00
Fabian Gruber
584ca3065f
fix(gif preview): enable resource limits
2025-06-03 10:35:26 +02:00
Christy Jacob
809d31bba2
Merge branch '1.7.x' into storage-telemetry
2025-06-03 12:06:12 +04:00
Christy Jacob
2b44b95073
Merge pull request #9890 from appwrite/PLA-2762
...
worker: Graceful shutdown on SIGTERM
2025-06-03 12:02:24 +04:00
Matej Bačo
c92a14d318
Simplify router redirect
2025-06-02 12:47:13 +02:00
Khushboo Verma
0ac6decc99
Fix github comments and deployment creation on branch deletion
2025-06-02 14:04:03 +05:30
Darshan
e1ee9ba89e
fix: logic.
2025-05-30 18:04:57 +05:30
Fabian Gruber
d98c06abf2
feat(worker): install stop hooks and close consumer
2025-05-30 13:53:29 +02:00
Jake Barnby
b189ba669e
Merge pull request #9888 from appwrite/fix-teams-deletion
...
Fix teams deletion
2025-05-30 09:23:02 +00:00
Darshan
4fc84bec7d
reset: stuff on target branch.
2025-05-30 14:33:37 +05:30
Darshan
f7f746a543
Merge branch '1.7.x' into 'fix-teams-deletion'.
2025-05-30 14:25:22 +05:30
Khushboo Verma
b309808592
Remove all 'powered by' divs
2025-05-30 14:18:35 +05:30
Darshan
65ae22d7cd
update: messages because the check is only for console project > organizations.
2025-05-30 14:08:25 +05:30
Darshan
2ef2c59d18
update: exceptions and messages.
2025-05-30 14:03:51 +05:30
Khushboo Verma
34150f0c38
Remove div
2025-05-30 12:39:33 +05:30
Khushboo Verma
48f26d85ca
Merge branch '1.7.x' into chore-remove-powered-by-in-error-pages
2025-05-30 11:27:29 +05:30
Khushboo Verma
502b7df2d0
Remove powered by from all error pages
2025-05-30 11:26:05 +05:30
Khushboo Verma
7d284a9872
Remove powered by from error pages
2025-05-29 14:34:21 +05:30
fogelito
0d46d4d6e9
Remove roles index
2025-05-28 15:54:58 +03:00
Jake Barnby
61f0e5b3f3
Merge pull request #9920 from appwrite/feat-sync-1.6
...
Feat sync 1.6
2025-05-28 09:12:45 +00:00
Jake Barnby
9cd521390f
Merge remote-tracking branch 'origin/1.6.x' into feat-sync-1.6
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Workers/Builds.php
2025-05-28 21:00:38 +12:00
Khushboo Verma
814abddf93
Truncate commit hash to 16 chars
2025-05-28 14:10:12 +05:30
Khushboo Verma and Matej Bačo
aa07ba0027
Update app/controllers/api/vcs.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com >
2025-05-28 14:01:55 +05:30
Khushboo Verma
66ac440f9d
Add missing separator
2025-05-28 12:55:50 +05:30
Khushboo Verma
320bf69208
Shorten commit url
2025-05-28 12:50:47 +05:30
Darshan
7e6f4befa5
reset: stuff from main.
2025-05-27 19:21:28 +05:30
Darshan
2de9b85d6b
Merge branch 'main' into 'fix-teams-deletion'.
2025-05-27 19:16:40 +05:30
Damodar Lohani
968b6302d0
Feat: add flutter 3.32 and dart 3.8
2025-05-27 07:36:28 +00:00
Fabian Gruber
4fafb47508
Bring back telemetry for storage.
...
This reverts commit 6906a97c22 .
2025-05-26 17:43:29 +02:00
Jake Barnby
d9a02fc0fa
Merge branch '1.7.x' into chore-cli-release
2025-05-26 13:53:45 +00:00
Matej Bačo
44e16ce98d
Fix commit URLs max length
2025-05-26 12:56:23 +02:00
Jake Barnby
2a5ecb2547
Release cli
2025-05-26 22:25:12 +12:00
Jake Barnby
ab97b7cc54
Merge pull request #9877 from appwrite/revert-9871-feat-sync
...
Revert "Feat sync encrypt updates"
2025-05-26 21:37:41 +12:00
Jake Barnby
b7d0c127a3
Revert "Merge pull request #9878 from ArnabChatterjee20k/dat-532"
...
This reverts commit a366feba80 , reversing
changes made to 484988fcd7 .
2025-05-26 21:37:21 +12:00
Darshan
64baf1071d
fix: wrong variable passed to cache purge.
2025-05-26 11:38:22 +05:30
Darshan
856a9a714b
fix: memberships patch and delete logic.
2025-05-26 11:29:46 +05:30
Chirag Aggarwal
9bb52cda93
chore: update flutter sdk and changelog
2025-05-26 04:32:10 +00:00