summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18991 from owncloud/public-resolveBernhard Posselt2015-09-132-1/+11
|\
| * make resolve public to avoid boiler plate codeBernhard Posselt2015-09-132-1/+11
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-136-0/+12
* Merge pull request #18658 from owncloud/configurable-tempFrank Karlitschek2015-09-126-22/+140
|\
| * Add config.sample.php parameter for tempdirectoryRobin McCorkell2015-09-061-0/+10
| * Unit test getting temp dir from configRobin McCorkell2015-08-301-1/+19
| * Clean up TempManager to follow code guidelinesRobin McCorkell2015-08-304-43/+91
| * moved code to /lib/private/tempmanager.phproot2015-08-294-21/+63
* | [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
|\ \
| * | 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 loaderRobin McCorkell2015-09-114-13/+19
* | | | Merge pull request #18963 from owncloud/ext-fix-fallbacksLukas Reschke2015-09-111-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | 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
|\ \ \ \
| * | | | 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 warn...Robin Appelman2015-09-032-18/+22
* | | | | Merge pull request #18733 from owncloud/ext-dependencycheckRobin McCorkell2015-09-1111-64/+162
|\ \ \ \ \
| * | | | | Test legacy backend with no dependency checkRobin McCorkell2015-09-011-0/+18
| * | | | | Make checkDependencies a real methodRobin McCorkell2015-09-0111-64/+144
* | | | | | Merge pull request #18676 from owncloud/ext-eventdispatcherRobin McCorkell2015-09-112-0/+37
|\ \ \ \ \ \
| * | | | | | Expose files_external services from ServerRobin McCorkell2015-08-311-0/+32
| * | | | | | 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 failsRobin McCorkell2015-09-052-0/+28
* | | | | | | Merge pull request #18699 from owncloud/notification-managerLukas Reschke2015-09-1024-3/+2662
|\ \ \ \ \ \ \
| * | | | | | | 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