Darshan
|
714a83b787
|
Merge pull request #1563 from ItzNotABug/fix-index-key-defaults
Update default indexing key
|
2024-12-30 12:55:41 +05:30 |
|
ernstmul
|
c9db84b6c0
|
Add spacing
|
2024-12-27 13:51:13 +01:00 |
|
ernstmul
|
38fa2cf5fe
|
Add new appwrite logo to git authorize page
|
2024-12-24 14:23:25 +01:00 |
|
Ernst Mulders
|
de71e2a006
|
Merge pull request #1575 from appwrite/fix-user-usage-graph-going-into-future
Filter the new users count to not include future days
|
2024-12-24 13:38:07 +01:00 |
|
Ernst Mulders
|
24e4cfab9d
|
Merge pull request #1574 from appwrite/fix-credit-plan-downgrade
Add check to which plan the org is changing when applying the credits
|
2024-12-24 10:47:20 +01:00 |
|
ernstmul
|
b3af21dcfd
|
Remove console.log
|
2024-12-23 15:40:32 +01:00 |
|
ernstmul
|
ef116a39d0
|
Change to ternary
|
2024-12-23 14:27:39 +01:00 |
|
ernstmul
|
01b4dd1d94
|
Switch to if statement setup
|
2024-12-23 14:09:37 +01:00 |
|
ernstmul
|
583218383c
|
Show estimated usage and upgrade button again for GH education plan
|
2024-12-23 13:54:52 +01:00 |
|
Steven Nguyen
|
4145174c81
|
Merge pull request #1570 from appwrite/fix-use-plan-features-instead-of-tier-name
Check features based on plan details instead of plan name
|
2024-12-21 17:31:02 -08:00 |
|
ernstmul
|
9a841825a2
|
Move users usage data tot .ts
|
2024-12-20 14:00:09 +01:00 |
|
ernstmul
|
3b9138c21f
|
Filter the new users count to not include future days
|
2024-12-20 13:40:50 +01:00 |
|
Ernst Mulders
|
0c084db575
|
Merge pull request #1572 from appwrite/fix-update-payment-address-with-payment-address
Inform the user to first add a billing address to their account
|
2024-12-20 11:25:40 +01:00 |
|
ernstmul
|
8c36c6202a
|
Fix education plan not showing change to pro plan when applying credits
|
2024-12-20 11:24:04 +01:00 |
|
ernstmul
|
94576911f5
|
Fix typo
|
2024-12-20 11:22:15 +01:00 |
|
ernstmul
|
89b4496313
|
Add check to which plan the org is changing when applying the credits
|
2024-12-20 11:02:02 +01:00 |
|
Ernst Mulders
|
855bf18e3c
|
Update src/routes/(console)/project-[project]/databases/database-[database]/backups/containerHeader.svelte
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
|
2024-12-20 10:39:43 +01:00 |
|
ernstmul
|
da949235fe
|
Remove unused prop, and correct email branding value check
|
2024-12-19 16:38:38 +01:00 |
|
ernstmul
|
01e8fc902a
|
Remove unused limitation check
|
2024-12-19 16:06:37 +01:00 |
|
ernstmul
|
2432635fba
|
Add feature flag checks
|
2024-12-19 16:05:35 +01:00 |
|
ernstmul
|
850613b0cf
|
Add typings
|
2024-12-19 15:33:26 +01:00 |
|
ernstmul
|
db0519f519
|
Remove todo
|
2024-12-19 15:33:21 +01:00 |
|
ernstmul
|
6f74b71aee
|
Merge branch 'main' into fix-use-plan-features-instead-of-tier-name
# Conflicts:
# src/lib/components/support.svelte
|
2024-12-19 14:47:00 +01:00 |
|
ernstmul
|
f7d40f764d
|
Remove unused imports
|
2024-12-19 10:41:40 +01:00 |
|
ernstmul
|
65d477f659
|
Use button instead of link
|
2024-12-19 10:39:28 +01:00 |
|
Darshan
|
a619baf53f
|
Merge pull request #1258 from ItzNotABug/template-screen-fixes
Template Screen Minor Fixes
|
2024-12-19 13:58:42 +05:30 |
|
Darshan
|
79cf60a937
|
Merge pull request #1250 from ItzNotABug/functions-screen-fixes
Functions Screen Fixes
|
2024-12-18 22:10:54 +05:30 |
|
Darshan
|
3ee44cb457
|
address comments.
|
2024-12-18 18:22:16 +05:30 |
|
ernstmul
|
d9a8472651
|
Inform the user to first add a billing address to their account
|
2024-12-18 11:11:13 +01:00 |
|
Darshan
|
4aa74ce7ec
|
Merge pull request #1559 from ItzNotABug/fix-create-collection-on-mobile
Fix: Create collection modal not showing on mobile
|
2024-12-18 15:01:02 +05:30 |
|
Darshan
|
5a2268e342
|
Merge pull request #1562 from ItzNotABug/fix-title-in-functions-templates
Fix: use-case display title casing
|
2024-12-18 15:00:29 +05:30 |
|
Ernst Mulders
|
e0a85c9226
|
Merge pull request #1545 from appwrite/fix-premium-support
Feat: use premium support from plan attribute
|
2024-12-18 10:07:41 +01:00 |
|
Darshan
|
ae20c3671e
|
Merge pull request #1568 from ItzNotABug/fix-sms-message-id
Fix custom ID not added to messages
|
2024-12-18 11:38:58 +05:30 |
|
Ernst Mulders
|
d7de3256e5
|
Merge pull request #1569 from ItzNotABug/fix-empty-topics-copy
Update: show a topic may not have targets
|
2024-12-17 15:29:34 +01:00 |
|
Darshan
|
bf5a6e6534
|
Merge pull request #1257 from ItzNotABug/fix-domain-screen-issues
Fix Domain Screen Minor Issues
|
2024-12-17 14:13:19 +05:30 |
|
Darshan
|
533604e03b
|
Merge pull request #1259 from ItzNotABug/project-screen-fixes
Project Screen Minor Fixes
|
2024-12-17 14:09:59 +05:30 |
|
Darshan
|
bd78eb6671
|
Merge pull request #1554 from pushkar707/fix-#1495-message-modified
modify deployment cancel message
|
2024-12-17 13:51:43 +05:30 |
|
Darshan
|
db9a094c6a
|
Merge pull request #1571 from appwrite/fix-max-file-size-use-bytes-dropdown
Use the selected bytes dropdown for calculating the max value
|
2024-12-17 10:58:32 +05:30 |
|
Darshan
|
eb064bd841
|
add: autofocus.
|
2024-12-17 10:54:53 +05:30 |
|
Darshan
|
1b1fc02bca
|
Merge branch 'main' into fix-sms-message-id
|
2024-12-17 10:52:38 +05:30 |
|
Ernst Mulders
|
8cd9a6555a
|
Merge pull request #1546 from ItzNotABug/focus-inputs
Focus inputs when shown conditionally
|
2024-12-16 15:54:42 +01:00 |
|
Ernst Mulders
|
497e02e7e3
|
Merge pull request #1566 from ItzNotABug/fix-addons-padding
Fix: padding on addons
|
2024-12-16 15:53:09 +01:00 |
|
Ernst Mulders
|
c020e921f3
|
Merge pull request #1561 from ItzNotABug/fix-ai-rendering
Fix: markdown and styles in ai assistant
|
2024-12-16 15:52:38 +01:00 |
|
ernstmul
|
2e93e71429
|
Use the selected bytes dropdown for calculating the max value
|
2024-12-16 15:35:04 +01:00 |
|
ernstmul
|
8ce6af3fe3
|
Add mocknumbers todo
|
2024-12-16 14:25:45 +01:00 |
|
ernstmul
|
d232fb5e92
|
Set todo's for changeing
|
2024-12-16 14:23:03 +01:00 |
|
Darshan
|
aecbf50b48
|
fix: show a topic may not have targets.
|
2024-12-16 17:48:44 +05:30 |
|
Darshan
|
937a8f2391
|
fix: custom id not added to messages.
|
2024-12-16 17:11:50 +05:30 |
|
Darshan
|
908e6eab8f
|
fix: padding on addons.
|
2024-12-16 13:16:06 +05:30 |
|
Darshan
|
f516387c65
|
fix: indexing key.
|
2024-12-15 19:15:29 +05:30 |
|