summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-11-262-0/+2
|
* Merge pull request #18088 from ↵Roeland Jago Douma2019-11-251-14/+14
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-4.5.3 Bump handlebars from 4.5.2 to 4.5.3
| * Bump handlebars from 4.5.2 to 4.5.3dependabot-preview[bot]2019-11-251-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2576-265/+265
|\ \ | | | | | | Some php-cs fixes
| * | Some php-cs fixesRoeland Jago Douma2019-11-2276-265/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-252-2/+2
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-11-232-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-204-8/+8
|
* Merge pull request #17873 from nextcloud/fix/17846/make-timeout-optRoeland Jago Douma2019-11-131-0/+1
|\ | | | | Make timeout a optional parameter
| * Make timeout a optional parameterDaniel Kesselberg2019-11-091-0/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2019-11-124-2/+4
| |
* | Compile handlebarsJulius Härtl2019-11-111-12/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-11-102-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-042-6/+24
|
* [tx-robot] updated from transifexNextcloud bot2019-11-032-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-11-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-11-014-0/+4
|
* Bring back external storage group select deleteJohn Molakvoæ (skjnldsv)2019-10-301-0/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-10-292-10/+176
|
* [tx-robot] updated from transifexNextcloud bot2019-10-272-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-10-262-0/+2
|
* Merge pull request #17616 from nextcloud/bug/15486/dont-fcloseRoeland Jago Douma2019-10-231-1/+0
|\ | | | | Remove superfluous fclose
| * Remove superfluous fcloseDaniel Kesselberg2019-10-211-1/+0
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2019-10-234-4/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2019-10-224-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-10-216-0/+6
|/
* [tx-robot] updated from transifexNextcloud bot2019-10-2012-0/+12
|
* added documentation links on settings pages (#17585)John Molakvoæ2019-10-181-1/+2
|\ | | | | added documentation links on settings pages
| * added documentation links on settings pagesSascha Wiswedel2019-10-171-1/+2
| | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2019-10-182-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2019-10-122-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-10-082-4/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-10-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-10-042-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-10-026-8/+12
|
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-10-0126-2/+30
|
* Move oauth admin settings to initialstateRoeland Jago Douma2019-09-281-14/+14
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* 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>