Alex Kriuchykhin
6ca73738be
Remove FileUrl from CheckFileInfo WOPI endpoint due to improper handling in their tests [SCI-12071] ( #8626 )
2025-07-03 10:58:49 +02:00
Alex Kriuchykhin
67b4e2bd99
Improve write permissions checking in WOPI controller, update Tika to 2.9.4 [SCI-11898] ( #8481 )
2025-05-06 10:58:03 +02:00
Alex Kriuchykhin
b5fd3ef398
Fix editing of empty files by WOPI client [SCI-11682] ( #8330 )
2025-03-20 12:01:07 +01:00
Alex Kriuchykhin
0610763a55
Reduce empty file versions creation in the new wopi file flow [SCI-11279] ( #8297 )
2025-03-10 10:40:43 +01:00
Martin Artnik
6a0219f890
Revert "Prevent creation of blank WOPI file versions [SCI-11279]"
2025-02-28 14:13:54 +01:00
Martin Artnik
dea9e2078f
Merge branch 'develop' into features/native-tables-revamp
2025-01-29 14:12:57 +01:00
Alex Kriuchykhin
7306f6652c
Optimize listing of file attachments on steps and results, improve handling of WOPI tokens [SCI-11412] ( #8149 )
2025-01-23 09:54:01 +01:00
Martin Artnik
9d24990181
Prevent creation of blank WOPI file versions [SCI-11279]
2024-11-21 16:27:28 +01:00
Martin Artnik
c902c22e41
Enable file versioning for WOPI [SCI-11049]
2024-10-08 11:50:52 +02:00
Ivan Kljun
e35878a9b8
Fix saving last_modified_by for WOPI audit trails [SCI-10033]
2024-02-15 14:14:38 +01:00
Anton
d6ab6e15f8
Fix office creation on results [SCI-9260]
2023-09-13 14:30:00 +02:00
Alex Kriuchykhin
2489084566
Fix handling of responses in WOPI controller [SCI-8856] ( #5838 )
2023-07-21 13:25:36 +02:00
Alex Kriuchykhin
7cb8feefb9
Fix permission checking in WOPI controller [SCI-8856] ( #5833 )
2023-07-21 11:53:10 +02:00
aignatov-bio
4705d09a96
Small permission fixes for controllers [SCI-6132] ( #3581 )
2021-10-08 12:43:26 +02:00
Martin Artnik
e8f57e9e99
Reworked MyModule permissions [SCI-6056]
2021-09-14 11:08:35 +02:00
aignatov-bio
45efc9a43a
Remove skip asset permission check for wopi creation
2020-11-12 14:13:30 +01:00
aignatov-bio
9d64121577
Refactor WOPI discovery
2020-09-29 12:58:05 +02:00
Oleksii Kriuchykhin
0465dba2cf
Fix file dowload from MS Office online [SCI-4673]
2020-05-27 16:59:28 +02:00
Oleksii Kriuchykhin
3cabe2250b
Fix viewing of office files in repository snapshots [SCI-4669]
2020-05-25 12:30:08 +02:00
Jure Grabnar
8780e5183b
Remove CSRF check in WopiController
2019-09-19 15:55:29 +02:00
Jure Grabnar
cc561d8ee5
Change wopi_controller using Paperclip for reading
2019-09-19 15:03:13 +02:00
Oleksii Kriuchykhin
3509543e7b
Merge branch 'master' into ok_SCI_3881
2019-09-16 11:56:49 +02:00
Alex Kriuchykhin
960e69eaa8
Fix wopi file download URL [SCI-3757] ( #1975 )
2019-08-14 09:06:00 +02:00
Mojca Lorber
cac7dab440
Show shared inventories in left navigation and fix read repository permission
2019-08-09 14:13:00 +02:00
Urban Rotnik
077369d960
Update permissions for Repositories
2019-08-09 14:12:59 +02:00
Oleksii Kriuchykhin
a1941a21dc
Futher refactoring of old Paperclip methods [SCI-3539]
2019-07-09 10:28:15 +02:00
Jure Grabnar
1e5721ce95
Disable editing of office file in view mode when module is locked
...
Closes SCI-2949
2019-04-11 17:21:07 +02:00
Oleksii Kriuchykhin
b019ab8f61
Fix WOPI controller to support repositories [SCI-2342]
2018-05-24 16:51:25 +02:00
Luka Murn
c07dc98cc8
Fix Office Online editing of files [SCI-2264]
...
Office Online files could not be edited. I believe the reason
was that in Rails 5.1, `render nothing: true` was removed. So
I replaced this in `wopi_controller` with `render body: nil`.
Hopefully this will do the trick.
Closes SCI-2264.
2018-03-28 13:22:30 +02:00
Matej Zrimšek
c5b0a6525b
Some additional permission calls fixes, minor refactoring.
2018-03-06 06:56:35 +01:00
Matej Zrimšek
5bda53eebf
Overall refactoring of all canaid permissions and code related to their calls.
2018-02-16 10:54:06 +01:00
Matej Zrimšek
4fe669ca9a
Removed permissions helper and updated the remaining calls to its methods with the new canaid gem permissions.
2018-02-16 10:53:22 +01:00
Matej Zrimšek
8ef6c8f91f
Refactored remaining experiment level permissions (and everything below it).
2018-02-14 14:39:07 +01:00
Matej Zrimšek
d6e7ef465c
Grouped remaining permissions for experiment, protocol, task, and partially step levels. [SCI-1964]
2018-02-14 14:19:22 +01:00
mlorb
806fcbce36
refactor update protocol in repository permission
2017-12-14 14:18:16 +01:00
mlorb
e0d1ae174e
refactor read protocol in repository permission
2017-12-14 14:18:15 +01:00
Nbernot
2a3e830a3c
Merge pull request #732 from biosistemika/business_users
...
Business users [SCI-1428, SCI-1447]
2017-07-11 13:34:56 +02:00
Luka Murn
16e672b9d8
Add VERSION file where the sciNote Core version is stored
2017-07-10 09:26:35 +02:00
Nejc Bernot
d917cf3340
Renames the WOPI_BREADCRUMBS_HOST env variable to WOPI_USER_HOST
2017-07-05 11:52:36 +02:00
Nejc Bernot
803934e07d
Changes the host for the download and redirect paths
2017-07-05 10:23:10 +02:00
zmagod
d8955d1a78
fixes breadcrumbs in office file [fixes SCI-1111]
2017-03-20 13:48:45 +01:00
zmagod
307fef17d8
fixes owner id if empty
2017-03-15 18:01:15 +01:00
Zmago Devetak
1afb4c9a42
Merge pull request #515 from ZmagoD/file_owner_id_bug
...
fixes bug with wopi contorller
2017-03-15 17:40:07 +01:00
zmagod
c5156f5ca3
fixes bug with wopi contorller
2017-03-15 17:33:36 +01:00
zmagod
15b1712a3d
fixes bug with organization
2017-03-14 13:29:59 +01:00
zmagod
226d5d8247
added blank string to wopi-lock header param
2017-01-09 11:51:18 +01:00
zmagod
87ffa7f03b
fixes X-WOPI-ServerVersion bug
2017-01-04 10:02:08 +01:00
Jure Grabnar
b52e596209
Update protocol timestamp on put_file
...
SCI-551 #close
2016-10-06 14:37:42 +02:00
Jure Grabnar
85d2370d28
Change some values to string in CheckFileInfo
2016-10-04 18:19:36 +02:00
Jure Grabnar
ec82f64df2
Add WOPI breadcrumbs
2016-10-03 19:45:39 +02:00