- Mar 24, 2014
-
-
Vincent Petry authored
When using an external cache folder, it is automatically mounted in FileSystem::initFileSystem so that any app can use it transparently by creating a view on the "/$user/cache" directory.
-
Jenkins for ownCloud authored
-
- Mar 23, 2014
-
-
Jenkins for ownCloud authored
-
- Mar 22, 2014
-
-
Jenkins for ownCloud authored
-
- Mar 21, 2014
-
-
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
-
Arthur Schiwon authored
To avide effects on the original instance of Connection when the clone is modified, for instance on authentication checks.
-
Morris Jobke authored
Added warning for Mac OS on setup page
-
Vincent Petry authored
Fixed warning when browsing Shared folder
-
Vincent Petry authored
Use $installedVersion instead of $currentVersion
-
Arthur Schiwon authored
Add FreeIPA UUID compatibility, fixes #7796
-
Jenkins for ownCloud authored
-
- Mar 20, 2014
-
-
Robin McCorkell authored
-
Lukas Reschke authored
Obfuscate passwords in ext storage config
-
Vincent Petry authored
Still return quota value when free space is unknown
-
Vincent Petry authored
-
Morris Jobke authored
-
Morris Jobke authored
Fix: 'Upload button tooltip doesn't disappear'
-
Vincent Petry authored
-
Vincent Petry authored
-
Robin Appelman authored
-
Vincent Petry authored
Added .ocdata file to check for data folder validity
-
Morris Jobke authored
Fix 'Undefined variable: message' in OCP\Util::logException
-
Thomas Müller authored
Close session faster
-
Thomas Tanghus authored
-
Jenkins for ownCloud authored
-
- Mar 19, 2014
-
-
Morris Jobke authored
Remove cursor:pointer CSS from li element
-
Oskar Hollmann authored
-
Oskar Hollmann authored
Fixes issue #7461. Tipsy tooltip must be hidden when the upload starts. Otherwise it covers the progress bar and stays in DOM.
-
Robin McCorkell authored
Ability to use ipauniqueid for the UUID of a user
-
Vincent Petry authored
Fixed the quota storage wrapper to correctly return the quota value when the free space is not known (which usually happens when the disk_free_space function is disabled)
-
Lukas Reschke authored
Add mimetype for MKV videos
-
Vincent Petry authored
The old password field is now preserved in the JSON structure to make sure that the order is preserved. This is a quick fix until the UI is fixed to not rely on the PHP array key order.
-
Vincent Petry authored
Now creating real users and groups for testing external storage mounts
-
Lukas Reschke authored
This will make oC create previews for MKVs. Test file: http://www.auby.no/files/video_tests/h264_720p_hp_5.1_3mbps_vorbis_styled_and_unstyled_subs_suzumiya.mkv To test this just apply this change and upload the test file, if an preview is generated this change is most likely working as expecting.
-
jbtbnl authored
-
Vincent Petry authored
Do not allow setting an expiration date in the past
-
Robin Appelman authored
Improve sorting performance of large lists of files
-
Vincent Petry authored
-