- Feb 27, 2020
-
-
Daniel Calviño Sánchez authored
"button, textarea, select, div[contenteditable='true']" were removed and "audio, canvas, embed, iframe" were added. Note that this is a coarse-grained list; according to the spec some of the elements, like canvas or input, might be treated as a replaced element in some cases and as ordinary elements in others: https://html.spec.whatwg.org/multipage/rendering.html#replaced-elements For now all the elements that might be replaced elements use the loading image by default, so apps will need to override that when the elements are treated as ordinary elements. Of course that can be flipped in the future to instead make an element to use the "::after" approach by default if it is found that the element requires the override often. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Daniel Calviño Sánchez authored
Replaced elements do not have "::after" nor "::before" pseudo-elements, so the regular loading icon needs to be shown using a background image instead of the default "::after" pseudo-element approach. However, the CSS rules were not applied on the replaced elements themselves, but on their descendants. As the descendants might have support for pseudo-elements the rules were fixed to be applied on the replaced elements, and only on the replaced elements. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Roeland Jago Douma authored
Allow non integer ids in Entity Mapper
-
Christoph Wurst authored
Bump pear/pear-core-minimal from 1.10.3 to 1.10.10
-
Nextcloud bot authored
-
- Feb 26, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
[3rdparty] Bump microsoft/azure-storage-blob from 1.2.0 to 1.5.0
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
John Molakvoæ authored
Make sure quota_preset is using numerical indexes
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Feb 25, 2020
-
-
blizzz authored
Fix installing Talk due to hardcoded route
-
Joas Schilling authored
Merge pull request #19539 from nextcloud/bugfix/noid/allow-to-create-directories-when-they-are-selectable Allow to create directories when they are selectable
-
Joas Schilling authored
Hash event UID to make sure it's not too long for PushProvider notifications
-
Roeland Jago Douma authored
Correctly trim long cyrillic note
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Bump p-queue from 6.2.1 to 6.3.0
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Fix hover state color of drag-n-drop with theming and dark mode
-
Nextcloud bot authored
-
- Feb 24, 2020
-
-
Roeland Jago Douma authored
Make sure that the transfer details are present in the database during the cron run
-
Roeland Jago Douma authored
remove noise from detectUuid and cache results
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Christoph Wurst authored
l10n: Added plural form to string
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
rakekniven authored
Fix for #19304 Devs: Please verify. Changed are untested due to missing build environment. Reported at Transifex. Signed-off-by:
rakekniven <mark.ziegler@rakekniven.de> Signed-off-by:
Gary Kim <gary@garykim.dev>
-
John Molakvoæ authored
Set content type for propfind request
-
Christoph Wurst authored
Move Compile Handlebars CI to GitHub Actions
-
Nextcloud bot authored
-
- Feb 23, 2020
-
-
dependabot-preview[bot] authored
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.2.1...v6.3.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Roeland Jago Douma authored
Bump jsdom from 16.1.0 to 16.2.0
-
Roeland Jago Douma authored
Bump vue-loader from 15.8.3 to 15.9.0
-
dependabot-preview[bot] authored
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.8.3 to 15.9.0. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.8.3...v15.9.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Roeland Jago Douma authored
Allow apps to provide Calendars in user's calendarHome
-
Roeland Jago Douma authored
Change the route generation of AuthPublicShareController.php
-
Roeland Jago Douma authored
Bump sinon-chai from 3.4.0 to 3.5.0
-
dependabot-preview[bot] authored
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.1.0 to 16.2.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/16.1.0...16.2.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Roeland Jago Douma authored
Bump file-loader from 5.0.2 to 5.1.0
-