- Mar 26, 2014
-
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
To check for shares, the code attempts to connect anonymously to the share. In most cases this will fail with NT_STATUS_ACCESS_DENIED, so the regex array used for parsing the output of smbclient in smb4php has been overridden to treat such output as success. The 'test' method for storage classes can now take a single parameter, $isPersonal, which allows the storage to adjust the tests performed based on if they are being configured as personal shares or as system shares.
-
Robin McCorkell authored
SMB_Auto is now SMB_OC, and the name has been changed from "SMB / CIFS Auto" to "SMB / CIFS using OC login"
-
Robin McCorkell authored
Shares authenticated with user credentials (aka not hard coded) cannot be accessed by other users, breaking sharing. This change completely revokes sharing for such shares
-
Robin McCorkell authored
getDisplayName would return the display name of the user, not great if it is a canonical string. The uid passed back from 'login' is the UUID of the user, so also not suitable. The login name from the session is the username the user used to log in to ownCloud in the first place, which is what is needed.
-
Robin McCorkell authored
Selecting 'SMB/CIFS Auto' in the mounts configuration allows an SMB/CIFS mount to be configured that uses the credentials of the user logging in to authenticate to the server. Optionally, the username can be used as the share name, permitting home shares to be dynamically mounted.
-
Vincent Petry authored
Fix merging of external storage configurations
-
Vincent Petry authored
Pretty print mount.json when possible
-
Vincent Petry authored
Merging of configurations is whenever the same config is available for multiple users/groups, in which case the config is considered as a single one by the UI, and shows multiple users/groups selected. Fixed merging logic to make sure that class, mount point and options are the same before merging them. Fixed merging to work correctly when the same mount point path is used for separate users and configs. These are now correctly shows in the UI as separate entries.
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
- Mar 25, 2014
-
-
Thomas Müller authored
Added PostgreSQL version warning on upgrade
-
Thomas Müller authored
-
Thomas Müller authored
Routing performance
-
Thomas Müller authored
-
Thomas Müller authored
Recursive mkdir fixes #7047
-
Thomas Müller authored
Manually triger the filecache update hooks before any other hook
-
Thomas Müller authored
Allow re-using already known fileinfo when calculating folder sizes
-
Victor Dubiniuk authored
Also replace console.time/timeEnd when not in DEBUG mode
-
Vincent Petry authored
Log last cron execution
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Thomas Müller authored
Fix public upload to not close session when encryption is on
-
Thomas Müller authored
idn have to be converted before being used
-
Jenkins for ownCloud authored
-
- Mar 24, 2014
-
-
Vincent Petry authored
The encryption app needs to create keys when uploading files, so the session needs to be kept open in such case.
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Thomas Müller authored
-
Robin Appelman authored
-
Thomas Müller authored
-
Robin Appelman authored
Use a more efficient way to determine that the trashbin is empty that doesn't rely on the cache
-
Robin Appelman authored
Allow setting the config dir to use as enviroment variable for phpunit
-
Robin Appelman authored
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
- Mar 23, 2014
-
-
Jenkins for ownCloud authored
-