aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Command
Commit message (Expand)AuthorAgeFilesLines
* fix(files_external): wrong type for external mount idfix/files_external_scanBenjamin Gaussorgues10 days1-1/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
* fix: Ensure we only pass string to writeln()Joas Schilling2024-10-072-2/+2
* ci: Fix psalm by typing the QuestionHelperJoas Schilling2024-10-071-0/+3
* fix(filesexternal): Remove unneeded 3rdparty library usebugfix/noid/remove-3rdparty-useJoas Schilling2024-10-025-13/+13
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-202-3/+3
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-6/+6
* chore: Add SPDX headerAndy Scherzinger2024-06-0613-262/+36
* feat: add command to scan external storages directlyRobin Appelman2024-03-063-74/+290
* full uppercase constMaxence Lange2024-02-241-1/+1
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* fix(files_external) Add sensitive S3 values redacted by list commandJosh2024-02-071-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-3/+1
* Adds parameter type hints.Faraz Samapoor2023-09-282-2/+2
* Refactors files_external app commands.Faraz Samapoor2023-09-2811-206/+137
* Refactors "strpos" calls in /apps/files_external to improve code readability.Faraz Samapoor2023-06-021-1/+1
* handle not being able to write file for notify self-testRobin Appelman2023-04-061-1/+4
* Attempt at reducing psalm errorsCôme Chilliet2023-01-201-4/+7
* Additional type hinting found by psalmCarl Schwan2022-10-181-4/+5
* Add more typing to FilesExternal commandsCarl Schwan2022-10-1711-139/+52
* Specify that userId can be nullCarl Schwan2022-10-161-1/+1
* Fix return value of updateParentCarl Schwan2022-10-161-8/+3
* Port away from removed IDBConnection->isConnected methodCarl Schwan2022-10-161-6/+4
* fix some typesRobin Appelman2021-06-162-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0411-12/+1
* add dry-run option to files_external:notifyRobin Appelman2021-03-241-32/+52
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
* Merge pull request #23021 from nextcloud/notify-saved-login-authblizzz2020-10-131-14/+56
|\
| * also give storage backend it's change to manipulate the configRobin Appelman2020-10-071-0/+9
| * allow using saved login credentials for notifyRobin Appelman2020-09-231-14/+47
* | add option to disable notify self checkRobin Appelman2020-09-231-1/+10
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-246-1/+5
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-4/+2
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-101-1/+1
* Also always return in app commandsJoas Schilling2020-06-2610-11/+19
* Update license headers for 19Christoph Wurst2020-04-299-0/+9
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-109-9/+9
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-102-8/+8
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-5/+5
* Fix multiline commentsChristoph Wurst2020-04-081-3/+3
* Update license headersChristoph Wurst2019-12-0511-11/+11
* Use two queries to mark parent as outdatedAri Selseng2019-03-181-15/+40
* Correct log attributeAri Selseng2019-03-041-1/+1
* Added logging to Notify command.Ari Selseng2019-03-041-2/+9
* Reconnect to DB after timeout for Notify command. Fixes #14479Ari Selseng2019-03-031-10/+48
* Fix a bug with smb notify having leading slash when it should notAri Selseng2019-03-011-1/+1