aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/share/share.php
Commit message (Expand)AuthorAgeFilesLines
* Fix unit testRoeland Jago Douma2015-03-301-0/+4
* OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-03-301-0/+230
* Merge pull request #15155 from owncloud/share-donotreturntrashedfilesMorris Jobke2015-03-271-0/+40
|\
| * Add logout in share test to avoid nasty side effectsVincent Petry2015-03-271-0/+1
| * Do not return shares for files outside "files"Vincent Petry2015-03-271-0/+39
* | Merge pull request #13938 from owncloud/deprecate-iappconfigThomas Müller2015-03-271-4/+6
|\ \ | |/ |/|
| * fix failing unit testMorris Jobke2015-03-171-4/+6
* | Added unit testRoeland Jago Douma2015-03-191-0/+35
|/
* Add a test for the post_shared hook shareTypeJoas Schilling2015-02-091-0/+11
* Do not retrieve shares through group if user has no groupVincent Petry2015-01-231-1/+26
* Fix reshare permission change to not impair other deletion codeVincent Petry2015-01-221-0/+47
* Fix getItemSharedWithUser for groupsVincent Petry2015-01-161-0/+35
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-0/+17
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-70/+70
* also check for the correct owner if it was submittedBjoern Schiessle2014-11-211-0/+44
* Make remaining files extend the test baseJoas Schilling2014-11-191-1/+3
* use the new base class for unit testsBjoern Schiessle2014-11-181-10/+12
* make sure that we don't find the wrong shares if a user and a group have the ...Bjoern Schiessle2014-11-181-0/+41
* fix unit testsBjoern Schiessle2014-09-241-2/+2
* 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
* Merge pull request #9915 from suraia/unsharefromself-sourceBjörn Schießle2014-08-271-0/+24
|\
| * 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
|\ \
| * | 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
* always return an arrayBjoern Schiessle2014-03-251-6/+6
* fix sharing unit testsBjoern Schiessle2014-02-211-3/+3
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+7
* 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 al...ben-denham2014-01-101-4/+54
* 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
* Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-73/+73