aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/tests
Commit message (Expand)AuthorAgeFilesLines
* Specify the parameters of FederatedFileSharing controllersJoas Schilling2023-06-141-16/+3
* Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-0/+2
* adjusts tests for CloudIdManagerRobin Appelman2022-08-313-3/+27
* Remove broken function resetStorage from test casesCôme Chilliet2022-08-021-13/+0
* Remove at() matcher from tests in federatedfilesharingCôme Chilliet2022-05-241-5/+1
* Port admin federated files sharing to vueCarl Schwan2022-05-201-13/+27
* Log in audit log federated shares eventsCarl Schwan2022-03-161-2/+8
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-2/+2
* Add support for Delegation Settings for more appsCarl Schwan2021-10-151-1/+3
* Merge pull request #27860 from J0WI/alphanumeric-rndJoas Schilling2021-07-161-1/+1
|\
| * Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
* | Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-143-3/+6
|/
* Migrate HintException to OCPGary Kim2021-06-302-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-9/+4
* Do not allow adding file drop shares to your own cloudRoeland Jago Douma2021-04-191-10/+13
* Unit tests for federated share expiration dateVincent Petry2021-04-151-7/+22
* l10n: Add word user in FederatedShareProvider.phpValdnet2021-04-111-1/+1
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-6/+17
* Merge pull request #25498 from Worteks/feat-federatedfilesharing-loggingMorris Jobke2021-03-221-0/+7
|\
| * fix(tests)Samuel2021-02-111-0/+7
* | Move requesthandler controller to LoggerInterfaceRoeland Jago Douma2021-03-101-3/+3
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-0/+3
* set the display name of federated sharees from addressbookArthur Schiwon2020-11-243-5/+72
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-127-45/+45
* Merge pull request #21814 from nextcloud/techdebt/noid/federated_share_added-...Morris Jobke2020-07-231-2/+9
|\
| * Move federated_share_added into a typed eventMorris Jobke2020-07-231-2/+9
* | Replace deprecated assertArraySubset with logic that does the sameMorris Jobke2020-07-231-1/+3
|/
* Update share type constant usageJoas Schilling2020-06-241-25/+26
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-26/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-1/+3
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-9/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-9/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-10/+10
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
|/
* Default value of lookupServerEnabled should be the same everywhereGeorg Ehrke2020-03-171-1/+1
* Update license headersChristoph Wurst2019-12-058-9/+11
* Mode to modern phpunitRoeland Jago Douma2019-11-276-8/+9
* Make phpunit8 compatibleRoeland Jago Douma2019-11-278-12/+12
* Some php-cs fixesRoeland Jago Douma2019-11-226-5/+2
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-3/+3
* update unit testsBjoern Schiessle2018-07-112-3/+46
* fix notification testsBjoern Schiessle2018-07-021-4/+19
* update testsBjoern Schiessle2018-07-021-259/+119