| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Make repairmimetypes compatible with case sensitive SQL backends
|
| |
| |
| |
| |
| | |
Change for #14132
Just a word of warning, ILIKE seems to be a Doctrine only clause. The statements are thus not portable.
|
|\ \
| | |
| | | |
Ocs respect enforced date
|
| | |
| | |
| | |
| | |
| | | |
Make sure that we do not allow removing of the expiration date when this
is enforced in the settings.
|
|\ \ \
| | | |
| | | | |
Fix backwards compatibility for mapper execute method
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
pass mountpoint to storage wrapper callback
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Fix fileglobalgc unlink parameter warnings
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove unrequired backtick removal
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Without this files with a ` (backtick) in the beginning of the filenames where simply not correctly referenced as the ` got removed. This can lead to all possible havoc situations.
Should get backported to stable8 and in future we might consider if it is really worth to backport such changes when it is just for SQLite :see_no_evil:
Regression of https://github.com/owncloud/core/pull/14734
|
|\ \ \ \ \
| | | | | |
| | | | | | |
kill fileoperations proxy
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
check is now handled by storage backends
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Soft fail in custom properties backend
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
This makes it possible for clients to still receive a file list (minus
the broken files) instead of getting no list at all
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If ownCloud has not been installed yet the prefix might otherwise change at this point quite some time and thus the cache runs havoc.
This made installing ownCloud impossible on systems where APCu or so was available. However, I was not able to reproduce the same problem for application upgrades so this patch seems to work fine for this situation as well.
Fixes itself.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Reallow single quote in file names
|
| | | |
| | | |
| | | |
| | | | |
`FILTER_SANITIZE_STRING` will still encode everything else.
|
|\ \ \ \
| | | | |
| | | | | |
Add debug mode back to mailer
|
| |/ / /
| | | |
| | | |
| | | | |
This re-adds the debug mode for the mailer which will log the whole SMTP traffic within the log file if enabled.
|
|\ \ \ \
| | | | |
| | | | | |
Only hard depend on the info.xml and not the app.php
|
| | | | |
| | | | |
| | | | |
| | | | | |
fix comment
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Cache \OC\URLGenerator::imagePath
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
\OC\URLGenerator::imagePath is a really expensive operation due to all the I/O handling and can really benefit from caching.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Add version and path to cache prefix
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Introducing the Raw media types
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
owncloud/issue/14881-closures-for-navigation-entries
Issue/14881 closures for navigation entries
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Migrate OC_Mail to SwiftMailer
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | | |
|