summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-2822-79/+86
|\ | | | | Add php7.4 support
| * Fix external storagestestsRoeland Jago Douma2019-11-272-12/+18
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Mode to modern phpunitRoeland Jago Douma2019-11-2715-57/+58
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make phpunit8 compatibleRoeland Jago Douma2019-11-2722-34/+34
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-282-14/+14
|/
* Merge pull request #18005 from nextcloud/fix/manual-app-instancesRoeland Jago Douma2019-11-261-1/+1
|\ | | | | Remove some more direct app instance creations
| * Remove some more direct app instance creationsChristoph Wurst2019-11-251-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [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>