Theraloss
430bd03b9d
fix new field group selection ( #9301 )
2021-11-01 10:20:39 -04:00
Jay Cammarano
ded3d4b141
workflow-dispatch added to e2e-tests.yml ( #9265 )
2021-10-30 17:11:36 -04:00
Oreille
e316948e5f
Removed invalid column in mssql schema inspector ( #9260 )
2021-10-30 15:24:43 -04:00
Aiden Foxx
192de4affa
Fixed Github oauth config ( #9256 )
2021-10-30 13:02:59 -04:00
Rijk van Zanten
41abc23922
Update package.json
v9.0.0-rc.100
2021-10-29 17:26:27 -04:00
Rijk van Zanten
58f1c7621f
Update package.json
2021-10-29 17:25:32 -04:00
Rijk van Zanten
5106b3759d
Update changelog.md
2021-10-29 14:41:55 -04:00
rijkvanzanten
7e1034d9d4
v9.0.0-rc.100
2021-10-29 14:40:05 -04:00
Rijk van Zanten
0912657271
Add CLI to exports ( #9241 )
2021-10-29 14:19:15 -04:00
Ben Haynes
3c0b1a9445
Merge branch 'main' of https://github.com/directus/directus into main
2021-10-29 12:32:15 -04:00
Ben Haynes
6ec467e1dc
Fixes for docs links
2021-10-29 12:32:02 -04:00
Oreille
088abac83b
Fix dynamic variables not working anymore in UUID filter ( #9180 )
...
* Fix $CURRENT_USER not working anymore in UUID filter
* $Handle CURRENT_ROLE too
2021-10-29 12:26:46 -04:00
Oreille
1a52c23761
Map interface improvements ( #9239 )
...
* Add tooltips on feature hover on the interface
* Add marker on geocoder search result
* Improve map interface style
2021-10-29 12:24:45 -04:00
Oreille
8df071a3a2
Fix generated columns being required. ( #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
2021-10-29 12:24:21 -04:00
renovate[bot]
bb9b8f5d36
Pin dependency @types/ldapjs to 2.2.1 ( #9238 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-29 16:11:05 +00:00
Theraloss
a682e89c95
Append access_token to images in WYSIWYG only once ( #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 >
2021-10-29 16:08:25 +00:00
Aiden Foxx
b7ee318e43
LDAP auth provider ( #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 >
2021-10-29 11:58:10 -04:00
Ben Haynes
f3c47ebf5d
broken database docs mirroring link
2021-10-29 10:57:51 -04:00
Jakob
15b875728b
Add configurable headers for webhooks ( #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 >
2021-10-29 10:52:44 -04:00
Ben Haynes
8587e2f8ff
update field flow styling
2021-10-29 10:16:40 -04:00
Azri Kahar
bab15d5258
tweak fallback interface selectors ( #9234 )
2021-10-29 10:08:25 -04:00
renovate[bot]
c14914046a
Update dependency vite-plugin-md to v0.11.4 ( #9206 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-29 15:22:12 +02:00
Ben Haynes
037fbd231a
Update popular links
2021-10-28 19:21:45 -04:00
Nicola Krumschmidt
3835635edc
Revert "Force renovate to use Node 16.13 ( #9209 )" ( #9219 )
2021-10-28 14:34:25 -04:00
Nicola Krumschmidt
136fd56f0a
Force renovate to use Node 16.13 ( #9209 )
2021-10-27 19:56:18 -04:00
renovate[bot]
3ee019d343
Update dependency @vitejs/plugin-vue to v1.9.4 ( #9181 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-27 18:40:27 -04:00
renovate[bot]
641ee9f97c
Update dependency simple-git-hooks to v2.7.0 ( #9195 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-27 18:32:52 -04:00
renovate[bot]
ccefbc5a0b
Update dependency pinia to v2.0.0 ( #9205 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-27 17:44:45 -04:00
renovate[bot]
22521e464d
Update dependency vite to v2.6.13 ( #9193 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-27 17:44:11 -04:00
Aiden Foxx
fc3e24be12
Clarified some oauth things in the docs ( #9203 )
2021-10-27 17:38:06 -04:00
Nicola Krumschmidt
eed8c0bf97
Export API dist folder at the root of the package path ( #9199 )
2021-10-27 17:37:26 -04:00
Jay Cammarano
29b0fb9b8b
Fixes broken links in docs ( #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
2021-10-27 17:22:43 -04:00
Oreille
eae002f38c
Fixed dynamic translations import. ( #9179 )
2021-10-27 20:23:19 +00:00
Oreille
2709e3ca6b
Always show folder icon for alias tables (folders) ( #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 >
2021-10-27 18:40:37 +00:00
Oreille
485641c7ec
Add folder, template, enableCreate, enableSelect options to the files interface ( #9184 )
2021-10-27 20:35:11 +02:00
Alexander
83349003e7
removed toLowerCase for dbSafe fields ( #9183 )
2021-10-27 12:42:16 -04:00
Nicola Krumschmidt
2934b6ca76
Clean up App base url replacement ( #9192 )
2021-10-27 12:33:26 -04:00
Nicola Krumschmidt
63ea5328ec
Clean up App type shims ( #9190 )
2021-10-27 12:32:56 -04:00
Nicola Krumschmidt
ba2f8750e9
Set no-cache header on extension sources ( #9186 )
...
This should hopefully fix caching issues some users were experiencing.
2021-10-27 12:31:57 -04:00
renovate[bot]
d4af01bf5a
Update dependency lint-staged to v11.2.6 ( #9175 )
2021-10-26 19:58:22 -04:00
renovate[bot]
0cccffe93a
Update dependency sass to v1.43.4 ( #9177 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 19:44:00 -04:00
renovate[bot]
f62675213d
Update dependency knex-schema-inspector to v1.6.4 ( #9159 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 21:20:22 +00:00
Aiden Foxx
b6cb3253f6
Added the provider to auth hooks ( #9059 )
...
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-10-26 15:36:08 -04:00
renovate[bot]
ccc8042df8
Update Node.js to v16.13.0 ( #9174 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 18:33:34 +00:00
Rijk van Zanten
cfe9d0ffb9
Re-add missing oauth docs ( #9170 )
2021-10-26 14:17:15 -04:00
renovate[bot]
cb23a5a0ff
Update dependency vite to v2.6.12 ( #9169 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 16:55:46 +00:00
renovate[bot]
76ba6f1bc6
Update dependency stylelint to v14.0.1 ( #9168 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 12:52:00 -04:00
Ben Haynes
2bb62f4663
Add padding to calendar layout event
2021-10-26 12:10:34 -04:00
rijkvanzanten
7d209aa571
Remove homepage redirect
2021-10-26 11:28:42 -04:00
rijkvanzanten
43cf4023b1
Fix link/method ref
2021-10-26 11:25:57 -04:00