Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 1 | -23/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat: add command to scan external storages directly | Robin Appelman | 2024-03-06 | 1 | -74/+6 |
| | | | | | | the main use case of this over simply scanning through is the ability to provide a username and/or password for cases where login credentials are used Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
| | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Refactors files_external app commands. | Faraz Samapoor | 2023-09-28 | 1 | -48/+25 |
| | | | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | handle not being able to write file for notify self-test | Robin Appelman | 2023-04-06 | 1 | -1/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Attempt at reducing psalm errors | Côme Chilliet | 2023-01-20 | 1 | -4/+7 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add more typing to FilesExternal commands | Carl Schwan | 2022-10-17 | 1 | -13/+10 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Fix return value of updateParent | Carl Schwan | 2022-10-16 | 1 | -8/+3 |
| | | | | | | | Port to executeStatement to guarantee that we will return an int and remove a deprecated method call at the same time Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Port away from removed IDBConnection->isConnected method | Carl Schwan | 2022-10-16 | 1 | -6/+4 |
| | | | | | | | Instead track if the reconnection was successful with return value of connect method Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | add dry-run option to files_external:notify | Robin Appelman | 2021-03-24 | 1 | -32/+52 |
| | | | | | | and add some additional logging Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #23021 from nextcloud/notify-saved-login-auth | blizzz | 2020-10-13 | 1 | -14/+56 |
|\ | | | | | allow using saved login credentials for notify | ||||
| * | also give storage backend it's change to manipulate the config | Robin Appelman | 2020-10-07 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | allow using saved login credentials for notify | Robin Appelman | 2020-09-23 | 1 | -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> | ||||
* | | add option to disable notify self check | Robin Appelman | 2020-09-23 | 1 | -1/+10 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Also always return in app commands | Joas Schilling | 2020-06-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -7/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use two queries to mark parent as outdated | Ari Selseng | 2019-03-18 | 1 | -15/+40 |
| | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | ||||
* | Correct log attribute | Ari Selseng | 2019-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | ||||
* | Added logging to Notify command. | Ari Selseng | 2019-03-04 | 1 | -2/+9 |
| | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | ||||
* | Reconnect to DB after timeout for Notify command. Fixes #14479 | Ari Selseng | 2019-03-03 | 1 | -10/+48 |
| | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | ||||
* | Fix a bug with smb notify having leading slash when it should not | Ari Selseng | 2019-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | ||||
* | allow setting notify credentials in environment | Robin Appelman | 2018-06-07 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [files_external] fix commands | Roeland Jago Douma | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | fix self test for non leading slash | Robin Appelman | 2017-02-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Make the notify self test for subfolders more reliable | Robin Appelman | 2017-02-10 | 1 | -1/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add notify self test | Robin Appelman | 2017-01-27 | 1 | -1/+36 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | switch occ files_external:notify to new notify mechanism | Robin Appelman | 2017-01-27 | 1 | -10/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -0/+2 |
| | |||||
* | add files_external:notify command | Robin Appelman | 2016-07-14 | 1 | -0/+173 |