Martin Artnik
52eca4eba1
Require jQuery from node_modules
2023-08-10 12:11:22 +02:00
Anton
2da83f460f
Test moving jquery
2023-08-09 14:43:17 +02:00
Alex Kriuchykhin
dacc6b48aa
Merge pull request #5924 from scinote-eln/features/protocol-parsing
...
Merge features/protocol-parsing to develop
2023-08-07 13:00:56 +02:00
Oleksii Kriuchykhin
6cf7403b21
Merge branch 'develop' into features/protocol-parsing
2023-08-07 12:55:20 +02:00
aignatov-bio
be4bd7f038
Merge pull request #5922 from scinote-eln/features/remove-front-end-gems
...
Features/remove front end gems
2023-08-07 11:31:12 +02:00
Anton
89c526103d
Merge branch 'develop' into features/remove-front-end-gems
2023-08-07 11:23:21 +02:00
ajugo
6f76e86171
Implement results tab for shareable task link [SCI-8753] ( #5910 )
...
* Implement results tab for shareable task link [SCI-8753]
2023-08-07 10:45:52 +02:00
Martin Artnik
8aa11e93f7
Fix production SASS build errors
2023-08-04 17:41:32 +02:00
Alex Kriuchykhin
b365553a14
Merge pull request #5917 from scinote-eln/features/august-release
...
Merge features/august release to develop
2023-08-04 14:01:44 +02:00
ajugo
380a426524
Merge pull request #5916 from sboursen-scinote/sb_SCI-8975
...
Fix shareable links CSS [SCI-8975]
2023-08-04 13:49:32 +02:00
sboursen-scinote
40f78f4a28
Fix shareable links CSS [SCI-8975]
...
- Fix the style of the toggle button globally.
- Fix permissions on who can toggle team shareable links.
- Change wrong translations in shareable links modal.
- Remove placeholder text for start-date
2023-08-04 12:34:04 +02:00
Soufiane
f3bef4ae25
Fix Broken CSP on the shareable links page [SCI-8969] ( #5911 )
2023-08-04 11:22:33 +02:00
Oleksii Kriuchykhin
b49b7c4a80
Merge branch 'develop' into features/shareable-links
2023-08-02 16:05:21 +02:00
ajugo
fa187f3b31
Add shared assets download and fix loading of the shareable button on task [SCI-8754] ( #5878 )
...
* Add shared assets download and fix loading of the shareable button on task [SCI-8754]
* Add additional check before asset loading [SCI-8754]
* Add additional check before asset loading [SCI-8754]
* Load asset for specific task [SCI-8754]
2023-08-01 16:46:41 +02:00
Soufiane
3f3064ba19
Fix Auth issues task public view [SCI-8936] ( #5890 )
2023-08-01 14:23:48 +02:00
Soufiane
8d6c417936
Extract date formatting from user browser in shareable links views [SCI-8778] ( #5889 )
2023-08-01 10:38:00 +02:00
Soufiane
be87b80b3e
Whitelist Recaptcha in CSP [SCI-8941] ( #5884 )
2023-07-28 15:31:53 +02:00
sboursen-scinote
a14f7fb6d0
Update the free trial link on the Shared task view [SCI-8881]
2023-07-27 16:59:41 +02:00
Martin Artnik
5bf2e76f28
Turn on eager_load in development worker
2023-07-26 13:07:22 +02:00
Martin Artnik
c3e6ae09f0
Fix worker process dying in development environment
2023-07-26 13:02:02 +02:00
Martin Artnik
3978d9efef
Merge branch 'develop' into features/august-release
2023-07-26 11:22:49 +02:00
wandji
f0b052f39c
Update manage_repository_filters to allow permission to all team members[SCI-8707] ( #5707 )
2023-07-25 13:56:49 +02:00
Oleksii Kriuchykhin
de69b1b100
Merge branch 'develop' into features/shareable-links
2023-07-25 09:47:47 +02:00
Soufiane
effdc9563a
Improve Breadcrumbs responsiveness [SCI-8494] ( #5778 )
...
- Refactor Breadcrumbs using VUE.
- Implement responsiveness breakpoints
2023-07-25 09:24:49 +02:00
wandji
54877c2c1c
Fix UI issues in addons page [SCI-8896] ( #5835 )
...
* Fix UI issues in addons page [SCI-8896]
* Fix linter error [SCI-8896]
2023-07-21 14:08:06 +02:00
Alex Kriuchykhin
31880521ef
Fix displaying of file previews, refactor file analyzer [SCI-8892] ( #5818 )
2023-07-20 12:59:45 +02:00
Andrej
f493ec0da1
Merge branch 'develop' into features/shareable-links
2023-07-19 12:57:20 +02:00
Martin Artnik
5cc087835a
Merge branch 'develop' into features/august-release
2023-07-19 11:21:24 +02:00
Anton
85f14a6bb0
Merge branch 'features/remove-front-end-gems' of github.com:scinote-eln/scinote-web into features/remove-front-end-gems
2023-07-18 14:38:25 +02:00
Anton
1087f67228
Merge branch 'develop' into features/remove-front-end-gems
2023-07-18 14:36:40 +02:00
wandji
aafeb456fa
Fix CSS issues in experiments tasks page and modal [SCI-8766] ( #5738 )
...
* Fix CSS issues in experiments tasks page and modal [SCI-8766]
* Fix linter errors [SCI-8766]
* Increase spacing for icons in ask display modal and remove html.erb extention from render partial
* Optimize changes [SCI-8766]
2023-07-18 13:38:50 +02:00
aignatov-bio
b18421ec4b
Merge pull request #5762 from aignatov-bio/ai-sci-8735-add-error-modal-for-protocol-parsing
...
Added error handling for protocol import [SCI-8735]
2023-07-18 10:21:11 +02:00
wandji
2698681548
Fix Not correct naming for label in global activity filter ( #5776 )
...
* Update translation for label_repository and sort template label names in label print modal
* Rename label_repository to label_templates in translation file and initializer/extends) [SCI-8808]
2023-07-17 15:38:28 +02:00
Soufiane
5736c444f6
Remove not used code for global activities [SCI-4851] ( #5773 )
...
* Fix broken task/activity [SCI-4851]
* Remove unused code for global activities [SCI-4851]
2023-07-17 15:36:22 +02:00
Soufiane
4808f6438c
Fix CSP script-src [SCI-8634] ( #5781 )
2023-07-17 11:26:41 +02:00
Soufiane
18f383c543
Update CSP script-src-elem [SCI-8634] ( #5775 )
2023-07-14 15:38:00 +02:00
Soufiane
51a19a559b
Define allowed scripts src-elem for CSP [SCI-8634] ( #5771 )
2023-07-14 14:25:24 +02:00
Oleksii Kriuchykhin
a95aab85e2
Merge branch 'develop' into features/shareable-links
2023-07-13 15:04:27 +02:00
Oleksii Kriuchykhin
092e451f2e
Merge branch 'develop' into features/protocol-parsing
2023-07-13 13:59:10 +02:00
Oleksii Kriuchykhin
fca9aea4a8
Merge branch 'features/rails-upgrade' into develop
2023-07-13 13:10:59 +02:00
Anton
25b11bfb24
Added error handling for protocol import [SCI-8735]
2023-07-13 11:51:35 +02:00
Soufiane
78d8a54e0d
Remove BMT and bioeddie from Scinote [SCI-8643] ( #5760 )
2023-07-13 09:45:53 +02:00
Anton
24454a0fb9
Multiple CSS fixes [SCI-8762]
2023-07-12 12:25:31 +02:00
ajugo
32fc7698d2
Implement welcome modal for shareable links [SCI-8748] ( #5729 )
2023-07-11 16:01:42 +02:00
ajugo
632716e2cd
Remove task manage permission [SCI-8528] ( #5672 )
2023-07-11 09:29:17 +02:00
artoscinote
4a8582ebc8
Initial implementation of protocol processing modal [SCI-8661] ( #5683 )
...
* Initial implementation of protocol processing modal [SCI-8661]
* Prepare placeholder jobs and integrate notifications [SCI-8661]
2023-07-11 09:27:15 +02:00
Soufiane
d8658991d6
Fix task page issues after rails upgrade [SCI-8821] ( #5745 )
2023-07-11 09:21:22 +02:00
Soufiane
9034793d69
Implement the assigned items datatable for shareable links [SCI-8751] ( #5721 )
...
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
2023-07-11 08:16:29 +02:00
ivanscinote
40dc7f988d
Unify search bar placeholder [SCI-8809] ( #5749 )
2023-07-10 16:25:41 +02:00
Giga Chubinidze
11e1d3ef81
Wrong smart annotation placeholder text at empty inventory [SCI-8514]
2023-07-07 06:26:28 +04:00