- Aug 31, 2020
-
-
Christoph Wurst authored
Apps could use OCA.Search very early on a page load without a problem prior to Nextcloud 20 (current master). Since the unified search work moved some code around, it now was added later, resulting in `TypeError: OCA.Search is not a constructor` errors if the apps did not wrap their calls in a `DOMLoaded` event handler. To ensure existing code continues to work without modification, this patch moves the declaration of the `OCA.Search` API to where we defined `OCA`, instead of monkey-patching it later on. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
Pimp Oauth2 table
-
Roeland Jago Douma authored
Fixes #12302 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Nextcloud bot authored
-
- Aug 30, 2020
-
-
Roeland Jago Douma authored
ignore duplicate setting sections
-
Roeland Jago Douma authored
Merge pull request #22481 from nextcloud/fix-clicks-on-actions-menu-of-non-opaque-file-rows-in-acceptance-tests Fix clicks on actions menu of non opaque file rows in acceptance tests
-
Roeland Jago Douma authored
Bump webpack-node-externals from 2.5.1 to 2.5.2
-
Nextcloud bot authored
-
- Aug 29, 2020
-
-
dependabot-preview[bot] authored
Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/liady/webpack-node-externals/releases) - [Commits](https://github.com/liady/webpack-node-externals/compare/v2.5.1...v2.5.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Nextcloud bot authored
-
Daniel Calviño Sánchez authored
When a row is added to the file list the opacity of the file row is animated from transparent to fully opaque. As the file actions menu is a descendant of the row but overflows it when the row is not fully opaque clicks on the menu entries "fall-through" and are received instead by the rows behind. The opacity animation is a CSS animation, and it is not possible to know if a row is appearing or not except from its opacity (the row will have the "appear" CSS class even after the animation ended). Therefore it should be waited until the row of the file is fully opaque before using the menu. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
- Aug 28, 2020
-
-
Robin Appelman authored
this prevents some 'Section with the same ID already registered' errors in the log also includes an improvement of the error message to make other cases easier to find Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Roeland Jago Douma authored
Return correct loginname in credentials
-
Roeland Jago Douma authored
l10n: Add a period at the end of the sentence
-
Nextcloud bot authored
-
- Aug 27, 2020
-
-
Valdnet authored
-
Valdnet authored
-
Valdnet authored
-
Roeland Jago Douma authored
Bump nextcloud-vue-collections from 0.7.2 to 0.8.1
-
Roeland Jago Douma authored
UserStatus: Fix app icon visibility in apps management
-
Roeland Jago Douma authored
Fix double escape of user-status in Dashboard widget
-
Roeland Jago Douma authored
Hide error if a background request fails during navigation
-
dependabot-preview[bot] authored
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.7.2 to 0.8.1. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.7.2...v0.8.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Christoph Wurst authored
If you open the dashboard but quickly navigate somewhere else, a toast will show telling you that the weather status could not be fetched. As a user I don't care about this. This is only relevant if the user intents to no leave the page. So let's not show a toast for aborted connections. This makes the UX a tad smoother. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Roeland Jago Douma authored
Use proper branch name in phpdoc builds
-
Roeland Jago Douma authored
20 Beta 2
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
John Molakvoæ authored
Make ellipsized unified search results visible on hover
-
John Molakvoæ authored
Bump @nextcloud/vue-dashboard from 0.1.3 to 0.1.8
-
Nextcloud bot authored
-
- Aug 26, 2020
-
-
Georg Ehrke authored
User-status: Fix icon coloring
-
Roeland Jago Douma authored
Add php docs build script
-
Roeland Jago Douma authored
show better quota warning for group folders and external storage
-
dependabot-preview[bot] authored
Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 0.1.3 to 0.1.8. - [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v0.1.3...v0.1.8 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Roeland Jago Douma authored
merge activity settings for calendars, events and todos
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-