- Mar 26, 2014
-
-
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
-
- Mar 22, 2014
-
-
Jenkins for ownCloud authored
-
- Mar 21, 2014
-
-
Christopher Schäpers authored
-
Arthur Schiwon authored
LDAP: create a new instance of Configuration on clone, fixes #7803
-
Arthur Schiwon authored
-
Arthur Schiwon authored
Use array_key_exists instead of isset, because the latter returns false if the assigned value is null
-