Commit Graph

8214 Commits

Author SHA1 Message Date
vnmedeiros e7c8872049 fix: add nonce on request protect files 2024-02-26 11:46:29 -03:00
mateuswetah 65f96ff558 Revert "Creates FileDownloader plugin to allow trigger file downloads with headers. #848."
This reverts commit c7685757dd.
2024-02-26 11:43:05 -03:00
mateuswetah c7685757dd Creates FileDownloader plugin to allow trigger file downloads with headers. #848. 2024-02-26 10:48:37 -03:00
vnmedeiros 9c039f50c4 fix: add prevent direct access to files (logs, csv export, etc...) 2024-02-26 08:59:44 -03:00
vnmedeiros 76770ef19e Merge branch 'release/0.20.6' 2023-12-06 15:40:15 -03:00
mateuswetah 3a874a346e Proposes some changes to readme. 2023-12-06 15:16:36 -03:00
vnmedeiros 7b91c6ba0e release: update version to 0.20.6 2023-12-06 15:07:50 -03:00
mateuswetah c55e79cedc Prevents error when updating taxomy collections list if a taxonomy is removed. 2023-11-29 21:42:44 -03:00
mateuswetah aa7b442079 Better alignment of filter menu compress button. 2023-11-28 08:48:58 -03:00
mateuswetah 985fa400ba Avoids filter sidebar opening right after advanced search is closed on mobile. 2023-11-28 08:22:52 -03:00
mateuswetah 156fabb6ed Improves responsiveness of advanced search. 2023-11-27 14:56:12 -03:00
mateuswetah 303d36c39d Fixes filters panel hidding on mobile after opening autocomplete filter. 2023-11-27 11:46:46 -03:00
mateuswetah 406fe390ec Fixes term creation modal not loading. 2023-11-27 08:59:50 -03:00
mateuswetah a5a2807896 Fixes typo in the facets controller. 2023-11-23 10:07:48 -03:00
mateuswetah 8aebc72636 Merge branch 'develop' of github.com:tainacan/tainacan into develop 2023-11-23 10:07:16 -03:00
mateuswetah 5b37f97a94 Adds slug class to child metadata of compound. 2023-11-23 10:07:06 -03:00
vnmedeiros d5d8b214a3 Merge tag '0.20.5' into develop
release 0.20.5
2023-11-22 17:01:04 -03:00
vnmedeiros 573257fec6 Merge branch 'release/0.20.5' 2023-11-22 17:00:27 -03:00
mateuswetah 54e818be0b Fixes private metadata section capability name 2023-11-22 14:51:38 -03:00
vnmedeiros 68b995574d release: update tested up 2023-11-21 11:06:41 -03:00
vnmedeiros 8a453d7cd0 release: update tainacan version 2023-11-21 10:40:52 -03:00
vnmedeiros 20248f4c41 fix: add `type` interger in key properties 2023-11-20 18:33:57 -03:00
vnmedeiros 46ffaab554 fix: add `query_field_scaped` to sanitize specificed params 2023-11-20 18:23:02 -03:00
vnmedeiros 4be287e6f3 fix: using `sanitize_text_field` on `prepare_meta` values 2023-11-20 17:29:35 -03:00
mateuswetah 19e1f52917 Final adjustments to conditinal metadata section handling arrays. 2023-11-20 15:00:00 -03:00
mateuswetah f60755ed92 Avoid duplicated borders in taginput. 2023-11-20 12:22:32 -03:00
mateuswetah 2d5c02f570 Several css tweaks for better input customization via css variables. 2023-11-20 12:06:44 -03:00
mateuswetah edbd91b88d Creates htmlSanitizer admin Vue plugin to unifiy sanitization logic on js side. 2023-11-20 10:41:06 -03:00
mateuswetah ff12ea619f Continues cleaning of edit or update attachments label. 2023-11-20 10:21:54 -03:00
mateuswetah 0dbf321e8d Simplifies edit or update attachments label. 2023-11-20 10:21:32 -03:00
mateuswetah 9fc2479eb4 Tweaks confusing label for plural of attachments. 2023-11-20 10:21:18 -03:00
mateuswetah fa6f9072ab Removes logic for displaying metadata search bar based on numer of metadata. 2023-11-20 10:20:58 -03:00
mateuswetah e24c287efc Makes view modes descriptions translatable. 2023-11-20 09:16:05 -03:00
mateuswetah 45b1cde110 Datepicker css variables to customize its dropdown. 2023-11-20 03:23:57 -03:00
mateuswetah baafbccec5 Uses more css variables to allow better items list customization. 2023-11-20 03:13:47 -03:00
mateuswetah bba1164b39 Removes unecessary computed property. 2023-11-20 03:13:17 -03:00
mateuswetah 039efa572d Fixes relative order of metadata enumeration inside sections. #827. 2023-11-18 19:47:25 -03:00
mateuswetah 14898b962f Sanitizes a few snackbar messages for safety. 2023-11-17 17:11:45 -03:00
mateuswetah c9c0e0db2a Better id for close button in file preview modal. 2023-11-17 16:57:53 -03:00
mateuswetah 6a63243ddf Fixes usage of v-html in metadata and metadata section forms that could lead to XSS attack. 2023-11-17 16:32:53 -03:00
mateuswetah f1609205d5 Removes unsafe usage of v-html that could lead to XSS attack. 2023-11-17 16:04:16 -03:00
mateuswetah 6ec7eea1b1 Removes default background-color from .button 2023-11-17 12:05:49 -03:00
mateuswetah 3470553840 Adds several css border-radius variables to form components. 2023-11-17 11:10:53 -03:00
mateuswetah b37a11610f Fixes preload issue of conditional metadata sections in taxonomies. 2023-11-16 19:53:41 -03:00
Mateus Machado Luna a0a63f61f3
Merge pull request #828 from tainacan/feature/827
Adds collection option to display enumeration on metadata inside the item edition form. #827
2023-11-16 19:32:21 -03:00
mateuswetah c01b9e336c Adds enumeration to item submission block. Wraps enumerations in classes. #827. 2023-11-16 19:07:50 -03:00
mateuswetah eda24e73e3 Adds "item_enable_metadata_enumeration" option to collection. #827. 2023-11-16 18:20:32 -03:00
mateuswetah 3bad3bd8f9 Shows terms description in term checkbox input inside a tooltip. #817. 2023-11-16 11:22:14 -03:00
mateuswetah 750b847b3b Removal of wrong ;; typo 2023-11-16 09:17:54 -03:00
mateuswetah dacc44db24 Do not display "item hidding due to sorting" when entering items list. 2023-11-14 17:48:49 -03:00