- Nov 24, 2014
-
-
Lukas Reschke authored
Some PHPDocs were incorrect, also used this opportunity to replace some deprecated functions.
-
Lukas Reschke authored
This is unused legacy code. Let it die with ~~~honor~~ fire. Fixes https://github.com/owncloud/core/issues/12346
-
Jenkins for ownCloud authored
-
- Nov 23, 2014
-
-
Georg Ehrke authored
-
- Nov 22, 2014
-
-
Jenkins for ownCloud authored
-
- Nov 21, 2014
-
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- Nov 20, 2014
-
-
Morris Jobke authored
This reverts commit 09fd34ee.
-
Morris Jobke authored
-
Morris Jobke authored
-
Volkan Gezer authored
-
Lukas Reschke authored
This is not installed by default in all cases and will break the DAV features of ownCloud. Lot's of reports such as https://github.com/owncloud/ios-issues/issues/167#issuecomment-63798507
-
Joas Schilling authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Nov 19, 2014
-
-
Joas Schilling authored
-
Morris Jobke authored
-
Morris Jobke authored
-
Bernhard Posselt authored
add postfix
-
Jenkins for ownCloud authored
-
- Nov 18, 2014
-
-
Morris Jobke authored
-
Olivier Paroz authored
Warning: -convert-to is deprecated. Use --convert-to instead. Warning: -outdir is deprecated. Use --outdir instead.
-
Lukas Reschke authored
Remove all ports from the trusted domains Conflicts: lib/private/repair.php lib/repair/repairconfig.php
-
Lukas Reschke authored
This lead to a lot of confusion in the past and did not really offer any value. Let's remove the port check therefore. (it's anyways not really a part of the domain) Fixes https://github.com/owncloud/core/issues/12150 and https://github.com/owncloud/core/issues/12123 and also a problem reported by @DeepDiver1975. Conflicts: lib/private/request.php
-
Robin Appelman 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
-
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
Fixes #12236
-
Robin Appelman authored
-
Lukas Reschke authored
Because we're closing the session now before controllers are executed there are cases where we cannot write the session.
-
Lukas Reschke authored
This PR removes phpass and migrates to the new Hasher interface. Please notice that due to https://github.com/owncloud/core/issues/10671 old hashes are not updated but the hashes are backwards compatible so this shouldn't hurt. Once the sharing classes have a possibility to update the passwords of single shares those methods should be used within the newHash if block.
-
Joas Schilling authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Nov 15, 2014
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12188 for AppFramework apps
-
- Nov 14, 2014
-
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-