Commit Graph

11847 Commits

Author SHA1 Message Date
Harsh Mahajan 87619eed7b fix: disbaled shortcuts whne blocked 2026-03-26 16:42:17 +05:30
Harsh Mahajan bb309de309 fix paused project modal 2026-03-26 16:23:51 +05:30
Harsh Mahajan dc06bf63aa fixL global issues 2026-03-26 14:56:17 +05:30
Harsh Mahajan 7e0df1edb5 fix layout 2026-03-26 14:07:22 +05:30
Harsh Mahajan bf51179edb added resouce block page 2026-03-26 13:47:33 +05:30
Harsh Mahajan 5a30fbca26 fix: keyboard options 2026-03-26 12:56:28 +05:30
Harsh Mahajan 7569512ddc fix layout issues 2026-03-26 12:45:03 +05:30
Harsh Mahajan 1b398b29c4 Merge remote-tracking branch 'origin/main' into feat-blocked-projects 2026-03-26 12:27:19 +05:30
Harsh Mahajan 62e5f038ad correct the sdk types' 2026-03-25 23:13:49 +05:30
Matej Bačo 203265fc8f Fix more errors 2026-03-25 18:21:46 +01:00
Matej Bačo d48f4a62de Build fix 2026-03-25 18:17:48 +01:00
Matej Bačo 3c8e4638cc Formatting fix 2026-03-25 18:15:40 +01:00
Matej Bačo d95ba3770b Fix Indextype sdk compatibility 2026-03-25 18:14:52 +01:00
Matej Bačo 36a578ce5d Fix project variables missing param 2026-03-25 18:09:01 +01:00
Harsh Mahajan 1464853589 some more fixes 2026-03-24 18:50:39 +05:30
Harsh Mahajan 83ba0d6422 fix sidebae 2026-03-24 18:28:10 +05:30
Harsh Mahajan 6cda49cbeb feat:blocked projects 2026-03-24 18:16:05 +05:30
Jake Barnby 529a37baa5 fix: format with prettier 2026-03-24 23:04:09 +13:00
Jake Barnby 2df1ed05b1 (fix): Filter unsupported index types using regional console variables 2026-03-24 23:00:47 +13:00
Jake Barnby 0488a1b91f fix: add fallback for $option when selectedOption is filtered out
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 22:59:27 +13:00
Jake Barnby d084a8a24e Revert SDK removal 2026-03-24 22:56:02 +13:00
Jake Barnby 8959df3b30 Use regionals 2026-03-24 22:38:25 +13:00
Jake Barnby 4c4ca32488 Merge remote-tracking branch 'origin/main' into fix-mongo-features
# Conflicts:
#	src/routes/(console)/project-[region]-[project]/databases/database-[database]/table-[table]/spreadsheet.svelte
2026-03-24 22:15:46 +13:00
Jake Barnby 2834101173 Hide sequence if not int 2026-03-24 22:15:17 +13:00
Harsh Mahajan 28ac966752 fix: warning about depreciation 2026-03-24 11:35:18 +05:30
Harsh Mahajan 51a301c4fc fix: tables filter 2026-03-24 11:31:55 +05:30
Hemachandar 87477a1507 fix: Prevent email enumeration for password recovery (#2925)
* fix: Prevent email enumeration for password recovery

* feedback
2026-03-24 09:28:45 +05:30
Harsh Mahajan 470e322a4e remove state and cover w9th onmount 2026-03-23 17:48:23 +05:30
Harsh Mahajan 2175a5a15b remove some test code whihc was left 2026-03-23 17:44:44 +05:30
Harsh Mahajan 854b380a91 use sdk call 2026-03-23 17:20:51 +05:30
Harsh Mahajan 26707ab9e3 design changes 2026-03-23 17:02:57 +05:30
Harsh Mahajan 8a4968d3fd feat: new user impersonation card 2026-03-23 12:13:15 +05:30
Harsh Mahajan 1499bcbbba use enabledspecs 2026-03-20 18:09:57 +05:30
Harsh Mahajan af337fdb69 some greptile comments 2026-03-20 18:00:44 +05:30
Harsh Mahajan 216e6b1e05 added forProject 2026-03-20 17:57:45 +05:30
Harsh Mahajan 64c2663787 fix: reactive fixes 2026-03-20 17:39:39 +05:30
Harsh Mahajan fe98ce018f feat: build + runtime specification controls for sites and functions 2026-03-20 17:19:02 +05:30
Jake Barnby 2279e013f1 fix: format empty.svelte with prettier
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 01:12:02 +13:00
Jake Barnby ecf3a8a170 fix: address review — null guard on ColumnComponent and make supportedColumns reactive
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 01:07:14 +13:00
Jake Barnby d464257921 (fix): Filter unsupported column types for MongoDB databases 2026-03-20 00:25:24 +13:00
Harsh Mahajan dc93bc5a4f fix svelte 2026-03-18 01:07:04 +05:30
Harsh Mahajan a9970a66c5 feat: add native scrollbar and sticky prop to spreadsheet 2026-03-18 00:49:58 +05:30
premtsd-code 8f7baa4950 Merge pull request #2913 from appwrite/feat-message-migration-console
feat: add messaging migration support
2026-03-17 07:12:26 +00:00
Harsh Mahajan f6b5c27b87 Merge pull request #2918 from appwrite/fix-col-width-for-index-col
fix: col width for index cols
2026-03-16 19:29:08 +05:30
Harsh Mahajan a635c99929 fix format 2026-03-16 19:24:15 +05:30
Harsh Mahajan 85ce29c58a fix: col width for index cols 2026-03-16 19:19:16 +05:30
Hemachandar adf369ee80 Show warning when VCS integration is not authorized for auto-deployments (#2887)
* Show warning when VCS integration is not authorized for auto-deployments

* another version

* types

* skeleton

* popover

* fix flatted

* fix project pausing modal svelte errors

* lint

---------

Co-authored-by: Harsh Mahajan <harshmahajan2345@gmail.com>
2026-03-16 16:08:09 +05:30
Claude 0a2fa238b1 Move 'Back to organization' to left side of dialog footer
https://claude.ai/code/session_01FM1SsvjYziX2rRutmoAfGF
2026-03-15 06:33:47 +00:00
Claude 3c2e627218 Update paused project dialog: upgrade as primary CTA, restore as secondary
- Change main CTA to "Upgrade" linking to the change-plan page
- Make "Restore project" a secondary button
- Rename "Cancel" to "Back to organization"
- Use full-page dialog (size="big") instead of small modal

https://claude.ai/code/session_01FM1SsvjYziX2rRutmoAfGF
2026-03-15 06:03:45 +00:00
Copilot 943e2240bf Allow email update from the verify email modal (#2911)
* Initial plan

* Add update email address option to verify email modal

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>
2026-03-12 13:13:02 -07:00