Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20348 from owncloud/issue-20303-integer-group-names | Thomas Müller | 2015-11-06 | 1 | -0/+26 |
|\ | | | | | Make sure that group names are strings not integers | ||||
| * | Make sure that group names are strings not integers | Joas Schilling | 2015-11-06 | 1 | -0/+26 |
| | | |||||
* | | Merge pull request #20288 from owncloud/fix_20234 | Thomas Müller | 2015-11-06 | 1 | -0/+96 |
|\ \ | |/ |/| | make sure that we update the unencrypted size for the versions | ||||
| * | make sure that we update the unencrypted size for the versions | Björn Schießle | 2015-11-04 | 1 | -0/+96 |
| | | |||||
* | | Fix oracle | Roeland Jago Douma | 2015-11-05 | 1 | -35/+119 |
| | | |||||
* | | Add unshare hooks | Roeland Jago Douma | 2015-11-05 | 1 | -101/+128 |
| | | |||||
* | | The new sharing code now handles deletion | Roeland Jago Douma | 2015-11-05 | 2 | -0/+741 |
| | | | | | | | | OCS -> ShareManager -> DefaultShareProvider | ||||
* | | subadmin methods should not return any null user or group | Arthur Schiwon | 2015-11-05 | 1 | -0/+31 |
| | | |||||
* | | Merge pull request #20157 from owncloud/users-fixeveryonecount | Thomas Müller | 2015-11-04 | 1 | -0/+69 |
|\ \ | |/ |/| | Fix everyone count for subadmins | ||||
| * | Fix everyone count for subadmins | Vincent Petry | 2015-10-29 | 1 | -0/+69 |
| | | | | | | | | Also moved the logic to the UsersController | ||||
* | | Use proper statement to retrieve the IP of an docker instance | Morris Jobke | 2015-10-30 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #20135 from owncloud/check-if-null-subadmin | Thomas Müller | 2015-10-29 | 2 | -191/+362 |
|\ | | | | | Drop OC_SubAdmin and replace usages | ||||
| * | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 2 | -191/+362 |
| | | |||||
* | | Merge pull request #20134 from owncloud/pass-with-skipping | Thomas Müller | 2015-10-29 | 2 | -17/+18 |
|\ \ | | | | | | | Make Travis CI pass when DAV was not touched | ||||
| * | | Make Travis CI pass when DAV was not touched | Joas Schilling | 2015-10-29 | 2 | -17/+18 |
| |/ | |||||
* | | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrename | Thomas Müller | 2015-10-29 | 2 | -2/+51 |
|\ \ | | | | | | | On rename, also refresh storage_mtime of the target file | ||||
| * | | Fix locking unit tests due to filemtime addition | Vincent Petry | 2015-10-26 | 1 | -2/+10 |
| | | | |||||
| * | | Also adjust storage_mtime of target after rename | Vincent Petry | 2015-10-26 | 1 | -0/+41 |
| | | | | | | | | | | | | Some storages like Dropbox change their mtime on rename... | ||||
* | | | Use the method | Joas Schilling | 2015-10-29 | 1 | -7/+1 |
| | | | |||||
* | | | Add a repair step that checks for group membership on shares | Joas Schilling | 2015-10-29 | 1 | -0/+138 |
| | | | |||||
* | | | Remove shares where the parent does not exist anymore | Joas Schilling | 2015-10-29 | 1 | -0/+78 |
| |/ |/| | |||||
* | | run litmus scripts only if code in the dav app did change changed | Thomas Müller | 2015-10-28 | 1 | -0/+17 |
| | | |||||
* | | Enable DAV app testing on travis | Thomas Müller | 2015-10-27 | 3 | -0/+224 |
| | | |||||
* | | Use speaking ids | Joas Schilling | 2015-10-26 | 1 | -9/+17 |
| | | |||||
* | | Stay on the same category when refreshing the page on the apps list | Joas Schilling | 2015-10-26 | 1 | -1/+20 |
|/ | |||||
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 1 | -0/+16 |
| | | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail. | ||||
* | Remove dependency on ICrypto + use XOR | Lukas Reschke | 2015-10-21 | 12 | -106/+7 |
| | |||||
* | Fix unit test | Roeland Jago Douma | 2015-10-21 | 1 | -15/+93 |
| | | | | | | | | Now that OC_SubAdmin is just a wrapper around OC\SubAdmin some unit tests had to be fixed because they expected different behaviour. Eventually they should move to properly mocked instances of OC\SubAdmin of course | ||||
* | New \OC\SubAdmin class | Roeland Jago Douma | 2015-10-21 | 1 | -0/+264 |
| | | | | | | | * DI * Tests * moved OC_SubAdmin to legacy * Added to private OC\GroupManager | ||||
* | Merge pull request #18184 from owncloud/ocs-merge-headers | Thomas Müller | 2015-10-21 | 1 | -29/+33 |
|\ | | | | | Merge headers of ocs results | ||||
| * | Merge headers of ocs results | Thomas Müller | 2015-09-21 | 1 | -29/+33 |
| | | |||||
* | | Merge pull request #17641 from owncloud/fix_objectstore_rename | Jörn Friedrich Dreyer | 2015-10-19 | 3 | -11/+35 |
|\ \ | | | | | | | don't move files in cache twice, fixes renaming for objectstores | ||||
| * | | Fix error in stop script | Thomas Müller | 2015-10-16 | 1 | -11/+13 |
| | | | |||||
| * | | Add tests for double cache rename | Robin Appelman | 2015-10-16 | 1 | -0/+18 |
| | | | |||||
| * | | Skip checkupdate test for swift | Robin Appelman | 2015-10-16 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #19864 from owncloud/fix-objectstore-btrfs-host | Jörn Friedrich Dreyer | 2015-10-19 | 1 | -10/+13 |
|\ \ \ | | | | | | | | | skip btrfs hack for objectstore docker container on btrfs host | ||||
| * | | | skip btrfs hack for objectstore docker container on btrfs host | Morris Jobke | 2015-10-19 | 1 | -10/+13 |
| |/ / | |||||
* | | | Merge pull request #19833 from owncloud/fix_view_rmdir | Robin Appelman | 2015-10-19 | 1 | -0/+49 |
|\ \ \ | |/ / |/| | | Removemount expects absolutePath | ||||
| * | | Added test for rmdir on moveablemount | Roeland Jago Douma | 2015-10-16 | 1 | -0/+49 |
| | | | |||||
* | | | Check for error when resharing | Roeland Jago Douma | 2015-10-16 | 1 | -6/+23 |
| | | | |||||
* | | | When sharing with the owner show the path | Roeland Jago Douma | 2015-10-16 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | The error message should contain the path that is being shared not the numeric id. | ||||
* | | | Fix uni tests | Thomas Müller | 2015-10-16 | 2 | -77/+0 |
| | | | |||||
* | | | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 20 | -3485/+0 |
| | | | |||||
* | | | Run test only when idn is available | Lukas Reschke | 2015-10-16 | 1 | -0/+4 |
|/ / | | | | | | | IDN is not installed on all machines making the unit test execution fail on those without. Let's make IDN thus a pre-requirement for the text execution. | ||||
* | | The constant is now deprecated | Joas Schilling | 2015-10-14 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #19738 from owncloud/proppatch-lastmodified | Thomas Müller | 2015-10-14 | 1 | -3/+3 |
|\ \ | | | | | | | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified" | ||||
| * | | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified" | Vincent Petry | 2015-10-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Fix regression that makes PROPPATCH of mtime work like it did in OC <= 8.0. The PROPPATCH must be done on the "lastmodified" property. The "getlastmodified" now return 403 again. | ||||
* | | | Merge pull request #19730 from owncloud/fix_17560 | Thomas Müller | 2015-10-14 | 1 | -0/+56 |
|\ \ \ | | | | | | | | | Squash collection shares | ||||
| * | | | Squash collection shares | Roeland Jago Douma | 2015-10-13 | 1 | -0/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If folder1 is shared to user2 and user3. And folder1/folder2 is shared to user4 and user5 then getting all the users with access to folder1/folder2 should only list user2 and user 3 once. Previously this was done twice since we request the info two times. This fix makes sure that we only append unique results to the array. * Added test | ||||
* | | | | Reference v2 in the provider list | Lukas Reschke | 2015-10-13 | 1 | -17/+17 |
| | | | |