ernstmul
fd45da45cd
Remove debug fetch
2024-10-28 08:26:12 +01:00
ernstmul
9f39892122
Update for mailinglist
2024-10-28 08:25:58 +01:00
ernstmul
88e291e353
Update for mailinglist
2024-10-28 08:25:48 +01:00
ernstmul
fc67419fe6
Update for new plan id
2024-10-28 07:39:33 +01:00
ernstmul
e2e248a1fb
Merge branch 'main' into feat-prop-1297-login-for-github-education-program
2024-10-28 07:38:50 +01:00
Steven Nguyen and GitHub
cbf89b28d8
Merge pull request #1466 from appwrite/fix-migrations
...
Update resource for appwrite to appwrite migration
2024-10-27 18:53:53 -07:00
Steven Nguyen
8c0bebf281
fix: update resource for appwrite to appwrite migration
...
The "environment variable" resource was renamed to
"environment-variable" in the backend so the front end needed to be
updated as well.
2024-10-25 22:41:19 -07:00
Ernst Mulders and GitHub
1d9df550a3
Merge pull request #1453 from appwrite/fix-applying-credit-in-billing-estimate
...
Show credit in billing estimates
5.2.8
2024-10-25 14:28:09 +02:00
ernstmul
11ab071f17
Fix NaN's
2024-10-25 14:26:55 +02:00
ernstmul
5aa9fad088
Show credit in billing estimates
2024-10-25 12:24:19 +02:00
Steven Nguyen and GitHub
8b946238e2
Merge pull request #1432 from appwrite/fix-100-projects-usage
...
Ensure we fetch all projects for usage breakdown
5.2.7
2024-10-24 07:02:21 -07:00
Steven Nguyen
e6418e7d83
fix: ensure we fetch all projects for usage breakdown
...
Before this, we tried to fetch all projects in a single query. However,
this fails if there are more than 100 projects because the maximum
number of values that can be included in a query is 100.
Furthermore, the default limit for projects returned by
`projects.list()` is 25.
This PR ensures all projects are fetched by chunking the project IDs
and passing the chunk amount as a limit in the query.
While it is possible to use `projects.get()` instead of
`projects.list()`, the excessive number of network requests ends up
being slower and more overwhelming than using `projects.list()`.
2024-10-23 16:22:56 -07:00
Steven Nguyen and GitHub
89d87e4365
Merge pull request #1431 from appwrite/fix-payment-setup-request-type
...
Fix payment method setup route type
5.2.6
2024-10-22 20:55:48 -07:00
Jake Barnby
51475ceef6
Fix payment method setup route type
2024-10-23 16:31:12 +13:00
ernstmul
3acc644ac3
Merge branch 'main' into feat-prop-1297-login-for-github-education-program
2024-10-21 14:56:58 +02:00
Ernst Mulders and GitHub
f5ffd419c0
Merge pull request #1430 from appwrite/fix-remove-roles-bottom-promo
...
Remove the promo card for roles
2024-10-21 11:29:17 +02:00
ernstmul
b99d795714
Remove the promo card for roles
2024-10-21 11:07:17 +02:00
Christy Jacob and GitHub
b3ac06b27d
Merge pull request #1427 from appwrite/feat-daily-policy-localtime
...
Set default pro plan policy schedule to midnight local time
5.2.5
2024-10-18 18:23:42 +04:00
Arman and GitHub
801274ce4e
Merge pull request #1425 from appwrite/fix-active-regions-first
...
Fix active regions to show first
2024-10-18 15:09:42 +02:00
Arman and GitHub
67e3e7651d
Merge pull request #1428 from appwrite/fix-check-chars-project-id
...
Change regex for custom project id
2024-10-18 15:09:03 +02:00
ernstmul
440b608daa
Also exclude . and update tests
2024-10-18 14:19:47 +02:00
ernstmul
65dab15013
Change regex for custom project id
2024-10-18 14:11:51 +02:00
ernstmul
f3438d52a9
text updates
2024-10-18 11:28:53 +02:00
ernstmul
784a7896a8
Add mailinglist call
2024-10-18 10:35:16 +02:00
Jake Barnby
aa0a01b5c8
Set default pro plan policy schedule to midnight local time instead of UTC
2024-10-18 17:58:51 +13:00
ernstmul
0aa56ec531
Update naming
2024-10-17 15:38:52 +02:00
ernstmul
2f75f0db0d
Fix active regions to show first
2024-10-17 15:34:53 +02:00
Ernst Mulders and GitHub
419bd77d0a
Merge pull request #1422 from appwrite/fix-variable-card-on-inbetween-size
...
Fix overflow variablecard when just slightly bigger than mobile
2024-10-17 14:17:46 +02:00
ernstmul
510239a18d
Fix comment
2024-10-17 14:16:26 +02:00
Arman and GitHub
af481432e9
Merge pull request #1423 from appwrite/fix-db-deletion-copy
...
fix: database deletion copy
2024-10-17 13:55:41 +02:00
Arman
0fda1bee3b
fix: database deletion copy
2024-10-17 11:45:10 +02:00
ernstmul
fd9065f91d
Fix overflow variablecard when just slightly bigger than mobile
2024-10-17 11:27:06 +02:00
Torsten Dittmann and GitHub
dd4d841e31
Merge pull request #1419 from appwrite/fix-remove-padding-spacing
...
Override padding spacing
5.2.4
2024-10-16 14:22:41 +02:00
Torsten Dittmann and GitHub
a24428c85b
Merge pull request #1421 from appwrite/fix-duplicate-id-on-policy
...
fix: duplicate id on creating multiple databases with policy
2024-10-16 14:22:19 +02:00
Torsten Dittmann
2c140d7188
fix: duplicate id on creating multiple databases with policy
2024-10-16 14:15:01 +02:00
Torsten Dittmann and GitHub
009618260b
Merge pull request #1420 from appwrite/chore-remove-backups-rel-alert
...
chore: remove backups relationships alert
5.2.3
2024-10-16 11:11:08 +02:00
Arman
e91069fbf8
chore: remove backups relationships alert
2024-10-16 11:07:12 +02:00
ernstmul
e37064fba3
Merge branch 'main' into feat-prop-1297-login-for-github-education-program
...
# Conflicts:
# src/lib/constants.ts
# src/lib/stores/billing.ts
2024-10-16 09:54:54 +02:00
ernstmul
0f32fac164
Override padding spacing
2024-10-15 15:38:43 +02:00
Torsten Dittmann and GitHub
6ccbf4e0d4
Merge pull request #1418 from appwrite/fix-assistant-endpoint
...
fix: assistant endpoint
5.2.2
2024-10-15 15:01:37 +02:00
loks0n
90d2c6f8b1
fix: assistant endpoint
2024-10-15 13:38:03 +01:00
Torsten Dittmann and GitHub
5c3f2e5ed9
Merge pull request #1417 from appwrite/fix-backup-progress-box
...
fix: backup progress
5.2.1
2024-10-15 11:44:51 +02:00
Torsten Dittmann
1e296bf927
fix: backup progress
2024-10-15 11:41:47 +02:00
Torsten Dittmann and GitHub
fab474f2b0
Merge pull request #1416 from appwrite/fix-storage-pricing-copy
...
fix: storage pricing copy
5.2.0
2024-10-15 09:27:59 +02:00
Torsten Dittmann and GitHub
26d001e46f
Merge pull request #1407 from ItzNotABug/fix-minor-ui-issues
...
Update copy for custom retention
2024-10-15 09:21:17 +02:00
Torsten Dittmann
8727b4ac2f
fix: storage pricing copy
2024-10-15 09:20:46 +02:00
Arman and GitHub
b05a29c2ce
Merge pull request #1414 from appwrite/fix-feedback-form
...
Update custom fields to fix "Error parsing request body into JSON"
2024-10-14 17:24:19 +02:00
Arman and GitHub
3722193740
Merge pull request #1415 from appwrite/feat-implement-journey-bandwidth-update
...
Add campaign and correct images
2024-10-14 14:48:45 +02:00
ernstmul
2affe854cd
Add campaign and correct images
2024-10-14 14:43:28 +02:00
Steven Nguyen
f6c4b9b660
fix: update custom fields to fix "Error parsing request body into JSON"
...
The `customFields` param expects an array of objects where each object
has 2 properties: id and value. This fix ensures the current page is
passed in the `value` property.
2024-10-11 15:14:22 -07:00