summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-1280-138/+180
|
* Merge pull request #18653 from owncloud/dav-stream-guzzleLukas Reschke2015-09-114-67/+46
|\ | | | | stream webdav downloads using http client
| * also use httpclient for uploadFileRobin Appelman2015-09-011-35/+18
| |
| * stream webdav downloads using http clientRobin Appelman2015-08-291-29/+15
| |
| * allow streamed responses in http clientRobin Appelman2015-08-293-5/+15
| |
* | Merge pull request #18977 from owncloud/fix-mimetype-resetLukas Reschke2015-09-114-13/+19
|\ \ | | | | | | Add reset method to mimetype loader
| * | Add reset method to mimetype loaderRobin McCorkell2015-09-114-13/+19
| | | | | | | | | | | | Used to solve concurrency issues
* | | Merge pull request #18963 from owncloud/ext-fix-fallbacksLukas Reschke2015-09-111-2/+2
|\ \ \ | |/ / |/| | Update isCertificateImportAllowed() check to new API
| * | Update isCertificateImportAllowed() check to new APIRobin McCorkell2015-09-101-2/+2
| | |
* | | Merge pull request #18778 from owncloud/locking-setup-warningsLukas Reschke2015-09-112-18/+22
|\ \ \ | | | | | | | | Replace server status message about transitional file locking with se…
| * | | Make doc links inlineRobin McCorkell2015-09-111-8/+2
| | | |
| * | | Add documentation links for transactional lockingRobin Appelman2015-09-101-2/+8
| | | |
| * | | specify where to enable lockingRobin Appelman2015-09-071-1/+1
| | | |
| * | | Replace server status message about transitional file locking with setup ↵Robin Appelman2015-09-032-18/+22
| | | | | | | | | | | | | | | | warnings
* | | | Merge pull request #18733 from owncloud/ext-dependencycheckRobin McCorkell2015-09-1111-64/+162
|\ \ \ \ | | | | | | | | | | Make checkDependencies a real method
| * | | | Test legacy backend with no dependency checkRobin McCorkell2015-09-011-0/+18
| | | | |
| * | | | Make checkDependencies a real methodRobin McCorkell2015-09-0111-64/+144
| | | | | | | | | | | | | | | | | | | | | | | | | Replace ->setDependencyCheck(callable) with a real method checkDependencies(). A polyfill is available for legacy storages.
* | | | | Merge pull request #18676 from owncloud/ext-eventdispatcherRobin McCorkell2015-09-112-0/+37
|\ \ \ \ \ | | | | | | | | | | | | files_external event dispatcher
| * | | | | Expose files_external services from ServerRobin McCorkell2015-08-311-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | Not exposed to OCP yet
| * | | | | Fire event when BackendService is availableRobin McCorkell2015-08-311-0/+5
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-1164-0/+102
| | | | | |
* | | | | | Merge pull request #18851 from owncloud/memcached-getallkeys-fallbackRobin McCorkell2015-09-102-0/+28
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fallback to complete Memcached flush if getAllKeys fails
| * | | | | Fallback to complete Memcached flush if getAllKeys failsRobin McCorkell2015-09-052-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer Memcached's do not support the underlying protocol commands that getAllKeys() is implemented with. We should fallback to clearing everything in that case, as causing (temporary) performance problems for other applications on the server is better than having stale cached data.
* | | | | | Merge pull request #18699 from owncloud/notification-managerLukas Reschke2015-09-1024-3/+2662
|\ \ \ \ \ \ | | | | | | | | | | | | | | Notification manager
| * | | | | | Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-0817-83/+74
| | | | | | |
| * | | | | | Add tests for the query()Joas Schilling2015-09-081-0/+2
| | | | | | |
| * | | | | | Add tests for the notification managerJoas Schilling2015-09-082-2/+360
| | | | | | |
| * | | | | | Add more action testsJoas Schilling2015-09-082-9/+12
| | | | | | |
| * | | | | | Add tests for notificationJoas Schilling2015-09-082-8/+610
| | | | | | |
| * | | | | | Add tests for ActionJoas Schilling2015-09-083-1/+235
| | | | | | |
| * | | | | | Fix the subject of notificationsJoas Schilling2015-09-082-2/+2
| | | | | | |
| * | | | | | Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-088-2/+33
| | | | | | |
| * | | | | | Add notifications for remote sharesJoas Schilling2015-09-083-0/+115
| | | | | | |
| * | | | | | Fix closures and adding parsed ActionsJoas Schilling2015-09-082-3/+3
| | | | | | |
| * | | | | | Fix the request type and the validityJoas Schilling2015-09-082-3/+4
| | | | | | |
| * | | | | | Allow getting the request typeJoas Schilling2015-09-082-0/+14
| | | | | | |
| * | | | | | Use an INotification to getCount() and markProcessed()Joas Schilling2015-09-082-18/+10
| | | | | | |
| * | | | | | Add the request type to the actionJoas Schilling2015-09-082-2/+11
| | | | | | |
| * | | | | | Add the app id to the markProcessed methodJoas Schilling2015-09-082-3/+5
| | | | | | |
| * | | | | | Handle InvalidArgumentException more gracefullyJoas Schilling2015-09-081-5/+10
| | | | | | |
| * | | | | | Add language to the preparation methodJoas Schilling2015-09-082-3/+5
| | | | | | |
| * | | | | | Nothing is set in stone here yetJoas Schilling2015-09-085-0/+20
| | | | | | |
| * | | | | | Notification APIJoas Schilling2015-09-0810-1/+1279
| | | | | | |
* | | | | | | Merge pull request #17791 from owncloud/make-eventsource-compatible-with-win10Lukas Reschke2015-09-101-0/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add custom CSP for Win 10 compatibility
| * | | | | | | Add custom CSP for Win 10 compatibilityLukas Reschke2015-07-211-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default content-security-policy of ownCloud forbids inline JavaScript for security reasons. IE starting on Windows 10 will however also obey the CSP which will break the event source fallback. As a workaround thus we set a custom policy which allows the execution of inline JavaScript. This fixes https://github.com/owncloud/core/issues/14286
* | | | | | | | Merge pull request #18948 from owncloud/easier-example-theme-defaults.phpLukas Reschke2015-09-101-30/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [example theme] make it easier for non PHP people to understand what …
| * | | | | | | | [example theme] make it easier for non PHP people to understand what to changeMorris Jobke2015-09-101-30/+8
| | | | | | | | |
* | | | | | | | | Merge pull request #18936 from owncloud/do-not-include-refererMorris Jobke2015-09-103-0/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Prevent referer from being sent
| * | | | | | | | Prevent referer from being sentLukas Reschke2015-09-093-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nice hardening for enhanced privacy. Especially useful when using embedded viewers such as files_pdfviewer.
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-1012-0/+30
| | | | | | | | |