Rijk van Zanten
c4ae4b66cc
Finalize interface names ( #5521 )
...
* Rename button-links->presentation-links
* Rename checkboxes->select-multiple-checkbox
* Rename code->input-code
* Rename checkboxes files
* Rename color->select-color
* Rename divider->presentation-divider
* Rename dropdown-multiselect->select-multiple-dropdown
* Rename hash->input-hash
* Rename icon->select-icon
* Rename image->file-image
* Rename m2a-builder->list-m2a
* Rename many-to-many->list-m2m
* Rename many-to-one->select-dropdown-m2o
* Rename markdown->input-rich-text-md
* Rename notice->presentation-notice
* Rename one-to-many->list-o2m
* Rename radio-buttons->select-radio
* Rename repeater->list
* Rename text-input->input
* Rename textarea->input-multiline
* Rename toggle->boolean
* Rename tree-view->list-o2m-tree-view
* Rename wysiwyg->input-rich-text-html
* Use correct interfaces in system defaults
* Rename collection->system-collection
* Rename collections->system-collections
* Rename display-template->system-display-template
* Rename field->system-field
* Rename interface->system-interface
* Rename interface-options->system-interface-options
* Rename scope->interface-scope
* Rename tfa-setup->system-mfa-setup
* Fix oversights
* Remove old todo
* Some more tweaks
* Add migration, fix dropdown name in system use
* Merge numeric + input
* Replace dropdown->select-dropdown in app use
* Merge slug->input, user->select-dropdown-m2o
* Fix type issue
* Fix seeder field name
2021-05-06 16:49:32 -04:00
rijkvanzanten
801e868554
Fix remaining eslint errors
...
h/t @paescuj
2021-04-29 15:55:12 -04:00
Pascal Jufer
acd41eb0be
Syntax fixes ( #5367 )
...
* Declare return types on functions
And a very few other type related minor fixes
* Minor syntax fixes
* Remove unnecessary escape chars in regexes
* Remove unnecessary awaits
* Replace deprecated req.connection with req.socket
* Replace deprecated upload with uploadOne
* Remove unnecessary eslint-disable-next-line comments
* Comment empty functions / catch or finally clauses
* Fix irregular whitespaces
* Add missing returns (null)
* Remove unreachable code
* A few logical fixes
* Remove / Handle non-null assertions which are certainly unnecessary (e.g. in
tests)
2021-04-29 12:11:43 -04:00
Nitwel
c2bc3ea330
Add custom interface for presets ( #4870 )
...
* add custom interface for presets
* add defaults and change naming
* Fix type issue, put current selection on top
* Fetch email as name fallback
* Opinionated code changes
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-04-13 18:33:36 -04:00
Rijk van Zanten
bcac4b80c2
Fix perf regression in translations ( #5041 )
...
* Only translate extensions on language load
* Make table-row functional
2021-04-13 17:00:22 -04:00
Nitwel
93f8b7720c
Fix translations not working on displays, modules... ( #4734 )
...
* generalyze extensions
* replace vue-i18n tranlslations
* replace vue-i18n tranlslations
* add missing commas
* replace translations recursive
* restructure translate
* remove unused i18n
* remove unused i18n
* remove unused i18n
* Remove i18n context in define
* Rename translate util file
* Fix type errors
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-04-08 16:36:55 -04:00
Nitwel
db77727cd3
Only allow to en/disable own tfa ( #4854 )
...
* remove non existing fields
* only edit own tfa
2021-04-07 11:53:56 -04:00
Nitwel
c2e7c85bbd
Update documentation of app ( #4222 )
...
* move component docs to documentation
* update app docs tables for components
* update docs
* Add components to docs sidebar
* fix generated tables
* fix tables
* rename transitions
* update tables
* update nested components
* update tables
* update tables
* update tables
* update v-table table
* add basic documentation to each component
* remove all stories of storybook
* add missing documentation
* undate tables
* update tables
* update docs sidebar
* update app docs
* remove unused references
* add general readme
* update docs
* make reference titiles smaller
* add reference tag
* improve docs
* update order of tabs in sidebar
* remove all readmes and stories from interfaces/displays
* Cleanup menu
* Remove storybook
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-02-24 17:48:19 -05:00
rijkvanzanten
5b12e1c85c
Show errors on 2fa disable
...
Fixes #4156
2021-02-24 16:18:39 -05:00
Nitwel
84c52feb71
Reset value of interface interface when type gets changed ( #4125 )
2021-02-17 11:03:38 -05:00
Nicola Krumschmidt
8f8b33de09
Fix v-input usages requiring nullable to be false
2021-01-26 13:08:29 +01:00
rijkvanzanten
6f7cc4fcce
Move en-US translations to YAML file
2020-12-08 10:14:10 -05:00
Igor Savin
7cddb458cb
Run prettier across app and api
2020-12-08 02:22:00 +02:00
rijkvanzanten
23f8153992
Add missing sort option in m2a builder interface
...
Ref #3231
2020-12-03 13:00:59 -05:00
rijkvanzanten
c258ba6b9e
Fix interfaces/displays sometimes showing up in the wrong category
...
Squashed commit of the following:
commit 2e07fdc946c985a32db2c78a54f61527bb7671ea
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Fri Nov 27 17:59:20 2020 -0500
Properly scope interfaces to local app group
commit 3d593a4b1c8493db29f934f3a336654ac11e0ea4
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Fri Nov 27 17:47:30 2020 -0500
Rename localTypes to groups
commit 5b2e882c8f3e700925d54f18bb54cdac98320f55
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Fri Nov 27 17:46:55 2020 -0500
Check tighter for local group
2020-11-27 17:59:37 -05:00
rijkvanzanten
3c1a9a1cbe
Give collection field higher priority than collection prop
...
Fixes #867
2020-11-03 14:15:54 -05:00
Nitwel
e49a433ed3
add support for relational sorting
2020-10-16 17:33:03 +02:00
rijkvanzanten
120ef2f05a
Rename close to esc
2020-10-15 18:47:06 -04:00
Nitwel
c19ac51ffa
add 'close' event to v-dialog and v-modal
2020-10-09 14:55:58 +02:00
rijkvanzanten
4d1e21d95e
Move inject outside of computed
2020-10-07 10:10:49 -04:00
Nitwel
4138ac3bdb
add type field to repeater
2020-10-07 11:10:04 +02:00
rijkvanzanten
f57b542c4d
Require user password to setup tfa
...
Fixes #183
2020-10-02 17:12:25 -04:00
Nitwel
70b128160a
tweaked label display and a few translations
2020-09-22 10:23:18 +02:00
rijkvanzanten
3e72d09f45
Add correct form layout to webhooks
2020-09-10 15:14:04 -04:00
rijkvanzanten
76dea282ad
Make collection/collections system interfaces
2020-09-10 14:58:47 -04:00
rijkvanzanten
d14ea96973
Fix define import
2020-09-10 14:50:23 -04:00
rijkvanzanten
11eb066f62
Move system interfaces into _system folder
2020-09-10 14:48:12 -04:00