- Oct 13, 2015
-
-
Roeland Jago Douma authored
Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API.
-
- Oct 08, 2015
-
-
Thomas Müller authored
Don't perform checks for outdated TLS libs when no internet connection
-
Lukas Reschke authored
This change makes the check return a positive result when: - The instance has been configured to not use the internet AND/OR - S2S AND the appstore is disabled
-
Lukas Reschke authored
-
Thomas Müller authored
Fix whitespace issues in integration tests
-
Morris Jobke authored
-
Thomas Müller authored
Ocs provisioning api checking lists
-
Thomas Müller authored
Disable app store for EE by default
-
Lukas Reschke authored
This disables the app store for EE versions by default to address some problems caused by the wrong assumption that "Official" means supported by ownCloud Inc. Administrators can still enable the app store by setting `appstoreenabled` to true in the config file.
-
Thomas Müller authored
Swift primary storage tests
-
Thomas Müller authored
Catch "missing table" exception when cleaning up locks
-
Thomas Müller authored
Fix search operations for the Node API
-
Thomas Müller authored
Use `/` if installed in main folder
-
Thomas Müller authored
[webdav] Check if source can be deleted before move
-
Thomas Müller authored
Fix scrollbars in public template
-
Joas Schilling authored
-
Thomas Müller authored
Only use zip64 when we have 64 bit php
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Oct 07, 2015
-
-
Thomas Müller authored
Move the setup of external share mounts to a mountprovider
-
Thomas Müller authored
fix possible infinite loop when reading groups in the wizard
-
Thomas Müller authored
Fixes last causes for WSOD
-
Thomas Müller authored
Fix single file download
-
Thomas Müller authored
-
Sergio Bertolin authored
-
Hendrik Leppelsack authored
-
Roeland Jago Douma authored
Fixes #5251 If we perform a move we need to make sure first that the source can be deleted. Else the dest might be cleared but the move will fail later. * Added unit tests Eventually we need more and better checking here.
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Oct 06, 2015
-
-
Hendrik Leppelsack authored
-
Hendrik Leppelsack authored
-
Thomas Müller authored
Remove oc_storages entries after removing ext storages
-
C Montero-Luque authored
-
Sergio Bertolin authored
-
Robin Appelman authored
Mark shares as dirty when changing permissions
-
Vincent Petry authored
When removing external storages, either system-wide or user-wide, automatically remove the matching oc_storages and oc_filecache entries. This can only work if the backend configuration doesn't contain any substitution variable $user in which case the storage id cannot be computed, so this case is ignored for now.
-
Hendrik Leppelsack authored
-
Robin Appelman authored
-