Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: run rectorrector-phpunit10 | Robin Appelman | 2025-07-01 | 1 | -10/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 1 | -0/+1 |
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
* | fix(lookup-server): disable lookup server for non-global scale setups | Ferdinand Thiessen | 2025-03-11 | 1 | -6/+7 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(lookup-server): do not query data by default | Ferdinand Thiessen | 2025-03-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 1 | -3/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 1 | -7/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 1 | -27/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(files_sharing): ShareesAPI - Return empty response when user is not ↵ | Ferdinand Thiessen | 2024-03-15 | 1 | -40/+74 |
| | | | | | | | | allowed to share Resolves: https://github.com/nextcloud/server/issues/20950 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Make dav respect disallowing sharing with groups | Thomas Citharel | 2021-05-26 | 1 | -24/+28 |
| | | | | | | Closes #25390 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 1 | -13/+13 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix tests | Joas Schilling | 2020-06-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove unused properties in ShareesAPIController | Julius Härtl | 2020-03-20 | 1 | -6/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Do not use $_GET | Roeland Jago Douma | 2020-01-05 | 1 | -2/+5 |
| | | | | | | The appframework is more than capable of handling this properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -4/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Search sharees on lookup server when explicitly requested by user | Christoph Wurst | 2019-02-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Show sharing recommendations | Christoph Wurst | 2019-02-25 | 1 | -0/+11 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix tests | Roeland Jago Douma | 2018-08-24 | 1 | -2/+7 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | update unit tests | Bjoern Schiessle | 2018-07-11 | 1 | -32/+46 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | shareeAPIController unit test clean up and last fixes | Arthur Schiwon | 2017-09-26 | 1 | -57/+21 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | remove unused method | Arthur Schiwon | 2017-09-26 | 1 | -21/+0 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | move splitUserRemote unit tests | Arthur Schiwon | 2017-09-26 | 1 | -72/+0 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | adapt unit test for ensuring exception | Arthur Schiwon | 2017-09-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off former searchSharee unit test | Arthur Schiwon | 2017-09-26 | 1 | -176/+0 |
| | | | | | | also moves registering default plugins to Server for proper unit testing Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | adjust ShareeAPIController invalid-input search unit test | Arthur Schiwon | 2017-09-26 | 1 | -16/+15 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | adjust ShareeAPIController search test | Arthur Schiwon | 2017-09-26 | 1 | -31/+18 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off getEmail tests | Arthur Schiwon | 2017-09-26 | 1 | -244/+0 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off getRemote unit tests | Arthur Schiwon | 2017-09-26 | 1 | -220/+0 |
| | | | | | | adds two small fixes → they actually work \o/ Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off getGroups unit tests | Arthur Schiwon | 2017-09-26 | 1 | -392/+0 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off getUsers unit tests | Arthur Schiwon | 2017-09-26 | 1 | -318/+0 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Add unit test | Joas Schilling | 2017-06-14 | 1 | -0/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | shares-circles | Maxence Lange | 2017-03-17 | 1 | -6/+12 |
| | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
* | Add a single public api for resolving a cloud id to a user and remote and back | Robin Appelman | 2017-02-08 | 1 | -4/+15 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use group display name in sharing API + UI | Vincent Petry | 2016-12-22 | 1 | -1/+41 |
| | |||||
* | Add config switch | Lukas Reschke | 2016-11-21 | 1 | -4/+20 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Only check the sharing backends for file/folder items | Joas Schilling | 2016-11-10 | 1 | -11/+40 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | unit tests updated and new added | Bjoern Schiessle | 2016-11-01 | 1 | -172/+136 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Add ShareesAPI E-mail search | Roeland Jago Douma | 2016-10-24 | 1 | -12/+244 |
| | | | | | | | * Allow to search for SHARE_TYPE_EMAIL (4) * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |