aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Remove input id on login form (#17294)John Molakvoæ2019-09-281-4/+4
|\ | | | | Remove input id on login form
| * Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-281-4/+4
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-09-282-0/+2
| |
* | Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma2019-09-272-1/+11
|\ \ | |/ |/| add (hidden) option to configure smb timeout
| * Update apps/files_external/lib/Lib/Backend/SMB.phpRobin Appelman2019-09-251-1/+1
| | | | | | Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
| * add (hidden) option to configure smb timeoutRobin Appelman2019-09-252-1/+11
| | | | | | | | | | | | | | | | hidden from ui to prevent clutter ```occ files_external:config <mount> timeout 30``` Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #14913 from nextcloud/bugfix/6954/scan-external-s3Roeland Jago Douma2019-09-261-4/+51
|\ \ | | | | | | Fix directory detection for s3
| * | Use local variable for directory nameDaniel Kesselberg2019-09-231-2/+3
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Don't strip path from directory prefixDaniel Kesselberg2019-09-231-1/+6
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Fill directory cache from opendirDaniel Kesselberg2019-09-231-1/+3
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Change visibility to private (from protected)Daniel Kesselberg2019-09-231-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Rename $location to $pathDaniel Kesselberg2019-09-231-7/+7
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Add method to check if directory existsDaniel Kesselberg2019-09-231-2/+41
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-252-10/+12
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-09-242-6/+6
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-09-192-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-09-17108-316/+130
| |
* | Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-151-0/+20
| | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-09-112-2/+2
| |
* | Merge pull request #16790 from nextcloud/admin-use-user-global-authRoeland Jago Douma2019-09-105-5/+82
|\ \ | | | | | | Allow admin configured mounts to use user configured global credentials
| * | allow setting user provided global credentials trough credentials popupRobin Appelman2019-09-093-4/+15
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Allow admin configured mounts to use user configured global credentialsRobin Appelman2019-09-093-2/+68
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #16836 from nextcloud/fix/16724/smb-availabilityRoeland Jago Douma2019-09-091-3/+19
|\ \ | |/ |/| Fix SMB availability status + higher delay on auth issues
| * set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-221-5/+13
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * catch auth issues also when php-smbclient is in useArthur Schiwon2019-08-221-0/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-09-082-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-09-062-4/+4
| |
* | Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-08-282-52/+210
|/
* [tx-robot] updated from transifexNextcloud bot2019-08-182-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-08-172-0/+2
|
* Merge pull request #16638 from ↵Roeland Jago Douma2019-08-082-6/+13
|\ | | | | | | | | nextcloud/fix/noid/ldap-ext-storage-handler-loading-cli delay sending event from app init to when they are needed
| * delay sending event from app init to when they are neededArthur Schiwon2019-08-022-6/+13
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-08-072-6/+6
|/
* Adjust testsJulius Härtl2019-08-021-1/+20
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fixes terminology and allows to request an IUser instanceArthur Schiwon2019-08-022-7/+23
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* do not send null value when string is expectedArthur Schiwon2019-08-021-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Provide proper user context from initMountPointsJulius Härtl2019-08-023-4/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* files_external: Make sure the correct user context is used in substitution ↵Julius Härtl2019-08-023-16/+71
| | | | | | of variables Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-07-312-0/+2
|
* Merge pull request #15637 from nextcloud/bugfix/15567/ignore-hidden-shareblizzz2019-07-242-4/+51
|\ | | | | Allow hidden smb shares
| * Fix wrong indentationDaniel Kesselberg2019-07-221-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Fix invalid recursionDaniel Kesselberg2019-07-212-3/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Allow hidden smb sharesDaniel Kesselberg2019-07-162-1/+48
| | | | | | | | | | | | | | A hidden smb share ends with $. This patch changes the placeholder detection to allow shares with $ at the end. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2019-07-242-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-07-214-6/+8
|/
* Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke2019-07-081-0/+2
| | | | | | See https://github.com/nextcloud/server/pull/7556#issuecomment-499028026 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2019-07-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-06-242-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-06-174-0/+4
|