Commit graph

24907 commits

Author SHA1 Message Date
Christopher Ng
38cbffb3a7 Build
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-20 15:09:38 +00:00
Christopher Ng
07c6ed3df2 Improve UX
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-20 14:58:38 +00:00
Carl Schwan
da68952524
Fix missing theming for login button
Close #27495

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-20 10:07:42 +02:00
szaimen
e4770f876b Add titleTooltip to sidebar
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-19 09:16:59 +00:00
szaimen
4c20803d97
Merge pull request #27994 from nextcloud/enh/noid/fix-footer-padding
Increase footer height for longer menus
2021-07-19 10:43:13 +02:00
Nextcloud bot
3f99750a66
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-19 02:25:17 +00:00
dependabot[bot]
f6b61ac05e
Merge pull request #27509 from nextcloud/dependabot/npm_and_yarn/babel/core-7.14.6 2021-07-18 10:25:00 +00:00
dependabot[bot]
b2d5e25b56 Bump @babel/core from 7.14.3 to 7.14.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.3 to 7.14.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.6/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-18 11:50:59 +02:00
Nextcloud bot
5f8335811f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-18 02:25:31 +00:00
dependabot[bot]
d9d6102557 Bump @nextcloud/event-bus from 1.3.0 to 2.0.0
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/event-bus"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-18 00:08:56 +02:00
dependabot[bot]
ca606b8167 Bump dompurify from 2.2.8 to 2.3.0
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.8 to 2.3.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.2.8...2.3.0)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-17 20:40:45 +02:00
MichaIng
d250f7efb5
Merge pull request #28024 from nextcloud/dependabot/npm_and_yarn/css-loader-5.2.7
Bump css-loader from 5.2.6 to 5.2.7
2021-07-17 14:03:51 +02:00
dependabot[bot]
c915832e02 Bump css-loader from 5.2.6 to 5.2.7
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.6 to 5.2.7.
- [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/v5.2.6...v5.2.7)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-17 13:31:19 +02:00
Nextcloud bot
43e307f59e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-17 02:44:18 +00:00
szaimen
67d0053ecc Increase footer padding for longer menus
Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
2021-07-16 17:05:45 +02:00
Julius Härtl
2766df9764
Merge pull request #27995 from nextcloud/enh/noid/multiselect-design-fixes
some multiselect  design fixes
2021-07-16 14:28:34 +02:00
Joas Schilling
f86f594a3a
Merge pull request #27860 from J0WI/alphanumeric-rnd
Introduce ISecureRandom::CHAR_ALPHANUMERIC
2021-07-16 12:46:20 +02:00
Christopher Ng
dfb55979ef Build
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-16 05:48:06 +00:00
Christopher Ng
74aa115125 Refine unsupported federation scope checks
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-16 05:46:04 +00:00
Nextcloud bot
6744f3c083
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-16 02:26:30 +00:00
szaimen
b3d5a57f18
Merge pull request #27980 from nextcloud/enh/18683/improve-notcreatable-permissions-hint
Improve notcreatable permissions hint
2021-07-15 23:12:27 +02:00
szaimen
85b0df20fa Improve notcreatable permissions hint
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-15 21:00:09 +02:00
szaimen
f4db7cbe52 some multiselect design fixes
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-15 17:09:28 +02:00
Nextcloud bot
7f572c0645
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-15 10:37:23 +00:00
Christopher Ng
aa92c9e287
Build
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-15 10:44:52 +02:00
Christopher Ng
64403d2401
Refine UX for primary email deletion
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-15 10:16:06 +02:00
Christopher Ng
44763576b1
Make emails Vuetiful
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-15 10:16:06 +02:00
Christopher Ng
de6e55075b
Create personal info service
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-15 10:16:06 +02:00
Christopher Ng
ef41d5977a
Provide initial state
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-15 10:16:06 +02:00
dependabot[bot]
8cedf0de03
Merge pull request #27683 from nextcloud/dependabot/npm_and_yarn/vue-router-3.5.2 2021-07-15 03:01:17 +00:00
Nextcloud bot
0546023981
[tx-robot] updated from transifex 2021-07-15 02:26:42 +00:00
dependabot[bot]
2e09776966 Bump vue-router from 3.5.1 to 3.5.2
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.5.1...v3.5.2)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-15 02:26:19 +00:00
blizzz
5a22b0ac67
Merge pull request #27884 from nextcloud/enh/cloud-id-local
Allow to get a local cloud id without going through the contacts manager
2021-07-14 23:18:51 +02:00
Julius Härtl
7179002600
Allow to get a local cloud id without going through the contacts manager
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-14 16:08:05 +02:00
Julien Veyssier
9338be7fa1
Merge pull request #27952 from nextcloud/work/carl/accessibility-remove-unused-parameters
[Accessibility App]: Remove unused parameters in settings class
2021-07-14 15:47:15 +02:00
blizzz
5d097ddb4b
Merge pull request #27875 from goyome/goyome-patch-group-shares-limit
No limit in the number of group shares
2021-07-14 13:45:50 +02:00
Julius Härtl
1366b35081
Merge pull request #27946 from nextcloud/enh/breadcrumb-detail-view-in-menu
Show registered breadcrumb detail views in breadcrumb menu
2021-07-14 10:31:00 +02:00
Nextcloud bot
43d4a4c5ae
[tx-robot] updated from transifex 2021-07-14 02:26:23 +00:00
MichaIng
adce076808
Merge pull request #27565 from nextcloud/dependabot/npm_and_yarn/striptags-3.2.0
Bump striptags from 3.1.1 to 3.2.0
2021-07-14 01:43:32 +02:00
dependabot[bot]
f750268f75 Bump striptags from 3.1.1 to 3.2.0
Bumps [striptags](https://github.com/ericnorris/striptags) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/ericnorris/striptags/releases)
- [Commits](https://github.com/ericnorris/striptags/compare/v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: striptags
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-14 00:51:32 +02:00
Carl Schwan
5ff31ecd6b
[Accessibility App]: Remove unused parameters in settings class
These two parameters weren't used, no need to load them

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-13 20:32:19 +02:00
Julien Veyssier
c035541ba4 show breadcrumb detail view in breadcrumb menu
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-13 12:51:41 +00:00
Julius Härtl
2a0bd66384
Merge pull request #27912 from nextcloud/fix/26113/dashboard-escaped-display-name
Do not escape display name in dashboard welcome text
2021-07-13 14:03:13 +02:00
szaimen
6615cdba3c
Merge pull request #27867 from nextcloud/fix/noid/newfilemenu-on-public-page
fix newfileMenu on public page
2021-07-13 13:10:23 +02:00
szaimen
ce0f38e95d fix newfileMenu on public page
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-13 11:34:46 +02:00
Julius Härtl
3860dad9ea
Merge pull request #26481 from ghost/fdroid 2021-07-13 08:49:59 +02:00
Nextcloud bot
cabf24480e
[tx-robot] updated from transifex 2021-07-13 02:26:35 +00:00
dependabot[bot]
7343f12b5b Bump @nextcloud/paths from 1.1.2 to 2.0.0
Bumps @nextcloud/paths from 1.1.2 to 2.0.0.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-12 21:34:15 +00:00
MichaIng
f91465f43e
Merge pull request #27272 from nextcloud/dependabot/npm_and_yarn/nextcloud/logger-2.0.0
Bump @nextcloud/logger from 1.1.2 to 2.0.0
2021-07-12 22:57:36 +02:00
dependabot[bot]
5370960340 Bump @nextcloud/logger from 1.1.2 to 2.0.0
Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-logger/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v1.1.2...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-12 21:51:37 +02:00