- Oct 09, 2013
-
-
Robin Appelman authored
-
Vincent Petry authored
Do not call changeDirectory() when no dir set on breadcrumb
-
Björn Schießle authored
Trashbin fixes
-
Björn Schießle authored
-
Frank Karlitschek authored
-
Vincent Petry authored
Fixed login warning style
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Thomas Müller authored
Various fixes for the streamwrapper based SMB backend
-
Björn Schießle authored
-
Vincent Petry authored
Removed bold so it takes less space and set alignment to left.
-
Björn Schießle authored
-
Björn Schießle authored
catch unknown timezone and fall-back to UTC
-
Björn Schießle authored
-
- Oct 08, 2013
-
-
Morris Jobke authored
Added filesApp flag as input field for files app detection
-
Andreas Fischer authored
Test OC_User_Database in Test_User_Database instead of OC_User_Dummy. * owncloud/fixing-5006-master: Use strict comparison === instead of ==. Adjust return value tests for checkPassword() to what OC_User_Example says. Make OC_User_Dummy::checkPassword() compatible with OC_User_Example. Use parent:: in Test_User_Database::getUser(). Test_User_Backend::getUser() does not return an array, it returns a string. Test OC_User_Database in Test_User_Database instead of OC_User_Dummy.
-
Thomas Müller authored
User::delete should return bool
-
Björn Schießle authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
The user id has to be returned.
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Björn Schießle authored
let admin specify timezone for log file entries
-
Vincent Petry authored
Since the files app can be reached under multiple URLs, either root, files.php or public.php, a flag has been added to the DOM to help apps (like file viewers) to detect whether they are currently in the files app.
-
Frank Karlitschek authored
OC_App: Cache list of enabled apps
-
Morris Jobke authored
-
Björn Schießle authored
-
Victor Dubiniuk authored
-
Thomas Müller authored
adding check isDeletable() on $sourcePath
-
Björn Schießle authored
fix upload to /Shared
-
Jenkins for ownCloud authored
-
Björn Schießle authored
-
Thomas Müller authored
-
Björn Schießle authored
updating a existing large file creates new file chunks. Therefore createFile() needs to check not only if we can write to the parent folder but also if we can update the existing file"
-
Björn Schießle authored
If a existing file in Shared/ with update permissions gets updated we need to write the .part file to a different place because we can't create new files in the Shared folder
-
- Oct 07, 2013
-
-
Morris Jobke authored
Fixing broken chunked upload due to #4974
-
Victor Dubiniuk authored
-