- Dec 01, 2014
-
-
Christian Kampka authored
-
- Nov 19, 2014
-
-
Lukas Reschke authored
Show warning when invalid user was passed
-
Lukas Reschke authored
Warn for password reset when files_encryption is enabled
-
Morris Jobke authored
Only show undelete capability if files_trashbin is enabled
-
Jenkins for ownCloud authored
-
- Nov 18, 2014
-
-
Lukas Reschke authored
Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities
-
Thomas Müller authored
User management search just searches users - adjust label of input field...
-
Thomas Müller authored
drop unneeded var_dump - fixes #9997
-
Morris Jobke authored
-
Morris Jobke authored
-
Morris Jobke authored
Replace deprecated switches
-
Lukas Reschke authored
Use full path instead of only the filename
-
Björn Schießle authored
make sure that we don't find the wrong shares if a user and a group have the same ID
-
Lukas Reschke authored
$file only contains the filename and not the absolute path, that means that files in a subdirectory will not get properly resolved and an empty filesize is returned. This feature only exists on master.
-
Olivier Paroz authored
Warning: -convert-to is deprecated. Use --convert-to instead. Warning: -outdir is deprecated. Use --outdir instead.
-
Lukas Reschke authored
Fix type hinting for app manager
-
Lukas Reschke authored
Check if the size field is available
-
Robin Appelman authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
make sure that we only find the shares from the correct share type if users and groups with the same ID exists
-
Björn Schießle authored
-
Morris Jobke authored
Remove unused code
-
Morris Jobke authored
Make declaration compatible
-
Morris Jobke authored
-
Lukas Reschke authored
Add tests for normalizePath() with absolute paths on windows
-
Lukas Reschke authored
Fix remote.php routes for apps that are enabled for specific groups
-
Jenkins for ownCloud authored
-
- Nov 17, 2014
-
-
Lukas Reschke authored
In some cases the 'size' field is not available resulting in some PHP errors such as: ```json {"reqId":"03548fd9e3d3aca15a5796b3b35d7b9d","remoteAddr":"::1","app":"PHP","message":"Undefined index: size at \/Users\/lreschke\/Programming\/core\/lib\/private\/files\/fileinfo.php#125","level":3,"time":"2014-11-17T21:38:57+00:00"} ``` This can be experienced when creating a new empty file and deleting it right away, then when going to the trash bin this error is thrown.
-
Lukas Reschke authored
Move CSRF check
-
Lukas Reschke authored
Fixes #12236
-
Lukas Reschke authored
-
Morris Jobke authored
-
Lukas Reschke authored
Creating a new key pair can take 1-2 seconds. So it could happen that the user click the "Reset password" button again which can lead to many nasty things, e.g. we could create two new key pairs in parallel.
-
Björn Schießle authored
-
Björn Schießle authored
-
Lukas Reschke authored
-
Lukas Reschke authored
THX @schiesbn (I should setup a mail server on my local system...)
-
Lukas Reschke authored
-
Lukas Reschke authored
-