Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | dont show user provided auth as option for personal mounts | Robin Appelman | 2016-01-29 | 3 | -3/+5 | |
* | | | | | | Allow setting user provided credentials from the personal settings page | Robin Appelman | 2016-01-29 | 6 | -44/+180 | |
* | | | | | | expose user provided credentials for admin mounts | Robin Appelman | 2016-01-29 | 2 | -1/+10 | |
* | | | | | | Add user provided credentials mechanism | Robin Appelman | 2016-01-29 | 4 | -1/+142 | |
* | | | | | | Fix invalid storages not showing in directory listing | Robin Appelman | 2016-01-29 | 2 | -1/+130 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #21660 from owncloud/sharing2_update_reshares | Thomas Müller | 2016-01-29 | 4 | -46/+496 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update the initiator of the share as well in migration | Roeland Jago Douma | 2016-01-28 | 3 | -7/+74 | |
| * | | | | | Update reshares in batches as not to run out of memory | Roeland Jago Douma | 2016-01-28 | 2 | -14/+97 | |
| * | | | | | upgrade to sharing 2.0, remove hierarchical re-shares | Björn Schießle | 2016-01-28 | 4 | -48/+348 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #21928 from owncloud/files-external-js-checkbox-fix | Thomas Müller | 2016-01-29 | 2 | -5/+93 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add storage validation JS unit tests | Robin McCorkell | 2016-01-29 | 1 | -1/+75 | |
| * | | | | | Fix validation of inputs that aren't text | Robin McCorkell | 2016-01-26 | 1 | -4/+18 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #21990 from owncloud/systemtags-cleanup-orphans | Thomas Müller | 2016-01-29 | 5 | -17/+268 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Cleanup job for system and user tag orphaned when file was deleted | Vincent Petry | 2016-01-29 | 5 | -17/+268 | |
* | | | | | Merge pull request #21701 from owncloud/scan_files_more_details_II | Thomas Müller | 2016-01-29 | 1 | -38/+71 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | occ scan:files Adding more details in the base print out (II) | martin.mattel@diemattels.at | 2016-01-29 | 1 | -38/+71 | |
| |/ / / | ||||||
* | | | | Merge pull request #21932 from owncloud/comments-dav-refinements | Thomas Müller | 2016-01-29 | 4 | -8/+36 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | provide info about plugin, and do not run commit ourselves on proppatch | Arthur Schiwon | 2016-01-26 | 4 | -8/+36 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-29 | 8 | -4/+8 | |
* | | | | Merge pull request #21333 from owncloud/migrate-contacts | Thomas Müller | 2016-01-28 | 11 | -2/+650 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Add copyright header | Lukas Reschke | 2016-01-28 | 1 | -0/+19 | |
| * | | | Fix sql to get shared addressbooks including unit tests | Thomas Müller | 2016-01-27 | 2 | -1/+17 | |
| * | | | Unit testing database access to old contacts tables | Thomas Müller | 2016-01-27 | 3 | -3/+267 | |
| * | | | Unit testing migration logic | Thomas Müller | 2016-01-27 | 4 | -44/+176 | |
| * | | | Add app to migrate contacts and calendars | Thomas Müller | 2016-01-27 | 7 | -2/+219 | |
* | | | | Fix OCS unit tests after two share merges | Roeland Jago Douma | 2016-01-28 | 2 | -32/+32 | |
* | | | | Merge pull request #21960 from owncloud/share2_ocs_fix_passing_empty_strings | Thomas Müller | 2016-01-28 | 2 | -32/+744 | |
|\ \ \ \ | ||||||
| * | | | | [Share 2.0] Allow using permissions to update link share | Roeland Jago Douma | 2016-01-27 | 2 | -14/+113 | |
| * | | | | [Share 2.0] Still allow isolated updates | Roeland Jago Douma | 2016-01-27 | 2 | -11/+125 | |
| * | | | | [Share 2.0] Also handle empty parameter in updateShare | Roeland Jago Douma | 2016-01-27 | 2 | -24/+283 | |
| * | | | | [Share 2.0] When passing empty strings don't fail | Roeland Jago Douma | 2016-01-27 | 2 | -10/+250 | |
* | | | | | cleanup shared cache | Robin Appelman | 2016-01-28 | 5 | -543/+61 | |
* | | | | | [Share 2.0] Fix interfaces and comments | Roeland Jago Douma | 2016-01-28 | 4 | -33/+34 | |
* | | | | | [Share 2.0] Move IShare to OCP | Roeland Jago Douma | 2016-01-27 | 4 | -36/+35 | |
|/ / / / | ||||||
* | | | | Merge pull request #21895 from owncloud/calendar-sharing | Thomas Müller | 2016-01-27 | 12 | -132/+912 | |
|\ \ \ \ | ||||||
| * | | | | Extract sharing functionality into own backend class for reusability | Thomas Müller | 2016-01-27 | 6 | -96/+203 | |
| * | | | | Fix server ctor including unit test - this shall never happen again | Thomas Müller | 2016-01-27 | 2 | -1/+25 | |
| * | | | | Migrate from CardDAV sharing to more generalk DAV sharing | Thomas Müller | 2016-01-27 | 9 | -36/+685 | |
* | | | | | Merge pull request #21940 from owncloud/share2_do_not_returned_removed_group_... | Thomas Müller | 2016-01-27 | 1 | -1/+8 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | [Share 2.0] Properly handle user deleted group shares | Roeland Jago Douma | 2016-01-27 | 1 | -1/+8 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #21947 from owncloud/oc-backbone-webdav-put-bool-tojson | Thomas Müller | 2016-01-27 | 2 | -8/+10 | |
|\ \ \ \ | ||||||
| * | | | | Fix system tags proppatch with booleans | Vincent Petry | 2016-01-27 | 2 | -8/+10 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #21856 from owncloud/sync-federated-cloud-users-in-cron | Thomas Müller | 2016-01-27 | 11 | -39/+246 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix PHPDoc and signature | Lukas Reschke | 2016-01-26 | 3 | -3/+10 | |
| * | | | Adding unit tests | Thomas Müller | 2016-01-25 | 6 | -8/+72 | |
| * | | | Sync federated clouds using a cron job | Thomas Müller | 2016-01-22 | 7 | -35/+171 | |
* | | | | Merge pull request #21741 from owncloud/l10n-improvements | Thomas Müller | 2016-01-27 | 1 | -3/+5 | |
|\ \ \ \ | ||||||
| * | | | | Fix tests | Joas Schilling | 2016-01-26 | 1 | -3/+5 | |
* | | | | | Merge pull request #21887 from owncloud/share2_updateShare | Thomas Müller | 2016-01-27 | 2 | -1/+68 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | [Share 2.0] Add update share | Roeland Jago Douma | 2016-01-26 | 2 | -1/+68 | |
| |/ / / |