directus

The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.

OTHER License

Downloads
1.2M
Stars
25.7K
Committers
444

Bot releases are hidden (Show)

directus - v9.0.0-rc.24

Published by rijkvanzanten almost 4 years ago

Directus refs/tags/v9.0.0-rc.24

directus - v9.0.0-rc.23

Published by rijkvanzanten almost 4 years ago

Directus refs/tags/v9.0.0-rc.23

directus - v9.0.0-rc.22

Published by rijkvanzanten almost 4 years ago

Directus refs/tags/v9.0.0-rc.22

directus - v9.0.0-rc.21

Published by rijkvanzanten almost 4 years ago

Directus refs/tags/v9.0.0-rc.21

directus - v9.0.0-rc.20

Published by rijkvanzanten almost 4 years ago

Directus refs/tags/v9.0.0-rc.20

directus - v9.0.0-rc.19

Published by rijkvanzanten almost 4 years ago

Directus refs/tags/v9.0.0-rc.19

directus - v9.0.0-rc.18

Published by rijkvanzanten almost 4 years ago

Directus refs/tags/v9.0.0-rc.18

directus - v9.0.0-rc.17

Published by rijkvanzanten almost 4 years ago

Directus refs/tags/v9.0.0-rc.17

directus - v9.0.0-rc.15

Published by rijkvanzanten almost 4 years ago

Directus refs/tags/v9.0.0-rc.15

directus - v9.0.0-rc.14

Published by rijkvanzanten almost 4 years ago

directus - v8.8.1

Published by rijkvanzanten about 4 years ago

Changes

App

  • Fixed issue that prevented files from being uploaded through the file interface

API

  • Improve string to int/float cast
  • Fix record creation when table PK is not the AUTO_INCREMENT field
  • Fix cookie same_site type in config stub
directus - v8.8.0

Published by rijkvanzanten over 4 years ago

Changes

App

  • Ignore prereleases in requirements check
  • Fix date formatting in file interface in Safari
  • Fix activity tab crashing when user doesn't exist

https://github.com/directus/app/projects/73

API

  • ✨ Make SameSite and Secure cookie flags configurable

This allows you to run Directus without the HTTPS requirement and opt-in to the Secure flag in the cookie when using the cookie auth mode from JS cross-domain.

This can be configured by adding the following to your config file:

    'cookie' => [                  // Controls for the auth cookie mode
        'same_site' => 'None'      // Set the SameSite flag
        'secure' => true           // Add the Secure flag
    ],

https://github.com/directus/api/projects/66

directus - v9.0.0-alpha.3

Published by rijkvanzanten over 4 years ago

Changes

A ton of changes and tweaks! Most notably the addition of the relational interfaces (m2m / o2m / file / files)

directus - v8.7.2

Published by rijkvanzanten over 4 years ago

Changes

App

  • Fixed issue that prevented created_on / modified_on from showing up in listings
  • Fixed issue that prevented longer m2o lists from properly showing up

API

  • Add SameSite=None and Secure to cookie mode cookies

⚠️ Browsers require the Secure flag to be set in cookies, which also means HTTPS is required

directus - v9.0.0-alpha.2

Published by rijkvanzanten over 4 years ago

Changes

  • Add filesize display
  • Add mime type display
  • Switch to history mode in app (no more ugly /admin/#/ )
  • Add SSO flow
  • Add user popover
  • Add project logo + unbranded spinner in module bar
  • Add single file interface
  • Add dynamic colored favicon
  • Fix project chooser not closing on click
  • Add revisions flow
  • Add user detail header part
  • Add module / collection nav override
  • Add 2fa input on login
directus - v8.7.1

Published by rijkvanzanten over 4 years ago

Changes

App

  • Fixed issue where cards layout wouldn't register empty custom image sources correctly
  • Fixed issue in which date-created and date-modified could crash on unexpected date formats
directus - v8.7.0

Published by rijkvanzanten over 4 years ago

Changes

App

  • Fixed prop warning in InterfaceUserRole
  • Fix translation on popup and debounce speed
  • Use API generated thumbnail paths
  • Use /assets endpoint for full file versions
  • Fixed infinite scroll page counting
  • Fix an issue where the default column display wouldn't be sorted according to the field order
  • ✨ Add toggle-all checkbox in item-selection for relational interfaces
  • ✨ Allow external scripts
  • Fixed filter param usage in item-select
  • Fixed issue in visible fields option in m2m
  • Fixed issue where collections without an icon would fail in the sidebar
  • Propagate width to repeater row fields

API

  • Make sso icon path relative
  • ✨ Add azure as storage option
  • Return asset url in file object
  • ✨ Add cache-control header to assets
  • Fix parameters check for full version in /assets
  • Fix issue that prevented m2ms from being updated when set to required
  • Fixed config issue in S3 cache control config
  • Use ISO8601 for system generated datetimes in user collections
  • ✨ Allow configuring the TTL of the JWT access token
directus - v9 (Alpha 1)

Published by rijkvanzanten over 4 years ago

The first alpha release of the next major version of Directus! ✨ 🐰 ✨

Be warned, this is a pre-release and should only be used to test out and preview the next version of Directus.

Do not use this in production.

If you have any thoughts/feelings/concerns/issues/recommendations/feedback, feel free to reach out in #next on Slack, post an issue on the app-next repo, or open a discussion in this repo.

Notes

  • Use the included database dump to quickly get started (v9-alpha1-db.sql) (same user creds as v8 live demo.
  • There will be things missing as we're still reaching feature parity with v8. Things missing include 2FA, SSO, a couple interfaces, item rollback, relational configuration, custom extensions
  • We haven't written all the migrations yet; using this on an existing database might be rocky.
directus - v8.6.2

Published by rijkvanzanten over 4 years ago

Changes

App

  • Fixed problem that would error interface options for relational interfaces if you didn't put a field in display template option

https://github.com/directus/app/projects/70

API

  • Fixed issue where subsequent projects couldn't be created

https://github.com/directus/api/projects/63

directus - v8.6.1

Published by rijkvanzanten over 4 years ago

Changes

App

  • Fix code interface using json for template option
  • Fix readonly state of m2o interface

API

  • Fix regression in graphl endpoint