Commit Graph

10030 Commits

Author SHA1 Message Date
Ankit Chhatbar
4d406ec165 Hide import if create is not allowed (#13126)
* Hide import if create is not allowed

* Implemented suggestions

* Removed unused import

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-05-09 20:06:52 +00:00
Brainslug
15d8e86c64 fetching id's for nested relations in the o2m interface (#13151)
* initial working fix for #13042 and #13058

* found an existing utility function that does exactly what was needed

* Apply O2M fields fix for similar interfaces
2022-05-09 15:53:16 -04:00
Azri Kahar
f638004d12 fix sort field not updating in export sidebar (#13133)
* fix sort field not updating in export sidebar

* handle edge case better
2022-05-09 15:18:45 -04:00
Rijk van Zanten
16982cfb18 New Crowdin updates (#13193)
* New translations en-US.yaml (Spanish, Chile)

* New translations en-US.yaml (Spanish, Latin America)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (French, Canada)
2022-05-09 19:18:03 +00:00
Aiden Foxx
ccd5c39301 Display error message on OAuth errors (#13184)
* Display error message on oauth errors, and notify about incorrect provider

* Updated copy

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-05-09 15:14:11 -04:00
Rijk van Zanten
a36c7eabeb Use json parser wrapper function to prevent pollution attacks (#13191) 2022-05-09 14:57:38 -04:00
Azri Kahar
ae2024147f Fix WYSIWYG being disabled due to loading (#13147) 2022-05-09 12:58:46 -04:00
Brainslug
d2ef2080b4 fixes nested groups filtering out its parents values (#13158) 2022-05-09 12:42:46 -04:00
Rijk van Zanten
98f9d5c43d Update gatsby-source-directus subpackages (#13190) 2022-05-09 12:28:15 -04:00
Rijk van Zanten
c6682194be Reset refresh promise after catch (#13189)
Fixes #13181
2022-05-09 11:46:01 -04:00
Rijk van Zanten
acab4eef35 Fix aliases (#13186)
* Fix REST alias usage

* Properly fix aliases
2022-05-09 10:58:45 -04:00
Rijk van Zanten
f5691e0f2f New translations en-US.yaml (Italian) (#13182) 2022-05-09 10:46:08 +00:00
Rijk van Zanten
bc85b74dff New translations en-US.yaml (Bulgarian) (#13178) 2022-05-09 08:15:50 +00:00
Rijk van Zanten
e966e7c045 New translations en-US.yaml (Bulgarian) (#13177) 2022-05-09 07:44:35 +00:00
Rijk van Zanten
b0217a99f7 New translations en-US.yaml (French) (#13176) 2022-05-08 17:42:32 +00:00
Rijk van Zanten
0292102d41 New translations en-US.yaml (French) (#13175) 2022-05-08 16:39:51 +00:00
Rijk van Zanten
30cce8f08b New translations en-US.yaml (Spanish) (#13156) 2022-05-06 12:30:58 +00:00
Rijk van Zanten
1d7444fe03 New translations en-US.yaml (Spanish) (#13154) 2022-05-06 11:53:15 +00:00
Rijk van Zanten
47d85287ad New translations en-US.yaml (Spanish) (#13152) 2022-05-06 11:27:23 +00:00
Rijk van Zanten
7573a84521 New translations en-US.yaml (Ukrainian) (#13134) 2022-05-05 11:32:12 +00:00
Rijk van Zanten
1ec4fe165b New translations en-US.yaml (Chinese Traditional) (#13127) 2022-05-05 00:45:02 +00:00
Rijk van Zanten
08ae3b288e New translations en-US.yaml (Bulgarian) (#13123) 2022-05-04 17:08:00 +00:00
Rijk van Zanten
42ad585164 New translations en-US.yaml (Bulgarian) (#13116) 2022-05-04 16:13:42 +00:00
Ben Haynes
4ee01ddac8 Update to <br /> to fix formatting 2022-05-04 12:04:23 -04:00
Azri Kahar
2bac585657 Fix auto generated field keys not being reset (#13102) 2022-05-04 10:02:12 -04:00
Azri Kahar
deb2777b04 Show collection key instead of name in Data Model (#13103) 2022-05-04 10:01:05 -04:00
Brainslug
34b6433545 fixes 13095 error on slider component for value between accepted steps (#13108) 2022-05-04 09:57:51 -04:00
Azri Kahar
bc85035115 fix pasted slug not turning spaces to separators (#13112) 2022-05-04 09:55:28 -04:00
Rijk van Zanten
a9f4a54d9f New translations en-US.yaml (Polish) (#13110) 2022-05-04 09:27:39 +00:00
Rijk van Zanten
2c93f256f6 Update source file en-US.yaml (#13101) 2022-05-03 17:41:47 +00:00
rijkvanzanten
bdd5d0d2e9 v9.10.0 2022-05-03 13:08:13 -04:00
rijkvanzanten
e3a7a7d887 v9.10.0 v9.10.0 2022-05-03 13:05:54 -04:00
rijkvanzanten
c49a9def89 Update package-lock 2022-05-03 13:03:42 -04:00
Rijk van Zanten
f03e2e4256 Add local export capability (#13099)
* Add local export capability

* Add local download capability to every layout

* Use queried fields in export logic

* Update tooltip text
2022-05-03 12:58:44 -04:00
Azri Kahar
ad46bfef51 Fix graphql schema for m2o fields without permissions to related collection (#13015)
* fix graphql schema for m2o fields

* add e2e tests for graphql m2o & o2m

* remove unused code

* fix mariadb json error

* attempt to fix oracle

* possibly fix graphql m2o queries
2022-05-03 12:51:12 -04:00
tenebrius
62d8224af9 Convert OAuth identifier to string before calling toLowerCase (#13067)
* Convert identifier to string before calling toLowerCase

Fixes [#13066](#https://github.com/directus/directus/issues/13066)

* allow numbers for indentifier in oauth and openid user profile

* typescript fix

* handle case if email is not string

Co-authored-by: Aiden Foxx <aiden.foxx.mail@gmail.com>

* typescript fix

Co-authored-by: Aiden Foxx <aiden.foxx.mail@gmail.com>

Co-authored-by: Aiden Foxx <aiden.foxx.mail@gmail.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-05-03 10:35:47 -04:00
Nicola Krumschmidt
aeb919ba7f Update knex to version 2.0.0 (#13051)
* Update knex to version 2.0.0

Fixes #10842

* Remove unused optional dependencies

* Update sqlite3 to version 5.0.6

* Fix returning primary key when inserting items into database
2022-05-03 10:20:49 -04:00
Josh Soref
bd97667da4 spelling: extensionentrypoints (#13091)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2022-05-03 09:57:52 +02:00
Rijk van Zanten
8fed9fed7a New Crowdin updates (#13088)
* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Danish)

* New translations en-US.yaml (Italian)
2022-05-02 17:34:10 +00:00
Josh Soref
0b01923b0d Spelling (#13072) 2022-05-02 13:16:03 -04:00
Dmytro Cheglakov
325575d061 collections broken link fix (#13073) 2022-05-02 10:20:40 -04:00
Aiden Foxx
2feb47c629 Use older Oracle optimizer features for better data dictionary performance (#13076) 2022-05-02 10:19:30 -04:00
Rijk van Zanten
70570a5f75 New translations en-US.yaml (Greek) (#13063) 2022-04-29 13:32:24 +00:00
Rijk van Zanten
48ec65f46b New translations en-US.yaml (Greek) (#13062) 2022-04-29 13:12:48 +00:00
Azri Kahar
11f8fdb235 use transition to fix user avatar tooltip (#13038) 2022-04-28 08:10:56 -04:00
Azri Kahar
7f8eb2d926 fix naming & typo in CLI docs (#13037) 2022-04-28 05:51:23 +00:00
Rob Lee
b62456fca8 first attempt at nested sorting (#12084)
* first attempt at nested sorting

* pull out addJoin so it can be reused

* Move get-relation-info to file, add tests

* Extract get-column-path, add tests

* Little cleanup

* Prevent the regex from blowing up with malicious input

* Allow sorting on m2o fields in the tabular layout

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2022-04-27 15:02:10 -04:00
Aiden Foxx
a2d88149f3 Clarified auth docs (#13000)
* Clarified Auth docs

* Minor tweak

* Update docs/configuration/config-options.md

* Update docs/configuration/config-options.md

* Added oauth examples

* Added Apple config

* Rephrasing

* I can't spell

* Added notices

* Update docs/configuration/sso-configs.md

* Renamed SSO examples

* Minor tweak

* Added SSO examples link

* Update docs/configuration/config-options.md

* Update docs/configuration/config-options.md

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-04-27 10:06:38 -04:00
Rijk van Zanten
cbf7b54e28 Fix translations interface when using a single language (#13021)
Fixes #13017
2022-04-26 16:35:27 -04:00
rijkvanzanten
5d19120cf4 Force share generated perm set to read 2022-04-26 14:34:06 -04:00