Commit Graph

64 Commits (ba94de2510b3858f10d60f0230a58b1252346372)

Author SHA1 Message Date
Robin Appelman 42e14cc4c7 feat: add command to scan external storages directly 2 years ago
Maxence Lange 1a5b545fe8 full uppercase const 2 years ago
John Molakvoæ 524ed97d62
fix: replace `Account name` by `Login` 2 years ago
Vincent Petry 839ddaa354
feat: rename users to account or person 2 years ago
Josh 2e00184eb4
fix(files_external) Add sensitive S3 values redacted by list command 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Hamid Dehnavi d64bbc8bd3 Convert isset ternary to null coalescing operator 2 years ago
Faraz Samapoor eab7818f0e Adds parameter type hints. 2 years ago
Faraz Samapoor 32838d8f0a Refactors files_external app commands. 2 years ago
Faraz Samapoor cfb921b26c Refactors "strpos" calls in /apps/files_external to improve code readability. 3 years ago
Robin Appelman 570b64aafc
handle not being able to write file for notify self-test 3 years ago
Côme Chilliet 0c466b7ff5
Attempt at reducing psalm errors 3 years ago
Carl Schwan 732badf552 Additional type hinting found by psalm 3 years ago
Carl Schwan 2d75321c23 Add more typing to FilesExternal commands 3 years ago
Carl Schwan c4bb69c143 Specify that userId can be null 3 years ago
Carl Schwan d4d1952f67 Fix return value of updateParent 3 years ago
Carl Schwan a40ca520d4 Port away from removed IDBConnection->isConnected method 3 years ago
Robin Appelman 94f0c10ec6
fix some types 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Robin Appelman 98c3eb6cad
add dry-run option to files_external:notify 5 years ago
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 5 years ago
Robin Appelman ea80d1d68f
also give storage backend it's change to manipulate the config 5 years ago
Robin Appelman 6fed17a342
allow using saved login credentials for notify 5 years ago
Robin Appelman a79f9605b4
add option to disable notify self check 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
Daniel Kesselberg 6f8147b18f
Fix some MissingDocblockType or InvalidDocblock warnings. 5 years ago
Morris Jobke 065ef14cb0
Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in files_external 6 years ago
Joas Schilling d7c0b9cced
Also always return in app commands 6 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Christoph Wurst 28f8eb5dba
Add visibility to all constants 6 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 2fbad1ed72
Fix (array) indent style to always use one tab 6 years ago
Christoph Wurst 85e369cddb
Fix multiline comments 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Ari Selseng 11b3fbf612 Use two queries to mark parent as outdated 7 years ago
Ari Selseng 1ac9a9a1bb Correct log attribute 7 years ago
Ari Selseng 3218e0f70d Added logging to Notify command. 7 years ago
Ari Selseng 71a0cdceaa Reconnect to DB after timeout for Notify command. Fixes #14479 7 years ago
Ari Selseng f156079a8b Fix a bug with smb notify having leading slash when it should not 7 years ago
Robin Appelman 56c777f715
Fix cannot set 0 as value on files_external through OCC command 7 years ago
Robin Appelman 48fb126505
allow setting notify credentials in environment 8 years ago
Roeland Jago Douma db96b0bb0b
Make it possible to make external storages read only 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Joas Schilling 7a62fbd205 Fix comparisons in the files external app 9 years ago
Roeland Jago Douma 19b039e6e0
[files_external] fix commands 9 years ago
Ardinis 71118214f9 reviewed 9 years ago
Ardinis 3db84ed90a Remove json handling for files_external:config 9 years ago
Robin Appelman 5acebb911b
fix self test for non leading slash 9 years ago