Commit Graph
13162 Commits
Author SHA1 Message Date
Darshan caa4d79206 Merge pull request #2580 from appwrite/feat-move-github-button-above 2025-12-31 12:18:03 +05:30
Harsh Mahajan 0240897f80 Merge pull request #2744 from appwrite/fix-SER-327-Activity-table-missing-hover-action
fix: added dualtimeView to other tables
2025-12-31 11:39:17 +05:30
Harsh MahajanandDarshan 0192cbafa2 Update src/routes/(console)/account/identities.svelte
Co-authored-by: Darshan <itznotabug@gmail.com>
2025-12-31 11:24:43 +05:30
Harsh Mahajan 0a8d7ee03a use :style 2025-12-29 14:24:07 +05:30
Harsh Mahajan b37ed753ff addressed a comment 2025-12-29 14:17:55 +05:30
Harsh Mahajan 399804f943 fix: added dualtimeView to other tables 2025-12-29 14:11:01 +05:30
Harsh Mahajan a0a998789e inline styles 2025-12-29 13:44:53 +05:30
Harsh Mahajan 8c514b7665 addressed a comment 2025-12-29 13:36:11 +05:30
Harsh Mahajan 26f74312d7 onGithubLogin() to check for code or campaign parameters 2025-12-29 13:23:12 +05:30
Darshan baf47f8163 Merge pull request #2668 from jaysomani/fix-2656_search_query_clear_button 7.6.7 2025-12-27 17:43:24 +05:30
Your Name 442e16fa7e fixed linting issue 2025-12-27 17:25:02 +05:30
Your Name 4d7cb51321 updated based on the changes requested 2025-12-27 16:50:32 +05:30
Jayesh somani b10a000b72 Merge branch 'appwrite:main' into fix-2656_search_query_clear_button 2025-12-27 16:31:15 +05:30
Steven Nguyen e446f7ff82 feat: add attachment support to support wizard (#2624) 2025-12-24 17:33:49 -08:00
Darshan 4425d99e6b Merge pull request #2732 from appwrite/add-billing-plan-object 2025-12-24 18:10:52 +05:30
Darshan 5d0fe2823e update: as per sdk. 2025-12-24 15:43:39 +05:30
Darshan cd161af3dc Merge pull request #2733 from appwrite/fix-web-crash 2025-12-24 13:07:51 +05:30
Darshan c2c9a40791 remove: onmount. 2025-12-24 13:03:52 +05:30
Darshan 72ddec4493 use: derived. 2025-12-24 12:59:55 +05:30
Darshan 4af5e8334f fix: empty string key causing crashes, plus the key accessor was wrong. 2025-12-24 12:50:09 +05:30
Darshan 4f4855a6e5 revert: unnecessary changes. 2025-12-23 18:03:31 +05:30
Darshan 3735257457 lint. 2025-12-23 17:59:09 +05:30
Darshan 6cac26f157 revert: keep using billingPlan. 2025-12-23 17:57:11 +05:30
Darshan 66dafc601f update: use billingPlanId. 2025-12-23 16:19:59 +05:30
Darshan b18a76902c Merge pull request #2731 from appwrite/update-sdk 7.6.6 2025-12-23 14:00:15 +05:30
Darshan 6173cb1595 fix: add organizationId. 2025-12-23 13:52:24 +05:30
Harsh Mahajan 1fabaa5851 Merge pull request #2730 from appwrite/fix-small-tooltip-issue
fix: tooltip content truncated in billing ui table
2025-12-23 12:57:17 +05:30
Harsh Mahajan d913262c23 Update ProgressBar.svelte 2025-12-23 12:53:27 +05:30
Harsh Mahajan e57444fc50 fix: tooltip content truncated in billing ui table 2025-12-23 12:48:31 +05:30
Darshan 580e5bf198 Merge pull request #2724 from appwrite/optimize-projects-list 2025-12-22 17:51:07 +05:30
Harsh Mahajan c1ccca52e1 enable sign up with github button even if not checked 2025-12-22 13:58:29 +05:30
Harsh Mahajan 87854c55de Merge pull request #2727 from appwrite/fix-SER-524-alert-alignment-issue
fix: alert aligment issue in max file size card
2025-12-22 13:48:48 +05:30
Harsh Mahajan 2c8e4e732c fix: alert aligment issue in max file size card 2025-12-22 13:34:21 +05:30
Darshan 59d4a4bb35 fix: lint. 2025-12-20 19:34:58 +05:30
Darshan 721f7d31d6 update: query. 2025-12-20 19:27:24 +05:30
Darshan 51eb30b7d4 update: query. 2025-12-20 19:25:53 +05:30
Darshan 2271b9a9f2 remove: todo. 2025-12-20 19:20:35 +05:30
Darshan c0f5b62a27 remove: platforms dependency.
add: multi select table on platforms for batch delete.
2025-12-20 18:00:27 +05:30
Darshan b1784617d9 add: todo for later. 2025-12-20 13:35:12 +05:30
Darshan 3a2bdcd6e9 update: smaller payloads :D 2025-12-19 21:05:34 +05:30
Copilot a2667f8d4f Update Console to handle specifications for self-hosted (#2685)
Update Console to conditionally call listSpecifications only on Cloud

- Modified functions layout loader to check isCloud before calling listSpecifications
- Modified sites settings page loader to check isCloud before calling listSpecifications
- Updated function create pages to handle empty specifications array safely
- Updated updateResourceLimits components to handle empty specifications array safely
- On self-hosted, specifications will be empty and not passed to backend, allowing default spec
2025-12-18 17:32:36 -08:00
CopilotandEVDOG4LIFE 88389222f5 Fix status code filter to match responseStatusCode column ID (#2690)
* Initial plan

* Fix status code filter to use case-insensitive includes check

Co-authored-by: EVDOG4LIFE <23223867+EVDOG4LIFE@users.noreply.github.com>

* Apply formatting fixes (remove trailing whitespace)

Co-authored-by: EVDOG4LIFE <23223867+EVDOG4LIFE@users.noreply.github.com>

* Remove unnecessary test file per code review feedback

Co-authored-by: EVDOG4LIFE <23223867+EVDOG4LIFE@users.noreply.github.com>

* Use strict equality check for responseStatusCode

Co-authored-by: EVDOG4LIFE <23223867+EVDOG4LIFE@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: EVDOG4LIFE <23223867+EVDOG4LIFE@users.noreply.github.com>
7.6.5
2025-12-17 08:53:57 +05:30
Aditya Oberai 849ced0dec Merge pull request #2716 from appwrite/fix-imagine-promo-copy
Fix Imagine promo copy
7.6.4
2025-12-17 05:04:53 +05:30
Aditya Oberai 900ea900a3 Fix Imagine promo copy 2025-12-17 05:02:14 +05:30
Torsten Dittmann 952cf85efd Merge pull request #2715 from appwrite/enable-imagine-promo 7.6.3 2025-12-17 00:30:55 +04:00
adityaoberai 02e15a7a82 Fix styling for Imagine promo component 2025-12-17 01:52:58 +05:30
adityaoberai bc5837c7cb Update link to Imagine homepage 2025-12-17 00:12:51 +05:30
Aditya Oberai a1a95c7467 Enable Imagine promo on console 2025-12-16 23:48:55 +05:30
Darshan 7c08691844 Merge pull request #2712 from appwrite/ser-330 2025-12-16 17:30:04 +05:30
Hemachandar 957617ab32 Add CNAME warning for apex domains 2025-12-16 16:57:44 +05:30