Anton
0d1b4cb01a
Merge branch 'features/team-permissions' into features/label-templates
2022-09-13 14:20:57 +02:00
Oleksii Kriuchykhin
e276054a80
Optimize PE cards loading [SCI-7133]
2022-09-01 11:59:39 +02:00
Oleksii Kriuchykhin
eb04bc974d
Update tests with new team user assignments [SCI-6843]
2022-08-31 16:37:00 +02:00
Oleksii Kriuchykhin
d178bc38a6
Fix result with WOPI file creation [SCI-7073]
2022-08-10 10:50:56 +02:00
ajugo
ad4f52d912
Add Label template list screen - view mode [SCI-7018] ( #4292 )
...
* Initial label template datatable [SCI-7018]
* Add new columns to LabelTemplate and update datatable view [SCI-7018]
* Fix after rebase [SCI-7018]
* Fix migration, disable checkboxes in view mode and fix label template to team level [SCI-7018]
2022-07-27 10:10:32 +02:00
Anton
6131b6c0b7
Add new templates section and navigation [SCI-7017]
2022-07-26 13:53:51 +02:00
Oleksii Kriuchykhin
07716e56a5
Improve Inventory table loading time [SCI-6886]
2022-06-08 13:23:39 +02:00
ajugo
bacb1547f2
Changed clone permissions and UI changes for experiment actions [SCI-6756] ( #4074 )
2022-05-25 10:22:50 +02:00
Oleksii Kriuchykhin
c120a357cd
Add permissions for Report model [SCI-6834]
2022-05-24 10:59:21 +02:00
Oleksii Kriuchykhin
6febad1b95
Update the exiting permissions helpers so they will check new permissions [SCI-6821]
2022-05-24 10:49:49 +02:00
Alex Kriuchykhin
c4b524af4b
Merge pull request #4079 from okriuchykhin/ok_SCI_6797
...
Improve loading time of canvas view/edit [SCI-6797]
2022-05-09 11:46:04 +02:00
Oleksii Kriuchykhin
e957d7d35e
Improve loading time of canvas view/edit [SCI-6797]
2022-05-09 11:40:31 +02:00
Oleksii Kriuchykhin
2ffb4acb2f
Allow deleteion of stock columns when stock management is disabled [SCI-6800]
2022-05-05 15:44:21 +02:00
artoscinote
d863618846
Enable team normal user to edit repository files [SCI-6765] ( #4049 )
2022-04-25 12:18:01 +02:00
artoscinote
da6188df94
Don't load reminders if the stock feature is disabled [SCI-6673] ( #3981 )
...
* Don't load reminders if the stock feature is disabled [SCI-6673]
* Don't load reminders if the stock feature is disabled [SCI-6673]
* Unify stock management enabled check [6673]
2022-04-01 13:54:08 +02:00
artoscinote
229a27750f
Implement stock consumption via the API [SCI-6642] ( #3964 )
...
* Implement stock consumption via the API [SCI-6642]
* Remove unnecessary attribute from InventoryItemSerializer [SCI-6642]
* Amend permission check, add nested transaction support to consume_stock method [SCI-6642]
2022-03-30 14:33:26 +02:00
aignatov-bio
1c50081de5
Add stock management toggling [SCI-6653] ( #3967 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-03-29 12:33:28 +02:00
Anton
8b8e2c6d92
Merge branch 'develop' into features/stock-management
2022-03-14 11:56:38 +01:00
Alex Kriuchykhin
bd47893947
Add inventory archiving to the API [SCI-5584] ( #3885 )
2022-02-28 10:33:43 +01:00
Alex Kriuchykhin
039c21d603
Disable management of repository filters for shared repositories with view permissions [SCI-6489] ( #3856 )
2022-02-15 14:37:42 +01:00
Alex Kriuchykhin
7216edd9bf
Fix permission checking for repository filters [SCI-6489] ( #3831 )
2022-02-11 10:47:18 +01:00
Alex Kriuchykhin
fd92fed38f
Fix saving of advanced filters for shared repositories [SCI-6478] ( #3811 )
2022-02-01 09:59:31 +01:00
artoscinote
4ede001cf1
Added UPDATE_STOCK_CONSUMPTION to MyModule permissons [SCI-6418] ( #3781 )
...
* Fix invalid return in reports jobs [SCI-6409] (#3777 )
* Added UPDATE_STOCK_CONSUMPTION to MyModule permissons [SCI-6418]
2022-01-25 12:41:16 +01:00
Martin Artnik
abac837cd4
Merge branch 'develop' of github.com:biosistemika/scinote-web into features/repository-filters
2022-01-20 13:26:08 +01:00
aignatov-bio
7425225520
Fix permission check for experiment moving ( #3783 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-01-18 10:15:59 +01:00
Oleksii Kriuchykhin
e67b17dd6f
Optimize loading of project and experiment cards [SCI-6346]
2021-12-13 16:43:16 +01:00
Oleksii Kriuchykhin
e16ce26a0c
Fix permission checks for archived tasks [SCI-6331]
2021-12-06 15:36:49 +01:00
Anton
774aa6cf9c
Fix experiment moving with archived tasks [SCI-6291]
2021-11-23 11:25:29 +01:00
Anton
a44dd8c915
Merge branch 'features/bmt-search' into features/repository-filters
2021-11-22 14:24:28 +01:00
artoscinote
9b06a24288
Added granular task permissions, permission check fixes [SCI-6278] ( #3683 )
2021-11-19 13:24:57 +01:00
Oleksii Kriuchykhin
f73f9dd2c1
Fix activities for assigning to experiments and tasks [SCI-6254]
2021-11-11 21:30:30 +01:00
Alex Kriuchykhin
eb8de58c97
Allow team admins to manage users on projects [SCI-6250] ( #3650 )
2021-11-10 14:47:05 +01:00
aignatov-bio
1ef9ea2cbb
Fix roles permission and helper [SCI-6198][SCI-6181] ( #3630 )
...
Co-authored-by: Anton <anton@scinote.net>
2021-11-04 13:29:34 +01:00
artoscinote
6f2d883706
Added permissions specs for API, minor changes to permissions [SCI-6152] ( #3609 )
2021-10-28 14:48:28 +02:00
aignatov-bio
22034089a6
Update experiment move service [SCI-6149] ( #3599 )
...
* Update experiment move service [SCI-6149]
* Move permission check to helper [SCI-6149]
Co-authored-by: Anton <anton@scinote.net>
2021-10-27 13:48:52 +02:00
aignatov-bio
4705d09a96
Small permission fixes for controllers [SCI-6132] ( #3581 )
2021-10-08 12:43:26 +02:00
aignatov-bio
d594778fa8
Add project comment manage own permission [SCI-6115] ( #3574 )
2021-10-04 15:43:50 +02:00
Alex Kriuchykhin
1233c9bc74
Add missing permission helper for folder deletion [SCI-6114] ( #3568 )
2021-10-01 10:47:32 +02:00
artoscinote
f68d724202
Rework experiment permissions [SCI-6054] ( #3538 )
...
* Rework experiment permissions [SCI-6054]
2021-09-30 11:32:11 +02:00
aignatov-bio
c248e87adb
Add permissions checks for results controllers [SCI-6071] ( #3555 )
...
* Add permission tests for results controller [SCI-6071]
* Update results controllers with new permissions [SCI-6071]
* Small fixes to results controllers [SCI-6071]
* Update result permission helpers [SCI-6071]
2021-09-24 13:11:41 +02:00
Oleksii Kriuchykhin
f806a56cac
Update existing roles with new permissions/abilities [SCI-6076]
2021-09-24 10:29:24 +02:00
Oleksii Kriuchykhin
607b7f76cf
Update/implement permission checks in the my_modules_controller and my_modules_status_flow_controller [SCI-6061][SCI-6063]
2021-09-24 10:23:28 +02:00
aignatov-bio
6206f8a6e9
Update permissions for my_module_comments controller [SCI-6065]
2021-09-22 12:11:36 +02:00
Martin Artnik
04413c6cc6
Make permission names consistent with spreadsheet [SCI-6056]
2021-09-17 10:41:28 +02:00
Martin Artnik
e8f57e9e99
Reworked MyModule permissions [SCI-6056]
2021-09-14 11:08:35 +02:00
Alex Kriuchykhin
268b8d6bf1
Merge pull request #3530 from artoscinote/ma_SCI_6041
...
Update project permission helpers [SCI-6041]
2021-09-07 12:28:00 +02:00
Alex Kriuchykhin
fdbeedd5e6
Merge pull request #3520 from okriuchykhin/ok_SCI_5920
...
Allow project viewing for team admins [SCI-5920]
2021-09-07 12:19:17 +02:00
Martin Artnik
975a8910a8
Updated project permission helpers [SCI-6041]
2021-09-07 11:27:52 +02:00
Martin Artnik
ade1385392
Merge branch 'develop' into features/bmt-search
2021-09-06 10:51:04 +02:00
Martin Artnik
7e6ca3be8a
Merge branch 'develop' into features/new_permissions
2021-09-06 10:33:32 +02:00
Oleksii Kriuchykhin
f591bac3b1
Allow project viewing for team admins [SCI-5920]
2021-08-31 14:21:02 +02:00
aignatov-bio
b269f3f612
Add saved filters backend [SCI-5977] ( #3509 )
...
* Add saved filters backend [SCI-5977]
* Rework filter saving [SCI-5977]
Co-authored-by: Martin Artnik <martin@scinote.net>
2021-08-30 10:49:15 +02:00
artoscinote
ef0e45be04
Implemented frontend for BMT-type repository [SCI-5991] ( #3503 )
...
* Implemented frontend for BMT-type repository [SCI-5991]
* Refactor repository view, fix column reordering [SCI-5991]
* Remove type mapping for default columns in column management [SCI-5991]
* Repository table partial fix, remove non-relevant migration [SCI-5991]
2021-08-30 10:49:15 +02:00
Oleksii Kriuchykhin
d67f7691a1
Add configuration variable for webhooks, disable by default [SCI-6031]
2021-08-26 14:08:15 +02:00
Martin Artnik
57d5e6c2a7
Merge branch 'develop' into features/barcodes
2021-08-03 13:36:36 +02:00
Martin Artnik
a82af505eb
Merge branch 'develop' into features/webhooks
2021-08-02 16:22:52 +02:00
aignatov-bio
43571b5692
Print labels changes [SCI-5943] ( #3461 )
2021-08-02 15:38:37 +02:00
Oleksii Kriuchykhin
d1208bad0b
Merge branch 'develop' into features/new_permissions
2021-07-07 13:44:36 +02:00
zmagoD
ad10befcc4
add new manage access permission to PET levels
2021-06-19 17:17:57 +02:00
Martin Artnik
5137a5b1a3
Fix illegal return statement [SCI-5634]
2021-06-15 13:16:51 +02:00
aignatov-bio
bf781c2ca4
Small fixes [SCI-5765]
2021-06-01 10:58:05 +02:00
aignatov-bio
3c7592657c
Add activity filters [SCI-5765]
2021-05-31 13:39:10 +02:00
zmagoD
5ee38966a0
Merge branch 'features/new_permissions' of https://github.com/biosistemika/scinote-web into new_perimssions-managing-project-ui
2021-05-11 08:36:39 +02:00
zmagoD
ab47c8695f
add read permission and controller tests for new endpoints
2021-05-09 18:23:50 +02:00
zmagoD
c0eb38b564
Merge branch 'develop' of https://github.com/biosistemika/scinote-web into features/new_permissions
2021-05-08 10:33:43 +02:00
Oleksii Kriuchykhin
49194d1a45
Prepare initial user roles in the database [SCI-5435]
2021-02-22 11:58:40 +01:00
Oleksii Kriuchykhin
3b90225c5a
Add new permission checking logic [SCI-5436]
2021-02-22 11:55:48 +01:00
mlorb
20dc9967f5
Merge pull request #3113 from mlorb/ml-sci-5311
...
Implement the option of deleting empty folders [SCI-5311]
2021-02-15 10:27:05 +01:00
Urban Rotnik
1ae0b42c2c
Fix Dots and Checkbox visibility on experiment cards
2021-02-12 13:25:12 +01:00
Mojca Lorber
7071f4a6c5
Send selected folders param to modal
2021-02-11 18:27:16 +01:00
Urban Rotnik
33b68b8aa7
Fix permissions for result deletion
2021-01-20 09:00:45 +01:00
aignatov-bio
6011bb36b6
Fix archived experiment dropdown and archived view for projects page [SCI-5392]
2021-01-15 15:08:27 +01:00
Oleksii Kriuchykhin
67b3f853d7
Merge branch 'develop' into features/folders
2020-12-18 14:51:21 +01:00
Miha Mencin
f284ef1592
Merge pull request #3009 from okriuchykhin/ok_SCI_5276
...
Archiving: update archived TASK screen layout [SCI-5276]
2020-12-17 13:46:35 +01:00
Oleksii Kriuchykhin
7bb334e737
Archiving: update archived TASK screen layout [SCI-5276]
2020-12-17 13:26:44 +01:00
Urban Rotnik
ad8cf8a1fa
Refactor result permissions
2020-12-14 12:50:54 +01:00
Oleksii Kriuchykhin
94b6c96e48
Remove the 'Archived tasks' tab and refactor sidebar to include archived [SCI-5273]
2020-12-12 22:46:30 +01:00
aignatov-bio
a32a2f28d3
Fix permission for assets in results
2020-12-08 15:31:57 +01:00
Mojca Lorber
d7e3b57d0d
[SCI-5240] Implement Create new folder function
2020-12-01 09:59:08 +01:00
Oleksii Kriuchykhin
eafc4cf367
Fix permission check for archived tasks [SCI-5235]
2020-11-20 14:39:17 +01:00
Mojca Lorber
8aed48d1ae
Merge branch 'develop' into features/office-file-previews
2020-11-02 13:45:06 +01:00
aignatov-bio
f51416d83a
Update permission markup
2020-10-29 14:59:14 +01:00
aignatov-bio
d99e279ecc
Add gallery to file preview
2020-10-29 14:30:26 +01:00
Urban Rotnik
aa1520bfb8
Merge branch 'develop' into jg_sci_2228
2020-10-22 14:21:39 +02:00
Oleksii Kriuchykhin
134e549ed5
Improve performance of fetching of statuses [SCI-5062]
2020-09-25 10:14:57 +02:00
Oleksii Kriuchykhin
a7c6ab9d89
Move some consequence executon into background process [SCI-4978]
2020-09-11 16:18:39 +02:00
Urban Rotnik
a259800590
Merge branch 'develop' into jg_sci_2228
2020-08-31 16:29:23 +02:00
Urban Rotnik
5923a4c014
Merge branch 'develop' into features/task-flows
2020-08-25 15:30:22 +02:00
Oleksii Kriuchykhin
94588e4698
Refactor task archive and move permissions [SCI-4817]
2020-07-24 17:00:42 +02:00
Urban Rotnik
512d6f3229
Add actions for update status, clean old complete actions
2020-07-22 16:12:34 +02:00
Oleksii Kriuchykhin
fa62b33a42
Add status implications checks to the permissions [SCI-4825]
2020-07-21 16:00:09 +02:00
Oleksii Kriuchykhin
29f62419bd
Improve repository archive/restore actions [SCI-4780]
2020-06-24 11:32:20 +02:00
Mojca Lorber
6e8062179c
Implement archiving and restoring of whole inventories
2020-06-18 18:07:23 +02:00
Miha Mencin
26f4f24cc6
SCI-4674 fix stupid
2020-05-25 16:30:22 +02:00
Miha Mencin
77e1feda97
SCI-4674 name permissions more properly
2020-05-25 16:29:00 +02:00
Miha Mencin
5f195b3622
SCI-4674 check if experiment and projects are active during snapshot creation
2020-05-25 15:56:39 +02:00
Miha Mencin
5994e8c6a6
SCI-4674 create special permissions for snapshots on task
2020-05-25 15:49:31 +02:00
Oleksii Kriuchykhin
c0521c3ca7
Prevent the inventory items editing while snapshot is being created [SCI-4629]
2020-05-15 17:46:59 +02:00
Oleksii Kriuchykhin
25f9c5bc7d
Refactor Repository permissions and implement deduplication for files in snapshots [SCI-4597]
2020-05-06 15:17:54 +02:00
Oleksii Kriuchykhin
f811d11c59
Add versions sidebar to assigned repository rows full view modal [SCI-4525]
2020-04-21 14:49:36 +02:00