Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -232/+0 |
| | |||||
* | Fix tests | Roeland Jago Douma | 2016-04-19 | 1 | -11/+25 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Safe teardowns | Robin Appelman | 2016-01-14 | 1 | -2/+4 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+2 |
| | |||||
* | Merge pull request #17083 from owncloud/share-etag-update-target | Vincent Petry | 2015-06-29 | 1 | -8/+36 |
|\ | | | | | take share target into account when updating recipient etags | ||||
| * | Unit test for etag update on custom share folder | Vincent Petry | 2015-06-26 | 1 | -8/+36 |
| | | |||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
|/ | |||||
* | Update etag of direct parent on unshare | Vincent Petry | 2015-04-28 | 1 | -73/+0 |
| | | | | | Only call dirname() once instead of twice when propagating etags to the recipient's parent folders. | ||||
* | reset storage for each unit test | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | replace share proxy with hook | Robin Appelman | 2015-03-26 | 1 | -1/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+15 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -15/+17 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -17/+15 |
| | |||||
* | Unregister trashbin storage wrapper at the end of tests | Vincent Petry | 2015-01-23 | 1 | -0/+2 |
| | | | | Some more tests that uses the storage wrapper now remove it afterwards | ||||
* | replace hook with storage wrapper | Bjoern Schiessle | 2015-01-19 | 1 | -6/+6 |
| | |||||
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -2/+2 |
| | |||||
* | Remove unused code | Lukas Reschke | 2014-11-17 | 1 | -1/+0 |
| | | | | We don't support direct updates from older ownCloud versions except the previous one therefore this code is unused and can be removed. | ||||
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -2/+1 |
| | | | | take care of this | ||||
* | if a folder gets deleted we unshare all shared files/folders below | Bjoern Schiessle | 2014-07-04 | 1 | -7/+7 |
| | |||||
* | rename mount point of children if parent was renamed | Bjoern Schiessle | 2014-07-02 | 1 | -0/+36 |
| | |||||
* | make sure that hooks are registered for the tests | Bjoern Schiessle | 2014-06-25 | 1 | -2/+7 |
| | |||||
* | make sure that during share and unshare the etags get propagated correctly | Bjoern Schiessle | 2014-06-25 | 1 | -0/+106 |
| | |||||
* | don't allow to share single files with delete permissions, user should only ↵ | Bjoern Schiessle | 2014-06-06 | 1 | -125/+0 |
| | | | | be possible to unshare a single file but never to delete it | ||||
* | move the mount point up if a share is mounted to a subfolder and the ↵ | Bjoern Schiessle | 2014-05-21 | 1 | -20/+108 |
| | | | | subfolder no longer exists | ||||
* | split-up the update script and add unit tests for it | Bjoern Schiessle | 2014-04-23 | 1 | -0/+55 |
| | |||||
* | Fixed share upgrade cleanup tests to use the correct ids | Vincent Petry | 2014-03-26 | 1 | -9/+9 |
| | |||||
* | Fixed share updater unit test | Vincent Petry | 2014-03-25 | 1 | -8/+10 |
| | | | | | Now using \OC_DB::insertId() to retrieve the generated ids because Oracle ignores the passed values. | ||||
* | Added backticks for Oracle in sharing updater unit test | Vincent Petry | 2014-03-13 | 1 | -8/+8 |
| | |||||
* | Clean up database before setup the database for testing | Morris Jobke | 2014-03-13 | 1 | -0/+4 |
| | |||||
* | Refactor update script to class and add unit test | Morris Jobke | 2014-03-13 | 1 | -0/+85 |