Commit graph

5453 commits

Author SHA1 Message Date
Damodar Lohani
93f86e57ea use clone 2025-04-15 03:15:24 +00:00
Damodar Lohani
a46c5d1029
Update src/Appwrite/Platform/Workers/StatsUsage.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2025-04-15 08:54:04 +05:45
Damodar Lohani
5f6e65c1aa
Merge branch 'feat-usage-dump-multi-tenant-batch' into fix-merge-stats-usage-and-dump 2025-04-13 09:47:45 +05:45
Damodar Lohani
932f34df92
Merge branch '1.6.x' into feat-usage-dump-multi-tenant-batch 2025-04-13 09:47:30 +05:45
Damodar Lohani
fb7223bd1b
Merge branch 'feat-usage-dump-multi-tenant-batch' into fix-merge-stats-usage-and-dump 2025-04-13 09:30:51 +05:45
Steven Nguyen
4d9521edc6
Merge pull request #9633 from appwrite/fix-migrations-destination
Fix migrations
2025-04-11 11:18:52 -07:00
Shimon Newman
c4a506445d
Revert "Revert "Multi region support"" 2025-04-11 17:52:19 +03:00
Steven Nguyen
8d046f021c
fix: update upgrade migration to create missing attributes
Between version 1.6.0 and 1.6.1, the migrations collection was updated
to include a destination attribute and the databases collection was
updated to include an originalId attribute. However, the upgrade
migration was not updated to create these attributes.

This PR updates the migration to create the missing attributes.
2025-04-10 16:21:12 -07:00
Christy Jacob
ffe153630d
Revert "Multi region support" 2025-04-10 22:19:23 +05:30
shimon
fb802c7fe4 addressing comments 2025-04-10 18:35:45 +03:00
shimon
07cdd66296 Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support 2025-04-09 10:02:40 +03:00
Chirag Aggarwal
2c453d5fd9 fix: request issues and permissions 2025-04-08 08:51:04 +00:00
Chirag Aggarwal
3bd8405deb feat: add figma oauth provider 2025-04-08 07:56:35 +00:00
shimon
fed98ffdfe Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
# Conflicts:
#	docker-compose.yml
2025-04-07 13:06:54 +03:00
Fabian Gruber
0ae70f8321 feat: inject executor instead of creating a new instance 2025-04-07 09:53:38 +02:00
Damodar Lohani
57bc76edc7
Merge branch '1.6.x' into feat-usage-dump-multi-tenant-batch 2025-04-07 09:21:32 +05:45
fogelito
bd87672607 Remove audit payload 2025-04-03 18:31:50 +03:00
shimon
0dc319d244 Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support 2025-04-03 11:30:14 +03:00
Damodar Lohani
81ee68e219 Merge remote-tracking branch 'origin/1.6.x' into feat-usage-dump-multi-tenant-batch 2025-03-31 04:07:10 +00:00
Damodar Lohani
e14ae7ea4a fix 2025-03-31 03:59:37 +00:00
Damodar Lohani
ec21effd2c Fix type error 2025-03-31 03:55:06 +00:00
Damodar Lohani
7399362c20 Merge remote-tracking branch 'origin/1.6.x' into fix-merge-stats-usage-and-dump 2025-03-31 03:45:46 +00:00
Damodar Lohani
1389bab3d1 remove db storage check 2025-03-30 05:56:14 +00:00
Damodar Lohani
d36a09eec6 remove database storage triggers 2025-03-30 05:54:48 +00:00
fogelito
a4c18c4b77 Remove array merge 2025-03-28 09:16:25 +03:00
fogelito
cba700402b Add order by for cursor 2025-03-28 09:04:50 +03:00
Jake Barnby
17dc8e3f8a
Revert "chore(audits): return queue pre-fetch results" 2025-03-27 21:37:10 +13:00
Damodar Lohani
cfb1f4fcdb fix: remove stats usage dump 2025-03-27 08:29:12 +00:00
Damodar Lohani
05067302d2 Fix: merge the working of StatsUsage and StatsUsageDump 2025-03-27 08:25:48 +00:00
Damodar Lohani
1a54bd58a6 check empty project id 2025-03-27 07:01:44 +00:00
Damodar Lohani
c443a2f999 Fix dual writing 2025-03-27 05:50:01 +00:00
Damodar Lohani
9f537a5bee Feat: multi tenant dual writing 2025-03-27 04:59:34 +00:00
Christy Jacob
ef7cf41a61
Merge pull request #9533 from appwrite/PLA-2683
chore(audits): return queue pre-fetch results
2025-03-26 22:16:52 +05:30
fogelito
424a357503 Add $permissions 2025-03-26 10:02:30 +02:00
fogelito
a461d5bf72 Deletes fix selects 2025-03-26 09:20:44 +02:00
shimon
cb2d0dc592 adding custom domain validation against _APP_CUSTOM_DOMAIN_DENY_LIST 2025-03-26 09:07:38 +02:00
Matej Bačo
f25143b240 Support fra-region on cloud; temporary fix 2025-03-25 21:52:02 +01:00
Matej Bačo
d89cdbcf5a Fix schedules region filtering 2025-03-25 21:34:09 +01:00
shimon
9f446da0a5 adding region query to deleteProjectsByTeam 2025-03-25 20:28:29 +02:00
shimon
62effa7bc4 adding region query to deleteProjectsByTeam 2025-03-25 20:23:08 +02:00
shimon
dedcdc2e0e adding region query to deleteProjectsByTeam 2025-03-25 19:13:11 +02:00
shimon
d72f69f792 Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
# Conflicts:
#	composer.lock
2025-03-25 10:46:41 +02:00
Jake Barnby
4804bdf110
Merge pull request #9568 from appwrite/db-0-62-1
Bump database 0.62.x
2025-03-25 03:44:18 +00:00
Jake Barnby
74d9a3c181
Fix syntax 2025-03-25 16:19:18 +13:00
Jake Barnby
6bcdc8c769
Update src/Appwrite/Utopia/Database/Validator/Queries/Base.php 2025-03-25 16:01:27 +13:00
Jake Barnby
c9c9db5640
Update src/Appwrite/Platform/Workers/Deletes.php 2025-03-25 15:52:59 +13:00
Jake Barnby
a20140eb36
Update src/Appwrite/Platform/Workers/Deletes.php 2025-03-25 15:52:54 +13:00
Jake Barnby
c0cb4b26a3
Apply suggestions from code review 2025-03-25 15:51:47 +13:00
Jake Barnby
b842e03f38
Merge branch '1.6.x' into delete-query-fixes 2025-03-25 02:43:08 +00:00
fogelito
e11e7e6780 Add internalId 2025-03-24 17:33:02 +02:00