Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable alpha channel in color selector #9224

Merged
merged 263 commits into from
Dec 31, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 29, 2021

  1. Fix localstorage file deletion (directus#9126)

    * excluded VS specific files
    
    * new files after updating directus sources
    
    * case insensitive string matching fix
    
    * Remove accidental commit files
    
    * Cleanup gitignore
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    78ba2b9 View commit details
    Browse the repository at this point in the history
  2. Update dependency vite to v2.6.11 (directus#9121)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e2a398b View commit details
    Browse the repository at this point in the history
  3. Update dependency axios to v0.24.0 (directus#9132)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    fb173f2 View commit details
    Browse the repository at this point in the history
  4. New Crowdin updates (directus#9138)

    * Update source file en-US.yaml
    
    * New translations en-US.yaml (Serbian (Latin))
    
    * New translations en-US.yaml (Portuguese, Brazilian)
    
    * New translations en-US.yaml (Indonesian)
    
    * New translations en-US.yaml (Spanish, Chile)
    
    * New translations en-US.yaml (Thai)
    
    * New translations en-US.yaml (Hindi)
    
    * New translations en-US.yaml (Chinese Traditional)
    
    * New translations en-US.yaml (Spanish, Latin America)
    
    * New translations en-US.yaml (Russian)
    
    * New translations en-US.yaml (Polish)
    
    * New translations en-US.yaml (Portuguese)
    
    * New translations en-US.yaml (Swedish)
    
    * New translations en-US.yaml (Turkish)
    
    * New translations en-US.yaml (Estonian)
    
    * New translations en-US.yaml (Vietnamese)
    
    * New translations en-US.yaml (Chinese Simplified)
    
    * New translations en-US.yaml (French)
    
    * New translations en-US.yaml (Finnish)
    
    * New translations en-US.yaml (Spanish)
    
    * New translations en-US.yaml (Arabic)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Catalan)
    
    * New translations en-US.yaml (Danish)
    
    * New translations en-US.yaml (German)
    
    * New translations en-US.yaml (Hungarian)
    
    * New translations en-US.yaml (Italian)
    
    * New translations en-US.yaml (Japanese)
    
    * New translations en-US.yaml (Lithuanian)
    
    * New translations en-US.yaml (Dutch)
    
    * New translations en-US.yaml (Norwegian)
    
    * New translations en-US.yaml (Slovenian)
    rijkvanzanten authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    82431ee View commit details
    Browse the repository at this point in the history
  5. Update dependency @types/busboy to v0.3.1 (directus#9096)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2df0c87 View commit details
    Browse the repository at this point in the history
  6. Update dependency @types/js-yaml to v4.0.4 (directus#9090)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f1de069 View commit details
    Browse the repository at this point in the history
  7. Update dependency sass to v1.43.3 (directus#9035)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7e00971 View commit details
    Browse the repository at this point in the history
  8. Docs structure (directus#9071)

    * WIP
    
    * updates
    
    * docs updates
    
    * structure
    
    * big structure update
    
    * docs module icon change
    
    * in-app docs nav
    
    * more content and structure changes
    
    * Remove redundant
    
    * Fix docs build in app
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3074c69 View commit details
    Browse the repository at this point in the history
  9. Update dependency stylelint-config-standard to v23 (directus#9026)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    18866eb View commit details
    Browse the repository at this point in the history
  10. Update dependency stylelint to v14 (directus#9016)

    * Update dependency stylelint to v14
    
    * Update dependency stylelint-scss to v4
    
    * Update dependency stylelint-order to v5
    
    * Undo command change
    
    * Update stylelint command
    
    * Use modern color syntax
    
    Who knew this was already supported everywhere? Awesome!!
    
    * Update stylelint-config-standard
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    3 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    a3f0bac View commit details
    Browse the repository at this point in the history
  11. Pin dependency stylelint-config-standard to 23.0.0 (directus#9140)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    826e3c2 View commit details
    Browse the repository at this point in the history
  12. Fix type issues in busboy update

    rijkvanzanten authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    56211a3 View commit details
    Browse the repository at this point in the history
  13. Change v-checkbox background color when disabled (directus#9070)

    * Change v-checkbox background color when disabled
    
    * Only apply style for block input.
    Oreilles authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d8e6c8f View commit details
    Browse the repository at this point in the history
  14. Don't enforce rgb modern syntax

    rijkvanzanten authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    36e287f View commit details
    Browse the repository at this point in the history
  15. Use textarea input for textarea placeholder (directus#9041)

    azrikahar authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    db361e8 View commit details
    Browse the repository at this point in the history
  16. Reworked Sass to automatically generate color variations from palette (

    …directus#8890)
    
    * Reworked Sass to automatically generate color variations from palette
    
    * Fixed naming scheme for mixing colors
    
    * Updated light theme to use pre-defined steps
    
    * Updated dark theme to use pre-defined steps, added steps at 90 & 110
    
    * Hardcoded -alt color variations, extracted color variation generator to reusable mixin.
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ba6ffd4 View commit details
    Browse the repository at this point in the history
  17. Update dependency ts-node to v10.4.0 (directus#9083)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e6d65d5 View commit details
    Browse the repository at this point in the history
  18. Update dependency eslint to v8.1.0 (directus#9091)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b977da6 View commit details
    Browse the repository at this point in the history
  19. Update dependency oracledb to v5.3.0 (directus#9042)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    45a7ab8 View commit details
    Browse the repository at this point in the history
  20. Update typescript-eslint monorepo to v5.2.0 (directus#9133)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ccd3a79 View commit details
    Browse the repository at this point in the history
  21. fix time series date field allow list (directus#9143)

    azrikahar authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9c11847 View commit details
    Browse the repository at this point in the history
  22. Wait for checks before auto-merge Crowdin updates (directus#9156)

    paescuj authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f09c997 View commit details
    Browse the repository at this point in the history
  23. Update dependency lint-staged to v11.2.5 (directus#9155)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    bc581a4 View commit details
    Browse the repository at this point in the history
  24. Ignore email field in oauth and store email in external_identifier (d…

    …irectus#9153)
    
    * Ignore email field in oauth and store email in external_identifier if needed
    
    * Removed unused variable
    aidenfoxx authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    bae2914 View commit details
    Browse the repository at this point in the history
  25. docs: improve running locally (directus#9142)

    joselcvarela authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6cc664a View commit details
    Browse the repository at this point in the history
  26. Update gatsby monorepo to v4 (directus#9028)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Jay Cammarano <jay.cammarano@gmail.com>
    3 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f330cf8 View commit details
    Browse the repository at this point in the history
  27. Update dependency micromark to v3.0.7 (directus#9141)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b3a71a7 View commit details
    Browse the repository at this point in the history
  28. Add missing config options file

    rijkvanzanten authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2a505be View commit details
    Browse the repository at this point in the history
  29. Fix link/method ref

    rijkvanzanten authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    de65ca3 View commit details
    Browse the repository at this point in the history
  30. Remove homepage redirect

    rijkvanzanten authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2d6f177 View commit details
    Browse the repository at this point in the history
  31. Add padding to calendar layout event

    benhaynes authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    cbc4405 View commit details
    Browse the repository at this point in the history
  32. Update dependency stylelint to v14.0.1 (directus#9168)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0855c27 View commit details
    Browse the repository at this point in the history
  33. Update dependency vite to v2.6.12 (directus#9169)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    bbcbf0b View commit details
    Browse the repository at this point in the history
  34. Re-add missing oauth docs (directus#9170)

    rijkvanzanten authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    98192f2 View commit details
    Browse the repository at this point in the history
  35. Update Node.js to v16.13.0 (directus#9174)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    aeee815 View commit details
    Browse the repository at this point in the history
  36. Added the provider to auth hooks (directus#9059)

    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4b80ec9 View commit details
    Browse the repository at this point in the history
  37. Update dependency knex-schema-inspector to v1.6.4 (directus#9159)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    c55c602 View commit details
    Browse the repository at this point in the history
  38. Update dependency sass to v1.43.4 (directus#9177)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    5fcd87e View commit details
    Browse the repository at this point in the history
  39. Update dependency lint-staged to v11.2.6 (directus#9175)

    renovate[bot] authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e1255f2 View commit details
    Browse the repository at this point in the history
  40. Set no-cache header on extension sources (directus#9186)

    This should hopefully fix caching issues some users were experiencing.
    nickrum authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4691cef View commit details
    Browse the repository at this point in the history
  41. Clean up App type shims (directus#9190)

    nickrum authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4ef5303 View commit details
    Browse the repository at this point in the history
  42. Clean up App base url replacement (directus#9192)

    nickrum authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    fb67c9f View commit details
    Browse the repository at this point in the history
  43. removed toLowerCase for dbSafe fields (directus#9183)

    grefrit authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    8161659 View commit details
    Browse the repository at this point in the history
  44. Add folder, template, enableCreate, enableSelect options to t…

    …he files interface (directus#9184)
    Oreilles authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9a65bde View commit details
    Browse the repository at this point in the history
  45. Always show folder icon for alias tables (folders) (directus#9187)

    * Always show folder icon for alias tables (folders)
    
    * Update app/src/modules/settings/routes/data-model/collections/components/collection-item.vue
    
    Co-authored-by: Nicola Krumschmidt <nicola.krumschmidt@freenet.de>
    
    Co-authored-by: Nicola Krumschmidt <nicola.krumschmidt@freenet.de>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    dd08569 View commit details
    Browse the repository at this point in the history
  46. Fixed dynamic translations import. (directus#9179)

    Oreilles authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    53a18b2 View commit details
    Browse the repository at this point in the history
  47. Fixes broken links in docs (directus#9172)

    * first half of broken links fixed
    
    * next chunk of broken links resolved
    
    * next chunk of urls
    
    * last chunk of links
    
    * one more
    
    * filter rules
    
    * homepage links
    
    * removed localhost
    
    * filter rules for query
    
    * updated links
    
    * relationships link
    
    * changed links from references to glossary
    jamescammarano authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    8429f52 View commit details
    Browse the repository at this point in the history
  48. Export API dist folder at the root of the package path (directus#9199)

    nickrum authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    11f89ed View commit details
    Browse the repository at this point in the history
  49. Clarified some oauth things in the docs (directus#9203)

    aidenfoxx authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d5e22f4 View commit details
    Browse the repository at this point in the history
  50. Update dependency vite to v2.6.13 (directus#9193)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d33922a View commit details
    Browse the repository at this point in the history
  51. Update dependency pinia to v2.0.0 (directus#9205)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    43e9043 View commit details
    Browse the repository at this point in the history
  52. Update dependency simple-git-hooks to v2.7.0 (directus#9195)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0a2b4d9 View commit details
    Browse the repository at this point in the history
  53. Update dependency @vitejs/plugin-vue to v1.9.4 (directus#9181)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f76c2c3 View commit details
    Browse the repository at this point in the history
  54. Force renovate to use Node 16.13 (directus#9209)

    nickrum authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    78d7657 View commit details
    Browse the repository at this point in the history
  55. Revert "Force renovate to use Node 16.13 (directus#9209)" (directus#9219

    )
    nickrum authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e29ce5e View commit details
    Browse the repository at this point in the history
  56. Update popular links

    benhaynes authored and Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e6a89e3 View commit details
    Browse the repository at this point in the history
  57. removed unused code

    RGBA-> RGB(A)
    
    added alpha slider
    
    added label to alpha
    Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    c6b9b82 View commit details
    Browse the repository at this point in the history
  58. merge

    Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    fa93c75 View commit details
    Browse the repository at this point in the history
  59. change alpha back to 0-100

    Armen Danielyan committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7bccd04 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Update dependency vite-plugin-md to v0.11.4 (directus#9206)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    21aabe7 View commit details
    Browse the repository at this point in the history
  2. tweak fallback interface selectors (directus#9234)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    13f5f8c View commit details
    Browse the repository at this point in the history
  3. update field flow styling

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    bc4e36c View commit details
    Browse the repository at this point in the history
  4. Add configurable headers for webhooks (directus#8855)

    * Add configurable headers for webhooks
    
    * Update api/src/database/migrations/20211016A-add-webhook-headers.ts
    
    Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c2392fe View commit details
    Browse the repository at this point in the history
  5. broken database docs mirroring link

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3cf7693 View commit details
    Browse the repository at this point in the history
  6. Fixes for docs links

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6358ba1 View commit details
    Browse the repository at this point in the history
  7. LDAP auth provider (directus#9074)

    * Added LDAP implementation
    
    * Cleanup and added refresh checking
    
    * Added provider check to ldap
    
    * Added LDAP docs
    
    * Always update LDAP user role on authentication
    
    * Fetched package-json from github
    
    * Fixed lint error
    
    * Update api/src/auth/drivers/ldap.ts
    
    * Update api/src/auth/drivers/ldap.ts
    
    * Added missing locale key
    
    * Update docs/guides/api-config.md
    
    * Update docs/configuration/config-options.md
    
    * Update api/src/auth/drivers/ldap.ts
    
    * Added back LDAP example
    
    * Update config-options.md
    
    * getUserID function sjhouldn't care about password
    
    * Added LOCKOUT to INVALID_ACCOUNT_FLAGS
    
    * Update styling approach for v-select
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ff2c42c View commit details
    Browse the repository at this point in the history
  8. Append access_token to images in WYSIWYG only once (directus#9062)

    * append access_token to image in wysiwyg only once
    
    * do not append token in previewUrl when clicking an image from wysiwyg
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f008a9f View commit details
    Browse the repository at this point in the history
  9. Pin dependency @types/ldapjs to 2.2.1 (directus#9238)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    85f9d6d View commit details
    Browse the repository at this point in the history
  10. Fix generated columns being required. (directus#9200)

    * Fix generated columns being required. Also prevent schema changes on generated columns.
    
    * Fix type errors
    
    * Disable `unique` and `nullable` instead of not showing them.
    
    * Fix other type error
    
    * Nullable check small refactor
    
    * Fixed MSSQL query
    
    * Fixed oracle query
    Oreilles authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2d0f791 View commit details
    Browse the repository at this point in the history
  11. Map interface improvements (directus#9239)

    * Add tooltips on feature hover on the interface
    * Add marker on geocoder search result
    * Improve map interface style
    Oreilles authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    91c1de0 View commit details
    Browse the repository at this point in the history
  12. Fix dynamic variables not working anymore in UUID filter (directus#9180)

    * Fix $CURRENT_USER not working anymore in UUID filter
    
    * $Handle CURRENT_ROLE too
    Oreilles authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    716da35 View commit details
    Browse the repository at this point in the history
  13. Add CLI to exports (directus#9241)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5a64064 View commit details
    Browse the repository at this point in the history
  14. v9.0.0-rc.100

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c7bba6b View commit details
    Browse the repository at this point in the history
  15. Update changelog.md

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7c1c49e View commit details
    Browse the repository at this point in the history
  16. Update package.json

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    03cd775 View commit details
    Browse the repository at this point in the history
  17. Update package.json

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    01133f4 View commit details
    Browse the repository at this point in the history
  18. Fixed Github oauth config (directus#9256)

    aidenfoxx authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b6edfe5 View commit details
    Browse the repository at this point in the history
  19. Removed invalid column in mssql schema inspector (directus#9260)

    Oreilles authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e41acd5 View commit details
    Browse the repository at this point in the history
  20. workflow-dispatch added to e2e-tests.yml (directus#9265)

    jamescammarano authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    18a6760 View commit details
    Browse the repository at this point in the history
  21. fix new field group selection (directus#9301)

    danilopolani authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0c068b2 View commit details
    Browse the repository at this point in the history
  22. Add shadows to v-menu angles (directus#9297)

    Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    df39ae0 View commit details
    Browse the repository at this point in the history
  23. Revise GitHub workflows directus#2 (directus#9240)

    * GitHub workflow revision directus#2
    
    * Add a few comments
    
    * Add and fix comments
    
    * Move kodiak config into .github
    
    To not overflow the root directory
    
    Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b9710f7 View commit details
    Browse the repository at this point in the history
  24. Rearrange on events in e2e workflow (directus#9308)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d59da54 View commit details
    Browse the repository at this point in the history
  25. New Crowdin updates (directus#9158)

    * New translations en-US.yaml (Danish)
    
    * New translations en-US.yaml (German)
    
    * New translations en-US.yaml (Italian)
    
    * New translations en-US.yaml (Polish)
    
    * New translations en-US.yaml (French)
    
    * New translations en-US.yaml (French)
    
    * New translations en-US.yaml (Estonian)
    
    * New translations en-US.yaml (Polish)
    
    * New translations en-US.yaml (Vietnamese)
    
    * New translations en-US.yaml (Vietnamese)
    
    * New translations en-US.yaml (Breton)
    
    * New translations en-US.yaml (Norwegian)
    
    * New translations en-US.yaml (Norwegian)
    
    * New translations en-US.yaml (Serbian (Latin))
    
    * New translations en-US.yaml (Portuguese, Brazilian)
    
    * New translations en-US.yaml (Indonesian)
    
    * New translations en-US.yaml (Spanish, Chile)
    
    * New translations en-US.yaml (Thai)
    
    * New translations en-US.yaml (Malay)
    
    * New translations en-US.yaml (Breton)
    
    * New translations en-US.yaml (Chinese Traditional)
    
    * New translations en-US.yaml (Spanish, Latin America)
    
    * New translations en-US.yaml (Russian)
    
    * New translations en-US.yaml (Polish)
    
    * New translations en-US.yaml (Swedish)
    
    * New translations en-US.yaml (Turkish)
    
    * New translations en-US.yaml (Estonian)
    
    * New translations en-US.yaml (Vietnamese)
    
    * New translations en-US.yaml (Chinese Simplified)
    
    * New translations en-US.yaml (French)
    
    * New translations en-US.yaml (Finnish)
    
    * New translations en-US.yaml (Spanish)
    
    * New translations en-US.yaml (Arabic)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Catalan)
    
    * New translations en-US.yaml (Czech)
    
    * New translations en-US.yaml (Danish)
    
    * New translations en-US.yaml (German)
    
    * New translations en-US.yaml (Greek)
    
    * New translations en-US.yaml (Ukrainian)
    
    * New translations en-US.yaml (Hungarian)
    
    * New translations en-US.yaml (Italian)
    
    * New translations en-US.yaml (Japanese)
    
    * New translations en-US.yaml (Lithuanian)
    
    * New translations en-US.yaml (Dutch)
    
    * New translations en-US.yaml (Norwegian)
    
    * New translations en-US.yaml (Slovenian)
    
    * Update source file en-US.yaml
    
    * New translations en-US.yaml (Romanian)
    
    * New translations en-US.yaml (Serbian (Latin))
    
    * New translations en-US.yaml (Portuguese, Brazilian)
    
    * New translations en-US.yaml (Indonesian)
    
    * New translations en-US.yaml (Persian)
    
    * New translations en-US.yaml (Spanish, Chile)
    
    * New translations en-US.yaml (Thai)
    
    * New translations en-US.yaml (Malay)
    
    * New translations en-US.yaml (Bengali, India)
    
    * New translations en-US.yaml (Chinese Traditional)
    
    * New translations en-US.yaml (Spanish, Latin America)
    
    * New translations en-US.yaml (Russian)
    
    * New translations en-US.yaml (Polish)
    
    * New translations en-US.yaml (Slovak)
    
    * New translations en-US.yaml (Serbian (Cyrillic))
    
    * New translations en-US.yaml (Swedish)
    
    * New translations en-US.yaml (Turkish)
    
    * New translations en-US.yaml (Estonian)
    
    * New translations en-US.yaml (Vietnamese)
    
    * New translations en-US.yaml (Chinese Simplified)
    
    * New translations en-US.yaml (French)
    
    * New translations en-US.yaml (Finnish)
    
    * New translations en-US.yaml (Spanish)
    
    * New translations en-US.yaml (Afrikaans)
    
    * New translations en-US.yaml (Arabic)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Catalan)
    
    * New translations en-US.yaml (Czech)
    
    * New translations en-US.yaml (Danish)
    
    * New translations en-US.yaml (German)
    
    * New translations en-US.yaml (Greek)
    
    * New translations en-US.yaml (Hebrew)
    
    * New translations en-US.yaml (Ukrainian)
    
    * New translations en-US.yaml (Hungarian)
    
    * New translations en-US.yaml (Italian)
    
    * New translations en-US.yaml (Japanese)
    
    * New translations en-US.yaml (Georgian)
    
    * New translations en-US.yaml (Lithuanian)
    
    * New translations en-US.yaml (Dutch)
    
    * New translations en-US.yaml (Norwegian)
    
    * New translations en-US.yaml (Slovenian)
    
    * Update source file en-US.yaml
    
    * Update source file en-US.yaml
    
    * New translations en-US.yaml (Spanish)
    
    * New translations en-US.yaml (Polish)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Russian)
    
    * New translations en-US.yaml (Chinese Traditional)
    
    * New translations en-US.yaml (Chinese Traditional)
    
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ade9c11 View commit details
    Browse the repository at this point in the history
  26. Removed undefined type from LDAP userAccountControl (directus#9309)

    aidenfoxx authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    56952b8 View commit details
    Browse the repository at this point in the history
  27. Feat/custom ldap mail attribute (directus#9307)

    * Allow custom email field for LDAP
    
    * Update docs
    
    * Break out into variable and don't cast to String
    dorianim authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e50aabd View commit details
    Browse the repository at this point in the history
  28. Set calendar height to 100% (directus#9295)

    * Set calendar height to 100% and set `smallHeader to true
    
    * Unset `smallHeader`
    
    Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    754d912 View commit details
    Browse the repository at this point in the history
  29. Update Oracle to support is_generated (directus#9310)

    aidenfoxx authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2278355 View commit details
    Browse the repository at this point in the history
  30. Switch back to fkirc/skip-duplicate-actions (directus#9312)

    All changes have been merged in
    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e426b8f View commit details
    Browse the repository at this point in the history
  31. Update dependency npm to v8.1.2 (directus#9221)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f1d5097 View commit details
    Browse the repository at this point in the history
  32. New translations en-US.yaml (German) (directus#9316)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    353055c View commit details
    Browse the repository at this point in the history
  33. Update dependency knex to v0.95.12 (directus#9208)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    3 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1884726 View commit details
    Browse the repository at this point in the history
  34. Added state param to oauth to make Okta happy (directus#9289)

    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3ff3d1d View commit details
    Browse the repository at this point in the history
  35. Update typescript-eslint monorepo to v5.3.0 (directus#9317)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3049af8 View commit details
    Browse the repository at this point in the history
  36. prefix aggregation field with table name (directus#9314)

    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    eccb205 View commit details
    Browse the repository at this point in the history
  37. Update dependency rollup to v2.59.0 (directus#9293)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3f0a945 View commit details
    Browse the repository at this point in the history
  38. End-to-end tests for filters (directus#9078)

    * reorganized for sanity
    
    * filter tests for _eq/_neq
    
    * logical operators
    
    * update one one to many
    
    * /:collection PATCH one to many
    
    * base tables.id => uuids to minimize collisions
    
    * tests pass
    
    * added python to dockerfile
    
    * tests passing
    
    * ci?
    
    * ci...
    
    * hanging async
    jamescammarano authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    af6e9b2 View commit details
    Browse the repository at this point in the history
  39. Input code json (directus#9291)

    * remove language selection for input code type JSON
    
    * lint as json when type is json
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ea6a7f7 View commit details
    Browse the repository at this point in the history
  40. Add SET NULL to directus_files.uploaded_by constraint (directus#9305)

    * add set null to directus_files constraint
    
    * SET NULL on created_by and modified_by
    
    * "user_created" and "user_updated" => SET NULL
    
    * SET NULL on collections optional system fields
    
    * fixed dropColumn()
    
    * Add line breaks, cause little OCD
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2a0ea8d View commit details
    Browse the repository at this point in the history
  41. Update translation icon in interface selector (directus#9292)

    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    69957b5 View commit details
    Browse the repository at this point in the history
  42. Map layout and interface improvements (directus#9288)

    * Map layout and interface improvements
    * Fix marker not showing up on geocoder search
    * Replaced geocoder search placeholder
    * Fix geocoder hit area
    * Fix item popup positioning
    * Removed unselect button
    * Removed "No results" popup
    * Removed option to filter map on demand vs automatically
    * Renamed Geometry field option
    * Added placeholder to template option
    * Hide "Delete" button when no feature are selected
    
    * Lint fix
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c02fb7d View commit details
    Browse the repository at this point in the history
  43. add content and fix broken links (directus#9321)

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1d08cf1 View commit details
    Browse the repository at this point in the history
  44. Fix issues with fields config (directus#9324)

    * Fix issues with fields config
    
    * Fix /fields endpoint return type for alias fields
    
    * Fix display selection in relational interfaces
    Nitwel authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c381369 View commit details
    Browse the repository at this point in the history
  45. fixes many dead links (directus#9325)

    jamescammarano authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    58a8d91 View commit details
    Browse the repository at this point in the history
  46. New Crowdin updates (directus#9326)

    * Update source file en-US.yaml
    
    * New translations en-US.yaml (Portuguese, Brazilian)
    
    * New translations en-US.yaml (Spanish, Chile)
    
    * New translations en-US.yaml (Thai)
    
    * New translations en-US.yaml (Spanish, Latin America)
    
    * New translations en-US.yaml (Russian)
    
    * New translations en-US.yaml (Polish)
    
    * New translations en-US.yaml (Chinese Simplified)
    
    * New translations en-US.yaml (French)
    
    * New translations en-US.yaml (Spanish)
    
    * New translations en-US.yaml (Arabic)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Catalan)
    
    * New translations en-US.yaml (Danish)
    
    * New translations en-US.yaml (German)
    
    * New translations en-US.yaml (Hungarian)
    
    * New translations en-US.yaml (Italian)
    
    * New translations en-US.yaml (Slovenian)
    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    21decb6 View commit details
    Browse the repository at this point in the history
  47. Added supported function to geometryHelper, added geometrySupport to …

    …serverinfo (directus#9290)
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d0e50c8 View commit details
    Browse the repository at this point in the history
  48. fix lint warnings (directus#9287)

    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    57b6164 View commit details
    Browse the repository at this point in the history
  49. Fixes broken docs links (directus#9327)

    * a few more dead links
    
    * one last link set
    
    * fixed bad link
    jamescammarano authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4e35549 View commit details
    Browse the repository at this point in the history
  50. filter files by folder when a folder is specified (directus#9285)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    69ec46c View commit details
    Browse the repository at this point in the history
  51. Prevent file input preloading drawer (directus#9282)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f5e9a1c View commit details
    Browse the repository at this point in the history
  52. improve disabled interface selector style (directus#9281)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    678890e View commit details
    Browse the repository at this point in the history
  53. Fix: disable sort field for singleton collections (directus#9270)

    * disable sort for singleton collections
    
    * fix modify sort then activate singleton
    joselcvarela authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    fce684e View commit details
    Browse the repository at this point in the history
  54. Fixed nullable and unique disabled check (directus#9269)

    Oreilles authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    32dd04d View commit details
    Browse the repository at this point in the history
  55. Context menu improvements (directus#9271)

    * add focusout to close context menus
    
    * add "Edit collection" to collections context menu
    
    * disable context menu when nothing to show
    
    * remove obsolete code
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    379d828 View commit details
    Browse the repository at this point in the history
  56. fix(graphql): remove __typename from selection nodes when present (di…

    …rectus#9318)
    
    * fix(graphql): remove __typename from selection nodes when present
    
    * fix: cast selectionNode to FieldNode in filter callback
    8byr0 authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2441b67 View commit details
    Browse the repository at this point in the history
  57. New translations en-US.yaml (Italian) (directus#9330)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1bbc4d2 View commit details
    Browse the repository at this point in the history
  58. New translations en-US.yaml (Arabic) (directus#9332)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    102dbd0 View commit details
    Browse the repository at this point in the history
  59. New translations en-US.yaml (Breton) (directus#9335)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0ead413 View commit details
    Browse the repository at this point in the history
  60. fix m2a not savable (directus#9349)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3e32251 View commit details
    Browse the repository at this point in the history
  61. Translations interface fix (directus#9333)

    * Translations interface fix
    
    Fixes issue
    
    * Translations interface fix (2)
    d1rOn authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0088371 View commit details
    Browse the repository at this point in the history
  62. Fix eslint warnings (directus#9357)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    11a3535 View commit details
    Browse the repository at this point in the history
  63. Fixes broken links in the documentation (directus#9354)

    * broken links
    
    * more broken links
    
    * last but not least
    jamescammarano authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    50af846 View commit details
    Browse the repository at this point in the history
  64. Update dependency @types/sharp to v0.29.3 (directus#9352)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f7aa1ff View commit details
    Browse the repository at this point in the history
  65. Fix nullable boolean (directus#8497)

    * nullable boolean can now be set to null again after it weas true or false
    
    * Implementation changed to Composition API
    
    * Implementation changed to Composition API
    
    * fixed formatting issues
    
    * fixed formatting issues
    
    * fixed formatting issues
    
    * fixed formatting issues
    
    * run linters on branch
    
    * run linters on branch
    
    * run linters on branch
    
    * run linters on branch
    
    * fixed formatting issues
    
    * changes to checkbox interface reverted
    
    * changes to checkbox interface reverted
    
    * Update boolean.vue
    paulboudewijn authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2bb7709 View commit details
    Browse the repository at this point in the history
  66. Fix date on sqlite (directus#7774)

    * fix date on sqlite
    
    * remove unused imports
    
    * rename KnexSpatial to KnexDate
    
    Co-authored-by: Jose Varela <joselcvarela@gmail.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    feca672 View commit details
    Browse the repository at this point in the history
  67. New translations en-US.yaml (Polish) (directus#9361)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5e36920 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    90a43cf View commit details
    Browse the repository at this point in the history
  69. Update gatsby monorepo to v4.1.0 (directus#9367)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4b7ac81 View commit details
    Browse the repository at this point in the history
  70. remove default color options from labels display (directus#9362)

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    79957d8 View commit details
    Browse the repository at this point in the history
  71. Translate system fields when creating new collections (directus#8104)

    * translate system fields when create collections
    
    * handle '$t:' translations only on interface
    
    Co-authored-by: Jose Varela <joselcvarela@gmail.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    affdf1c View commit details
    Browse the repository at this point in the history
  72. Update vue monorepo to v3.2.21 (directus#9341)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ea7c509 View commit details
    Browse the repository at this point in the history
  73. Update dependency mime to v2.6.0 (directus#9370)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    93906ee View commit details
    Browse the repository at this point in the history
  74. Update dependency marked to v3.0.8 (directus#9359)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    52424a7 View commit details
    Browse the repository at this point in the history
  75. Update dependency openid-client to v5 (directus#9202)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2b071f4 View commit details
    Browse the repository at this point in the history
  76. add live chat to public docs (directus#9373)

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    fb5bf0b View commit details
    Browse the repository at this point in the history
  77. Docs live chat tweak (directus#9374)

    * add live chat to public docs
    
    * moving snippet to correct element
    
    Co-authored-by: Ben Haynes <ben@rngr.org>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    603fb07 View commit details
    Browse the repository at this point in the history
  78. Fix condition to translate directus collections (directus#9353)

    * Fix condition to translate directus collections
    
    * Check whether collection belongs to 'directus_collections'
    
    Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
    
    Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3e04434 View commit details
    Browse the repository at this point in the history
  79. Update dependency knex to v0.95.13 (directus#9378)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    11cbc18 View commit details
    Browse the repository at this point in the history
  80. Update dependency @types/ldapjs to v2.2.2 (directus#9377)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2200daf View commit details
    Browse the repository at this point in the history
  81. Set user token as unique (directus#9381)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    05b6af6 View commit details
    Browse the repository at this point in the history
  82. Update users.md (directus#9382)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    146a038 View commit details
    Browse the repository at this point in the history
  83. Update dependency mime to v3 (directus#9380)

    renovate[bot] authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    26a7596 View commit details
    Browse the repository at this point in the history
  84. New translations en-US.yaml (Russian) (directus#9388)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6f4e864 View commit details
    Browse the repository at this point in the history
  85. New translations en-US.yaml (Bulgarian) (directus#9402)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    37a4a29 View commit details
    Browse the repository at this point in the history
  86. New translations en-US.yaml (Bulgarian) (directus#9405)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a874fff View commit details
    Browse the repository at this point in the history
  87. New translations en-US.yaml (Bulgarian) (directus#9409)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4219ce3 View commit details
    Browse the repository at this point in the history
  88. New translations en-US.yaml (Bulgarian) (directus#9413)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    77d5fdc View commit details
    Browse the repository at this point in the history
  89. New translations en-US.yaml (Bulgarian) (directus#9415)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a1d2349 View commit details
    Browse the repository at this point in the history
  90. Enhance comments in CI workflow (directus#9408)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    fcab1fc View commit details
    Browse the repository at this point in the history
  91. Fix hover effect on o2m and m2a lists (directus#9412) (directus#9414)

    Toilal authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    965c752 View commit details
    Browse the repository at this point in the history
  92. Added user rebinding on reconnect in LDAP (directus#9339)

    * Added reconnect handling code for LDAP
    
    * Update api/src/auth/drivers/ldap.ts
    
    * Improved error handling
    
    * Updated re-bind so we can await it when required
    
    * Added bind check before operations to ensure client has user
    
    * Cleaned up reconnect handling in LDAP
    
    * Minor cleanup
    
    * Minor cleanup
    aidenfoxx authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    bbd8fb3 View commit details
    Browse the repository at this point in the history
  93. Link to all (open & closed) issues in bug report (directus#9394)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8ec0ce3 View commit details
    Browse the repository at this point in the history
  94. fix corresponding field name (directus#9393)

    joselcvarela authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    031da16 View commit details
    Browse the repository at this point in the history
  95. Update config-options.md (directus#9218)

    * Update config-options.md
    
    * Update config-options.md
    aidenfoxx authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4b3d4cc View commit details
    Browse the repository at this point in the history
  96. Update dependency pinia to v2.0.1 (directus#9428)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f00cfcb View commit details
    Browse the repository at this point in the history
  97. Fixed SET NULL on directus_files for MSSQL (directus#9425)

    * fixed migration on mssql
    
    * removed useless migration
    jamescammarano authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5df7da5 View commit details
    Browse the repository at this point in the history
  98. Use primary key as default sort in map layout (directus#9403)

    Oreilles authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6ff630c View commit details
    Browse the repository at this point in the history
  99. Move renovate config into .github (directus#9404)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    77b925d View commit details
    Browse the repository at this point in the history
  100. remove module and collection overrides from role

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0866d92 View commit details
    Browse the repository at this point in the history
  101. Update fullcalendar monorepo to v5.10.1 (directus#9386)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a5a6b29 View commit details
    Browse the repository at this point in the history
  102. Update dependency tinymce to v5.10.1 (directus#9385)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    52f5acc View commit details
    Browse the repository at this point in the history
  103. Add placeholder to Language Indicator Field for first Translations se…

    …tup (directus#9337)
    
    * Hide Language Indicator Field initially
    
    * fix lint error
    
    * revert hiding languageFIeld & add placeholder
    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e0d0436 View commit details
    Browse the repository at this point in the history
  104. Fix related value for alias typed fields (directus#9210) (directus#9401)

    Toilal authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1106a5c View commit details
    Browse the repository at this point in the history
  105. Allow dynamic user variables to be used with filter rules (cont.) (di…

    …rectus#9376)
    
    * Move permissions extraction to accountability
    
    * Fix permissions retrieval for public user
    
    * Fetch user / role context in permissions middleware
    
    * Remove unnecessary parseFilter
    
    * Rename schemaCache to systemCache
    
    * Add permissions caching
    
    * Add system cache invalidation on permission changes
    
    * Improve caching perf by reducing scope
    
    * Add note to docs
    
    * Clarify compatibility with conditional fields/filters
    
    * Fix lint warning
    
    * Allow nested vars in system-filter-input
    
    * Add custom getter function that resolves arrays
    
    * Add is-dynamic-variable util
    
    * Export new util
    
    * Cleanup parse filter
    
    * Fix build
    
    * Move debounce up to use-items
    
    * Remove unused prop
    
    * 🧹
    
    * Fix input pattern usage w/ vars
    
    * Remove debounce from search-input, increase throttle
    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5e06de0 View commit details
    Browse the repository at this point in the history
  106. Update dependency pinia to v2.0.2 (directus#9436)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2251279 View commit details
    Browse the repository at this point in the history
  107. Rework hook registration (directus#8027)

    * Rework hook registration
    
    * Remove event and action fields from hook payloads
    
    * Move "error" action to "request.error" filter
    
    * Emit meta and context objects in filters and actions
    
    * Run filters sequentially
    
    * Update hook templates
    
    * Fix CLI hook test
    
    * Also emit `<collection>.items.crud` when emitting `items.crud`.
    
    * Update hook docs
    
    Co-authored-by: Oreilles <oreilles.github@nitoref.io>
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    3 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b9fd2ab View commit details
    Browse the repository at this point in the history
  108. Fix duplicate hubspot injection (directus#9437)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    735912d View commit details
    Browse the repository at this point in the history
  109. Clean up API exports (directus#9418)

    * Move API entrypoint to typescipt
    
    * Remove explicit cli exort from API
    
    The "./*" export should export all subpaths, so explicitly exporting the cli shouldn't be necessary.
    
    * Remove dedicated start script from API
    
    This script isn't even included in the final npm package and it's only used by the test Dockerfile.
    nickrum authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b2b0d15 View commit details
    Browse the repository at this point in the history
  110. Tweak project-settings page (directus#9440)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    055be9a View commit details
    Browse the repository at this point in the history
  111. New Crowdin updates (directus#9442)

    * New translations en-US.yaml (Serbian (Latin))
    
    * New translations en-US.yaml (Portuguese, Brazilian)
    
    * New translations en-US.yaml (Spanish, Chile)
    
    * New translations en-US.yaml (Thai)
    
    * New translations en-US.yaml (Breton)
    
    * New translations en-US.yaml (Spanish, Latin America)
    
    * New translations en-US.yaml (Russian)
    
    * New translations en-US.yaml (Polish)
    
    * New translations en-US.yaml (Swedish)
    
    * New translations en-US.yaml (Estonian)
    
    * New translations en-US.yaml (Chinese Simplified)
    
    * New translations en-US.yaml (French)
    
    * New translations en-US.yaml (Finnish)
    
    * New translations en-US.yaml (Spanish)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Catalan)
    
    * New translations en-US.yaml (Danish)
    
    * New translations en-US.yaml (German)
    
    * New translations en-US.yaml (Hungarian)
    
    * New translations en-US.yaml (Italian)
    
    * New translations en-US.yaml (Lithuanian)
    
    * New translations en-US.yaml (Dutch)
    
    * New translations en-US.yaml (Slovenian)
    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3af7b14 View commit details
    Browse the repository at this point in the history
  112. Rename Collections Modules to Content Module (directus#9441)

    * Rename collections->content module
    
    * Replace collection name
    
    * Replace some loose ends
    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    66ec54d View commit details
    Browse the repository at this point in the history
  113. Add exports fields to all packages (directus#9443)

    nickrum authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d8fa6fc View commit details
    Browse the repository at this point in the history
  114. Rename activity->notifications module (directus#9446)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    015216b View commit details
    Browse the repository at this point in the history
  115. v9.0.0-rc.101

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    acf194c View commit details
    Browse the repository at this point in the history
  116. Update changelog.md

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3ca3aad View commit details
    Browse the repository at this point in the history
  117. New translations en-US.yaml (Italian) (directus#9458)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c2892a9 View commit details
    Browse the repository at this point in the history
  118. New translations en-US.yaml (Italian) (directus#9472)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b1e063f View commit details
    Browse the repository at this point in the history
  119. New translations en-US.yaml (Italian) (directus#9476)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    93ac427 View commit details
    Browse the repository at this point in the history
  120. Resolve calendar link to detail page (directus#9477)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6acd810 View commit details
    Browse the repository at this point in the history
  121. Remove leading slash

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d4a31ba View commit details
    Browse the repository at this point in the history
  122. Group Renovate updates & schedule weekly (directus#9479)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c8aaace View commit details
    Browse the repository at this point in the history
  123. Fix invalid collection for Interface Display Template for M2M relatio…

    …nships (directus#9420)
    
    * Fix invalid collection for Interface Display Template (directus#9419)
    
    * use o2m ollection on m2m interface
    
    * apply same fix on files
    
    Co-authored-by: Jose Varela <joselcvarela@gmail.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    604c485 View commit details
    Browse the repository at this point in the history
  124. SDK: refactor constructors (directus#9080)

    * refactor: more intuitive interfaces
    
    * refactor: simpler refresh
    before: on every request we were debouncing a refresh request
    after: call refresh only once before now() + 'expires'
    
    * refactor: prefix on base storage
    
    * fixup! refactor: simpler refresh before: on every request we were debouncing a refresh request after: call refresh only once before now() + 'expires'
    
    * refactor: simpler axios transport
    before: handle auth headers
    after: auth headers are handled on directus instance
    
    * refactor: simpler usage of Directus constructor
    
    * fixup! refactor: simpler refresh before: on every request we were debouncing a refresh request after: call refresh only once before now() + 'expires'
    
    * refactor: fix tests based on previous changes
    
    * refactor: better auth constructor
    before: depends on SDK instance
    after: depends on Transport and Storage instance
    
    * accept staticToken from auth
    
    * make transport and storage as optional on options
    
    * fix type auth refresh
    
    * simplify transport
    
    * fix test for previous changes
    
    * improve auth class
    
    * revert some IAuth props because tests
    
    * allow to force memory of localstorage on storage
    
    * add tests for previous change
    
    * document everything and simplify some things
    
    * fix override headers on request
    
    * better name typing
    
    * fix private axios
    
    * removed boolean from CLI auth.refresh()
    
    * fix missing url in some examples
    
    * soem grammar updates
    
    Co-authored-by: Jay Cammarano <jay.cammarano@gmail.com>
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    3 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1304378 View commit details
    Browse the repository at this point in the history
  125. Fixing some type errors in app (directus#9466)

    * Fixing some type errors in app
    
    * Remove unused import
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1cabfee View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    82dccfb View commit details
    Browse the repository at this point in the history
  127. fix docs homepage header responsiveness (directus#9450)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6454af0 View commit details
    Browse the repository at this point in the history
  128. New translations en-US.yaml (Italian) (directus#9482)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    9d95fa1 View commit details
    Browse the repository at this point in the history
  129. Fix nested system-interface-options usage (directus#9483)

    * Improve null check in list
    
    * Fix options syncing in system-interface-options
    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2a5a4ed View commit details
    Browse the repository at this point in the history
  130. Fix m2a relations on editing field (directus#9484)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    877be2d View commit details
    Browse the repository at this point in the history
  131. Fix presentation-links interfaces (directus#9485)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    78ee43e View commit details
    Browse the repository at this point in the history
  132. fix docs about sdk refactor (directus#9486)

    joselcvarela authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8826850 View commit details
    Browse the repository at this point in the history
  133. Clarify hook register function parameter descriptions in docs (direct…

    …us#9489)
    
    * Clarify hook register function parameter descriptions in docs
    
    * Update package-lock.json
    
    * Update docs/extensions/hooks.md
    
    Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
    
    Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    746c2b2 View commit details
    Browse the repository at this point in the history
  134. Schedule Renovate on a daily basis for now (directus#9488)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    01c2cb6 View commit details
    Browse the repository at this point in the history
  135. Use hash instead of random for default index name (directus#9448)

    * [Fix]: Use hash instead of random for default index name
    
    * Move hash function to separate util file
    
    * Reduce max size of index name to 60 from 64
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7ec2d0e View commit details
    Browse the repository at this point in the history
  136. Remove collection listing option from role settings (directus#9490)

    * Fixes directus#8920
    
    * Revert changes in seeds / migrations
    
    * Add new migration to drop column
    
    Co-authored-by: Yannick Mol <yannick@molmediasolutions.nl>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4cd34f3 View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    5c219f6 View commit details
    Browse the repository at this point in the history
  138. New Crowdin updates (directus#9493)

    * Update source file en-US.yaml
    
    * New translations en-US.yaml (Serbian (Latin))
    
    * New translations en-US.yaml (Portuguese, Brazilian)
    
    * New translations en-US.yaml (Indonesian)
    
    * New translations en-US.yaml (Persian)
    
    * New translations en-US.yaml (Spanish, Chile)
    
    * New translations en-US.yaml (Thai)
    
    * New translations en-US.yaml (Breton)
    
    * New translations en-US.yaml (Chinese Traditional)
    
    * New translations en-US.yaml (Spanish, Latin America)
    
    * New translations en-US.yaml (Russian)
    
    * New translations en-US.yaml (Polish)
    
    * New translations en-US.yaml (Portuguese)
    
    * New translations en-US.yaml (Swedish)
    
    * New translations en-US.yaml (Turkish)
    
    * New translations en-US.yaml (Estonian)
    
    * New translations en-US.yaml (Vietnamese)
    
    * New translations en-US.yaml (Chinese Simplified)
    
    * New translations en-US.yaml (French)
    
    * New translations en-US.yaml (Finnish)
    
    * New translations en-US.yaml (Spanish)
    
    * New translations en-US.yaml (Arabic)
    
    * New translations en-US.yaml (Bulgarian)
    
    * New translations en-US.yaml (Catalan)
    
    * New translations en-US.yaml (Czech)
    
    * New translations en-US.yaml (Danish)
    
    * New translations en-US.yaml (German)
    
    * New translations en-US.yaml (Hungarian)
    
    * New translations en-US.yaml (Italian)
    
    * New translations en-US.yaml (Japanese)
    
    * New translations en-US.yaml (Korean)
    
    * New translations en-US.yaml (Lithuanian)
    
    * New translations en-US.yaml (Dutch)
    
    * New translations en-US.yaml (Slovenian)
    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3635499 View commit details
    Browse the repository at this point in the history
  139. Clean up interface options type (directus#9447)

    nickrum authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3153f2c View commit details
    Browse the repository at this point in the history
  140. Move union query application to applyQuery, fix where clause (directu…

    …s#9494)
    
    * Move union query application to applyQuery, fix where clause
    
    Fixes directus#9228
    
    * Handle case where union IDs length = 0
    
    * Return modified db query
    
    * Apply union last
    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3835533 View commit details
    Browse the repository at this point in the history
  141. Don't show all migrations logged on init (directus#9496)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    89f0b41 View commit details
    Browse the repository at this point in the history
  142. Small fixes for Hooks documentation (directus#9497)

    Remove erroneous closing bracket and remove index position from input as it should be an object in this context, not an array.
    tylerforesthauser authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7b74519 View commit details
    Browse the repository at this point in the history
  143. Prevent negative hashes from being generated (directus#9501)

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    499bb3e View commit details
    Browse the repository at this point in the history
  144. Properly handle M2A fields in fieldStore and useFieldTree (directus#9432

    )
    
    * Properly handle M2A fields in fieldStore and useFieldTree
    
    * Fix addNode
    
    * Rewrote use-field-tree
    
    * Remember visited paths
    
    * Fix error whith undefined relation.meta
    Oreilles authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f00f6d5 View commit details
    Browse the repository at this point in the history
  145. Fix importing the SDK from a Node ESM environment (directus#9502)

    nickrum authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    9787de7 View commit details
    Browse the repository at this point in the history
  146. Update geometric types and patch new field flow. (directus#9397)

    * Update geometric types and patch new field flow.
    
    * Add migration
    
    * Fixed migrations
    
    * Also fixed migrations
    
    * Update migration ID
    
    * Cleanup type selector a bit
    
    * Add missing fallback interface/display for new types
    
    Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d765cef View commit details
    Browse the repository at this point in the history
  147. v9.0.0

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    88d84c3 View commit details
    Browse the repository at this point in the history
  148. Update changelog.md

    rijkvanzanten authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b357af7 View commit details
    Browse the repository at this point in the history
  149. Revert "Schedule Renovate on a daily basis for now (directus#9488)" (d…

    …irectus#9508)
    
    This reverts commit 42512b8.
    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    18b6e5b View commit details
    Browse the repository at this point in the history
  150. Update Docker installation documentation (directus#9514)

    * Reflect new stable version and available Docker tags
    * Clean-up
    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    24b70f5 View commit details
    Browse the repository at this point in the history
  151. Add note about Directus version in bug report (directus#9517)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    98fae6e View commit details
    Browse the repository at this point in the history
  152. Remove quotes on string values for raw display (directus#9522)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e0ae926 View commit details
    Browse the repository at this point in the history
  153. fix repeater field names title format (directus#9504)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6931fe2 View commit details
    Browse the repository at this point in the history
  154. Remove note about RC in the readme (directus#9513)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    433febf View commit details
    Browse the repository at this point in the history
  155. Update package-lock.json & fix warning from eslint (directus#9509)

    * Update package-lock.json
    
    To reflect latest release
    
    * Fix warning from eslint
    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    51bceba View commit details
    Browse the repository at this point in the history
  156. Include the ESM entrypoint when publishing to npm (directus#9535)

    nickrum authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    815d9f9 View commit details
    Browse the repository at this point in the history
  157. divider title placeholder (directus#9532)

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1e3a44a View commit details
    Browse the repository at this point in the history
  158. Fix missing and wrong translations (directus#9537)

    dimitrov-adrian authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e663820 View commit details
    Browse the repository at this point in the history
  159. add installation to docs homepage

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    005f9ae View commit details
    Browse the repository at this point in the history
  160. add translated field docs

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    87be8c6 View commit details
    Browse the repository at this point in the history
  161. formatting

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    833bbe5 View commit details
    Browse the repository at this point in the history
  162. Data model dense (directus#9558)

    * remove extra popup padding
    
    * tweak sidebar spacing
    
    * use dense on data model collection listing
    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e02f587 View commit details
    Browse the repository at this point in the history
  163. small text update (directus#9554)

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7d864b9 View commit details
    Browse the repository at this point in the history
  164. Minor docs fixes (directus#9553)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    891192a View commit details
    Browse the repository at this point in the history
  165. Fix lose data on M2M (directus#9548)

    * save initial items of m2m relation
    
    * merge initial, draft and selected on new selection
    joselcvarela authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    342a7d7 View commit details
    Browse the repository at this point in the history
  166. Update NPM dependencies (non-major) (directus#9506)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    33978ff View commit details
    Browse the repository at this point in the history
  167. fix elements z-index higher than app header bar (directus#9530)

    azrikahar authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8de0bc6 View commit details
    Browse the repository at this point in the history
  168. selector for override (directus#9562)

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8a8dca2 View commit details
    Browse the repository at this point in the history
  169. Fix pr title for major updates from renovate (directus#9594)

    paescuj authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    33030ea View commit details
    Browse the repository at this point in the history
  170. update in-app docs nav (directus#9610)

    * update in-app docs nav
    
    * remove section from in-app docs
    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    092c42a View commit details
    Browse the repository at this point in the history
  171. fix in-app docs homepage (directus#9611)

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b82a29b View commit details
    Browse the repository at this point in the history
  172. fixes: directus#9568 (directus#9612)

    benhaynes authored and Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    cbd9c2b View commit details
    Browse the repository at this point in the history
  173. added switch

    Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5ff291e View commit details
    Browse the repository at this point in the history
  174. merge conflict

    Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0682dbf View commit details
    Browse the repository at this point in the history
  175. small bug fixes and stacked layout support

    Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    135f392 View commit details
    Browse the repository at this point in the history
  176. added Alpha config to color inteface

    Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    25dacb8 View commit details
    Browse the repository at this point in the history
  177. set default val of showAlpha

    Armen Danielyan committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e5dea9c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. removed alpha switch

    Armen Danielyan committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    df180f8 View commit details
    Browse the repository at this point in the history
  2. added slider bg

    Armen Danielyan committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0539966 View commit details
    Browse the repository at this point in the history
  3. slider css fix for safari

    Armen Danielyan committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    32bcab1 View commit details
    Browse the repository at this point in the history
  4. slider rounded edges

    Armen Danielyan committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    bb1f066 View commit details
    Browse the repository at this point in the history
  5. slider rounded edges

    Armen Danielyan committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    67483b7 View commit details
    Browse the repository at this point in the history
  6. slider rounded edges

    Armen Danielyan committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ed6489e View commit details
    Browse the repository at this point in the history
  7. slider rounded edges

    Armen Danielyan committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8037004 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. padding for slider

    Armen Danielyan committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1997166 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:directus/directus into color-with-a…

    …lpha
    Armen Danielyan committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2306fbf View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. renamed Allow Alpha to Opacity

    Armen Danielyan committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    49df9f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Update app/src/interfaces/select-color/select-color.vue

    Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
    adanielyan and rijkvanzanten committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    02d65e7 View commit details
    Browse the repository at this point in the history
  2. Update app/src/interfaces/select-color/select-color.vue

    Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
    adanielyan and rijkvanzanten committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    cba0b58 View commit details
    Browse the repository at this point in the history
  3. implemented suggestions made by @rijkvanzanten

    Armen Danielyan committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    de9ed5d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    680ca4f View commit details
    Browse the repository at this point in the history