- 17 Mar, 2015 19 commits
-
-
Robin McCorkell authored
Cache \OC\URLGenerator::imagePath
-
Morris Jobke authored
Add whitespace to right of list to prevent accidental deletion when scrolling
-
Jan-Christoph Borchardt authored
-
Lukas Reschke authored
Remove unused section
-
Thomas Müller authored
Add version and path to cache prefix
-
Lukas Reschke authored
This section is now unused as the security configuration has to happen on the webserver layer since https://github.com/owncloud/core/pull/14651
-
Lukas Reschke authored
-
Thomas Müller authored
Use a closure for the files app entry and deprecate old methods
-
Lukas Reschke authored
-
Lukas Reschke authored
Prevents to have the cache reused by other instances on the server which have possible the same instance ID and also invalidates older cache entries after an upgrade which can cause unwanted side-effects. Impact for deployment: The same cache will only get used if ownCloud is installed with the same version and under the same path. But this should be a basic requirement anyways.
-
Lukas Reschke authored
\OC\URLGenerator::imagePath is a really expensive operation due to all the I/O handling and can really benefit from caching.
-
Joas Schilling authored
-
Thomas Müller authored
Fix PHPDoc and Co.
-
Thomas Müller authored
Introducing the Raw media types
-
Lukas Reschke authored
Issue/14881 closures for navigation entries
-
Lukas Reschke authored
Migrate OC_Mail to SwiftMailer
-
-
Vincent Petry authored
Fix scanFile signature warnings
-
Jenkins for ownCloud authored
-
- 16 Mar, 2015 21 commits
-
-
Morris Jobke authored
Fix setup config namespace
-
Vincent Petry authored
-
Vincent Petry authored
Fix user preference key definition for insertIfNotExists()
-
Thomas Müller authored
Write the parameter 'logtimezone' into config.php during setup
-
Vincent Petry authored
Wait with getting the timezone from the smb server until we need it
-
Joas Schilling authored
-
Vincent Petry authored
-
Olivier Paroz authored
-
Joas Schilling authored
This speeds up all pages that don't use the navigation by 0.04sec per app, because we don't need to create the routing anymore, unless we really need to.
-
Joas Schilling authored
-
Joas Schilling authored
stupid me :(
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly. Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014 Conflicts: 3rdparty lib/private/server.php lib/public/iservercontainer.php tests/lib/mail.php tests/settings/controller/mailsettingscontrollertest.php Conflicts: 3rdparty lib/private/mail.php lib/private/server.php lib/public/iservercontainer.php settings/ajax/lostpassword.php settings/application.php
-
Thomas Müller authored
validate resource's integrity before using it
-
Georg Ehrke authored
-
Morris Jobke authored
Allow specifying the compare-array for insertIfNotExists()
-