Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-04 | 52 | -46/+42 |
| | | | | | | |||||
* | | | | | | Merge pull request #18815 from owncloud/ext-update | Robin McCorkell | 2015-09-03 | 1 | -0/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Set default mount options for external storages | ||||
| * | | | | | | Set default mount options for external storages | Robin McCorkell | 2015-09-03 | 1 | -0/+7 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #18810 from owncloud/shared-mount-delay-setup | Vincent Petry | 2015-09-03 | 2 | -7/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Delay setting up the filesystem for a share owner untill the share is used | ||||
| * | | | | | | Delay setting up the filesystem for a share owner untill the share is used | Robin Appelman | 2015-09-03 | 2 | -7/+6 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #18781 from ↵ | Morris Jobke | 2015-09-03 | 8 | -9/+31 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | owncloud/move-background-job-registration-to-install-update Move background job registration to install update | ||||
| * | | | | | | Move registration of background job to install/update | Joas Schilling | 2015-09-02 | 4 | -5/+24 |
| | | | | | | | |||||
| * | | | | | | Move registration of LDAP background jobs to the install and update | Joas Schilling | 2015-09-02 | 4 | -4/+7 |
| | | | | | | | |||||
* | | | | | | | Tags in FileInfo map must be an array | Vincent Petry | 2015-09-03 | 2 | -1/+22 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixes FileList.elementToFile to make an array for the tags instead of keeping the original joined string | ||||
* | | | | | | Collapse HTML code for federated code | Lukas Reschke | 2015-09-03 | 2 | -5/+10 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Fix sidebar thumbnail loading JS unit tests | Vincent Petry | 2015-09-03 | 2 | -15/+64 |
| | | | | | |||||
* | | | | | fallback for isimage | Robin Appelman | 2015-09-02 | 1 | -1/+1 |
|/ / / / | |||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-02 | 2 | -0/+6 |
|/ / / |