aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-1/+3
|\
| * use OCP\EventDispatcher\GenericEvent in more placesRobin Appelman2019-12-091-1/+3
* | rejig right to left join for sqlite's satisfactionArthur Schiwon2019-12-061-3/+3
* | Update license headersChristoph Wurst2019-12-0598-109/+211
|/
* extend with group deletion handlingArthur Schiwon2019-11-282-6/+25
* when a user was delete remove them from applicable list, unlessArthur Schiwon2019-11-282-0/+41
* Some php-cs fixesRoeland Jago Douma2019-11-2255-236/+229
* Make timeout a optional parameterDaniel Kesselberg2019-11-091-0/+1
* Remove superfluous fcloseDaniel Kesselberg2019-10-211-1/+0
* Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma2019-09-272-1/+11
|\
| * Update apps/files_external/lib/Lib/Backend/SMB.phpRobin Appelman2019-09-251-1/+1
| * add (hidden) option to configure smb timeoutRobin Appelman2019-09-252-1/+11
* | Use local variable for directory nameDaniel Kesselberg2019-09-231-2/+3
* | Don't strip path from directory prefixDaniel Kesselberg2019-09-231-1/+6
* | Fill directory cache from opendirDaniel Kesselberg2019-09-231-1/+3
* | Change visibility to private (from protected)Daniel Kesselberg2019-09-231-1/+1
* | Rename $location to $pathDaniel Kesselberg2019-09-231-7/+7
* | Add method to check if directory existsDaniel Kesselberg2019-09-231-2/+41
* | Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-151-0/+20
* | Merge pull request #16790 from nextcloud/admin-use-user-global-authRoeland Jago Douma2019-09-103-1/+79
|\ \
| * | allow setting user provided global credentials trough credentials popupRobin Appelman2019-09-092-2/+12
| * | Allow admin configured mounts to use user configured global credentialsRobin Appelman2019-09-092-0/+68
| |/
* | set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-221-5/+13
* | catch auth issues also when php-smbclient is in useArthur Schiwon2019-08-221-0/+8
|/
* delay sending event from app init to when they are neededArthur Schiwon2019-08-022-6/+13
* fixes terminology and allows to request an IUser instanceArthur Schiwon2019-08-022-7/+23
* do not send null value when string is expectedArthur Schiwon2019-08-021-2/+2
* Provide proper user context from initMountPointsJulius Härtl2019-08-023-4/+16
* files_external: Make sure the correct user context is used in substitution of...Julius Härtl2019-08-023-16/+71
* Fix wrong indentationDaniel Kesselberg2019-07-221-1/+1
* Fix invalid recursionDaniel Kesselberg2019-07-211-3/+1
* Allow hidden smb sharesDaniel Kesselberg2019-07-161-1/+1
* Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke2019-07-081-0/+2
* add option to show hidden files in SMB sharesRobin Appelman2019-05-232-5/+16
* do not attempt to replace anything in the passwordArthur Schiwon2019-04-021-1/+5
* 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
* Merge pull request #14448 from mzamot/masterRoeland Jago Douma2019-03-011-1/+1
|\
| * Convert timestamp key value of metadata in Swift files_externalMichael Zamot2019-03-011-1/+1
* | Fix a bug with smb notify having leading slash when it should notAri Selseng2019-03-011-1/+1
|/
* Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3Morris Jobke2019-02-191-2/+2
|\
| * Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg2019-02-141-1/+1
| * Prefix $path for filename for internal file cacheDaniel Kesselberg2019-02-141-2/+2
* | typos in doc, no code changesArthur Schiwon2019-02-153-4/+6
* | reject mounts with unsubstituted placeholders as incompletely configuredArthur Schiwon2019-02-141-0/+30
* | add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-143-4/+3
* | files_external: allow to register config handlers for flexible placeholdersArthur Schiwon2019-02-147-18/+282
|/