summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-10-1910-22/+22
|
* added documentation links on settings pages (#17585)John Molakvoæ2019-10-184-2/+6
|\ | | | | added documentation links on settings pages
| * added documentation links on settings pagesSascha Wiswedel2019-10-174-2/+6
| | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* | Merge pull request #17557 from nextcloud/build/webpack-single-modulesRoeland Jago Douma2019-10-181-12/+27
|\ \ | | | | | | Allow building single webpack modules
| * | Allow building single webpack modulesJulius Härtl2019-10-161-12/+27
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-1816-36/+164
| |/ |/|
* | Merge pull request #17576 from nextcloud/enhancement/occ/user-list-infoblizzz2019-10-172-6/+39
|\ \ | | | | | | Add detailed users listing in occ user:info command
| * | Add detailed users listing in occ user:info commandJohn Molakvoæ (skjnldsv)2019-10-172-6/+39
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Let SCSS cleanup only run once (#17543)John Molakvoæ2019-10-171-2/+6
|\ \ | | | | | | Let SCSS cleanup only run once
| * | Make sure the cache is only reset once at a timeJulius Härtl2019-10-151-1/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Use a distributed cache for the isCachedCacheJulius Härtl2019-10-151-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #17569 from nextcloud/td/di/middlewareRoeland Jago Douma2019-10-172-9/+2
|\ \ \ | | | | | | | | Allow DI in middleware
| * | | Move over OCSShareAPIMIddleware to pure DIRoeland Jago Douma2019-10-161-8/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Do DI on registered middleware as wellRoeland Jago Douma2019-10-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-174-0/+96
| | | |
* | | | Merge all babelrc into one file (#17570)John Molakvoæ2019-10-176-52/+3
|\ \ \ \ | | | | | | | | | | Merge all babelrc into one file
| * | | | Merge all babelrc into one fileJohn Molakvoæ (skjnldsv)2019-10-176-52/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #17548 from nextcloud/fix/saml/pass_on_directRoeland Jago Douma2019-10-175-3/+17
|\ \ \ \ | |/ / / |/| | | Pass on direct query parameter during login
| * | | Pass on direct query parameter during loginRoeland Jago Douma2019-10-165-3/+17
|/ / / | | | | | | | | | | | | | | | | | | If direct is set we should forward it again. This to make SAML direct login work again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #17559 from nextcloud/deprecate/template-managerRoeland Jago Douma2019-10-164-10/+6
|\ \ \ | |_|/ |/| | Deprecate TemplateManager
| * | Deprecate TemplateManagerJulius Härtl2019-10-164-10/+6
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / [tx-robot] updated from transifexNextcloud bot2019-10-164-0/+60
|/
* [tx-robot] updated from transifexNextcloud bot2019-10-154-0/+12
|
* Merge pull request #17501 from ↵Roeland Jago Douma2019-10-151-2/+6
|\ | | | | | | | | nextcloud/bugfix/fad-48/list-share-downloads-under-sharing List share download activity under sharing
| * List share download activity under sharingJoas Schilling2019-10-101-2/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #17503 from nextcloud/fix/versions/download_filenameRoeland Jago Douma2019-10-145-0/+92
|\ \ | | | | | | Set the proper filename for version downloads
| * | Set the proper filename for version downloadsRoeland Jago Douma2019-10-145-0/+92
| | | | | | | | | | | | | | | | | | | | | Before it just used the internalid (timestamp often) which is not really user friendly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #17332 from ↵Roeland Jago Douma2019-10-141-15/+35
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/mimetype-changes-on-renaming-a-folder Only cache the mimetype if the file exists
| * | | Only cache the mimetype if the file existsJoas Schilling2019-10-141-15/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise files access control will cache "application/octet-stream" for all the target node on: rename, move, copy and all other methods which create a new item To check this: 1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory" 2. Add an access control rule which checks for any mimetype 3. Create a folder and rename it, the folder should not be tagged, but it is Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #17433 from ↵Roeland Jago Douma2019-10-145-11/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/uncaught-promise-navigationduplicated NavigationDuplicated: catch uncaught (in promise)
| * | | | Catch uncaught (in promise)Daniel Kesselberg2019-10-145-11/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #17535 from nextcloud/enh/noid/fileactions-cleanupRoeland Jago Douma2019-10-147-158/+3
|\ \ \ \ \ | |/ / / / |/| | | | Remove deprecated legacy file actions
| * | | | Remove deprecated legacy file actionsJulius Härtl2019-10-147-158/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #17402 from nextcloud/td/js_deprecate/jstimezonedetectRoeland Jago Douma2019-10-143-21/+22
|\ \ \ \ | | | | | | | | | | Deprecate a lot of global js
| * | | | Deprecate js globalsRoeland Jago Douma2019-10-143-21/+22
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #17382 from nextcloud/refactor/accessibility/initialstateRoeland Jago Douma2019-10-146-141/+201
|\ \ \ \ | |_|/ / |/| | | Initial state for accessibility
| * | | Move to generateOcsUrlJohn Molakvoæ (skjnldsv)2019-10-143-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Initial state for accessibilityJohn Molakvoæ (skjnldsv)2019-10-146-141/+201
| |/ / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #17522 from nextcloud/fix/noid/reflection-toString-deprecatedRoeland Jago Douma2019-10-141-7/+4
|\ \ \ | |/ / |/| | Fix ReflectionType::__toString() is deprecated
| * | Assume that getType is availableDaniel Kesselberg2019-10-141-7/+4
| | | | | | | | | | | | | | | | | | From PHP7 getType is always available. No need to check it nowdays. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Fix ReflectionType::__toString() is deprecatedDaniel Kesselberg2019-10-141-2/+2
|/ / | | | | | | | | | | | | As of PHP 7.1.0, ReflectionType::__toString() is deprecated, and ReflectionParameter::getType() may return an instance of ReflectionNamedType. To get the name of the parameter type, ReflectionNamedType() is available in this case. https://www.php.net/manual/en/reflectionparameter.gettype.php Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #17530 from ↵Roeland Jago Douma2019-10-142-26/+38
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.6.3 Bump @babel/preset-env from 7.6.2 to 7.6.3
| * | Bump @babel/preset-env from 7.6.2 to 7.6.3dependabot-preview[bot]2019-10-132-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.2 to 7.6.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-1410-16/+40
|/ /
* | Merge pull request #17527 from ↵Roeland Jago Douma2019-10-132-8/+50
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.6.4 Bump @babel/core from 7.6.2 to 7.6.4
| * | Bump @babel/core from 7.6.2 to 7.6.4dependabot-preview[bot]2019-10-132-8/+50
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.6.2 to 7.6.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #17528 from ↵Roeland Jago Douma2019-10-1318-366/+586
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.6 Bump nextcloud-vue from 0.12.4 to 0.12.6
| * | | Bump nextcloud-vue from 0.12.4 to 0.12.6dependabot-preview[bot]2019-10-1318-366/+586
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.4 to 0.12.6. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.4...v0.12.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #17529 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.6Roeland Jago Douma2019-10-1312-62/+62
|\ \ \ | | | | | | | | Bump dompurify from 2.0.3 to 2.0.6
| * | | Bump dompurify from 2.0.3 to 2.0.6dependabot-preview[bot]2019-10-1312-62/+62
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.3...2.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>