ernstmul
710d3dce29
Remove notification
2024-10-31 11:09:24 +01:00
Steven Nguyen and GitHub
81b806f06e
Merge pull request #1484 from appwrite/fix-increase-collections-show-limit
...
Increase limit for shown number of collections in sidepanel
5.2.11
2024-10-30 09:43:06 -07:00
Ernst Mulders and GitHub
57d3a4af34
Merge pull request #1480 from appwrite/fix-add-context-billing-cycle
...
Add more clear overview over expected future payments
2024-10-30 09:42:07 +01:00
ernstmul
ce3f35fcbf
Increase limit (default is 25) for shown number of collections in sidepanel
2024-10-30 09:39:30 +01:00
Steven Nguyen and GitHub
b1ea3ea722
Merge pull request #1481 from appwrite/fix-prefs-null-pointer
...
Improve prefs nullpointer fix
2024-10-29 17:33:56 -07:00
Steven Nguyen and GitHub
97a643f9ce
Merge pull request #1479 from appwrite/fix-string-attribute-size-required
...
Make size show as required when adding string attribute
2024-10-29 11:58:09 -07:00
Steven Nguyen and GitHub
aaf6c454f4
Merge pull request #1477 from appwrite/fix-input-id-regex
...
Fix input id regex
5.2.10
2024-10-29 08:03:51 -07:00
ernstmul
3fd887cbad
Add more clear overview over expected future payments
2024-10-29 10:56:26 +01:00
ernstmul
a713355acc
Add more clear overview over expected future payments
2024-10-29 10:39:22 +01:00
ernstmul
2c4560396d
Make size show as required when adding string attribute
2024-10-29 10:15:26 +01:00
ernstmul
87d1a07ad4
Update helper text
2024-10-29 07:55:54 +01:00
Steven Nguyen and GitHub
323f8c3864
Merge pull request #1478 from appwrite/fix-migrations-query
...
Fix migrations query
2024-10-28 22:03:13 -07:00
Jake Barnby
c527db1cb0
Lint
2024-10-29 16:48:48 +13:00
Jake Barnby
97e4224a4a
FIx migrations query
2024-10-29 16:12:15 +13:00
ernstmul
40c0a5ae2a
Fix tests
2024-10-28 17:53:53 +01:00
ernstmul
1fe9bc06a4
Inner modal full width
2024-10-28 17:42:52 +01:00
ernstmul
ffd09ff89f
Fix inputid regex
2024-10-28 17:42:19 +01:00
Arman and GitHub
520df0a5e5
Merge pull request #1476 from appwrite/fix-prefs-nullpointer
...
Fix prefs nullpointer
5.2.9
2024-10-28 16:16:28 +01:00
Arman and GitHub
f98f7b751a
Merge pull request #1475 from appwrite/fix-layout-shifting-billing-payment-estimates
...
Better fallback values
2024-10-28 16:16:02 +01:00
ernstmul
6539ad3190
Fix prefs nullpointer
2024-10-28 16:03:02 +01:00
ernstmul
a470430016
Better fallback values
2024-10-28 15:29:31 +01:00
Ernst Mulders and GitHub
f6542b6315
Merge pull request #1424 from appwrite/fix-billing-fixes
...
Fix billing issues
2024-10-28 14:44:33 +01:00
ernstmul
950b6d882e
Update test
2024-10-28 14:00:33 +01:00
Ernst Mulders and GitHub
9e44c2f707
Merge pull request #1433 from ShrootBuck/patch-1
...
Fix broken link for mock phone numbers
2024-10-28 13:46:12 +01:00
ernstmul
29b8ed034d
Merge branch 'main' into fix-billing-fixes
2024-10-28 10:03:23 +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
Zayd Krunz and GitHub
9b9c20dd1b
Fix broken link for mock phone numbers
2024-10-23 19:38:08 -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
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
2d63ff03bb
More test retries
2024-10-18 14:32:56 +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
ee1dc83391
Adjust filtering
2024-10-18 10:09:15 +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
0d4cccf855
Use previous page
2024-10-17 17:27:35 +02:00
ernstmul
c1d7953c2c
Differentiate text on organization tier
2024-10-17 16:57:57 +02: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
ernstmul
592c64c96b
Correct deletion message
2024-10-17 15:06:18 +02:00