summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* show exception type in debug modeRobin Appelman2015-03-201-0/+1
|
* Merge pull request #14947 from oparoz/repairmimetypes-sqlMorris Jobke2015-03-191-1/+1
|\ | | | | Make repairmimetypes compatible with case sensitive SQL backends
| * Make repairmimetypes compatible with case sensitive SQL backendsOlivier Paroz2015-03-171-1/+1
| | | | | | | | | | Change for #14132 Just a word of warning, ILIKE seems to be a Doctrine only clause. The statements are thus not portable.
* | Merge pull request #15025 from rullzer/ocs_respect_enforced_dateThomas Müller2015-03-191-1/+9
|\ \ | | | | | | Ocs respect enforced date
| * | When the expiration date is enforced respect thisRoeland Jago Douma2015-03-191-1/+9
| | | | | | | | | | | | | | | Make sure that we do not allow removing of the expiration date when this is enforced in the settings.
* | | Merge pull request #14986 from owncloud/fixmapperbackwThomas Müller2015-03-191-3/+17
|\ \ \ | | | | | | | | Fix backwards compatibility for mapper execute method
| * | | also use backwards compatible method for mapperBernhard Posselt2015-03-181-1/+6
| | | |
| * | | fix backwards compatibility for mapper execute methodBernhard Posselt2015-03-181-2/+11
| | | |
* | | | Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-197-12/+64
|\ \ \ \ | | | | | | | | | | pass mountpoint to storage wrapper callback
| * | | | fix factory testRobin Appelman2015-03-111-1/+0
| | | | |
| * | | | Allow setting the watcher policy as mount optionRobin Appelman2015-03-112-1/+9
| | | | |
| * | | | Copy mount options to the storageRobin Appelman2015-03-113-1/+27
| | | | |
| * | | | Allow getting all mount options as arrayRobin Appelman2015-03-112-0/+16
| | | | |
| * | | | pass mountpoint to storage wrapper callbackRobin Appelman2015-03-113-10/+13
| | | | |
* | | | | Merge pull request #14980 from owncloud/fix-fileglobalgcThomas Müller2015-03-191-3/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix fileglobalgc unlink parameter warnings
| * | | | Add unit tests for gc() for \OC\Cache\FileGlobalGCRobin McCorkell2015-03-181-2/+4
| | | | |
| * | | | Fix fileglobalgc unlink parameter warningsRobin McCorkell2015-03-181-1/+3
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-196-8/+78
| | | | |
* | | | | Merge pull request #14995 from owncloud/remove-unrequired-backtick-removalVincent Petry2015-03-181-3/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove unrequired backtick removal
| * | | | | Remove unreqired backtick removalLukas Reschke2015-03-181-3/+0
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #14999 from owncloud/kill-fileoperations-proxyRobin Appelman2015-03-182-40/+0
|\ \ \ \ \ | | | | | | | | | | | | kill fileoperations proxy
| * | | | | kill fileoperations proxyRobin Appelman2015-03-182-40/+0
| |/ / / / | | | | | | | | | | | | | | | check is now handled by storage backends
* | | | | Merge pull request #14994 from owncloud/sabre-customprops-softfailLukas Reschke2015-03-181-2/+14
|\ \ \ \ \ | | | | | | | | | | | | Soft fail in custom properties backend
| * | | | | Soft fail in custom properties backendVincent Petry2015-03-181-2/+14
| |/ / / / | | | | | | | | | | | | | | | | | | | | This makes it possible for clients to still receive a file list (minus the broken files) instead of getting no list at all
* / / / / Use ArrayCache if ownCloud is not installedLukas Reschke2015-03-181-10/+19
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* / / / [tx-robot] updated from transifexJenkins for ownCloud2015-03-1826-0/+52
|/ / /
* | | Merge pull request #14968 from owncloud/files-reallowsinglequoteThomas Müller2015-03-171-1/+1
|\ \ \ | | | | | | | | Reallow single quote in file names
| * | | Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING`Lukas Reschke2015-03-171-1/+1
| | | | | | | | | | | | | | | | `FILTER_SANITIZE_STRING` will still encode everything else.
* | | | Merge pull request #14975 from owncloud/add-smtp-debug-modeThomas Müller2015-03-171-1/+16
|\ \ \ \ | | | | | | | | | | Add debug mode back to mailer
| * | | | Add debug mode back to mailerLukas Reschke2015-03-171-1/+16
| |/ / / | | | | | | | | | | | | This re-adds the debug mode for the mailer which will log the whole SMTP traffic within the log file if enabled.
* | | | Merge pull request #14961 from owncloud/onlyrequireinfoBernhard Posselt2015-03-171-3/+3
|\ \ \ \ | | | | | | | | | | Only hard depend on the info.xml and not the app.php
| * | | | only hard depend on the info.xml and not the app.phpBernhard Posselt2015-03-171-3/+3
| | | | | | | | | | | | | | | | | | | | fix comment
* | | | | Merge pull request #14954 from owncloud/cache-image-pathRobin McCorkell2015-03-172-18/+38
|\ \ \ \ \ | |_|/ / / |/| | | | Cache \OC\URLGenerator::imagePath
| * | | | Reuse cache resultLukas Reschke2015-03-171-2/+2
| | | | |
| * | | | Read theme only if requiredLukas Reschke2015-03-171-3/+3
| | | | |
| * | | | Cache \OC\URLGenerator::imagePathLukas Reschke2015-03-172-18/+38
| | | | | | | | | | | | | | | | | | | | \OC\URLGenerator::imagePath is a really expensive operation due to all the I/O handling and can really benefit from caching.
* | | | | Merge pull request #14948 from owncloud/prefix-memcacheThomas Müller2015-03-172-1/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add version and path to cache prefix
| * | | | Add version and path to cache prefixLukas Reschke2015-03-172-1/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | 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.
* / / / Use a closure for the files app entry and deprecate old methodsJoas Schilling2015-03-172-28/+16
|/ / /
* | | Merge pull request #14927 from oparoz/raw-mimetypesThomas Müller2015-03-173-1/+47
|\ \ \ | | | | | | | | Introducing the Raw media types
| * | | Introducing the Raw mimetypesOlivier Paroz2015-03-163-1/+47
| | | |
* | | | Merge pull request #14931 from ↵Lukas Reschke2015-03-172-4/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/issue/14881-closures-for-navigation-entries Issue/14881 closures for navigation entries
| * | | | Allow registering closures for navigation entriesJoas Schilling2015-03-162-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #12085 from owncloud/add-swift-mailerLukas Reschke2015-03-177-159/+513
|\ \ \ \ \ | | | | | | | | | | | | Migrate OC_Mail to SwiftMailer
| * | | | | Don't fallback to Plaintext per default for legacy classLukas Reschke2015-03-161-6/+15
| | | | | |
| * | | | | Add debug log message backLukas Reschke2015-03-162-4/+17
| | | | | |
| * | | | | Show more detailed error messageLukas Reschke2015-03-161-0/+1
| | | | | |
| * | | | | Incorporate review changesLukas Reschke2015-03-165-73/+39
| | | | | |
| * | | | | Migrate to SwiftMailLukas Reschke2015-03-169-158/+523
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-1766-216/+12
| | | | | |