summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Show the full trace of an exceptionChristoph Wurst2020-11-101-3/+19
| | | | | | | | Because often we catch the exception at some point and then the trace is misleading. What's really interesting is the trace of the *previous* exception. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove old legacy search scriptJohn Molakvoæ2020-11-091-1/+0
|
* [tx-robot] updated from transifexNextcloud bot2020-11-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-11-084-2/+514
|
* Bump node-sass from 4.14.1 to 5.0.0dependabot-preview[bot]2020-11-072-2/+2
| | | | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 5.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #23961 from ↵dependabot-preview[bot]2020-11-072-2/+2
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.4.1
| * Bump css-vars-ponyfill from 2.3.2 to 2.4.1dependabot-preview[bot]2020-11-072-2/+2
| | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.3.2 to 2.4.1. - [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.2...v2.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-11-074-0/+4
|/
* Bump css-loader from 3.6.0 to 5.0.1dependabot-preview[bot]2020-11-0620-20/+20
| | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 5.0.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-11-0614-0/+16
|
* Remove old hide modules option for webpackChristoph Wurst2020-11-0512-12/+12
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-11-0514-14/+0
|
* Merge pull request #23869 from nextcloud/rakekniven-patch-1John Molakvoæ2020-11-041-1/+1
|\
| * Update core/js/setupchecks.jsrakekniven2020-11-031-1/+1
| | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * Update setupchecks.jsrakekniven2020-11-031-1/+1
| | | | | | | | | | | | Changed wording of setup check. Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | [tx-robot] updated from transifexNextcloud bot2020-11-0416-2/+30
| |
* | Merge pull request #21693 from ↵Morris Jobke2020-11-033-3/+92
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/import-certificates-only-by-system Improve CertificateManager to not be user context dependent
| * | Add a background job that checks for potential user imported SSL ↵Morris Jobke2020-11-032-0/+89
| | | | | | | | | | | | | | | | | | certificates and shows a warning in the admin settings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * removes the ability for users to import their own certificates (for external storage) * reliably returns the same certificate bundles system wide (and not depending on the user context and available sessions) The user specific certificates were broken in some cases anyways, as they are only loaded if the specific user is logged in and thus causing unexpected behavior for background jobs and other non-user triggered code paths. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #23798 from nextcloud/add/default_font_sizemarco2020-11-035-4/+10
|\ \ \ | | | | | | | | Add default font size
| * | | Add default font sizeGretaD2020-11-035-4/+10
| | | | | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | | | Merge pull request #23785 from nextcloud/bugfix/21459/workaround-snap-jsJulius Härtl2020-11-0314-21/+81
|\ \ \ \ | |_|_|/ |/| | | Work around snap.js state mess
| * | | Work around snap.js state messVincent Petry2020-11-0214-21/+81
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Snap.js is not robust enough to prevent multiple calls to open() or close(), so we added more checks to prevent these happening even when an animation is in progress. Because if we let this through, snap.js will not notice that the animation is already done (or a duplicate animation was started), so the "transitionend" event will not fire a second time. During an animation, snap.js sets up a setInterval() that hogs the CPU during the animation. Since a transition doesn't always end due to the above conditions, that CPU hogging would stay forever. This is the best workaround so far, it seems it's not possible to cancel that interval from the outside nor to trigger events to make it do so. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | / [tx-robot] updated from transifexNextcloud bot2020-11-032-0/+2
| |/ |/|
* | ensure filepicker list is empty before populatingRobin Appelman2020-11-021-0/+2
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add SVG support check to setup checknhirokinet2020-11-029-8/+17
| | | | Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
* Merge pull request #23267 from nextcloud/fix-bold-and-font-sizeJohn Molakvoæ2020-11-011-0/+2
|\
| * Change font-weight and font-size for empty searchJacob Neplokh2020-10-311-0/+2
| | | | | | | | Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
* | [tx-robot] updated from transifexNextcloud bot2020-11-014-2/+10
|/
* Merge pull request #23782 from nextcloud/bugfix/noid/fix-hidden-visuallyRoeland Jago Douma2020-10-313-7/+7
|\ | | | | Properly put hidden-visually off-screen
| * Properly put hidden-visually off-screenVincent Petry2020-10-293-7/+7
| | | | | | | | | | | | | | | | | | In some situations the element is still affecting the layout, especially when a sticky is nearby. This fix moves it properly off-screen. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #23811 from ↵Roeland Jago Douma2020-10-3110-10/+10
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.4 Bump vue-loader from 15.9.3 to 15.9.4
| * | Bump vue-loader from 15.9.3 to 15.9.4dependabot-preview[bot]2020-10-3110-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.3 to 15.9.4. - [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.9.3...v15.9.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-10-312-4/+8
|/ /
* | Merge pull request #23742 from ↵Morris Jobke2020-10-301-2/+4
|\ \ | | | | | | | | | | | | nextcloud/enhancement/eventdispatcher-typed-listener-callable Type the event dispatcher listener callables with Psalm
| * | Fix invalid usages of the new dispatcherRoeland Jago Douma2020-10-291-2/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-10-302-0/+18
| |/ |/|
* | Merge pull request #23762 from nextcloud/catch-dialog-close-errorJohn Molakvoæ2020-10-295-5/+9
|\ \
| * | catch errors when closing file conflict dialogRobin Appelman2020-10-285-5/+9
| | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-10-294-2/+32
|/ /
* / Compile assetsnpmbuildbot[bot]2020-10-2814-22/+22
|/ | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-10-288-2/+24
|
* Bump dompurify from 2.1.1 to 2.2.0dependabot-preview[bot]2020-10-274-4/+4
| | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.1.1...2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #23662 from ↵dependabot-preview[bot]2020-10-272-2/+2
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-3.1.0
| * Bump @nextcloud/vue from 3.0.0 to 3.1.0dependabot-preview[bot]2020-10-272-2/+2
| | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.0.0...v3.1.0) 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-10-272-8/+8
| |
* | Merge pull request #23693 from nextcloud/bugfix/noid/import-cert-clarifyMorris Jobke2020-10-261-3/+3
|\ \ | |/ |/| Clarify import cert command
| * Clarify import cert commandVincent Petry2020-10-261-3/+3
| | | | | | | | | | | | | | | | | | | | Add hint that the certificate to be imported must be in PEM format (CRT does not parse). Improved error message to mention that the given path must be accessible by the web server user. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Update ConvertFilecacheBigInt.phptimm2k2020-10-261-0/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2020-10-242-2/+2
| |