Nextcloud bot
1e70f72957
[tx-robot] updated from transifex
2020-02-12 02:18:28 +00:00
Nextcloud bot
f6963f3936
[tx-robot] updated from transifex
2020-02-09 02:19:28 +00:00
Nextcloud bot
edafd81a20
[tx-robot] updated from transifex
2020-02-08 02:18:31 +00:00
Nextcloud bot
e161be8e2a
[tx-robot] updated from transifex
2020-02-07 07:32:43 +00:00
Joas Schilling
81352411be
Fix event type
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-06 19:32:02 +00:00
Roeland Jago Douma
9fd015353c
Merge pull request #19089 from nextcloud/backport/18929/enh/sidebar/promise
...
[stable18] Allow to await the sidebar
2020-02-05 21:08:32 +01:00
John Molakvoæ (skjnldsv)
b074be1b1d
Close handling
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-05 19:12:27 +00:00
John Molakvoæ (skjnldsv)
f4d298cc03
Allow to await the sidebar
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-02-05 20:09:20 +01:00
Julius Härtl
f0aca462c6
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-04 09:41:37 +01:00
Julius Härtl
a1248780bc
Make sure that minSearchStringLength is taken into account
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-04 09:40:15 +01:00
Julius Härtl
0bad752282
Fix issue when selecting an entry, the multiselect input was not closed
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-04 09:40:08 +01:00
Roeland Jago Douma
38735c2bd0
Allow specifying this is the first login
...
On firstlogin we allow non empty target folders. So that for guest
transfers the user sees the same UI.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-03 15:00:03 +00:00
Tobia De Koninck
c3092fda9a
Catch \Error in Transfer::restoreShares
...
This makes the command more fault tolerant. An \Error can happen when
e.g. the owner of a share is null.
If we don't catch this, the restore process will stop in an unknown
state.
Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
2020-02-03 15:00:03 +00:00
Tobia De Koninck
6cc23b170a
Prevent transferring data to user which never loggedin
...
Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
2020-02-03 15:00:03 +00:00
Tobia De Koninck
0b33aefc86
Add option to transfer-ownership to move data
...
This will move the home folder of own user to another user. Only allowed
if that other user's home folder is empty.
Can be used as workaround to rename users.
Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
2020-02-03 15:00:03 +00:00
John Molakvoæ (skjnldsv)
4cfb5eac02
Fix legacy tabs
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-30 10:32:32 +01:00
Julius Härtl
77797b4910
Adjust filelist color handling to new dark theme value
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-24 12:11:50 +00:00
Julius Härtl
3b8c58d516
Make sure the whole file list header is sticky and properly stacks to other headers
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-24 09:09:16 +00:00
GretaD
8ffe43c574
fix multiselect actions for files
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-24 09:09:16 +00:00
Gary Kim
b2b7587f54
Prevent duplicate entries in file sidebar
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-01-17 02:29:17 +01:00
John Molakvoæ (skjnldsv)
986ac005e0
Fix Sidebar legacy FileInfoModel requirement
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-16 16:12:55 +00:00
John Molakvoæ (skjnldsv)
3b6a1254cf
Close after click
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-15 17:51:25 +01:00
Julius Härtl
03de502f1f
Only show tag selector if tags are set
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-15 17:47:53 +01:00
Julius Härtl
fac588297d
Do not show sidebar on rename ( fixes #18613 )
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-15 17:47:53 +01:00
Julius Härtl
940b73280d
Properly set current file info when switching the details view
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-15 17:47:53 +01:00
Roeland Jago Douma
dda212a48e
Proper text previews
...
Fixes #17828
* Modified the preview provider to provider smaller fonts for the
previes (so it is not so screaming)
* Modified the sidebar to show plain text and markdown files full size.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-15 10:53:08 +01:00
Roeland Jago Douma
084b342c84
Merge pull request #18822 from nextcloud/backport/18804/stable18
...
[stable18] Fix webdav url
2020-01-12 22:18:51 +01:00
dependabot-preview[bot]
fd243ff5c4
Bump @nextcloud/auth from 1.1.0 to 1.2.1
...
Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth ) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/nextcloud/nextcloud-auth/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.1.0...v1.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-12 13:13:33 +00:00
dependabot-preview[bot]
0271f5e95c
Bump @nextcloud/initial-state from 1.0.0 to 1.1.0
...
Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.0.0...v1.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-11 09:24:05 +00:00
dependabot-preview[bot]
c2ff14bcf1
Bump handlebars from 4.5.3 to 4.6.0
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.5.3 to 4.6.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-10 18:39:06 +00:00
John Molakvoæ (skjnldsv)
e71bc1d212
Fix webdav url
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-10 18:12:24 +00:00
Roeland Jago Douma
dc95fc25e2
Merge pull request #18796 from nextcloud/backport/18783/stable18
...
[stable18] Init OCA.Files.Sidebar right away
2020-01-10 09:44:47 +01:00
John Molakvoæ (skjnldsv)
b219d5b68d
Init OCA.Files.Sidebar right away
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-10 06:54:17 +00:00
Gary Kim
4f8e3cfced
Add more padding in transfer ownership
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-01-10 12:03:46 +08:00
Christoph Wurst
15665616f4
Combine exact and other matches for transfer ownership
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-09 10:08:22 +00:00
Nextcloud bot
2b1c49cdba
[tx-robot] updated from transifex
2020-01-09 02:27:49 +00:00
Roeland Jago Douma
e046ed3527
Merge pull request #18753 from nextcloud/bugfix/noid/select-menu-hide
...
Do not rerender the selection menu on show
2020-01-08 19:21:18 +01:00
Christoph Wurst
0fe35d06bc
Make the transfer ownership input a bit wider
...
Fixes #18625
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-08 16:54:14 +01:00
Julius Härtl
c03122fc34
Do not rerender the selection menu on show
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-08 16:09:53 +01:00
Gary Kim
abb45e2f72
Use @nextcloud/paths for file sidebar
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-01-08 21:44:43 +08:00
Julius Härtl
c4cfd70b6f
Fix folder permission styling
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-08 10:09:02 +01:00
Nextcloud bot
e645c5d96a
[tx-robot] updated from transifex
2020-01-08 02:28:20 +00:00
Roeland Jago Douma
dd0979c651
Merge pull request #18724 from nextcloud/fix/18721/encode-uri-for-sidebar
...
Encode URI for file sidebar
2020-01-07 20:57:30 +01:00
Roeland Jago Douma
4d1f710dc9
Merge pull request #18707 from nextcloud/enh/pending_shares_overview
...
A pending shares overview
2020-01-07 20:54:58 +01:00
Julius Härtl
445274cf93
Add pending share list to frontend
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-07 19:35:45 +01:00
Gary Kim
409d25ebf3
Encode URI for file sidebar
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-01-08 00:08:45 +08:00
Nextcloud bot
1b8f816170
[tx-robot] updated from transifex
2020-01-07 02:28:34 +00:00
John Molakvoæ
e5d3efb99e
fix overlapping ( #18473 )
...
fix overlapping
2020-01-06 13:55:29 +01:00
Nextcloud bot
32f79c9f0c
[tx-robot] updated from transifex
2020-01-06 02:27:21 +00:00
dependabot-preview[bot]
c282435c42
Bump css-loader from 3.4.0 to 3.4.1
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.4.0 to 3.4.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.4.0...v3.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-05 14:52:35 +01:00