aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14862 from owncloud/introduce-shipped.json-masterMorris Jobke2015-03-232-6/+33
|\ | | | | shipped apps are now defined in core/shipped.json - the shipped tag in i...
| * Add spacesMorris Jobke2015-03-161-1/+1
| |
| * [WIP] upgrade app store apps during console upgradeThomas Müller2015-03-131-1/+21
| |
| * shipped apps are now defined in core/shipped.json - the shipped tag in ↵Thomas Müller2015-03-131-5/+12
| | | | | | | | info.xml is ignored from now on - never trust an app :speak_no_evil:
* | Introducing 3D images support (media type)Olivier Paroz2015-03-201-0/+2
| | | | | | | | | | So that people with 3D images can at least see a 2D picture Full 3D support is possible via an app
* | Merge pull request #14857 from owncloud/preview-provider-registration-in-managerThomas Müller2015-03-209-254/+324
|\ \ | | | | | | Preview provider registration in manager
| * | Only register the core providers when necessaryJoas Schilling2015-03-161-6/+13
| | |
| * | Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-167-18/+18
| | |
| * | Only sort the list when requiredJoas Schilling2015-03-161-2/+13
| | |
| * | Order the providers alphabeticallyJoas Schilling2015-03-161-8/+8
| | |
| * | Only do all the "find path" magic when we need to register themJoas Schilling2015-03-161-1/+5
| | |
| * | Cache result for isMimeTypeSupported()Joas Schilling2015-03-161-0/+13
| | |
| * | Add more type hintingJoas Schilling2015-03-162-2/+2
| | |
| * | Use DI for the configJoas Schilling2015-03-163-13/+23
| | |
| * | Add an interface for the preview providersJoas Schilling2015-03-163-6/+9
| | |
| * | Clean up some docsJoas Schilling2015-03-161-6/+6
| | |
| * | Move default provider registration to preview managerJoas Schilling2015-03-162-178/+197
| | |
| * | Register preview providers on the preview manager instead of OC\PreviewJoas Schilling2015-03-163-59/+62
| | |
* | | Merge pull request #14941 from AdamWill/pipeline-appsMorris Jobke2015-03-201-1/+5
|\ \ \ | | | | | | | | fall back to absolute path for pipelined assets (#14940)
| * | | fall back to absolute path for pipelined assets (#14940)Adam Williamson2015-03-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If the asset is, for example, in an apps directory that is outside the $SERVERROOT, we won't be able to get a relative path. We shouldn't just fail hard in this case. Fall back to using the absolute path instead (as we used to).
* | | | Merge pull request #15062 from owncloud/fix-15053-masterThomas Müller2015-03-201-1/+7
|\ \ \ \ | | | | | | | | | | Handle session initialization errors and display error page
| * | | | Handle session initialization errors and display error page - fixes #15053Thomas Müller2015-03-201-1/+7
| | | | |
* | | | | Do not automatically add "update" permission to shared mountsVincent Petry2015-03-201-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the past it seems the update permission was needed to be able to rename shared mounts, but it doesn't seem to be the case any more. Removing the "update" permission that used to be added automatically fixes the read-only permission check when trying to overwrite a read-only file over WebDAV.
* | | | Merge pull request #15047 from owncloud/connect-failed-exception-messageThomas Müller2015-03-201-1/+1
|\ \ \ \ | | | | | | | | | | be a little more verbose in the exception message when we cant connect to...
| * | | | be a little more verbose in the exception message when we cant connect to the dbRobin Appelman2015-03-201-1/+1
| | | | |
* | | | | show exception type in debug modeRobin Appelman2015-03-201-0/+1
|/ / / /
* | | | 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 #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-195-10/+54
|\ \ \ \ \ | | | | | | | | | | | | 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-111-0/+9
| | | | | |
| * | | | | pass mountpoint to storage wrapper callbackRobin Appelman2015-03-112-8/+10
| | | | | |
* | | | | | 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
| | | | | |
* | | | | | 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.
* | | | | 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