summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-121-9/+6
|\
| * Do proper DIRoeland Jago Douma2017-04-111-1/+1
| * remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-9/+6
* | [files_sharing] Remove unneeded update stepsMorris Jobke2017-04-121-252/+0
* | share api expanded by tags (#26583)Michael Jobst2017-04-111-15/+45
|/
* Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-111-1/+1
|\
| * Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+1
* | move capabilities to share by mail appBjoern Schiessle2017-04-101-3/+1
|/
* update unit testsBjoern Schiessle2017-04-072-32/+2
* update capabilitiesBjoern Schiessle2017-04-071-4/+7
* add new password column to the share table in order to set passwords for shar...Bjoern Schiessle2017-04-031-10/+70
* Merge pull request #4004 from nextcloud/backport-27172Roeland Jago Douma2017-03-281-0/+27
|\
| * fix shared storage numeric idRobin Appelman2017-03-271-0/+3
| * Remove SharedCache::getNumericStorageId to let CacheWrapper do itVincent Petry2017-03-231-0/+24
* | Merge pull request #3953 from nextcloud/downstream-27027Morris Jobke2017-03-231-0/+38
|\ \ | |/ |/|
| * set cache to failedcache when shared storage init failsRobin Appelman2017-03-231-2/+2
| * Ignore NoUserException for shares from ghostsVincent Petry2017-03-201-0/+38
* | Merge pull request #3955 from nextcloud/downstream-27113Roeland Jago Douma2017-03-211-1/+2
|\ \
| * | [CI] Can we get some faster phpunit execution? (#27113)Thomas Müller2017-03-201-1/+2
| |/
* | Merge pull request #3884 from nextcloud/downstream-26956Joas Schilling2017-03-202-2/+27
|\ \
| * | Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-172-2/+27
* | | Fix public link download buttonVincent Petry2017-03-201-0/+4
| |/ |/|
* | shares-circlesMaxence Lange2017-03-173-7/+41
* | Add CleanupRemoteStorages commandJörn Friedrich Dreyer2017-03-171-0/+193
|/
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-8/+17
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-084-7/+26
* allow to access mail shares even if public links are disabledBjoern Schiessle2017-01-041-1/+33
* fix testsArthur Schiwon2016-12-221-2/+1
* Use group display name in sharing API + UIVincent Petry2016-12-222-4/+91
* use unmasked permissions in shared scannerRobin Appelman2016-12-141-0/+28
* apply permissions mask for shared storageRobin Appelman2016-12-021-2/+2
* Merge pull request #2165 from nextcloud/sharing-activities-updateRoeland Jago Douma2016-11-221-81/+0
|\
| * Move file sharing activities to the new APIJoas Schilling2016-11-161-81/+0
* | Add config switchLukas Reschke2016-11-211-4/+20
|/
* Merge pull request #2100 from nextcloud/do_not_increse_link_share_permsRoeland Jago Douma2016-11-141-1/+56
|\
| * Fixes not allowed increasing of link share permissionsRoeland Jago Douma2016-11-131-1/+56
* | Merge pull request #2067 from nextcloud/fileinfo-lazy-substoragesMorris Jobke2016-11-141-1/+2
|\ \ | |/ |/|
| * only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-101-1/+2
* | Only check the sharing backends for file/folder itemsJoas Schilling2016-11-101-11/+40
|/
* Add testsRoeland Jago Douma2016-11-071-0/+224
* Cleanup OC_Group usage a bitRoeland Jago Douma2016-11-042-25/+49
* More testsRoeland Jago Douma2016-11-031-0/+193
* Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-022-19/+27
|\
| * remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-021-1/+27
| * remove 'send mail notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-021-18/+0
* | Merge pull request #1940 from nextcloud/new-appstoreMichael Grosser2016-11-021-1/+2
|\ \ | |/ |/|
| * Fix testsLukas Reschke2016-10-311-1/+2
* | unit tests updated and new addedBjoern Schiessle2016-11-012-175/+143
* | unified way to display remote shares and mail sharesBjoern Schiessle2016-11-011-0/+2
|/
* Merge pull request #1876 from nextcloud/shareesAPI_emailMorris Jobke2016-10-251-12/+244
|\