Skip to content

Tags: appwrite/console

Tags

8.8.0

Toggle 8.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Merge pull request #3178 from appwrite/fix-member-picker-back-error

fix(permissions): drop the membership request when stepping back

8.7.46

Toggle 8.7.46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
fix(sites): block GitHub repo create when site limit reached (#3175)

Check the plan site limit before calling vcs.createRepository in the
template wizard, and disable Create site on the list page when limited,
so users are not left with empty GitHub repositories after a failed deploy.

Fixes #2175

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>

8.7.45

Toggle 8.7.45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Merge pull request #3171 from appwrite/fix-mcp-links

Update MCP install links and tooling list

8.7.44

Toggle 8.7.44's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
fix: refresh $updatedAt after inline row edits (#3170)

* fix: refresh $updatedAt after inline row edits

Inline spreadsheet edits called updateRow but kept the pre-write row in
local state, so $updatedAt never changed until a full reload. Apply the
API response system fields before updating the grid (console#2873).

Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>

* chore: retrigger CI

Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>

* chore: nudge CI for stuck Tests queue

Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>

8.7.43

Toggle 8.7.43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Merge pull request #3166 from appwrite/feat-mfa-factors-policy-card

8.7.42

Toggle 8.7.42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Merge pull request #3161 from appwrite/fix-3159-cli-oauth-logo

fix: show Appwrite icon for CLI OAuth consent avatars

8.7.41

Toggle 8.7.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Merge pull request #3155 from appwrite/fix/variable-key-validation

fix(variables): validate variable keys before writing them

8.7.40

Toggle 8.7.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Merge pull request #3157 from appwrite/fix/sites-hide-start-command

Keep the start command field, drop the adapter reads behind it

8.7.39

Toggle 8.7.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Merge pull request #3156 from appwrite/fix/sites-hide-start-command

fix(sites): keep framework start commands out of the console

8.7.38

Toggle 8.7.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Merge pull request #3154 from appwrite/fix-cimd-client-id-resolution

Fix compatibility with external CIMD URLs