Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add intergration tests | Roeland Jago Douma | 2016-04-04 | 2 | -0/+31 |
| | |||||
* | Add sharePermissions webdav property | Roeland Jago Douma | 2016-03-31 | 2 | -0/+118 |
| | | | | | | | | | | | | | | | | This property can be queries by the clients so they know the max permissions they can use to share a file with. This will improve the UX. The oc:permissions proptery is not enough since mountpoints have different permissions (delete + move by default). By making it a new property the clients can just request it. On older servers it will just return a 404 for that property (and thus they know they have to fall back to their hacky work arounds). But if the property is returned the client can show proper info. * unit tests * intergration test | ||||
* | Add intergration tests | Roeland Jago Douma | 2016-03-22 | 2 | -0/+17 |
| | | | | | | * Only for sharees right now * Sharing intergration tests fail due to the test setup we have right now | ||||
* | Add intergration tests | Roeland Jago Douma | 2016-03-17 | 2 | -1/+125 |
| | | | | | | | | | | Intergration tests to ensure the share-types property is set correctly. * Unshared item * Shared with user * Shared with group * Shared by link * Shared with user & group & link | ||||
* | Merge pull request #23258 from owncloud/sharee-tests | Thomas Müller | 2016-03-16 | 7 | -219/+299 |
|\ | | | | | Add integration tests for sharee endpoint | ||||
| * | Split the context so we don't reset the config on each test | Joas Schilling | 2016-03-15 | 4 | -57/+82 |
| | | |||||
| * | Add tests for user enumeration and sharing in group only | Joas Schilling | 2016-03-15 | 2 | -45/+103 |
| | | |||||
| * | Always use the admin when putting poeple in a group | Joas Schilling | 2016-03-15 | 1 | -4/+5 |
| | | |||||
| * | Make the app config code ready for reuse | Joas Schilling | 2016-03-15 | 2 | -78/+104 |
| | | |||||
| * | Deduplicate the existing background | Joas Schilling | 2016-03-14 | 1 | -44/+14 |
| | | |||||
* | | Only match LOCAL and REMOTE as servers, correctly make use of the sharer ↵ | Joas Schilling | 2016-03-14 | 3 | -30/+30 |
|/ | | | | server from the command | ||||
* | Merge pull request #23091 from ↵ | Thomas Müller | 2016-03-13 | 2 | -0/+253 |
|\ | | | | | | | | | owncloud/issue-23085-csae-insensitive-group-search Return the correct group casing in sharee api | ||||
| * | Add integration tests for the "anti user iteration" | Joas Schilling | 2016-03-11 | 1 | -0/+54 |
| | | |||||
| * | Add integration tests for sharee API | Joas Schilling | 2016-03-11 | 2 | -0/+199 |
| | | |||||
* | | Merge pull request #23141 from owncloud/behat-code-style | Thomas Müller | 2016-03-11 | 13 | -51/+233 |
|\ \ | | | | | | | Fix all the yellow, orange and red errors in integration tests | ||||
| * | | Fix WebDav | Joas Schilling | 2016-03-11 | 2 | -5/+39 |
| | | | |||||
| * | | Fix docs of Tags | Joas Schilling | 2016-03-11 | 1 | -0/+35 |
| | | | |||||
| * | | Remove unnecessary imports | Joas Schilling | 2016-03-11 | 1 | -2/+0 |
| | | | |||||
| * | | Fix comments | Joas Schilling | 2016-03-11 | 1 | -2/+29 |
| | | | |||||
| * | | Fix checksumsContext | Joas Schilling | 2016-03-11 | 1 | -1/+23 |
| | | | |||||
| * | | Fix issues in CardDav | Joas Schilling | 2016-03-11 | 1 | -3/+13 |
| | | | |||||
| * | | Add docs for CalDavContext | Joas Schilling | 2016-03-11 | 1 | -0/+10 |
| | | | |||||
| * | | Docs for BasicStructure | Joas Schilling | 2016-03-11 | 1 | -0/+16 |
| | | | |||||
| * | | Remove trailing spaces | Joas Schilling | 2016-03-11 | 1 | -1/+1 |
| | | | |||||
| * | | Fix the use of traits | Joas Schilling | 2016-03-11 | 2 | -4/+0 |
| | | | |||||
| * | | Fix inheritance of members | Joas Schilling | 2016-03-11 | 3 | -13/+31 |
| | | | |||||
| * | | API version needs to be on basic because we use it there | Joas Schilling | 2016-03-11 | 2 | -12/+11 |
| | | | |||||
| * | | Fix type in class name | Joas Schilling | 2016-03-11 | 1 | -1/+1 |
| | | | |||||
| * | | Remove hardcoded api versions | Joas Schilling | 2016-03-11 | 1 | -3/+3 |
| | | | |||||
| * | | asCreatingAShareWith has no return | Joas Schilling | 2016-03-11 | 1 | -1/+1 |
| | | | |||||
| * | | Fix docs | Joas Schilling | 2016-03-11 | 1 | -3/+20 |
| |/ | |||||
* | | Change resharing to local instead of remote because of a deadlock | Sergio Bertolin | 2016-03-11 | 1 | -5/+10 |
| | | |||||
* | | Adding new tests for federation sharing | Sergio Bertolín | 2016-03-11 | 3 | -1/+147 |
|/ | |||||
* | Add intergration tests | Roeland Jago Douma | 2016-03-10 | 1 | -0/+7 |
| | |||||
* | Merge pull request #22602 from owncloud/fix_slow_chunkcheck | Thomas Müller | 2016-03-09 | 2 | -0/+38 |
|\ | | | | | Do not check all chunks of a chunked upload if we do not need to | ||||
| * | Added tests | Roeland Jago Douma | 2016-03-07 | 2 | -0/+38 |
| | | | | | | | | | | * Unit tests for OC_Filechunking to verify the isComplete function * Intergration tests to show that shuffling chunks is all fine | ||||
* | | Fix capabilities intergration tests | Roeland Jago Douma | 2016-03-08 | 1 | -2/+2 |
|/ | | | | Split the array element selection and the member selection. | ||||
* | Adjust OCS test | Lukas Reschke | 2016-03-04 | 1 | -0/+1 |
| | |||||
* | Add new apps | Lukas Reschke | 2016-03-01 | 1 | -0/+5 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+3 |
| | |||||
* | Checksum intergration test | Roeland Jago Douma | 2016-03-01 | 3 | -0/+305 |
| | | | | | | | | * Upload file with checksum * Chunked upload with checksum * Copy file with checksum should also copy the checksum * Moving a file with checksum should also move the checksum * Uploading a file with checksum and overwriting it with a file without cheksum should remove the checksum | ||||
* | Merge pull request #22700 from owncloud/only_1_linkshare | Thomas Müller | 2016-03-01 | 2 | -0/+32 |
|\ | | | | | For now only allow 1 link share per file/folder | ||||
| * | Intergration tests | Roeland Jago Douma | 2016-03-01 | 2 | -0/+32 |
| | | |||||
* | | Merge pull request #22731 from owncloud/hide-nodes-from-listening | Thomas Müller | 2016-03-01 | 5 | -0/+423 |
|\ \ | | | | | | | Hides nodes from listing that the user has no access to | ||||
| * | | Hides nodes from listing that the user has no access to | Lukas Reschke | 2016-02-29 | 5 | -0/+423 |
| | | | |||||
* | | | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotaset | Thomas Müller | 2016-03-01 | 4 | -12/+97 |
|\ \ \ | |_|/ |/| | | Don't return quota when none set | ||||
| * | | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 4 | -12/+97 |
| |/ | | | | | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set. | ||||
* / | Check correct permissions when resharing | Roeland Jago Douma | 2016-02-29 | 1 | -0/+21 |
|/ | | | | | | | | | | | Fixes #22675 Since we only get a share id we do not know the path for the sharer. Now if we edit a share we start searching for shares for that user of that node. And deduce the permissions that way. * Intergration test added * Fix unit tests | ||||
* | Relax rootfolder check | Roeland Jago Douma | 2016-02-26 | 1 | -1/+13 |
| | | | | | * Updated unit tests * Added intergration test | ||||
* | Merge pull request #22660 from owncloud/fix_22656 | Thomas Müller | 2016-02-26 | 1 | -0/+8 |
|\ | | | | | Do not allow sharing of the users root folder |