Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initial commit for the theming app | Bjoern Schiessle | 2016-06-30 | 1 | -0/+1 |
| | |||||
* | add some additonal permission checks to the webdav backend | Bjoern Schiessle | 2016-06-30 | 2 | -1/+49 |
| | |||||
* | Merge remote-tracking branch 'upstream/stable9' into stable9-upstream-sync | Lukas Reschke | 2016-06-26 | 2 | -2/+15 |
|\ | |||||
| * | On mount make sure multiple shares with same target map to unique ones (#23937) | Roeland Douma | 2016-06-23 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Scenario: user0 shares a folder 'foo' with user2 user1 shares a folder 'foo' with user2 user2 logs in Before: show only the 'foo' from user1 After: show both. * Added intergration tests | ||||
| * | Merge pull request #25052 from owncloud/stable9-webdav-download-mimetype | Vincent Petry | 2016-06-15 | 1 | -2/+2 |
| |\ | | | | | | | [stable9] DAV now returns file name with Content-Disposition header | ||||
| | * | DAV now returns file name with Content-Disposition header | Vincent Petry | 2016-06-13 | 1 | -2/+2 |
| | | | |||||
| * | | Use an explicit version of sabre/dav to allow caching on the jenkins slaves ↵ | Thomas Müller | 2016-06-14 | 1 | -1/+1 |
| |/ | | | | | | | - fixes #25087 (#25089) | ||||
* | | Adjust integration test | Lukas Reschke | 2016-06-20 | 1 | -10/+10 |
| | | |||||
* | | Use an explicit version of sabre/dav to allow caching on the jenkins slaves ↵ | Thomas Müller | 2016-06-20 | 1 | -1/+1 |
| | | | | | | | | - fixes #25087 (#25089) | ||||
* | | fix integration tests for new admin_audit app | Morris Jobke | 2016-06-15 | 1 | -0/+1 |
| | | |||||
* | | Add integration tests | Morris Jobke | 2016-06-15 | 1 | -0/+9 |
| | | |||||
* | | Use proper PhantomJS library and run the tests as separate step | Morris Jobke | 2016-06-13 | 1 | -1/+1 |
|/ | | | | * add dependency for phantomjs | ||||
* | Add intergration tests | Roeland Jago Douma | 2016-03-18 | 2 | -2/+126 |
| | | | | | | | | | | 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 #23022 from owncloud/stable9_backport_22602 | Thomas Müller | 2016-03-15 | 2 | -0/+38 |
|\ | | | | | [stable 9] Do not check all chunks of a chunked upload if we do not need to | ||||
| * | Added tests | Roeland Jago Douma | 2016-03-09 | 2 | -0/+38 |
| | | | | | | | | | | * Unit tests for OC_Filechunking to verify the isComplete function * Intergration tests to show that shuffling chunks is all fine | ||||
* | | Add integration tests for sharee API | Joas Schilling | 2016-03-14 | 2 | -0/+199 |
| | | |||||
* | | Add intergration tests | Roeland Jago Douma | 2016-03-10 | 1 | -0/+7 |
|/ | |||||
* | 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 | ||||
| * | Do not allow sharing of the root folder | Roeland Jago Douma | 2016-02-25 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | Sharing of the users root folder should not be allowed as it is very weird UX. Also many of our clients have no proper way of displaying this. Added unit test Also added intergration tests to make sure we won't allow it in the future. | ||||
* | | Fix typo | Lukas Reschke | 2016-02-25 | 1 | -1/+1 |
| | | |||||
* | | Add integration test for CSRF protection on DAV | Lukas Reschke | 2016-02-25 | 2 | -2/+127 |
|/ | | | | | | This adds the integration tests for the CSRF protection on the DAV backend introduced with 9.0. Fixes https://github.com/owncloud/core/issues/22598 | ||||
* | Merge pull request #22592 from owncloud/fix-response-header | Thomas Müller | 2016-02-24 | 2 | -4/+73 |
|\ | | | | | Add header for attachment disposition only once | ||||
| * | Add header for attachment disposition only once | Lukas Reschke | 2016-02-23 | 2 | -4/+73 |
| | | | | | | | | | | | | | | | | Recent refactorings have resulted in the header being added twice, this makes browsers ignore the header which removes any security gains. This changeset adds the header only once and adds integration tests ensuring the correct header in future. https://github.com/owncloud/core/issues/22577 | ||||
* | | Add a test that reproduces #20686 | Morris Jobke | 2016-02-23 | 1 | -0/+11 |
|/ | | | | | * user with a quota of 0 gets a file shared and can't update this file because the wrong quota is used to verify if the update is allowed | ||||
* | Add integration tests for tags | Lukas Reschke | 2016-02-19 | 3 | -0/+854 |
| | |||||
* | Add integration tests for comments | Lukas Reschke | 2016-02-19 | 5 | -2/+531 |
| | | | | | | This adds integration tests for the comments. Especially with regard to the permission handling, didn't find any problem in it. Fixes https://github.com/owncloud/core/issues/22367 | ||||
* | Check the mailmap file of core as well | Joas Schilling | 2016-02-17 | 1 | -1/+28 |
| | |||||
* | Allow the script to run for different git roots | Joas Schilling | 2016-02-17 | 1 | -8/+25 |
| | |||||
* | Add script to generate coverage badges | Thomas Müller | 2016-02-16 | 1 | -0/+59 |
| | |||||
* | Move update notification code into app | Lukas Reschke | 2016-02-09 | 1 | -0/+1 |
| | | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable... | ||||
* | Fix intergration tests | Roeland Jago Douma | 2016-02-08 | 1 | -0/+1 |
| | |||||
* | Add intergration test | Roeland Jago Douma | 2016-02-05 | 1 | -10/+15 |
| | |||||
* | Add comments app to expected apps in test | Vincent Petry | 2016-02-02 | 1 | -1/+2 |
| | |||||
* | Add intergration test | Roeland Jago Douma | 2016-01-29 | 1 | -0/+22 |
| | |||||
* | Add intergration test for shared_with me and group shares | Roeland Jago Douma | 2016-01-21 | 1 | -0/+13 |
| | |||||
* | Renable intergration test | Roeland Jago Douma | 2016-01-21 | 1 | -17/+14 |
| | |||||
* | Fix app metadata/test issues for system tags app | Vincent Petry | 2016-01-20 | 1 | -0/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-01-15 | 1 | -0/+6 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com |