]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoSplit the menu entry for external shares in two 17861/head
Daniel Calviño Sánchez [Thu, 7 Nov 2019 20:30:56 +0000 (21:30 +0100)]
Split the menu entry for external shares in two

The external shares entry showed a "button" that, when pressed, replaced
the button with the input to set the remote share address. The "button"
was actually a label for the input, so when the label was focused it
transferred the focus to the input and thus pressing enter or space did
not show the input. Moreover, inputs inside links are not valid HTML,
and once shown there was no way to hide the input again.

Due to all this, and for consistency with the direct link input, the
external share input was moved to a different menu item that is shown
and hidden when the button, which nows is also a real button, is
clicked.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years agoFormat HTML elements
Daniel Calviño Sánchez [Thu, 7 Nov 2019 13:19:04 +0000 (14:19 +0100)]
Format HTML elements

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years agoChange menu toggle element from span to button
Daniel Calviño Sánchez [Thu, 7 Nov 2019 11:28:43 +0000 (12:28 +0100)]
Change menu toggle element from span to button

This makes possible to navigate to the menu toggle using the keyboard,
as well as being semantically more correct.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 30 Dec 2019 02:27:13 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 29 Dec 2019 02:27:52 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

4 years agoClarify "Delete share" action in sharing sidebar (#18563)
John Molakvoæ [Sat, 28 Dec 2019 09:54:17 +0000 (10:54 +0100)]
Clarify "Delete share" action in sharing sidebar (#18563)

Clarify "Delete share" action in sharing sidebar

4 years agoScript to generate locales.json from icu data. (#18558)
John Molakvoæ [Sat, 28 Dec 2019 09:53:58 +0000 (10:53 +0100)]
Script to generate locales.json from icu data. (#18558)

Script to generate locales.json from icu data.

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 28 Dec 2019 02:27:26 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #18115 from nextcloud/bugfix/17951/reminderservice_resource_error
Roeland Jago Douma [Fri, 27 Dec 2019 13:42:10 +0000 (14:42 +0100)]
Merge pull request #18115 from nextcloud/bugfix/17951/reminderservice_resource_error

Properly handle resources in ReminderService

4 years agoMerge pull request #18547 from nextcloud/bugfix/flow
Roeland Jago Douma [Fri, 27 Dec 2019 13:29:09 +0000 (14:29 +0100)]
Merge pull request #18547 from nextcloud/bugfix/flow

Various flow related fixes

4 years agoMerge pull request #18553 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.8.3
Roeland Jago Douma [Fri, 27 Dec 2019 13:27:56 +0000 (14:27 +0100)]
Merge pull request #18553 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.8.3

Bump vue-loader from 15.7.2 to 15.8.3

4 years agoMerge pull request #18480 from nextcloud/version/18/beta4 v18.0.0beta4
Roeland Jago Douma [Fri, 27 Dec 2019 12:47:22 +0000 (13:47 +0100)]
Merge pull request #18480 from nextcloud/version/18/beta4

18 beta 4

4 years agoUpdate bundle 18480/head
Roeland Jago Douma [Fri, 27 Dec 2019 12:17:38 +0000 (13:17 +0100)]
Update bundle

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago18 beta 4
Roeland Jago Douma [Thu, 19 Dec 2019 09:39:46 +0000 (10:39 +0100)]
18 beta 4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoBump workflowengine bundles 18547/head
Julius Härtl [Mon, 23 Dec 2019 11:38:29 +0000 (12:38 +0100)]
Bump workflowengine bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix spacing between text and icon
Julius Härtl [Mon, 23 Dec 2019 11:35:45 +0000 (12:35 +0100)]
Fix spacing between text and icon

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAutofocus new filter and display proper error messages
Julius Härtl [Mon, 23 Dec 2019 11:22:22 +0000 (12:22 +0100)]
Autofocus new filter and display proper error messages

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoValidate check array in the backend
Julius Härtl [Mon, 23 Dec 2019 10:57:41 +0000 (11:57 +0100)]
Validate check array in the backend

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix app store link and hide it for users (fix #18495 #18500)
Julius Härtl [Mon, 23 Dec 2019 09:31:28 +0000 (10:31 +0100)]
Fix app store link and hide it for users (fix #18495 #18500)

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAllow selecting other event types (fix #18510)
Julius Härtl [Mon, 23 Dec 2019 09:25:42 +0000 (10:25 +0100)]
Allow selecting other event types (fix #18510)

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 27 Dec 2019 02:27:07 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

4 years agoChange icon-delete to icon-close in others locations 18563/head
Alexandre Guiot--Valentin [Thu, 26 Dec 2019 12:35:51 +0000 (12:35 +0000)]
Change icon-delete to icon-close in others locations

Signed-off-by: Alexandre Guiot--Valentin <contact@alexandregv.fr>
Signed-off-by: Gary Kim <gary@garykim.dev>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 26 Dec 2019 02:26:59 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

4 years agoCommit webpack build files
Alexandre Guiot--Valentin [Wed, 25 Dec 2019 09:37:08 +0000 (09:37 +0000)]
Commit webpack build files

Signed-off-by: Alexandre Guiot--Valentin <contact@alexandregv.fr>
Signed-off-by: Gary Kim <gary@garykim.dev>
4 years agoClarify "Delete share" action in sharing sidebar
Alexandre GV [Wed, 25 Dec 2019 08:33:04 +0000 (09:33 +0100)]
Clarify "Delete share" action in sharing sidebar

- change "Delete share" to "Unshare"
- change icon-delete to icon-close

Signed-off-by: Alexandre Guiot--Valentin <contact@alexandregv.fr>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 24 Dec 2019 02:27:40 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

4 years agoScript to generate locales.json from icu data. 18558/head
Daniel Kesselberg [Mon, 23 Dec 2019 15:51:13 +0000 (16:51 +0100)]
Script to generate locales.json from icu data.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #18523 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0...
Roeland Jago Douma [Mon, 23 Dec 2019 11:55:15 +0000 (12:55 +0100)]
Merge pull request #18523 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.8

Bump nextcloud-vue from 0.12.7 to 0.12.8

4 years agoMerge pull request #18546 from nextcloud/bugfix/appstore-update
Roeland Jago Douma [Mon, 23 Dec 2019 10:35:18 +0000 (11:35 +0100)]
Merge pull request #18546 from nextcloud/bugfix/appstore-update

Fix broken upgrade caused by undefined method call

4 years agoMerge pull request #18509 from nextcloud/fix/noid/flow-blank-settings-custom-entity
Roeland Jago Douma [Mon, 23 Dec 2019 10:34:07 +0000 (11:34 +0100)]
Merge pull request #18509 from nextcloud/fix/noid/flow-blank-settings-custom-entity

Flow: report list of entities without array keys to frontend

4 years agoBump nextcloud-vue from 0.12.7 to 0.12.8 18523/head
dependabot-preview[bot] [Mon, 23 Dec 2019 09:51:22 +0000 (09:51 +0000)]
Bump nextcloud-vue from 0.12.7 to 0.12.8

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.7 to 0.12.8.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.7...v0.12.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #18525 from nextcloud/dependabot/npm_and_yarn/nextcloud/event...
Roeland Jago Douma [Mon, 23 Dec 2019 09:49:21 +0000 (10:49 +0100)]
Merge pull request #18525 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-1.0.0

Bump @nextcloud/event-bus from 0.2.1 to 1.0.0

4 years agoFix broken upgrade caused by undefined method call 18546/head
Julius Härtl [Mon, 23 Dec 2019 09:41:41 +0000 (10:41 +0100)]
Fix broken upgrade caused by undefined method call

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoBump @nextcloud/event-bus from 0.2.1 to 1.0.0 18525/head
dependabot-preview[bot] [Mon, 23 Dec 2019 08:31:48 +0000 (08:31 +0000)]
Bump @nextcloud/event-bus from 0.2.1 to 1.0.0

Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 0.2.1 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v0.2.1...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #18524 from nextcloud/dependabot/npm_and_yarn/nextcloud/initial...
Roeland Jago Douma [Mon, 23 Dec 2019 08:29:49 +0000 (09:29 +0100)]
Merge pull request #18524 from nextcloud/dependabot/npm_and_yarn/nextcloud/initial-state-1.0.0

Bump @nextcloud/initial-state from 0.2.0 to 1.0.0

4 years agoBump @nextcloud/initial-state from 0.2.0 to 1.0.0 18524/head
dependabot-preview[bot] [Mon, 23 Dec 2019 07:38:49 +0000 (07:38 +0000)]
Bump @nextcloud/initial-state from 0.2.0 to 1.0.0

Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 0.2.0 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases)
- [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v0.2.0...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #18522 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios...
Roeland Jago Douma [Mon, 23 Dec 2019 07:36:56 +0000 (08:36 +0100)]
Merge pull request #18522 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.1.0

Bump @nextcloud/axios from 0.5.0 to 1.1.0

4 years agoMerge pull request #18536 from nextcloud/enhancement/preview-center-vertically
Roeland Jago Douma [Mon, 23 Dec 2019 07:36:10 +0000 (08:36 +0100)]
Merge pull request #18536 from nextcloud/enhancement/preview-center-vertically

Also center vertically when cropping previews

4 years agoBump @nextcloud/axios from 0.5.0 to 1.1.0 18522/head
dependabot-preview[bot] [Sun, 22 Dec 2019 21:28:53 +0000 (21:28 +0000)]
Bump @nextcloud/axios from 0.5.0 to 1.1.0

Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 0.5.0 to 1.1.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v0.5.0...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 23 Dec 2019 02:27:33 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #18521 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.1.0
Roeland Jago Douma [Sun, 22 Dec 2019 21:27:03 +0000 (22:27 +0100)]
Merge pull request #18521 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.1.0

Bump @nextcloud/auth from 0.3.1 to 1.1.0

4 years agoBump @nextcloud/auth from 0.3.1 to 1.1.0 18521/head
dependabot-preview[bot] [Sun, 22 Dec 2019 19:13:43 +0000 (19:13 +0000)]
Bump @nextcloud/auth from 0.3.1 to 1.1.0

Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 0.3.1 to 1.1.0.
- [Release notes](https://github.com/nextcloud/nextcloud-auth/releases)
- [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v0.3.1...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #18442 from nextcloud/bugfix/noid/broken_appstoreurl_config
Roeland Jago Douma [Sun, 22 Dec 2019 19:18:21 +0000 (20:18 +0100)]
Merge pull request #18442 from nextcloud/bugfix/noid/broken_appstoreurl_config

Restore old behavior allowing to set custom appstore

4 years agoMerge pull request #18504 from nextcloud/bugfix/noid/only-round-the-real-avatars
Roeland Jago Douma [Sun, 22 Dec 2019 19:14:57 +0000 (20:14 +0100)]
Merge pull request #18504 from nextcloud/bugfix/noid/only-round-the-real-avatars

Only round the real avatars

4 years agoMerge pull request #18511 from Al2Klimov/bugfix/movie-getthumbnail
Roeland Jago Douma [Sun, 22 Dec 2019 19:13:04 +0000 (20:13 +0100)]
Merge pull request #18511 from Al2Klimov/bugfix/movie-getthumbnail

Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not false

4 years agoMerge pull request #18520 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths...
Roeland Jago Douma [Sun, 22 Dec 2019 19:08:34 +0000 (20:08 +0100)]
Merge pull request #18520 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-1.0.0

Bump @nextcloud/paths from 0.2.0 to 1.0.0

4 years agoBump @nextcloud/paths from 0.2.0 to 1.0.0 18520/head
dependabot-preview[bot] [Sun, 22 Dec 2019 16:20:46 +0000 (16:20 +0000)]
Bump @nextcloud/paths from 0.2.0 to 1.0.0

Bumps @nextcloud/paths from 0.2.0 to 1.0.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoBump vue-loader from 15.7.2 to 15.8.3 18526/head 18553/head
dependabot-preview[bot] [Sun, 22 Dec 2019 16:14:43 +0000 (16:14 +0000)]
Bump vue-loader from 15.7.2 to 15.8.3

Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.7.2 to 15.8.3.
- [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.7.2...v15.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #18534 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template...
Roeland Jago Douma [Sun, 22 Dec 2019 16:12:34 +0000 (17:12 +0100)]
Merge pull request #18534 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.11

Bump vue and vue-template-compiler

4 years agoAlso center vertically when cropping previews 18536/head
John Molakvoæ (skjnldsv) [Sun, 22 Dec 2019 14:07:11 +0000 (15:07 +0100)]
Also center vertically when cropping previews

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoRestore old behavior allowing to set custom appstore 18442/head
Georg Ehrke [Tue, 17 Dec 2019 11:20:51 +0000 (12:20 +0100)]
Restore old behavior allowing to set custom appstore

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoBump vue and vue-template-compiler 18411/head 18534/head
dependabot-preview[bot] [Sun, 22 Dec 2019 13:49:58 +0000 (13:49 +0000)]
Bump vue and vue-template-compiler

Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.10 to 2.6.11
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.10...v2.6.11)

Updates `vue-template-compiler` from 2.6.10 to 2.6.11
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.10...v2.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #18527 from nextcloud/dependabot/npm_and_yarn/style-loader-1.1.1
Roeland Jago Douma [Sun, 22 Dec 2019 13:49:23 +0000 (14:49 +0100)]
Merge pull request #18527 from nextcloud/dependabot/npm_and_yarn/style-loader-1.1.1

Bump style-loader from 1.0.1 to 1.1.1

4 years agoMerge pull request #18519 from nextcloud/dependabot/npm_and_yarn/nextcloud/router...
Roeland Jago Douma [Sun, 22 Dec 2019 13:47:46 +0000 (14:47 +0100)]
Merge pull request #18519 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.0.0

Bump @nextcloud/router from 0.1.0 to 1.0.0

4 years agoMerge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-id
Roeland Jago Douma [Sun, 22 Dec 2019 13:27:28 +0000 (14:27 +0100)]
Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-id

Do not generate tokens for editor IDs that do not exist

4 years agoMerge pull request #18505 from nextcloud/bugfix/18481/avatars-always-return-201-statu...
Roeland Jago Douma [Sun, 22 Dec 2019 13:26:23 +0000 (14:26 +0100)]
Merge pull request #18505 from nextcloud/bugfix/18481/avatars-always-return-201-status-code

Always set the generated flag to false when an avatar is being set

4 years agoBump @nextcloud/router from 0.1.0 to 1.0.0 18519/head
dependabot-preview[bot] [Sun, 22 Dec 2019 02:25:30 +0000 (02:25 +0000)]
Bump @nextcloud/router from 0.1.0 to 1.0.0

Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 0.1.0 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Commits](https://github.com/nextcloud/nextcloud-router/compare/v0.1.0...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoBump style-loader from 1.0.1 to 1.1.1 18527/head
dependabot-preview[bot] [Sun, 22 Dec 2019 02:31:16 +0000 (02:31 +0000)]
Bump style-loader from 1.0.1 to 1.1.1

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.0.1...v1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 22 Dec 2019 02:28:34 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

4 years agoMovie#getThumbnail(): compare Movie#generateThumbNail() to null, not false 18511/head
Alexander A. Klimov [Sat, 21 Dec 2019 07:53:13 +0000 (08:53 +0100)]
Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not false

Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 21 Dec 2019 02:26:35 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

4 years agoreport list of entities without array keys to frontend 18509/head
Arthur Schiwon [Fri, 20 Dec 2019 23:46:37 +0000 (00:46 +0100)]
report list of entities without array keys to frontend

lead to a blank flow settings page when a third party entity was
registered.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoAlways set the generated flag to false when an avatar is being set 18505/head
Joas Schilling [Fri, 20 Dec 2019 14:03:22 +0000 (15:03 +0100)]
Always set the generated flag to false when an avatar is being set

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #18483 from nextcloud/fix/license-headers-18
Christoph Wurst [Fri, 20 Dec 2019 13:19:22 +0000 (14:19 +0100)]
Merge pull request #18483 from nextcloud/fix/license-headers-18

Update license headers for 18

4 years agoMerge pull request #18080 from nextcloud/enhancement/noid/add-timeout
blizzz [Fri, 20 Dec 2019 11:16:32 +0000 (12:16 +0100)]
Merge pull request #18080 from nextcloud/enhancement/noid/add-timeout

adding timeout param

4 years agoOnly round the real avatars 18504/head
Joas Schilling [Fri, 20 Dec 2019 11:11:54 +0000 (12:11 +0100)]
Only round the real avatars

Before this all images were rounded, including the icons of contacts menu options

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAdd tooltips to display name and email (#18193)
John Molakvoæ [Fri, 20 Dec 2019 10:23:52 +0000 (11:23 +0100)]
Add tooltips to display name and email (#18193)

Add tooltips to display name and email

4 years agoExpose exception message in the response 18478/head
Julius Härtl [Fri, 20 Dec 2019 10:09:05 +0000 (11:09 +0100)]
Expose exception message in the response

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoUpdate license headers for 18 18483/head
Christoph Wurst [Thu, 19 Dec 2019 12:16:31 +0000 (13:16 +0100)]
Update license headers for 18

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 20 Dec 2019 02:26:28 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

4 years agoadd create and delete checkbox for sharesidebar (#18010)
John Molakvoæ [Thu, 19 Dec 2019 18:16:11 +0000 (19:16 +0100)]
add create and delete checkbox for sharesidebar (#18010)

add create and delete checkbox for sharesidebar

4 years agoRemaining flow frontend polishing (#18484)
John Molakvoæ [Thu, 19 Dec 2019 18:15:41 +0000 (19:15 +0100)]
Remaining flow frontend polishing (#18484)

Remaining flow frontend polishing

4 years agoMerge pull request #18433 from nextcloud/fix/noid/fsusage
blizzz [Thu, 19 Dec 2019 16:54:58 +0000 (17:54 +0100)]
Merge pull request #18433 from nextcloud/fix/noid/fsusage

Use File Node API for more download cases, skip unreadable files

4 years agoAdd tooltips to display name and email fields in Users 18193/head
onehappycat [Sat, 14 Dec 2019 13:29:12 +0000 (14:29 +0100)]
Add tooltips to display name and email fields in Users

Signed-off-by: onehappycat <onehappycat@gmx.com>
4 years agofix the folder share 18010/head
GretaD [Mon, 16 Dec 2019 16:12:20 +0000 (17:12 +0100)]
fix the folder share

Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoadd create and delete checkbox for sharesidebar
Greta Doci [Tue, 19 Nov 2019 15:07:57 +0000 (16:07 +0100)]
add create and delete checkbox for sharesidebar

Signed-off-by: Greta Doci <gretadoci@gmail.com>
4 years agoBump bundles 18484/head
Julius Härtl [Thu, 19 Dec 2019 14:23:22 +0000 (15:23 +0100)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoSet operation mode according to the mime type value
Julius Härtl [Thu, 19 Dec 2019 12:22:27 +0000 (13:22 +0100)]
Set operation mode according to the mime type value

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix action listing alignment
Julius Härtl [Thu, 19 Dec 2019 12:11:01 +0000 (13:11 +0100)]
Fix action listing alignment

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd flow icon for app store category
Julius Härtl [Thu, 19 Dec 2019 11:55:59 +0000 (12:55 +0100)]
Add flow icon for app store category

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #17705 from nextcloud/dependabot/npm_and_yarn/eslint-config-nextcl...
Christoph Wurst [Thu, 19 Dec 2019 13:58:24 +0000 (14:58 +0100)]
Merge pull request #17705 from nextcloud/dependabot/npm_and_yarn/eslint-config-nextcloud-0.1.0

Bump eslint-config-nextcloud from 0.0.6 to 0.1.0

4 years agowhen downloading from web, skip files that are not accessible 18433/head
Arthur Schiwon [Mon, 16 Dec 2019 17:51:19 +0000 (18:51 +0100)]
when downloading from web, skip files that are not accessible

* avoids a 403, but enables download of resources that are not restricted
* single file downloads still cause 403

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agouse Nodes API for zip streaming
Arthur Schiwon [Thu, 12 Dec 2019 21:35:57 +0000 (22:35 +0100)]
use Nodes API for zip streaming

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoUse files node API for single file downloads
Julius Härtl [Wed, 20 Nov 2019 08:06:47 +0000 (09:06 +0100)]
Use files node API for single file downloads

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #18162 from nextcloud/enh/noid/url-fileentity
blizzz [Thu, 19 Dec 2019 12:00:39 +0000 (13:00 +0100)]
Merge pull request #18162 from nextcloud/enh/noid/url-fileentity

flow file entity to provide the internal URL

4 years agoMerge pull request #18235 from nextcloud/enh/noid/federated-on-circles
Roeland Jago Douma [Thu, 19 Dec 2019 11:02:14 +0000 (12:02 +0100)]
Merge pull request #18235 from nextcloud/enh/noid/federated-on-circles

confirm auth on share generated by Circles

4 years agoBump eslint-config-nextcloud from 0.0.6 to 0.1.0 17705/head
dependabot-preview[bot] [Wed, 13 Nov 2019 12:05:10 +0000 (12:05 +0000)]
Bump eslint-config-nextcloud from 0.0.6 to 0.1.0

Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0.
- [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases)
- [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0)

Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #16792 from MichaIng/patch-1
Roeland Jago Douma [Thu, 19 Dec 2019 10:26:12 +0000 (11:26 +0100)]
Merge pull request #16792 from MichaIng/patch-1

Harden data and config protection .htaccess

4 years agoFix Sidebar enabled check (#18449)
John Molakvoæ [Thu, 19 Dec 2019 10:22:17 +0000 (11:22 +0100)]
Fix Sidebar enabled check (#18449)

Fix Sidebar enabled check

4 years agoMerge pull request #18470 from nextcloud/techdebt/app-code-checker-php7-only
Roeland Jago Douma [Thu, 19 Dec 2019 09:33:30 +0000 (10:33 +0100)]
Merge pull request #18470 from nextcloud/techdebt/app-code-checker-php7-only

Only parse php7 code in app code checker

4 years agoDo not generate tokens for editor IDs that do not exist
Christoph Wurst [Thu, 19 Dec 2019 08:38:22 +0000 (09:38 +0100)]
Do not generate tokens for editor IDs that do not exist

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #18370 from nextcloud/version/18/beta3 v18.0.0beta3
Roeland Jago Douma [Thu, 19 Dec 2019 07:57:48 +0000 (08:57 +0100)]
Merge pull request #18370 from nextcloud/version/18/beta3

18 beta 3

4 years agoFix Sidebar enabled check 18449/head
John Molakvoæ (skjnldsv) [Tue, 17 Dec 2019 16:27:36 +0000 (17:27 +0100)]
Fix Sidebar enabled check

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agofix credentials saving success message notification color (#18469)
John Molakvoæ [Thu, 19 Dec 2019 07:48:46 +0000 (08:48 +0100)]
fix credentials saving success message notification color (#18469)

fix credentials saving success message notification color

4 years agoWiswedel/inherited shares/design polishing (#18447)
John Molakvoæ [Thu, 19 Dec 2019 07:45:16 +0000 (08:45 +0100)]
Wiswedel/inherited shares/design polishing (#18447)

Wiswedel/inherited shares/design polishing

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 19 Dec 2019 02:26:26 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

4 years agoOnly parse php7 code in app code checker 18470/head
Christoph Wurst [Wed, 18 Dec 2019 14:39:14 +0000 (15:39 +0100)]
Only parse php7 code in app code checker

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agofix credentials saving success message notification color 18469/head
Sascha Wiswedel [Wed, 18 Dec 2019 14:32:39 +0000 (15:32 +0100)]
fix credentials saving success message notification color

was red, now green

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
4 years agoMerge pull request #18457 from nextcloud/fix/sharing/notifier/uid
Roeland Jago Douma [Wed, 18 Dec 2019 12:16:06 +0000 (13:16 +0100)]
Merge pull request #18457 from nextcloud/fix/sharing/notifier/uid

Use the user from the notification

4 years agoMerge pull request #18462 from nextcloud/fix/18211/list-group-with-slash
Roeland Jago Douma [Wed, 18 Dec 2019 11:03:04 +0000 (12:03 +0100)]
Merge pull request #18462 from nextcloud/fix/18211/list-group-with-slash

Fix listing users in groups with slash in the name