Darshan
b175e089f1
Merge pull request #2643 from jaysomani/fix-2628_filters-dropdown-overflow
2025-11-26 12:23:33 +05:30
Your Name
08508ab5d4
fix: prevent filters dropdown from being clipped by dialog overflow
2025-11-25 23:02:51 +05:30
Darshan
237ae93469
Merge pull request #2579 from appwrite/fix-SER-483-respect-directory-view-source
2025-11-25 16:51:54 +05:30
Jake Barnby
4feb151840
Merge pull request #2640 from appwrite/fix-spatial-issue
...
Fix: spatial index creation issue
2025-11-25 07:40:27 +00:00
Darshan
c51cbe9e2a
fix: check if the type is non-spatial before clearing.
2025-11-25 12:00:05 +05:30
Damodar Lohani
b5922555d7
Merge pull request #2350 from appwrite/feat-SER-347-Add-pagination-new-billing-ui
...
feat: pagination on billing ui table and refactoring it
7.5.2
2025-11-25 11:53:08 +05:45
Damodar Lohani
4371c8f5a2
Merge pull request #2636 from appwrite/feat-feedback
...
Feat: downgrade feedback
7.5.1
2025-11-25 11:03:26 +05:45
Jake Barnby
4a95f3a801
Merge pull request #2496 from appwrite/feat-csv-export
...
CSV export
7.5.0
2025-11-25 03:14:58 +00:00
Jake Barnby
abbe7e1fb6
Format
2025-11-25 15:07:34 +13:00
Jake Barnby
a9385fb078
Simplify notification
7.5.0-rc.3
2025-11-25 14:49:06 +13:00
Jake Barnby
b354f450ae
Update box text
2025-11-25 14:13:56 +13:00
Jake Barnby
751b3cd02f
Format
2025-11-25 13:17:10 +13:00
Torsten Dittmann
cb856cbd55
Merge pull request #2633 from appwrite/cach-ci-deps
2025-11-24 16:12:22 +04:00
Jake Barnby
d58bc8fe01
Disable export if no rows
7.5.0-rc.2
2025-11-24 23:41:40 +13:00
Harsh Mahajan
1a0ea487e5
Hide billing paginator when project breakdown empty.
2025-11-24 10:41:32 +00:00
Harsh Mahajan
4b6e17482c
Merge pull request #2637 from appwrite/patches-to-pagination
...
Patches to parent branch
2025-11-24 14:47:15 +05:30
Darshan
1c61fde6e1
updates: patch and improve logic.
2025-11-24 14:22:09 +05:30
Jake Barnby
ae4ed9c871
Review fixes
2025-11-24 21:04:16 +13:00
Jake Barnby
f230946415
Merge remote-tracking branch 'origin/main' into feat-csv-export
2025-11-24 19:25:27 +13:00
Damodar Lohani
b352dcb733
remove unused var
2025-11-24 05:51:44 +00:00
Damodar Lohani
86ec87db1c
Feat: feedback
2025-11-24 05:36:20 +00:00
Darshan
523d3d753c
remove: pnpm cache. adds overhead!
2025-11-23 12:45:48 +05:30
Darshan
6abce07ee4
ci: empty commit
2025-11-23 12:39:15 +05:30
Darshan
586da0214f
ci: empty commit
2025-11-23 12:20:30 +05:30
Darshan
1ebb7c4906
add: cache.
2025-11-23 12:11:12 +05:30
Copilot
9cbf8d2c27
Differentiate archived project behavior by plan tier ( #2549 )
...
Prior to this, the projects page had two problems:
1. After submitting a downgrade request but still on a Pro plan before the end of the billing period, projects showed as archived
2. After downgraded, archived projects showed as read only and gave options to migrate data even though access to the archived projects were blocked.
This PR clarifies the behavior for archived projects by:
- showing projects as pending archive if downgraded but still on Pro
- removing the read only tag for downgraded orgs
- preventing opening projects for downgraded orgs since the user has no access
- making the unarchive and migrate buttons disabled for downgraded orgs
2025-11-22 21:52:19 -08:00
Darshan
78f19500a7
Merge pull request #2403 from appwrite/fix-remove-space-right-end-when-no-scrollbar
2025-11-22 19:24:06 +05:30
Darshan
ceef3d79fa
Merge pull request #2632 from appwrite/org-listing-filters
2025-11-22 18:56:50 +05:30
Darshan
bd669c34c9
add: platform filter.
2025-11-22 18:47:50 +05:30
Darshan
5b141ec0d9
Merge pull request #2631 from appwrite/fix-use-plan-capabilities-for-policy-checks
7.4.24
2025-11-22 18:10:03 +05:30
Harsh Mahajan
2b20b68bed
use master branch
2025-11-22 12:35:23 +00:00
Darshan
ca24b61791
Merge pull request #2583 from appwrite/fix-SER-493-prevent-global-shortcuts-when-typing-in-select
2025-11-22 17:55:15 +05:30
Harsh Mahajan
08989b7514
Update commandCenter.svelte
2025-11-22 17:44:39 +05:30
Harsh Mahajan
bab1c5a517
Update commandCenter.svelte
2025-11-22 17:44:21 +05:30
Harsh Mahajan
e0d881d5e0
remove try catch
2025-11-22 12:11:01 +00:00
Harsh Mahajan
0a07c0a4b5
use plan capabilities instead of hardcoded plan checks for backup policies
2025-11-22 07:47:45 +00:00
Darshan
7407bbd742
Merge pull request #2630 from appwrite/fix-alignment
2025-11-22 13:07:43 +05:30
Darshan
9e8c3e2e97
fix: alignment and make it responsive!
2025-11-22 12:59:48 +05:30
Copilot and stnguyen90
a5c9df2e04
Add support wizard topics and fix space-to-dash conversion ( #2618 )
...
* Initial plan
* Add additional topics to support wizard and fix space handling
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
* Improve whitespace handling with trim and robust regex
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-11-21 09:52:29 -08:00
Copilot
273488f71f
Fix: Preserve null value for "Never" expiration option ( #2605 )
...
Fixed reactive block in expirationInput.svelte to check for null before converting to ISO date.
When "Never" is selected, value now remains null instead of being converted to '1970-01-01'.
This allows the API to correctly handle null expiration dates for API keys and file tokens.
2025-11-21 06:44:50 -08:00
Darshan
553587eb6c
Merge pull request #2626 from appwrite/fix-SER-635-handle-missing-deployment-id
7.4.23
2025-11-21 13:01:49 +05:30
Harsh Mahajan
667cc6cd6c
pushed imports together
2025-11-21 06:14:29 +00:00
Harsh Mahajan
8946e7f6ff
added types
2025-11-21 06:12:59 +00:00
Harsh Mahajan
f1d40aefef
fix: handle missing deploymentId gracefully
2025-11-21 05:38:50 +00:00
Jake Barnby
81c53a49ab
Merge pull request #2625 from appwrite/chore-api-key-scopes-description
...
chore: update scope descriptions for database index access
2025-11-21 04:53:10 +00:00
Steven Nguyen
fcd523bf87
chore: fix possessive form in database index descriptions
...
Corrected possessive form in database index descriptions.
2025-11-20 18:42:56 -08:00
Steven Nguyen
570316d49b
chore: update scope descriptions for database index access
...
Since the database terminology change, we should be using "table" rather then "collection"
2025-11-20 18:31:46 -08:00
Copilot
345acee2e4
Fix Update button disabled when clearing optional tenantID in Microsoft OAuth ( #2619 )
2025-11-20 16:30:53 -08:00
Copilot
4d440b22d1
Fix custom plan names displaying as "Free" on account organizations page ( #2545 )
...
Ensure the custom plan name is used by:
- Changing default return value from tierFree to tierCustom for unknown tiers
- Fetching plan name for custom plans
2025-11-20 01:55:51 -08:00
Jake Barnby
e0836fbf64
Merge remote-tracking branch 'origin/main' into feat-csv-export
...
# Conflicts:
# package.json
# pnpm-lock.yaml
# src/routes/(console)/project-[region]-[project]/functions/create-function/template-[template]/+page.svelte
# src/routes/(console)/project-[region]-[project]/sites/create-site/templates/template-[template]/+page.svelte
2025-11-20 18:56:54 +13:00