summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Command/Notify.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more typing to FilesExternal commandsCarl Schwan2022-10-171-13/+10
* Fix return value of updateParentCarl Schwan2022-10-161-8/+3
* Port away from removed IDBConnection->isConnected methodCarl Schwan2022-10-161-6/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* add dry-run option to files_external:notifyRobin Appelman2021-03-241-32/+52
* 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-241-0/+1
* Also always return in app commandsJoas Schilling2020-06-261-1/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-7/+7
* Fix multiline commentsChristoph Wurst2020-04-081-3/+3
* Update license headersChristoph Wurst2019-12-051-1/+1
* 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
* allow setting notify credentials in environmentRobin Appelman2018-06-071-0/+8
* Update license headersMorris Jobke2017-11-061-0/+1
* [files_external] fix commandsRoeland Jago Douma2017-08-011-1/+1
* 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
* 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