aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/share
Commit message (Collapse)AuthorAgeFilesLines
* fix unit testsBjoern Schiessle2014-09-242-5/+22
|
* unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-09-221-12/+80
|
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-3/+3
| | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used
* Merge pull request #9915 from suraia/unsharefromself-sourceBjörn Schießle2014-08-271-0/+24
|\ | | | | Allow specifying the item source in unshareFromSelf().
| * Add unit tests for new unshareFromSelf() functionality.Michael Kuhn2014-08-231-0/+24
| |
* | Merge pull request #9970 from owncloud/sharing_set_expire_dateMorris Jobke2014-07-301-0/+26
|\ \ | | | | | | Sharing set expire date
| * | add unit testBjoern Schiessle2014-07-281-0/+26
| | |
* | | remove share permission if user is excluded from sharingBjoern Schiessle2014-07-291-0/+33
|/ /
* / add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-251-11/+37
|/
* only expire link sharesBjoern Schiessle2014-06-061-59/+18
|
* unify share settingsBjoern Schiessle2014-06-051-3/+3
|
* add setting to set default expire dateBjoern Schiessle2014-04-241-0/+54
|
* always return an arrayBjoern Schiessle2014-03-251-6/+6
|
* fix sharing unit testsBjoern Schiessle2014-02-212-7/+7
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+7
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* intendationArthur Schiwon2014-02-111-5/+5
|
* Inject loggerArthur Schiwon2014-02-111-0/+7
|
* test for share dialoge sorterArthur Schiwon2014-02-111-0/+40
|
* fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller2014-01-211-0/+42
|
* updated the unit test for OCP\Share::unshareAll() to verify that shares by ↵ben-denham2014-01-101-4/+54
| | | | all users are removed for an item.
* Add tests for OCP\Share::unshareAll().Andreas Fischer2013-11-031-10/+33
|
* Tests whether expired/valid link share is still accessible.Andreas Fischer2013-09-161-0/+48
|
* Calculate dateInPast and dateInFuture.Andreas Fischer2013-09-121-5/+8
|
* Add comment explaining how $dateInFuture was picked.Andreas Fischer2013-09-121-0/+2
|
* Coding style: { for methods start are supposed to be on the same line.Andreas Fischer2013-09-121-12/+6
|
* Expiration tests for sharing with groups.Andreas Fischer2013-09-121-6/+76
|
* Do not repeat shareUserOneTestFileWithUserTwo() code.Andreas Fischer2013-09-121-25/+22
|
* Make dates test class properties.Andreas Fischer2013-09-121-2/+5
|
* Try to make Oracle happy by also specifying seconds.Andreas Fischer2013-09-121-2/+2
|
* Test whether a still-valid user share is still accessible.Andreas Fischer2013-09-121-11/+34
|
* Test whether an expired user share is still accessible.Andreas Fischer2013-09-121-0/+33
|
* Check resharing settingMichael Gapczynski2013-02-261-1/+4
|
* drop SimpleTest compatibilityThomas Mueller2013-01-241-1/+1
|
* Rename install hook functions to register hookBart Visscher2012-11-151-1/+1
|
* Create functions to install standard hooksBart Visscher2012-11-131-0/+2
| | | | | Also use these in tests that needs them Fix #151
* Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-73/+73
|
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-2/+2
|
* Give share test users a unique prefixBart Visscher2012-10-131-4/+4
|
* Swap values for assertEqual to get better error message, also renamed the ↵Bart Visscher2012-10-131-54/+54
| | | | function to phpunit name
* PHPUnit 3.6 does not support @expectedException with the generic exception classBart Visscher2012-10-121-4/+6
|
* make sure the share backend test case can find the correct interfaceRobin Appelman2012-10-101-0/+2
|
* Merge branch 'phpunit'Robin Appelman2012-10-101-1/+3
|\
| * initual phpunit supportRobin Appelman2012-10-031-1/+3
| |
* | Manually change appconfig value for share policy so tests work correctlyMichael Gapczynski2012-10-091-0/+3
|/
* Fix unsharing from self for group shares and add test for itMichael Gapczynski2012-09-081-0/+8
|
* Listen to post_deleteGroup hook in Share APIMichael Gapczynski2012-09-021-0/+4
|
* Restructure generateTarget for the post_addToGroup hookMichael Gapczynski2012-09-021-12/+13
|
* Fix sharing test caseMichael Gapczynski2012-08-281-2/+1
|
* assert array length and individual content instead of assertEqual on arraysThomas Mueller2012-08-281-2/+6
|
* assert array length and individual content instead of assertEqual on arraysThomas Mueller2012-08-281-1/+6
|