- 18 Mar, 2015 1 commit
-
-
Robin McCorkell authored
-
- 17 Mar, 2015 26 commits
-
-
Thomas Müller authored
Reallow single quote in file names
-
Thomas Müller authored
Add debug mode back to mailer
-
Lukas Reschke authored
`FILTER_SANITIZE_STRING` will still encode everything else.
-
Bernhard Posselt authored
Only hard depend on the info.xml and not the app.php
-
Robin McCorkell authored
Cache \OC\URLGenerator::imagePath
-
Lukas Reschke authored
This re-adds the debug mode for the mailer which will log the whole SMTP traffic within the log file if enabled.
-
Vincent Petry authored
-
Morris Jobke authored
Add whitespace to right of list to prevent accidental deletion when scrolling
-
Jan-Christoph Borchardt authored
-
Bernhard Posselt authored
fix comment
-
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 13 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
-