summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Command/Notify.php
Commit message (Collapse)AuthorAgeFilesLines
* add option to disable notify self checkRobin Appelman2020-10-141-1/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* also give storage backend it's change to manipulate the configRobin Appelman2020-10-071-0/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* allow using saved login credentials for notifyRobin Appelman2020-10-061-14/+47
| | | | | | when only the user is provided, we use to provided user to try and get saved login credentials Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-7/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix multiline commentsChristoph Wurst2020-04-081-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use two queries to mark parent as outdatedAri Selseng2019-03-181-15/+40
| | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* Correct log attributeAri Selseng2019-03-041-1/+1
| | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* Added logging to Notify command.Ari Selseng2019-03-041-2/+9
| | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* Reconnect to DB after timeout for Notify command. Fixes #14479Ari Selseng2019-03-031-10/+48
| | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* Fix a bug with smb notify having leading slash when it should notAri Selseng2019-03-011-1/+1
| | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* allow setting notify credentials in environmentRobin Appelman2018-06-071-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [files_external] fix commandsRoeland Jago Douma2017-08-011-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix self test for non leading slashRobin Appelman2017-02-101-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Make the notify self test for subfolders more reliableRobin Appelman2017-02-101-1/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add notify self testRobin Appelman2017-01-271-1/+36
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* switch occ files_external:notify to new notify mechanismRobin Appelman2017-01-271-10/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-0/+2
|
* add files_external:notify commandRobin Appelman2016-07-141-0/+173