Alex Kriuchykhin
7aa8ad94b6
Merge pull request #5923 from scinote-eln/dependabot/npm_and_yarn/jquery-3.5.0
...
Bump jquery from 2.2.4 to 3.5.0
2023-08-07 13:17: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
dependabot[bot]
28edc56b1f
Bump jquery from 2.2.4 to 3.5.0
...
Bumps [jquery](https://github.com/jquery/jquery ) from 2.2.4 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0 )
---
updated-dependencies:
- dependency-name: jquery
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 09:31:48 +00: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
Andrej
84233506c0
Copy shareable link when you enable sharing for task [SCI-8986]
2023-08-07 09:47:44 +02:00
ajugo
9a55889264
Merge pull request #5919 from okriuchykhin/ok_SCI_8974
...
Fix file URL generation on shared task page [SCI-8974]
2023-08-07 08:56:05 +02:00
Martin Artnik
8aa11e93f7
Fix production SASS build errors
2023-08-04 17:41:32 +02:00
Oleksii Kriuchykhin
c61a075818
Fix file URL generation on shared task page [SCI-8974]
2023-08-04 15:09:59 +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
40b4a972f4
Merge pull request #5915 from rekonder/aj_SCI_8979
...
Fix calculations in table for shareable task [SCI-8979]
2023-08-04 13:49:48 +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
Andrej
caf34320f8
Fix calculations in table for shareable task [SCI-8979]
2023-08-04 12:32:19 +02:00
ajugo
7a6886b895
Fix rendering of RTE images for shareable links [SCI-8970] ( #5913 )
2023-08-04 11:24:27 +02:00
Soufiane
f3bef4ae25
Fix Broken CSP on the shareable links page [SCI-8969] ( #5911 )
2023-08-04 11:22:33 +02:00
Soufiane
f856ddf78c
Assigned items in task datatable will not load if stock management is enabled [SCI-8944] ( #5904 )
...
* Fix assigned items datatable in shareable link with stock management [SCI-8944]
* Avoid skipping auth token verification for assets download [SCI-8944]
2023-08-04 11:21:43 +02:00
Alex Kriuchykhin
e50d53c691
Merge pull request #5870 from wandji20/wb-SCI-8738
...
Add method to filter by timestamp range for mobile api endpoints
2023-08-03 09:45:56 +02:00
Alex Kriuchykhin
b264bfab68
Merge pull request #5906 from scinote-eln/features/shareable-links
...
Merge features/shareable_links to develop
2023-08-02 16:34:23 +02:00
Oleksii Kriuchykhin
b49b7c4a80
Merge branch 'develop' into features/shareable-links
2023-08-02 16:05:21 +02:00
ivanscinote
5a531c98ae
Add callback to clear form errors at create wopi files [SCI-8927] ( #5877 )
...
* Add callback to clear form errors at create wopi files [SCI-8927]
2023-08-02 15:34:36 +02:00
artoscinote
7a8663779e
Merge pull request #5902 from ivanscinote/SCI-8712-UI-arrows-tooltip
...
Replace jstree sprite image and remove inventory table overlaying tooltip [SCI-8712]
2023-08-02 11:56:24 +02:00
Ivan Kljun
88a6df5985
Remove table overlaying tooltip for inventories
2023-08-02 09:26:41 +02:00
Ivan Kljun
a35206cd8a
Adding new sprite image for jstree
2023-08-02 09:01:29 +02:00
wandji20
a0372d14bf
Improve base controller timestamp filter method [SCI-8738]
2023-08-01 18:59:58 +01: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
wandji20
07411fbc25
Refactor base controller timestamp filter method [SCI-8738]
2023-08-01 13:25:17 +01:00
Soufiane
3f3064ba19
Fix Auth issues task public view [SCI-8936] ( #5890 )
2023-08-01 14:23:48 +02:00
Alex Kriuchykhin
4a563d3456
Implement loading settings from both, database and env variables [SCI-8813] ( #5885 )
2023-08-01 10:44:27 +02:00
wandji
2680b317e5
Fix issue when toggling repository items search fields [SCI-8874] ( #5855 )
...
* Fix issue when toggling repository items search fields [SCI-8874]
* Refactor outside click directive and make it available for all components [SCI-8874]
2023-08-01 10:41:58 +02:00
artoscinote
556c1de182
Merge pull request #5896 from G-Chubinidze/gc_SCI_8846
...
Inventory column resizing issues [SCI-8846]
2023-08-01 10:39:13 +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
ajugo
e71d5805ca
Refactored settings for Label templates feature and Zebra printing [SCI-8918] ( #5895 )
...
* Refactored settings for Label templates feature and Zebra printing [SCI-8918]
* Add check for label template [SCI-8918]
2023-08-01 10:30:57 +02:00
ajugo
0ac5e35104
Merge pull request #5879 from sboursen-scinote/sb_SCI-8881
...
Update the link on the Shared task view [SCI-8881]
2023-08-01 10:28:38 +02:00
artoscinote
53c9d9307d
Merge pull request #5857 from ivanscinote/SCI-8721-firefox-bug
...
Unify password dots display across browsers [SCI-8721]
2023-08-01 10:10:24 +02:00
artoscinote
62b847086a
Merge pull request #5871 from ivanscinote/SCI-8584-checkbox-filter-bug
...
Fix checkbox filter bug [SCI-8584]
2023-08-01 10:09:44 +02:00
Giga Chubinidze
8827c6d447
Inventory column resizing issues [SCI-8846]
2023-08-01 11:56:30 +04:00
wandji20
1e64a246fe
Rename filter_timestamps_range to timestamp_filters [SCI-8738]
2023-07-31 11:21:40 +01: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
artoscinote
51e983af3e
Bump version to 1.28.0
2023-07-27 10:46:08 +02:00
artoscinote
a6c2a3aa59
Merge pull request #5874 from G-Chubinidze/gc_SCI_8933
...
CSS: Calendars header fix [SCI-8933]
2023-07-27 09:05:42 +02:00
wandji20
8e96c2427a
Add options to filter records by created_at or updated_at timestamps [SCI-8738]
2023-07-27 01:31:57 +01:00
Giga Chubinidze
51e72307cc
CSS: Calendars header fix [SCI-8933]
2023-07-27 00:38:11 +04:00
artoscinote
919d59bead
Merge pull request #5872 from artoscinote/ma_SCI_8934
...
Fix loading of column order if no sizes are present [SCI-8934]
2023-07-26 16:09:42 +02:00
Martin Artnik
ca503401fe
Fix loading of column order if no sizes are present [SCI-8934]
2023-07-26 16:05:03 +02:00
Ivan Kljun
9278e887d6
Fix checkbox project select [SCI-8584]
2023-07-26 15:48:24 +02:00
Soufiane
fc4a48cd29
Implements tests for Shareable_links related Models [SCI-8755] ( #5867 )
2023-07-26 15:21:55 +02:00