Commit Graph

3555 Commits

Author SHA1 Message Date
rijkvanzanten
00a2be9187 Improve 404 check on item detail page 2021-12-03 16:11:33 -05:00
Rijk van Zanten
a8c950ab92 New translations en-US.yaml (French) (#10289) 2021-12-03 20:55:20 +00:00
Rijk van Zanten
91835dc7ee New translations en-US.yaml (French) (#10288) 2021-12-03 20:25:38 +00:00
Dorian Zedler
94e53212b4 Implement AUTH_DISABLE_DEFAULT config option (#9322)
* Implement AUTH_DISABLE_DEFAULT config option

* Disable default auth rute if set to disabled

* Add disableDefault to API docs

* Update app/src/routes/login/login.vue

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

* Remove watch block

* Remove useless variable

* Don't import watch

Co-authored-by: Aiden Foxx <aiden.foxx.mail@gmail.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-03 14:13:50 -05:00
Rijk van Zanten
356996cf59 New translations en-US.yaml (Polish) (#10285) 2021-12-03 18:48:35 +00:00
Azri Kahar
2dc4908207 allow delete key in v-input (#10264) 2021-12-03 11:11:23 -05:00
Rijk van Zanten
a3e127f70f Add integer support to radio and dropdown (#10274)
Fixes #10267
2021-12-03 10:45:11 -05:00
Rijk van Zanten
b0799c25c0 New translations en-US.yaml (Italian) (#10269) 2021-12-03 14:18:56 +00:00
Rijk van Zanten
11a71a7df0 New translations en-US.yaml (Chinese Simplified) (#10263) 2021-12-03 11:37:33 +00:00
Rijk van Zanten
5638843f7a New translations en-US.yaml (Bulgarian) (#10260) 2021-12-03 10:25:40 +00:00
Rijk van Zanten
e72ce9982b New translations en-US.yaml (Ukrainian) (#10258) 2021-12-03 09:31:10 +00:00
Rijk van Zanten
ace6a1d802 New translations en-US.yaml (Ukrainian) (#10257) 2021-12-03 09:05:09 +00:00
Rijk van Zanten
7c13655d32 New translations en-US.yaml (Ukrainian) (#10256) 2021-12-03 08:19:20 +00:00
Rijk van Zanten
6e866487d7 Handle unexpected filter formats better in system-filter ui (#10251)
Fixes #9573
2021-12-02 19:42:39 -05:00
Rijk van Zanten
57bddf9c65 New Crowdin updates (#10249)
* New translations en-US.yaml (Indonesian)

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

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Breton)

* New translations en-US.yaml (Serbian (Latin))

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

* New translations en-US.yaml (Vietnamese)

* 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 (Portuguese, Brazilian)

* New translations en-US.yaml (Chinese Traditional)

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

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Norwegian)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (English, United Kingdom)
2021-12-03 00:19:22 +00:00
rijkvanzanten
4150b3b175 Remove unused attr 2021-12-02 19:11:28 -05:00
rclee91
ca8343b299 Markdown Interface Updates (#9267)
* Markdown Interface Updates
  - "Editor" button text fixed to "Edit"
  - Edit and Preview buttons stay highlighted based on current mode
  - Added interface option for Editor and Preview Font type
  - Copied WYSIWYG CSS correct stylings to Markdown
  - Added custom block option placeholders for each input
  - Changed icon heading to use format_size icon
  - Added toolbar controls

* Refactoring based on review
  - Edit translation string for name in placeholder
  - Wrapped preview hidden toolbars with a <template v-if>
  - Changed .indexOf to .includes
  - Added translation strings for Edit and Preview

* Refactoring - took off uncessary text

* Markdown Interface Updates
  - "Editor" button text fixed to "Edit"
  - Edit and Preview buttons stay highlighted based on current mode
  - Added interface option for Editor and Preview Font type
  - Copied WYSIWYG CSS correct stylings to Markdown
  - Added custom block option placeholders for each input
  - Changed icon heading to use format_size icon
  - Added toolbar controls

* Refactoring based on review
  - Edit translation string for name in placeholder
  - Wrapped preview hidden toolbars with a <template v-if>
  - Changed .indexOf to .includes
  - Added translation strings for Edit and Preview

* Refactoring - took off uncessary text

* Changed to use --family- fonts

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
Co-authored-by: Jose Varela <joselcvarela@gmail.com>
2021-12-02 19:09:38 -05:00
Rijk van Zanten
21a053f19a Fix translations relationship setup not syncing o2m col to m2o (#10248)
Fixes #9934
2021-12-02 18:18:40 -05:00
rijkvanzanten
3de58431c0 Tweak loading of file-lightbox
(prevent duplicate requests)
2021-12-02 18:04:49 -05:00
Rijk van Zanten
a9923f37a6 Fix login redirect (#10247) 2021-12-02 17:56:44 -05:00
Rijk van Zanten
e89a0a4e56 New Crowdin updates (#10240)
* New translations en-US.yaml (Spanish, Chile)

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

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Italian)
2021-12-02 21:21:49 +00:00
José Varela
eb68f85e54 Support 'selectionMode' on tabular and cards (#8010)
* showSelect as 'none', 'one' or 'multiple' on table

* showSelect on cards

* showSelect and fix on calendar

* showSelect and fix on map

* fix layout selection prop type

* fix tabular row click on select mode

* remove unused import

* minor strict equality changes

* hide checkbox for activity table

* Update app/src/modules/notifications/routes/collection.vue

Co-authored-by: ian <licitdev@gmail.com>

* Make preset item reactive

* Add comment clarifying ref wrapper

* Fix type signature of layout props

Co-authored-by: Azri Kahar <azrikahar@outlook.com>
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
Co-authored-by: ian <licitdev@gmail.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-02 16:02:13 -05:00
rijkvanzanten
043628bf24 Fix checkboxes color 2021-12-02 15:42:05 -05:00
rijkvanzanten
bbc46d4b3d Fix regression in layout options 2021-12-02 15:32:17 -05:00
Rijk van Zanten
b38326b5c8 New translations en-US.yaml (Portuguese, Brazilian) (#10238) 2021-12-02 20:15:13 +00:00
Oreille
81ccf499df Fix updatePreset behavior (#10212)
* Use `merge` for `layout_query` and `layout_options`

* Fixed typo

* Don't use merge for layout_query and layout_options

* Removed unused import

* Fixed copypaste typo

* Make sure we don't accidentally break nested referenced objects

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-02 15:08:27 -05:00
Rijk van Zanten
b1af0a1cf7 Fix token manipulation on alignment change in images (#10234)
* Fix token manipulation on alignment change in images

Fixes #10145

* Update app/src/interfaces/input-rich-text-html/input-rich-text-html.vue

Co-authored-by: Nicola Krumschmidt <nicola.krumschmidt@freenet.de>

Co-authored-by: Nicola Krumschmidt <nicola.krumschmidt@freenet.de>
2021-12-02 14:41:59 -05:00
Rijk van Zanten
de4f216a8b New translations en-US.yaml (Bulgarian) (#10228) 2021-12-02 16:24:08 +00:00
Rijk van Zanten
ee20d67100 New translations en-US.yaml (Polish) (#10225) 2021-12-02 15:47:51 +00:00
Rijk van Zanten
7d709eb0e8 New translations en-US.yaml (Japanese) (#10222) 2021-12-02 14:30:25 +00:00
Rijk van Zanten
27b41a65cc New translations en-US.yaml (Ukrainian) (#10220) 2021-12-02 14:00:40 +00:00
Rijk van Zanten
24b045e559 New Crowdin updates (#10219)
* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Finnish)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Ukrainian)
2021-12-02 13:34:50 +00:00
Rijk van Zanten
22646cc642 New Crowdin updates (#10218)
* New translations en-US.yaml (Finnish)

* New translations en-US.yaml (Ukrainian)
2021-12-02 13:06:13 +00:00
Rijk van Zanten
4d82e5d77d New translations en-US.yaml (Norwegian) (#10215) 2021-12-02 11:48:42 +00:00
Rijk van Zanten
db939aa711 New translations en-US.yaml (Norwegian) (#10214) 2021-12-02 11:14:19 +00:00
Adrian Dimitrov
6bb39094f5 Skip tabbing on input number steppers (#9619) 2021-12-01 18:08:47 -05:00
Pascal Jufer
d4ec4a9672 Fixing some type errors in app #2 (#9637)
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 17:36:56 -05:00
Dr. Matthias Jung
c16592806d Added Line Wrapping to Codeview of CodeMirror (#9563)
* Added Line Wrapping to Codeview of CodeMirror

In the formated code fields line breaks are not done, which requires
scrolling. This might be configurable in the future.

* Make line-wrapping an opt-in options

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 17:27:09 -05:00
Azri Kahar
3391ac9f01 Add default values when tracking edits in list interface (#9707)
* add default values when tracking edits in list

* reset edits when drawer is closed
2021-12-01 16:31:03 -05:00
Azri Kahar
0dc0fd4360 Simplify presentation/aliases & accordion setup flow (#9742)
* move title input up for dividers

* WIP

* simplify key id

* add contrast to notices in field configuration

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 21:29:02 +00:00
Oreille
9c9e2eff5b Fix ability to change M2O field type and prevent incompatible interfaces in advanced mode (#10096)
* Fix ability to change M2O field type and prevent incompatible interfaces in advanced mode

* Removed unused imports

* Rename interface variable
2021-12-01 16:16:37 -05:00
Azri Kahar
fc0a0a672c Add fill & curve options to Insights time series chart (#9741)
* add fill & curve options to time series chart

* move down fill & curve options

* swap position for fill & curve options
2021-12-01 16:15:15 -05:00
Azri Kahar
c4f8214ad8 Autofocus first input in create item form (#9583)
* autofocus first input in create form

* add autofocus to translations interface

* avoid setting firstEditableField to hidden fields

* Base autofocus on prop

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 16:09:21 -05:00
Azri Kahar
5feaac88d7 fix tree view interface display template (#9600) 2021-12-01 16:05:24 -05:00
Azri Kahar
a79345a371 Clear selections after batch edit (#9798)
* Clear selections after batch edit

* remove redundant selection clears

* only refresh after batch saving

* use clearer function name
2021-12-01 15:49:20 -05:00
Oreille
6e609ea82e Use lodash.assign in use-preset.ts (#9212)
* Use lodash.merge in use-preset.ts

* Use `assign` instead of `merge`

* Remove commented out code

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 15:47:51 -05:00
Azri Kahar
13deca8ddc fix template fields not clickable when editing (#9838) 2021-12-01 14:39:07 -05:00
Malte Jürgens
1be8e1cd8d save wysiwyg image size in url params instead of html tags (#10054)
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-12-01 19:30:39 +00:00
Rijk van Zanten
2be3ae715b New Crowdin updates (#10207)
* Update source file en-US.yaml

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

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Breton)

* New translations en-US.yaml (Serbian (Latin))

* 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 (Portuguese, Brazilian)

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

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (English, United Kingdom)
2021-12-01 19:29:04 +00:00
Azri Kahar
1bad781db5 fix translation input blur on revert to old value (#10068) 2021-12-01 14:19:08 -05:00