Commit Graph

10030 Commits

Author SHA1 Message Date
Paul Boudewijn
deea6c787b Update iis.md (#8948)
the web.config example didn't work because the url value of the match element was not a valid regex.
2021-10-19 23:12:04 +00:00
Azri Kahar
2c0b61fdf3 add default preset for webhooks page (#8937)
* add default preset for webhooks page

* Apply suggestions from code review

* Update api/src/database/system-data/fields/webhooks.yaml

🤦🏻‍♂️

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-10-19 15:39:56 +00:00
Azri Kahar
1f34adc04b fix labels display for non-null empty value (#8938) 2021-10-19 11:35:26 -04:00
Azri Kahar
24c017184d show System Collections in empty Data Model page (#8936) 2021-10-19 11:30:43 -04:00
Azri Kahar
1ebd95519f hide folder-collections in permissions settings (#8939) 2021-10-19 11:20:04 -04:00
Ben Haynes
ac3e11ebb9 Tweak styling of the map layout (#8929)
* style updates

* update attribution styling
2021-10-18 20:19:40 -04:00
Rijk van Zanten
0b3dbff3d8 Fix missing display groups for file/image fields (#8927) 2021-10-18 16:30:39 -04:00
José Varela
331afb1b03 add schema to m2m and m2a (#8881)
since the API now expects a schema on body, we need to pass it in order to create respective tables
2021-10-18 12:42:51 -04:00
Sam Milledge
18d99a875a Fix settings page freeze when custom fields have a sort value (#8876) 2021-10-18 12:39:01 -04:00
Oreille
15aecbe438 Only unflatten item properties that needs to be unflattened (#8814)
* Only unflatten item properties that needs to be unflattened

* Delete leftover aggregate keys

* Update api/src/services/payload.ts

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-10-18 12:32:57 -04:00
Azri Kahar
e3aa9fae2a Fix slug input (#8888)
* allow arrow keys in slug input

* enable preserveTrailingDash for slug input
2021-10-18 12:14:50 -04:00
Azri Kahar
c88db66282 Fix "Show Hidden Collection" context menu in collections navigation (#8889)
* fix collection navigation for context menu hitbox

* fix "show hidden collections" in collection nav

* Fix overflow issues in large collection sets

Nothing a bit of flex-tape can't fix

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-10-18 16:14:24 +00:00
Azri Kahar
69d9e3adfc hydrate permissionsStore only if user has role (#8893) 2021-10-18 11:45:36 -04:00
ian
7c205fdec0 Set missing refresh timeout (#8880) 2021-10-18 11:42:46 -04:00
renovate[bot]
6e3a63df2b Update jest monorepo to v27.3.0 (#8918)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 15:33:32 +00:00
renovate[bot]
1a83faf7e5 Update fullcalendar monorepo to v5.10.0 (#8772)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 15:30:33 +00:00
Oreille
e68acf5f5c Map layout and interface improvements (#8908)
- Improved marker resolution
- Make the default maker green
- Reduce popup padding in layout
- Capitalize geometry related translations
- Hide geometry_format and geometry_type when disabled
- Set geocoder search bar background color to `--background-page`
- Rename Activate clustering to Cluster Nearby Data
- Default Cluster Nearby Data to `true`
- Update cluster colors to match Directus colors
2021-10-18 11:16:46 -04:00
renovate[bot]
f3400bb54d Update dependency ts-jest to v27.0.7 (#8915)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 11:02:42 -04:00
renovate[bot]
3e771b2bd4 Update dependency vite to v2.6.9 (#8916)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 11:02:30 -04:00
ian
6db9e0cd7d Fix field duplicate typo (#8879) 2021-10-17 21:45:39 +08:00
Rijk van Zanten
acb3c3cb4b Issue/8858 (#8864)
* Fix collections endpoint not filtering EXCLUDE env

Fixes #8858

* Tweak spacing for db-only section

* Make solution less error prone
2021-10-16 21:46:41 +00:00
Daniil Yastremskiy
752689d32a Add geo operators to FilterOperators type (#8863) 2021-10-16 21:38:58 +00:00
Rijk van Zanten
567ce00922 New Crowdin updates (#8852)
* New translations en-US.yaml (Romanian)

* New translations en-US.yaml (Romanian)

* New translations en-US.yaml (Serbian (Latin))
2021-10-16 12:06:11 -04:00
Rijk van Zanten
5b59bce3b7 Update changelog.md 2021-10-15 20:15:01 -04:00
rijkvanzanten
0dd0e1b1c1 v9.0.0-rc.98 v9.0.0-rc.98 2021-10-15 20:13:07 -04:00
rijkvanzanten
fe6cc3bc93 Fix recursive relation constraint for MSSQL 2021-10-15 20:01:21 -04:00
rijkvanzanten
21f4d3cdef Fix scope in docs nav 2021-10-15 19:41:35 -04:00
Rijk van Zanten
5cb5e5bf4f Fix refresh problems on background outdated tabs (#8850) 2021-10-15 23:28:54 +00:00
Nitwel
bcbc55cf43 preload tree for display template properly (#8849) 2021-10-15 23:06:29 +00:00
rijkvanzanten
362c751e47 Add scope prop to v-list-item 2021-10-15 18:40:43 -04:00
Nitwel
fc985fa90a fix scoping of v-list-group to the same as v-list (#8848) 2021-10-15 18:39:47 -04:00
rijkvanzanten
39b95c1710 Fix default fields on layout switch 2021-10-15 18:30:22 -04:00
Rijk van Zanten
03978bd672 Fix dashboards for non-admin users (#8847)
Fixes #8846
2021-10-15 18:28:51 -04:00
Alexander
c69d6e8a54 Update calendar fix with _between (#8843)
* fix 8824

* changed calendarFilter type

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-10-15 22:26:13 +00:00
Rijk van Zanten
2baec5efcf Update bug_report.yml 2021-10-15 18:16:22 -04:00
Nitwel
3afb13bcfd Fix translations display shown in m2m (#8844)
* fix translations display shown in m2m

* Update app/src/modules/settings/routes/data-model/field-detail/store.ts

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-10-15 22:00:42 +00:00
Rijk van Zanten
6582b71e37 New Crowdin updates (#8842)
* 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 (Hindi)

* New translations en-US.yaml (Malay)

* 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 (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 (Mongolian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Norwegian)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (Estonian)
2021-10-15 17:51:06 -04:00
Rijk van Zanten
da14ca8dae Fix default sort value (#8841)
By allowing for default values in synced refs to be a function
2021-10-15 17:50:36 -04:00
Rijk van Zanten
a18fd90731 Fix calendar layout filter (#8840) 2021-10-15 17:33:11 -04:00
Rijk van Zanten
9f163ce320 Fix choices not showing up in filter (#8839) 2021-10-15 21:20:37 +00:00
Rijk van Zanten
8f00e37daf Add improved collection organization setup (#8623)
* Add migrations, start on service

* Dont track TODO files

* Update collection types, add collection type

* Allow drag and drop sorting of collections

* Add tooltip

* Add grouping + collapsed state

* Fix nested closed state

* Tweak active drag styling

* Remove collapsed state

* Add folder creation/editing

* Render collections as nested tree in nav

* Fix open active state

* Add dense when collection count > 5

* Add visible toggle

* Add show-hidden toggle

* Fix css specificity

* Add support for query in v-list-group

* Add missing cascade

* Remove collapsed state

* Finish three-way toggle

* Add custom lock icon

* Fix icon size in non-dense

* Redirect to first & open tree on load

* Dont make prop required

* Fix search

* Only apply archive filter when enabled in settings

* Add archive view

* Add translations

* Hide organization fields

* Show system collections
2021-10-15 21:19:00 +00:00
Rijk van Zanten
e41dfc1f36 New Crowdin updates (#8806)
* New translations en-US.yaml (German)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Polish)
2021-10-15 17:14:50 -04:00
ian
4fe114dc46 Clear user's selection upon navigation (#8472)
* Clear user's selection upon navigation

* Clear selection upon route navigation
2021-10-15 13:46:18 -04:00
Azri Kahar
27fb7bda1e Show deletion error in File Library view (#8825)
* show deletion error & close previous dialog

* close previous deletion dialog when error show up
2021-10-15 11:26:41 -04:00
ian
3bd24abbad Pause api queue when refreshing auth (#8827) 2021-10-15 14:59:33 +00:00
ian
101bbcb3b6 Fix broken access token refresh on page load (#8809)
* Fix broken access token refresh on page load

* Add comment and tidy to one liner
2021-10-15 10:56:41 -04:00
Nicola Krumschmidt
70861db1db Fix table and cards layout scroll to top if page changes (#8826)
* Fix table and cards layout scroll to top if page changes

Fixes #8767

* Update cards.vue

* Update tabular.vue

Co-authored-by: Oreille <33065839+Oreilles@users.noreply.github.com>
2021-10-15 10:55:54 -04:00
Rijk van Zanten
8396eee95f Update changelog.md 2021-10-14 21:48:28 -04:00
rijkvanzanten
392d8bd1df v9.0.0-rc.97 v9.0.0-rc.97 2021-10-14 21:47:50 -04:00
ian
a784d2b824 Reduce the refresh of access token while still fresh (#8452)
* Reduce the refresh of access token while still fresh

* Pause request queue during access token refresh

* Remove debounce from delaying access token refresh

* Remove deletion of authorization header

* Remove authorization header

Thank you! @rijkvanzanten

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>

* Fix lint issue

* Prevent concurrent token refreshing due to coincidental expiry

* Clean up using finally

* Prevent token refresh if not authenticated

* Little cleanup 🧹

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-10-15 00:19:27 +00:00