Inserts the default app settings as part of the system init migration so that they are always available when accessed from within a user defined migration (#2423).
Reduced the record form vertical layout shifts and slightly improved the rendering speed when loading multiple relation fields.
Enabled Admin UI assets cache.
v0.15.0 Release
Simplified the OAuth2 authentication flow in a single "all in one" call (#55).
Requires JS SDK v0.14.0+ or Dart SDK v0.9.0+.
The manual code-token exchange flow is still supported but the SDK method is renamed to authWithOAuth2Code() (to minimize the breaking changes the JS SDK has a function overload that will proxy the existing authWithOauth2 calls to authWithOAuth2Code).
For more details and example, you could check https://pocketbase.io/docs/authentication/#oauth2-integration.
Added support for protected files (#215).
Requires JS SDK v0.14.0+ or Dart SDK v0.9.0+.
It works with a short lived (~5min) file token passed as query param with the file url.
For more details and example, you could check https://pocketbase.io/docs/files-handling/#protected-files.
! Fixed typo in Record.WithUnkownData() -> Record.WithUnknownData().
Added simple loose wildcard search term support in the Admin UI.
Added auto "draft" to allow restoring previous record state in case of accidental reload or power outage.
Added Ctrl + S shortcut to save the record changes without closing the panel.
Added "drop files" support for the file upload field.
Inserts the default app settings as part of the system init migration so that they are always available when accessed from within a user defined migration (#2423).
Reduced the record form vertical layout shifts and slightly improved the rendering speed when loading multiple relation fields.
Enabled Admin UI assets cache.
v0.15.0
Simplified the OAuth2 authentication flow in a single "all in one" call (#55).
Requires JS SDK v0.14.0+ or Dart SDK v0.9.0+.
The manual code-token exchange flow is still supported but the SDK methods is renamed to authWithOAuth2Code() (to minimize the breaking changes the JS SDK has a function overload that will proxy the existing authWithOauth2 calls to authWithOAuth2Code).
For more details and example, you could check https://pocketbase.io/docs/authentication/#oauth2-integration.
Added support for protected files (#215).
Requires JS SDK v0.14.0+ or Dart SDK v0.9.0+.
It works with a short lived (~5min) file token passed as query param with the file url.
For more details and example, you could check https://pocketbase.io/docs/files-handling/#private-files.
! Fixed typo in Record.WithUnkownData() -> Record.WithUnknownData().
Added simple loose wildcard search term support in the Admin UI.
Added auto "draft" to allow restoring previous record state in case of accidental reload or power outage.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/pocketbase/pocketbase from 0.13.0 to 0.15.3.
Release notes
Sourced from github.com/pocketbase/pocketbase's releases.
... (truncated)
Changelog
Sourced from github.com/pocketbase/pocketbase's changelog.
... (truncated)
Commits
c6d5992
updated changelog and ui/dista7f3805
#2423 insert default settings params with the init migrationb84ebab
#2410 Fixed editor field fullscreen z-index28c9f02
updated js sdk and resolved isNew record field conflict74306c8
updated go depsa5b3cc0
use relative oauth2 path redirect to support subpath proxy deployments0478f84
updated /api/oauth2-redirect error messages0b5e189
added OAuth2 redirect fallback message to notify the user to go back to the appe61d48f
#2349 fixed View collection schema incorrectly resolving multiple aliased f...cae3315
#2349 fixed view query SELECT DISTINCT parsingDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)