summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Command
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix cannot set 0 as value on files_external through OCC commandRobin Appelman2018-11-271-1/+1
* allow setting notify credentials in environmentRobin Appelman2018-06-071-0/+8
* Make it possible to make external storages read onlyRoeland Jago Douma2018-05-011-1/+2
* Update license headersMorris Jobke2017-11-067-0/+7
* Fix comparisons in the files external appJoas Schilling2017-08-011-2/+2
* [files_external] fix commandsRoeland Jago Douma2017-08-016-13/+13
* reviewedArdinis2017-04-201-0/+7
* Remove json handling for files_external:configArdinis2017-04-141-7/+0
* fix self test for non leading slashRobin Appelman2017-02-101-2/+2
* Make the notify self test for subfolders more reliableRobin Appelman2017-02-101-1/+6
* add notify self testRobin Appelman2017-01-271-1/+36
* switch occ files_external:notify to new notify mechanismRobin Appelman2017-01-271-10/+12
* Cleanup files_external command importsRoeland Jago Douma2016-09-063-14/+0
* Update with robinJoas Schilling2016-07-2111-11/+11
* Fix apps/Joas Schilling2016-07-2111-18/+30
* add files_external:notify commandRobin Appelman2016-07-141-0/+173
* show configuration options for authentication backends while listing storageRobin Appelman2016-06-301-0/+4
* hide hidden parameters from list backend/auth parametersRobin Appelman2016-06-301-3/+14
* Add option to `occ files_external:list` to show all configured mountsRobin Appelman2016-06-232-10/+40
* Hide more default options in occ files_external:listRobin Appelman2016-06-221-1/+3
* Update license headersLukas Reschke2016-05-268-0/+8
* Move remaining classes to PSR-4Joas Schilling2016-05-248-11/+11
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-2410-0/+1460