summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make closing dialogs callback with falseGary Kim2020-06-306-5/+8
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Merge pull request #21605 from ↵Roeland Jago Douma2020-06-3010-14/+14
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/dompurify-2.0.12 Bump dompurify from 2.0.11 to 2.0.12
| * Bump dompurify from 2.0.11 to 2.0.12dependabot-preview[bot]2020-06-3010-14/+14
|/ | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.11...2.0.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #21602 from ↵Roeland Jago Douma2020-06-304-9/+9
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.3.2 Bump css-vars-ponyfill from 2.3.1 to 2.3.2
| * Bump css-vars-ponyfill from 2.3.1 to 2.3.2dependabot-preview[bot]2020-06-304-9/+9
| | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.3.1...v2.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-06-3014-96/+110
| |
* | Merge pull request #21594 from ↵Joas Schilling2020-06-294-6/+32
|\ \ | | | | | | | | | | | | nextcloud/bugfix/21586/precalculate-primary-element-color-for-dark-mode-too Precalculate the primary element color for dark mode too
| * | Fix PHP CSJoas Schilling2020-06-261-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Precalculate the primary element color for dark mode tooJoas Schilling2020-06-264-6/+32
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-06-292-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-06-284-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-06-2716-0/+32
|/
* Merge pull request #21582 from ↵Roeland Jago Douma2020-06-251-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/extend-description-on-trusted-servers Extend descriptioon on trusted servers
| * Extend descriptioon on trusted serversJoas Schilling2020-06-251-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #21576 from nextcloud/fix/21464/typesRoeland Jago Douma2020-06-255-25/+45
|\ \ | | | | | | fix strings being passed where arrays where expected
| * | fix strings being passed where arrays where expectedArthur Schiwon2020-06-245-25/+45
| | | | | | | | | | | | | | | | | | also brought type hints up to internal API level Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #21412 from nextcloud/bugfix/21363/fix-robots-noindexRoeland Jago Douma2020-06-255-3/+8
|\ \ \ | |_|/ |/| | Fix robots noindex signals
| * | Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-255-3/+8
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2020-06-254-0/+8
|/
* Merge pull request #21379 from ↵Roeland Jago Douma2020-06-245-28/+283
|\ | | | | | | | | nextcloud/fix-share-permission-checkboxes-enabled-when-permissions-can-not-be-set Fix share permission checkboxes enabled when permissions can not be set
| * Fix share permission checkboxes enabled when permissions can not be setDaniel Calviño Sánchez2020-06-123-19/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A sharee can reshare a file and set the edit, create, delete and share permissions of the reshare only if the received share has edit, create, delete and share permissions, or if they were revoked in the received share after being set in the reshare. Therefore, the permission checkboxes in the share menu should be enabled only if the user can set them (otherwise trying to check them will lead to an error). Note that "sharePermissions" has all the permissions if the file is not a reshare but a file owned by the user. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add acceptance test for disabling create permission after sharingDaniel Calviño Sánchez2020-06-111-0/+43
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add acceptance test for sharing a folder without create permissionDaniel Calviño Sánchez2020-06-112-0/+75
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add acceptance test for sharing a file without edit permissionDaniel Calviño Sánchez2020-06-112-0/+75
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Generalize functions to get locators for share permission checkboxesDaniel Calviño Sánchez2020-06-111-9/+23
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #21508 from ↵Roeland Jago Douma2020-06-2411-32/+77
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/exports-loader-1.0.1 Bump exports-loader from 0.7.0 to 1.0.1
| * | Bump bundlesJulius Härtl2020-06-246-19/+19
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Fix export for davclient.js legacy dependencyJulius Härtl2020-06-243-3/+7
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Bump exports-loader from 0.7.0 to 1.0.1dependabot-preview[bot]2020-06-242-10/+51
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader) from 0.7.0 to 1.0.1. - [Release notes](https://github.com/webpack-contrib/exports-loader/releases) - [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/exports-loader/compare/v0.7.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #21558 from nextcloud/part-file-rename-maskRoeland Jago Douma2020-06-241-7/+3
|\ \ \ | | | | | | | | relax permissions mask check for detecting part file rename
| * | | relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | with files drop uploads the original file name isn't always used for the '.ocTransferId' source path Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #21565 from nextcloud/fix/noid/fix-commentRoeland Jago Douma2020-06-241-2/+1
|\ \ \ \ | | | | | | | | | | comment was wrong, block is needed nevertheless
| * | | | comment was wrong, block is needed neverthelessArthur Schiwon2020-06-241-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #21562 from ↵Joas Schilling2020-06-2476-1001/+1031
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/update-share-type-constant-usage Update share type constant usage
| * | | | | Fix testsJoas Schilling2020-06-245-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Update share type constant usageJoas Schilling2020-06-2474-996/+1028
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #21564 from nextcloud/fix/noid/no-ocdialogsblizzz2020-06-241-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix obsolete usage of OCdialogs
| * | | | | fix obsolete usage of OCdialogsArthur Schiwon2020-06-241-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #21563 from nextcloud/update/create_dev_envJoas Schilling2020-06-241-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Update link for set up new dev env
| * | | | Update link to set up new dev envGretaD2020-06-241-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | | | Merge pull request #20916 from nextcloud/feature/unified-search-apiChristoph Wurst2020-06-2436-79/+1178
|\ \ \ \ | | | | | | | | | | Add unified search API
| * | | | Migrate comments to unified search APIChristoph Wurst2020-06-247-77/+222
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Deprecate \OCP\ISearchChristoph Wurst2020-06-2410-2/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Implement unified search for FilesChristoph Wurst2020-06-247-23/+115
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Add unified search APIChristoph Wurst2020-06-2415-0/+820
| | |/ / | |/| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #21525 from nextcloud/techdebt/noid/contacts-managerJoas Schilling2020-06-241-151/+154
|\ \ \ \ | | | | | | | | | | Techdebt fix contacts manager
| * | | | More importsJoas Schilling2020-06-221-4/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix code styleJoas Schilling2020-06-221-153/+152
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix undefined class "IAddressbook" on docsJoas Schilling2020-06-221-6/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #21530 from nextcloud/bugfix/noid/s3-dir-mtimeRoeland Jago Douma2020-06-241-6/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Remove rescanDelay from directory mtime