Harsh Mahajan
71ae60071b
Enable email verification in publish workflow
2026-04-01 18:45:23 +05:30
Harsh Mahajan
bb1b7973b4
Merge pull request #2952 from appwrite/chore-update-link
...
chore: update link
2026-04-01 11:03:32 +05:30
Harsh Mahajan
f170b144d3
chore: update link
2026-04-01 11:00:37 +05:30
Harsh Mahajan
767a0f6abf
Merge pull request #2949 from appwrite/fix-resource-blocks-console
...
Fix: resource blocks console
7.8.35
2026-03-31 18:37:48 +05:30
Harsh Mahajan
0a89a98831
can be projects too
2026-03-31 18:30:38 +05:30
Harsh Mahajan
0163986045
fix: resource block console
2026-03-31 18:20:51 +05:30
Harsh Mahajan
ff79de32b5
Merge pull request #2948 from appwrite/fix-update-dpa
...
chore: update dpa agreement
2026-03-31 18:09:03 +05:30
Harsh Mahajan
d203d59d3f
chore: update dpa agreement
2026-03-31 17:20:13 +05:30
Jake Barnby
e5b241c563
Merge pull request #2947 from appwrite/chore-agent-files
2026-03-31 03:30:55 +00:00
Jake Barnby and Claude Opus 4.6
10857e028d
chore: retry build
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 16:12:56 +13:00
Jake Barnby and Claude Opus 4.6
66f52ce36c
fix: address review bot comments on AGENTS.md and CLAUDE.md
...
- Standardize `bun run` prefix across all commands table entries
- Fix database types table: mark vectorsdb as not yet implemented, dedicateddb as cross-repo
- Remove inaccurate DedicatedDB/Compute service claim from console docs
- Add $bindable() usage context in Svelte 5 runes example
- Note Dependencies enum has 66+ keys for cache invalidation
- Mention isSelfHosted alongside isCloud for feature gating
- Add explanatory comment in CLAUDE.md for @AGENTS.md syntax
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 16:09:05 +13:00
Jake Barnby
de112e363c
(chore): add agents files
2026-03-31 15:45:02 +13:00
Damodar Lohani
9c1a25259c
Merge pull request #2934 from appwrite/chore/usage-update
...
feat: add realtime connections and messages metrics to usage reports
7.8.34
2026-03-31 07:06:17 +05:45
Harsh Mahajan
68af21b047
Merge pull request #2944 from appwrite/fix-tooltips-and-webhook-flows
...
fix: tooltips across the console and webhooks flow
2026-03-30 18:10:18 +05:30
Harsh Mahajan
4e7e438dbc
bun run format
2026-03-30 18:06:07 +05:30
Harsh Mahajan
7b4cbcfc23
Update createRecordModal.svelte
2026-03-30 17:50:49 +05:30
Harsh Mahajan
d7ee5ce007
Update createRecordModal.svelte
2026-03-30 17:49:54 +05:30
Harsh Mahajan and greptile-apps[bot]
57a27a0578
Update src/routes/(console)/organization-[organization]/domains/domain-[domain]/createRecordModal.svelte
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-30 17:43:56 +05:30
Harsh Mahajan
36336c5990
fix errors due to sdk
2026-03-30 17:38:29 +05:30
Damodar Lohani
6784083bd5
update endorcement date
2026-03-30 04:47:02 +00:00
Damodar Lohani
92757653b4
Merge remote-tracking branch 'origin/main' into chore/usage-update
2026-03-30 04:46:09 +00:00
Chirag Aggarwal
692c13dad0
Merge pull request #2946 from appwrite/codex/render-deprecated-api-key-scopes
...
[codex] Render deprecated API key scopes
2026-03-30 09:28:52 +05:30
Chirag Aggarwal
8a7736c971
improve deprecated scope accessibility
2026-03-30 08:47:43 +05:30
Chirag Aggarwal
043628cc25
address deprecated scope review feedback
2026-03-30 08:45:28 +05:30
Chirag Aggarwal
68ee7a8edb
render deprecated api key scopes
2026-03-30 08:34:44 +05:30
Harsh Mahajan
0dd8cff09d
fix: tooltips across the console and webhooks flow
2026-03-29 20:22:38 +05:30
Harsh Mahajan
00d9765e4f
Merge pull request #2941 from appwrite/fix/api-endpoint-double-region-subdomain
...
fix: avoid duplicate region prefix in getApiEndpoint for regional API URLs
7.8.33
2026-03-29 15:30:40 +05:30
Harsh Mahajan
d2e7e263fe
avoid duplicate region prefix in getApiEndpoint for regional API URLs
2026-03-29 15:16:03 +05:30
Damodar Lohani
089ca52f12
Merge pull request #2940 from appwrite/fix/fingerprint-server-time-sync
...
fix: sync fingerprint timestamp with server clock
7.8.32
2026-03-29 13:02:22 +05:45
Damodar Lohani
352fb537b7
Merge pull request #2939 from appwrite/claude/fix-sidebar-load-KuiLD
...
Remove reactive subNavigation binding from page data
2026-03-29 12:58:09 +05:45
Damodar Lohani
65f29e706c
fix: improve server time synchronization logic in layout load
2026-03-29 07:12:24 +00:00
Damodar Lohani and Claude Opus 4.6
2fbb953232
fix: use Date header from health/version instead of health.getTime()
...
health.getTime() requires health.read scope which regular console users
don't have. Instead, parse the Date header from the existing
health/version fetch that already happens on console load.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 07:06:34 +00:00
Damodar Lohani and Claude Opus 4.6
e8938c3113
fix: use server time for fingerprint timestamps to prevent clock drift rejections
...
Fingerprint validation was failing with "Timestamp expired" for users whose
local clock drifted beyond the server's tolerance. Now we fetch the server's
time via health.getTime() once per session and use it for all fingerprint
timestamps, eliminating dependency on the user's local clock.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 06:58:06 +00:00
Claude
85da4a188c
Use $app/stores for subNavigation reactivity in shell.svelte
...
The $app/state page proxy was not properly triggering $: reactive
statements during client-side navigation. Switch to the store-based
$page from $app/stores which has reliable reactivity tracking in
Svelte legacy mode.
https://claude.ai/code/session_012QCz2xVatAtJ3Q6FSp1cB4
2026-03-29 06:00:39 +00:00
Claude
44b3454d2a
Add pnpm-lock.yaml
...
https://claude.ai/code/session_012QCz2xVatAtJ3Q6FSp1cB4
2026-03-29 05:39:18 +00:00
Claude
3dd288fd5d
Fix database sidebar not appearing on client-side navigation
...
The subNavigation variable was being reactively assigned from page.data
in both shell.svelte and navigation.svelte, connected via bind:. This
competing reactive ownership caused the value to not update properly
during client-side navigation (only on full page refresh). Made
shell.svelte the single source of truth by removing the duplicate
reactive assignment from navigation.svelte and switching from bind: to
one-way prop passing.
https://claude.ai/code/session_012QCz2xVatAtJ3Q6FSp1cB4
2026-03-29 05:38:57 +00:00
Damodar Lohani
c7aee6426f
format
2026-03-29 02:47:37 +00:00
Damodar Lohani
7e5aa4c3a9
chore: update dependencies and refine type definitions in various components
2026-03-29 02:43:37 +00:00
Damodar Lohani
c5db0c7287
feat: add realtime usage metrics and alerts for billing
2026-03-29 02:36:12 +00:00
Harsh Mahajan
67531aed56
Merge pull request #2937 from appwrite/feat-env-var-pagination
...
feat: pagination for environment variables
7.8.31
2026-03-27 17:35:52 +05:30
Harsh Mahajan
3912824d95
The stale reopen bug fix
2026-03-27 17:17:54 +05:30
Harsh Mahajan
384dd8b8d6
fix: repo card
2026-03-27 16:47:25 +05:30
Harsh Mahajan
3f8ca05f7e
feat:env var pagination
2026-03-27 16:33:18 +05:30
Harsh Mahajan
7df9254257
Merge pull request #2936 from appwrite/fix-mobile-feedback-and-support
...
fix: mobile feedback issues
7.8.30
2026-03-27 14:44:44 +05:30
Harsh Mahajan
d8f43d51f0
fix: svelte errors
2026-03-27 14:40:34 +05:30
Harsh Mahajan and greptile-apps[bot]
c6a0726e89
Apply suggestions from code review
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-27 14:30:20 +05:30
Harsh Mahajan
7f4bd417e8
fix: get-started state being wrong
2026-03-27 14:29:34 +05:30
Harsh Mahajan
32df519d78
fix: mobile feedback issues
2026-03-27 14:03:17 +05:30
Harsh Mahajan
d5c68ddee9
Merge pull request #2935 from appwrite/fix-uploadvas-flow
...
fix: upload vars and mobile ux
7.8.29
2026-03-27 13:10:15 +05:30
Harsh Mahajan
7eb40e430c
fix: sidebar issue
2026-03-27 13:06:05 +05:30