Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use srcset to select best avatar size | Roeland Jago Douma | 2015-09-14 | 1 | -2/+4 |
| | | | | * Allow the browser to select the best available avatar for the screen | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-14 | 194 | -1628/+1232 |
| | |||||
* | Merge pull request #18996 from owncloud/ext-swift-dependencycheck | Robin McCorkell | 2015-09-13 | 2 | -2/+6 |
|\ | | | | | Fix dependency check for Swift and SMB_OC | ||||
| * | Fix dependency check for Swift and SMB_OC | Robin McCorkell | 2015-09-13 | 2 | -2/+6 |
|/ | | | | Mistake caused during merging, where the API had changed | ||||
* | Merge pull request #18441 from owncloud/ext-backends.advanced | Robin McCorkell | 2015-09-13 | 31 | -744/+720 |
|\ | | | | | Migrate advanced external storage backends to new registration API [part 3] | ||||
| * | Fix Swift legacy auth mechanism fallback | Robin McCorkell | 2015-09-03 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in SMB_OC | Robin McCorkell | 2015-09-03 | 1 | -2/+2 |
| | | |||||
| * | Prevent creation of deprecated backends | Robin McCorkell | 2015-08-28 | 2 | -0/+4 |
| | | |||||
| * | Introduce MODIFY permission for external storages | Robin McCorkell | 2015-08-28 | 5 | -11/+21 |
| | | |||||
| * | Validate permissions for created admin storages, auth mechanism | Robin McCorkell | 2015-08-28 | 5 | -34/+63 |
| | | | | | | | | | | Backend and auth mechanism permissions are checked on storage creation, both for personal storages and for admin storages | ||||
| * | Implement more fine-grained external storage permissions model | Robin McCorkell | 2015-08-28 | 13 | -238/+212 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | VisibilityTrait -> PermissionsTrait PermissionsTrait stores two sets of data, $permissions and $allowedPermissions (analogous to $visibility and $allowedVisibility of VisibilityTrait). Each set is a map of user type ('admin' or 'personal') to permissions (mounting permission, create permission). The result is that a backend can now be restricted for creation, while still allowing it to be mounted. This is useful for deprecating backends or auth mechanisms, preventing new storages being created, while still allowing existing storages to be mounted. | ||||
| * | AjaxController uses RSA auth mechanism | Robin McCorkell | 2015-08-28 | 3 | -20/+22 |
| | | |||||
| * | Migrate SFTP_Key external storage to new API | Robin McCorkell | 2015-08-28 | 10 | -287/+177 |
| | | | | | | | | | | The SFTP backend now supports public key authentication alongside password authentication. | ||||
| * | Migrate SMB_OC external storage to new API | Robin McCorkell | 2015-08-28 | 4 | -142/+68 |
| | | | | | | | | | | SMB_OC has been merged with SMB, via the identifier aliases mechanism. Legacy migration is done to the Session Credentials password mechanism | ||||
| * | Migrate Swift external storage to new API | Robin McCorkell | 2015-08-28 | 5 | -18/+159 |
| | | | | | | | | | | The Rackspace/OpenStack differences have been split into separate auth mechanisms, with correct legacy migration | ||||
* | | Merge pull request #18991 from owncloud/public-resolve | Bernhard Posselt | 2015-09-13 | 2 | -1/+11 |
|\ \ | | | | | | | Make resolve public to avoid boiler plate code | ||||
| * | | make resolve public to avoid boiler plate code | Bernhard Posselt | 2015-09-13 | 2 | -1/+11 |
|/ / | | | | | | | add resolve to public interface | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-13 | 6 | -0/+12 |
| | | |||||
* | | Merge pull request #18658 from owncloud/configurable-temp | Frank Karlitschek | 2015-09-12 | 6 | -22/+140 |
|\ \ | | | | | | | Configurable temporary directory | ||||
| * | | Add config.sample.php parameter for tempdirectory | Robin McCorkell | 2015-09-06 | 1 | -0/+10 |
| | | | |||||
| * | | Unit test getting temp dir from config | Robin McCorkell | 2015-08-30 | 1 | -1/+19 |
| | | | |||||
| * | | Clean up TempManager to follow code guidelines | Robin McCorkell | 2015-08-30 | 4 | -43/+91 |
| | | | | | | | | | | | | tmpBaseDir can be overridden for unit testing purposes | ||||
| * | | moved code to /lib/private/tempmanager.php | root | 2015-08-29 | 4 | -21/+63 |
| | | | | | | | | | | | | | | | | | | fix for unit test some fixes | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-12 | 80 | -138/+180 |
| | | | |||||
* | | | Merge pull request #18653 from owncloud/dav-stream-guzzle | Lukas Reschke | 2015-09-11 | 4 | -67/+46 |
|\ \ \ | | | | | | | | | stream webdav downloads using http client | ||||
| * | | | also use httpclient for uploadFile | Robin Appelman | 2015-09-01 | 1 | -35/+18 |
| | | | | |||||
| * | | | stream webdav downloads using http client | Robin Appelman | 2015-08-29 | 1 | -29/+15 |
| | | | | |||||
| * | | | allow streamed responses in http client | Robin Appelman | 2015-08-29 | 3 | -5/+15 |
| | | | | |||||
* | | | | Merge pull request #18977 from owncloud/fix-mimetype-reset | Lukas Reschke | 2015-09-11 | 4 | -13/+19 |
|\ \ \ \ | | | | | | | | | | | Add reset method to mimetype loader | ||||
| * | | | | Add reset method to mimetype loader | Robin McCorkell | 2015-09-11 | 4 | -13/+19 |
| | | | | | | | | | | | | | | | | | | | | Used to solve concurrency issues | ||||
* | | | | | Merge pull request #18963 from owncloud/ext-fix-fallbacks | Lukas Reschke | 2015-09-11 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update isCertificateImportAllowed() check to new API | ||||
| * | | | | Update isCertificateImportAllowed() check to new API | Robin McCorkell | 2015-09-10 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #18778 from owncloud/locking-setup-warnings | Lukas Reschke | 2015-09-11 | 2 | -18/+22 |
|\ \ \ \ \ | | | | | | | | | | | | | Replace server status message about transitional file locking with se… | ||||
| * | | | | | Make doc links inline | Robin McCorkell | 2015-09-11 | 1 | -8/+2 |
| | | | | | | |||||
| * | | | | | Add documentation links for transactional locking | Robin Appelman | 2015-09-10 | 1 | -2/+8 |
| | | | | | | |||||
| * | | | | | specify where to enable locking | Robin Appelman | 2015-09-07 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Replace server status message about transitional file locking with setup ↵ | Robin Appelman | 2015-09-03 | 2 | -18/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | warnings | ||||
* | | | | | | Merge pull request #18733 from owncloud/ext-dependencycheck | Robin McCorkell | 2015-09-11 | 11 | -64/+162 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Make checkDependencies a real method | ||||
| * | | | | | | Test legacy backend with no dependency check | Robin McCorkell | 2015-09-01 | 1 | -0/+18 |
| | | | | | | | |||||
| * | | | | | | Make checkDependencies a real method | Robin McCorkell | 2015-09-01 | 11 | -64/+144 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace ->setDependencyCheck(callable) with a real method checkDependencies(). A polyfill is available for legacy storages. | ||||
* | | | | | | | Merge pull request #18676 from owncloud/ext-eventdispatcher | Robin McCorkell | 2015-09-11 | 2 | -0/+37 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | files_external event dispatcher | ||||
| * | | | | | | | Expose files_external services from Server | Robin McCorkell | 2015-08-31 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not exposed to OCP yet | ||||
| * | | | | | | | Fire event when BackendService is available | Robin McCorkell | 2015-08-31 | 1 | -0/+5 |
| | | | | | | | | |||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-11 | 64 | -0/+102 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #18851 from owncloud/memcached-getallkeys-fallback | Robin McCorkell | 2015-09-10 | 2 | -0/+28 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Fallback to complete Memcached flush if getAllKeys fails | ||||
| * | | | | | | | Fallback to complete Memcached flush if getAllKeys fails | Robin McCorkell | 2015-09-05 | 2 | -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-manager | Lukas Reschke | 2015-09-10 | 24 | -3/+2662 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Notification manager | ||||
| * | | | | | | | | Move interfaces to private until they are no longer experimental | Joas Schilling | 2015-09-08 | 17 | -83/+74 |
| | | | | | | | | | |||||
| * | | | | | | | | Add tests for the query() | Joas Schilling | 2015-09-08 | 1 | -0/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Add tests for the notification manager | Joas Schilling | 2015-09-08 | 2 | -2/+360 |
| | | | | | | | | |