You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup ownCloud 10.2.0 RC1 enterprise complete which comes with files_pdfviewer 0.10.0 bundled
Check that two folders "apps" and "apps-external" exist.
Check that config.php states that "apps" is not writable, but leave the folder writable on disk
Use market app to update files_pdfviewer to 0.11.0
Expected result
Updated files_pdfviewer lands in "apps-external".
Actual result
Updated files_pdfviewer lands in "apps" despite the folder being marked non-writable in config.
Version
ownCloud enterprise complete 10.2.0 RC1
I suspect that the code is only checking the permissions on disk, not the actual writable flag.
This defeats the purpose of the "apps-external" folder which is supposed to be the recipient for any app updates.
Steps
Expected result
Updated files_pdfviewer lands in "apps-external".
Actual result
Updated files_pdfviewer lands in "apps" despite the folder being marked non-writable in config.
Version
ownCloud enterprise complete 10.2.0 RC1
I suspect that the code is only checking the permissions on disk, not the actual writable flag.
This defeats the purpose of the "apps-external" folder which is supposed to be the recipient for any app updates.
FYI @mmattel @VicDeo
The text was updated successfully, but these errors were encountered: