Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-13 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-12 | 18 | -0/+88 |
| | | |||||
* | | 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 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | files_external event dispatcher | ||||
| * | | | 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 | 60 | -0/+62 |
| | | | |||||
* | | | Merge pull request #18699 from owncloud/notification-manager | Lukas Reschke | 2015-09-10 | 10 | -2/+147 |
|\ \ \ | | | | | | | | | Notification manager | ||||
| * | | | Move interfaces to private until they are no longer experimental | Joas Schilling | 2015-09-08 | 3 | -4/+3 |
| | | | | |||||
| * | | | Scrap the notifications when the share is accepted or declined | Joas Schilling | 2015-09-08 | 8 | -2/+33 |
| | | | | |||||
| * | | | Add notifications for remote shares | Joas Schilling | 2015-09-08 | 3 | -0/+115 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-10 | 10 | -0/+28 |
| | | | | |||||
* | | | | Merge pull request #18895 from owncloud/make-code-analyzers-happier | Morris Jobke | 2015-09-09 | 3 | -24/+100 |
|\ \ \ \ | | | | | | | | | | | Add proper PHPDoc | ||||
| * | | | | Add proper PHPDoc | Lukas Reschke | 2015-09-08 | 3 | -24/+100 |
| |/ / / | | | | | | | | | | | | | Makes my IDE happier when going through that file. | ||||
* | | | | Merge pull request #18873 from owncloud/enc_use_master_password | Lukas Reschke | 2015-09-09 | 10 | -27/+472 |
|\ \ \ \ | | | | | | | | | | | Allow admin to use a master key for all files | ||||
| * | | | | occ command to enable master key | Bjoern Schiessle | 2015-09-08 | 3 | -0/+196 |
| | | | | | |||||
| * | | | | enable usage of a master key | Bjoern Schiessle | 2015-09-07 | 7 | -27/+276 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-09 | 16 | -0/+28 |
| |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-08 | 158 | -1150/+1118 |
| | | | | |||||
* | | | | Merge pull request #18876 from owncloud/missing-context-on-update-file-target | Morris Jobke | 2015-09-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Use context function call instead of static | ||||
| * | | | | Use context function call instead of static | Joas Schilling | 2015-09-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #18630 from owncloud/files-combineuploadbutton | Jan-Christoph Borchardt | 2015-09-07 | 12 | -320/+717 |
|\ \ \ \ \ | |/ / / / |/| | | | | Combine upload action into the "New" menu | ||||
| * | | | | Added unit tests for "new" file menu and small fixes | Vincent Petry | 2015-09-03 | 5 | -54/+247 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added unit tests for NewFileMenu - use generateUrl for FileList.createFile and FileList.createDirectory - added unit tests for FileList.createFile and FileList.createDirectory | ||||
| * | | | | Remove ellipsis on new file menu items | Vincent Petry | 2015-09-03 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | fix icon and layout details for new menu | Jan-Christoph Borchardt | 2015-09-03 | 2 | -4/+11 |
| | | | | | |||||
| * | | | | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 9 | -270/+468 |
| | | | | | | | | | | | | | | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class | ||||
* | | | | | Remove unneeded include | Morris Jobke | 2015-09-07 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #18867 * ref #18748 | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-07 | 2 | -0/+2 |
| | | | | | |||||
* | | | | | Merge pull request #18748 from owncloud/files-versions-tab | Morris Jobke | 2015-09-07 | 17 | -221/+966 |
|\ \ \ \ \ | | | | | | | | | | | | | Add versions tab to files sidebar | ||||
| * | | | | | Add versions tab to files sidebar | Vincent Petry | 2015-09-03 | 17 | -221/+966 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - move versions to a tab in the files sidebar - added mechanism to auto-update the row in the FileList whenever values are set to the FileInfoModel given to the sidebar - updated tags/favorite action to make use of that new mechanism | ||||
* | | | | | | Merge pull request #18742 from owncloud/mimetype-updatedb | Roeland Douma | 2015-09-06 | 1 | -2/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Introduce mimetype DB update occ command | ||||
| * | | | | | | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 1 | -2/+4 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-06 | 2 | -0/+2 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-05 | 16 | -0/+40 |
| | | | | | | |||||
* | | | | | | Avoid re-propagation of shares during one propagation run | Morris Jobke | 2015-09-04 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | * fix was proposed by @nickvergessen | ||||
* | | | | | | Merge pull request #18762 from owncloud/use-json-instead-of-unserialize | Morris Jobke | 2015-09-04 | 2 | -4/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use "json_encode" and "json_decode" instead of unserialize | ||||
| * | | | | | | Use "json_encode" and "json_decode" instead of unserialize | Lukas Reschke | 2015-09-02 | 2 | -4/+4 |
| | | | | | | |