Commit Graph

50656 Commits

Author SHA1 Message Date
Janis Köhr ae9523c6ce
Add highcontrast style for dark mode
Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
2019-09-16 21:04:19 +02:00
Janis Köhr 9872154e01
Changed highcontrast from array (theme) to object (flag/filter)
Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
2019-09-16 21:04:19 +02:00
Janis Köhr 05ef7725e2
Add small linting fix
Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
2019-09-16 21:04:19 +02:00
John Molakvoæ (skjnldsv) 3334a315de
Update autoload checkers
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-16 21:04:18 +02:00
Janis Köhr df246f1110
Added migration step
Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
2019-09-16 21:04:18 +02:00
Janis Köhr 567b224df4
Add theme class for selected theme to body, fix for accessibility theme selection and separated highcontrast theme
Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
2019-09-16 21:04:18 +02:00
John Molakvoæ 9629015b4b
Allow options to be passed to `FileList.createFile` (#12990)
Allow options to be passed to `FileList.createFile`
2019-09-16 20:15:23 +02:00
Thomas Ebert e47a7f0a95 Allow options to be passed to `FileList.createFile`, so that `scrollTo` can be overridden.
Signed-off-by: Thomas Ebert <thomas.ebert@te-online.net>
2019-09-16 15:17:05 +02:00
Roeland Jago Douma 7149ed74c1
Merge pull request #16976 from nextcloud/bugfix/noid/directory-icon-mount
Always use the folder icon depending on the mount type if not a share mount
2019-09-15 21:11:38 +02:00
Roeland Jago Douma 978d312e69
Merge pull request #17151 from nextcloud/td/remove/createPreview
Remove deprecated function createPreview
2019-09-15 19:36:18 +02:00
Roeland Jago Douma 8137616b4b
Merge pull request #15936 from nextcloud/bugfix/15539/wronguser-apptoken-impersonation
Disable app token creation for impersonated people, ref #15539
2019-09-15 19:34:07 +02:00
Julius Härtl d1724cb665
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-15 19:33:01 +02:00
Julius Härtl 260d93e5f2
Fallback to directory icon based on the mount type
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-15 19:29:57 +02:00
Roeland Jago Douma a195c186e6
Merge pull request #17123 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.0
Bump dompurify from 1.0.11 to 2.0.0
2019-09-15 19:25:52 +02:00
dependabot-preview[bot] 2b5e9c40d0 Bump dompurify from 1.0.11 to 2.0.0
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.11 to 2.0.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/1.0.11...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-15 10:25:21 +00:00
Roeland Jago Douma 5083c9c198
Merge pull request #17122 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.1.2
Bump css-vars-ponyfill from 2.1.1 to 2.1.2
2019-09-15 12:20:32 +02:00
Greta Doci 68ef242a0a
Fixed the SecurityTest error
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-15 12:04:28 +02:00
Greta Doci 4ff7551574
Fixed the test
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-09-15 12:04:28 +02:00
Joas Schilling 16d47b5928
Fix wrongly mixed mock objects in encryption tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-15 12:04:28 +02:00
Greta Doci 0a874c51af
Disable app token creation for impersonated people, ref #15539
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-09-15 12:04:27 +02:00
Roeland Jago Douma 98f91982be
Remove deprecated function createPreview
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-15 10:52:34 +02:00
dependabot-preview[bot] 9618da87ff Bump css-vars-ponyfill from 2.1.1 to 2.1.2
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.1.1 to 2.1.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/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-15 08:20:12 +00:00
Roeland Jago Douma d231fc9843
Merge pull request #17110 from zorn-v/patch-1
Position fixed for .toastify.toast
2019-09-15 10:18:05 +02:00
Roeland Jago Douma 79a99f02f8
Merge pull request #17121 from nextcloud/dependabot/npm_and_yarn/jstimezonedetect-1.0.7
Bump jstimezonedetect from 1.0.6 to 1.0.7
2019-09-15 10:06:36 +02:00
Roeland Jago Douma 9b64839c71
Merge pull request #17074 from nextcloud/enh/hardening/identityproof
Harden identityproof key generation
2019-09-15 10:02:05 +02:00
Roeland Jago Douma dde02d394f
Merge pull request #17144 from nextcloud/dependabot/npm_and_yarn/webpack-4.40.2
Bump webpack from 4.40.1 to 4.40.2
2019-09-15 09:48:18 +02:00
dependabot-preview[bot] 09028ee087
Bump webpack from 4.40.1 to 4.40.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.40.1 to 4.40.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.40.1...v4.40.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-15 01:13:07 +00:00
Roeland Jago Douma 2b98eea129
Harden identifyproof openssl code
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-14 13:52:10 +02:00
dependabot-preview[bot] 7eb3019bc7 Bump jstimezonedetect from 1.0.6 to 1.0.7
Bumps [jstimezonedetect](https://github.com/pellepim/jstimezonedetect) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/pellepim/jstimezonedetect/releases)
- [Changelog](https://github.com/pellepim/jstimezonedetect/blob/master/changelog.md)
- [Commits](https://github.com/pellepim/jstimezonedetect/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-14 11:44:14 +00:00
Roeland Jago Douma 7987df34a2
Merge pull request #17141 from nextcloud/fix/leftover_unit_tests
Remove leftover unit test
2019-09-14 13:42:07 +02:00
Roeland Jago Douma 4cae5ae368
Merge pull request #17130 from nextcloud/refactor/deprecate-global-dompurify
Deprecate the global DOMPurify
2019-09-14 13:38:45 +02:00
Roeland Jago Douma 50ab20c22c
Remove leftover unit test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-14 13:38:18 +02:00
Christoph Wurst db7cd7d5d8
Deprecate the global DOMPurify
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-14 13:29:27 +02:00
blizzz 89d3b2cdd3
Merge pull request #17085 from nextcloud/refactor/symfony-event-dispatcher-contracts-events
Use Symfony's new contract Event class instead of the deprecated one
2019-09-14 11:13:48 +02:00
Roeland Jago Douma 55e034c7a1
Merge pull request #17120 from nextcloud/dependabot/npm_and_yarn/webpack-4.40.1
Bump webpack from 4.39.3 to 4.40.1
2019-09-14 00:53:50 +02:00
Roeland Jago Douma 31bd7d4303
Merge pull request #17116 from nextcloud/td/backup_codes/remove_unused
Remove unused backupscode function
2019-09-14 00:41:12 +02:00
dependabot-preview[bot] e2393ef3d9 Bump webpack from 4.39.3 to 4.40.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.39.3 to 4.40.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.39.3...v4.40.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-13 14:33:26 +00:00
Roeland Jago Douma 0eeec1caab
Remove unused backupscode function
We use the initial state API so no need for this anymore.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-12 22:16:29 +02:00
Christoph Wurst a1ef939c06
Use Symfony's new contract Event class instead of the deprecated one
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-12 14:44:55 +02:00
blizzz ac48a9ba61
Merge pull request #17106 from nextcloud/feature/dispatch-typed-event
Add Symfony inspired typed event dispatcher method
2019-09-12 09:25:26 +02:00
zorn-v e2b4c958f7
Position fixed for .toastify.toast 2019-09-12 16:54:43 +10:00
Roeland Jago Douma 1b8d6df6cd
Merge pull request #17084 from nextcloud/refactor/symfony-dispatcher-signature
Use the new Symfony event dispatcher signature
2019-09-11 22:08:38 +02:00
Christoph Wurst b9e14d5972
Add Symfony inspired typed event dispatcher method
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-11 20:02:50 +02:00
Joas Schilling 15d39c48e6
Merge pull request #17021 from nextcloud/bye-spreed-hello-talk
Bye Spreed namespace, hello Talk!
2019-09-11 14:59:37 +02:00
Roeland Jago Douma 2187f856ce
Merge pull request #16682 from nextcloud/enh/12790/workflow-backend
workflow overhaul
2019-09-11 13:14:06 +02:00
Julius Härtl 228cb240bc
Bump workflow bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-11 11:58:57 +02:00
Arthur Schiwon 6f5f53c0f4
bump version to reflect fundamental changes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-09-11 11:28:13 +02:00
John Molakvoæ 0cc780ec0a
Add tab if alternate login present (#16832)
Add tab if alternate login present
2019-09-11 07:32:17 +02:00
Nextcloud bot adbd3591d2
[tx-robot] updated from transifex 2019-09-11 02:15:16 +00:00
Roeland Jago Douma 902bc3e473
Merge pull request #17076 from nextcloud/enh/settings/personal/security
Split personal security settings in code
2019-09-10 21:16:54 +02:00