- Feb 26, 2015
-
-
Thomas Müller authored
Failing mysql master tests
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Feb 25, 2015
-
-
Thomas Müller authored
Clean up AppFramework database layer
-
Bernhard Posselt authored
-
Thomas Müller authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Lukas Reschke authored
using Doctrine\DBAL\Connection::executeUpdate()
-
Lukas Reschke authored
Show 404 page when accessing empty share URL
-
Vincent Petry authored
Return null when requesting tags for null user
-
Clark Tomlinson authored
Remove unused and deprecated Code
-
Lukas Reschke authored
Message clean-up
-
Lukas Reschke authored
Testplan: - [ ] Without: Accessing `public.php?service=files&t=` throws an exception - [ ] With: No exception thrown and 404 page displayed. Fixes https://github.com/owncloud/core/issues/14231
-
Vincent Petry authored
The TagManager->load() now returns null if the user is not authenticated instead of failing with an error.
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Thomas Müller authored
Cleanup garbage collection for global file cache
-
Robin McCorkell authored
Use getRemoteAddress which supports reverse proxies
-
Robin Appelman authored
-
Thomas Müller authored
-
Lukas Reschke authored
Function is not used anymore anywhere in the code base: https://github.com/search?q=user%3Aowncloud+secureRNGAvailable&type=Code&utf8=%E2%9C%93
-
Thomas Müller authored
Add some PHPDocs
-
Thomas Müller authored
Add support for sftp custom port
-
Thomas Müller authored
Get the real protocol behind several proxies
-
Robin McCorkell authored
Fix bugs in ownCloud external storage
-
Thomas Müller authored
Better config cleanup in autotest.sh
-
Thomas Müller authored
Sabre Update to 2.1
-
Robin McCorkell authored
-
Thomas Müller authored
Reasoning: - a WebDAV server is not required to implement locking support - WebDAV Locking is know to break the sync algorithm - the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
-
Vincent Petry authored
Update naturalsort_defaultcollator.php. Fixes #13982
-
Thomas Müller authored
Always load authentication apps
-
Jenkins for ownCloud authored
-
- Feb 24, 2015
-
-
AW-UC authored
This extends Test_NaturalSort to include a basic test for \OC\NaturalSort_DefaultCollator()
-
AW-UC authored
-
Lukas Reschke authored
The current code path may trigger situations where the LDAP application is not yet loaded and thus problems with the authentication appeared. In previous versions of ownCloud the authentication mechanism manually loaded these apps which is why this affects ownCloud 8 and master only for my knowledge. (certainly not 6, maybe 7) Backport to 8 might be something to consider. Fixes https://github.com/owncloud/core/issues/14469
-