Robin Appelman
db49ae3cb6
fix external storage controller tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-13 15:33:47 +01:00
Robin Appelman
59082661ca
remove the requirement that everything that looks like a placeholder is substituted
...
While maybe not common, `$` is a valid option in config fields
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-13 15:29:14 +01:00
Marco Ambrosini
e976e076b6
Fix dark mode color-box-shadow variable
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-03-13 13:31:40 +01:00
Joas Schilling
8db32805be
Fix willReturnOnConsecutiveCalls
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-13 11:11:00 +01:00
Joas Schilling
17bc35e4f1
Merge pull request #19915 from nextcloud/external-storage-password-placeholders
...
Use placeholder values for password fields in external storage webui
2020-03-13 10:54:40 +01:00
Roeland Jago Douma
84a148aac1
Properly respect hide download on sharebymail
...
fixes #19484
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-13 09:20:32 +01:00
Robin Appelman
0d112d7901
Use placeholder values for password fields in external storage webui
...
This prevents the password from being sent to the webui.
While an admin will always be able to retrieve the passwords (as they
can do arbitrairy code execution by design) this prevents casual
password snooping
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-12 19:45:23 +01:00
Joas Schilling
3930ab8e8a
Don't allow anchors and queries in remote urls
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-12 13:44:48 +01:00
John Molakvoæ
9fda1ee39f
Merge pull request #19777 from nextcloud/fix/viewer-public
...
Properly emit Viewer event on files and files_sharing
2020-03-12 08:47:14 +01:00
Nextcloud bot
99aa7adaef
[tx-robot] updated from transifex
2020-03-12 02:19:02 +00:00
Roeland Jago Douma
bc411e6909
Merge pull request #19822 from nextcloud/sftp-read-stream
...
Faster implementation of sftp read and write stream
2020-03-11 16:22:52 +01:00
Joas Schilling
24d0fb9fcd
Merge pull request #19861 from nextcloud/bugfix/noid/load-remote-shares-also-when-one-is-down
...
Don't break when one remote share is down
2020-03-11 09:36:57 +01:00
John Molakvoæ (skjnldsv)
3cdadeb9e9
Use dispatchTyped
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-11 09:28:27 +01:00
John Molakvoæ (skjnldsv)
92a6530c0f
Properly emit Viewer event on files and files_sharing
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-11 09:28:27 +01:00
John Molakvoæ (skjnldsv)
6c968fe77d
Fix import order and formatting
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-11 09:27:20 +01:00
Roeland Jago Douma
56c5a167c9
Merge pull request #19839 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-1.4.0
...
Bump @nextcloud/vue from 1.3.1 to 1.4.0
2020-03-11 07:43:47 +01:00
Nextcloud bot
4066cb0a21
[tx-robot] updated from transifex
2020-03-11 02:19:03 +00:00
Roeland Jago Douma
d3d2db174a
Merge pull request #19173 from nextcloud/bugfix/noid/fix-displayname-of-contacts-in-remote-activities
...
Use contacts name on federated activities
2020-03-10 20:30:52 +01:00
Roeland Jago Douma
c8a360cd7a
Merge pull request #19580 from nextcloud/debt/noid/outdated-check
...
Update check for outdated php version.
2020-03-10 20:10:54 +01:00
dependabot-preview[bot]
c97ba2a1e6
Bump @nextcloud/vue from 1.3.1 to 1.4.0
...
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue ) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.3.1...v1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-10 18:55:16 +00:00
Roeland Jago Douma
5e4ee4dc59
Merge pull request #19812 from nextcloud/enh/noid/subscription-config
...
Add config flag for subscription and hide server development notice
2020-03-10 19:39:03 +01:00
Joas Schilling
85153e8923
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-10 19:36:57 +01:00
Joas Schilling
f4918f208e
Unify the code a bit
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-10 19:36:57 +01:00
Joas Schilling
bbef026aa0
Use contacts name on federated activities
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-10 19:36:56 +01:00
Robin Appelman
223ee42a53
faster implementation of SFTP write stream
...
using mostly the same techniques as the read stream
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-10 16:18:40 +01:00
Roeland Jago Douma
19f286969a
Merge pull request #18555 from nextcloud/bugfix/18530/edit-own-user
...
Allow to edit admin/own user in the user management
2020-03-10 16:16:36 +01:00
Roeland Jago Douma
05c6086be6
Merge pull request #19698 from nextcloud/fix/fix_image_preview_deleted_shares
...
Fix default action for deleted shares
2020-03-10 15:52:48 +01:00
Julius Härtl
b9d51863fb
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-10 14:51:53 +01:00
Julius Härtl
93e6889fb2
Fix group navigation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-10 14:49:31 +01:00
Julius Härtl
1103e8abec
Fix row height and display name input
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-10 14:49:31 +01:00
Julius Härtl
bde16441a9
Allow to edit admin/own user in the user management
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-10 14:49:30 +01:00
Julius Härtl
dbd63222c8
Add system config flag to manually set that a subscription is available
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-10 14:31:27 +01:00
Roeland Jago Douma
812f16880b
Merge pull request #19871 from nextcloud/bugfix/14469/combine-move-activities
...
Combine move activities as well
2020-03-10 10:36:17 +01:00
Joas Schilling
38292753ac
Combine move activities as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-10 09:32:52 +01:00
Nextcloud bot
acbe08cd40
[tx-robot] updated from transifex
2020-03-10 02:18:13 +00:00
GretaD
b201121e62
Fix default action for deleted shares
...
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-09 20:16:38 +00:00
Roeland Jago Douma
0d613cd2f0
Merge pull request #19704 from Nils160988/master
...
Fix hostname in Apple configuration profile
2020-03-09 21:02:53 +01:00
Roeland Jago Douma
b6245be302
Merge pull request #19746 from nextcloud/locked-exception-forward-existing
...
pass the existing locks info when making locked exception with absolu…
2020-03-09 19:31:45 +01:00
Christoph Wurst
1f7cb027a4
Merge pull request #19820 from nextcloud/fix/mismatching-docblock-return-type
...
Fix mismatching docblock return types
2020-03-09 17:43:17 +01:00
Christoph Wurst
5b0dfd3fa4
Merge pull request #19795 from nextcloud/enhancement/address-book-plugins
...
Add address book plugins
2020-03-09 17:32:00 +01:00
Joas Schilling
886293fdcc
Don't break when one remote share is down
...
getFileInfo can also return false
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-09 17:00:31 +01:00
Christoph Wurst
827c0980d8
Prevent creation of reserved address book name
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-09 13:36:39 +01:00
Christoph Wurst
bb1d8b3189
Remove deprecated global variables
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-09 13:31:50 +01:00
Christoph Wurst
ec245d5fec
Add address book plugins
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-09 13:12:18 +01:00
rakekniven
43f74894bc
l10n: Fixed typo
...
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-09 08:44:12 +00:00
Nextcloud bot
4a019ab04c
[tx-robot] updated from transifex
2020-03-09 02:18:09 +00:00
dependabot-preview[bot]
923b9127d4
Bump clipboard from 2.0.4 to 2.0.6
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.4...v2.0.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-08 13:19:24 +00:00
dependabot-preview[bot]
98f5f68320
Bump webpack from 4.41.6 to 4.42.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.41.6 to 4.42.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.41.6...v4.42.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-08 09:59:27 +00:00
Roeland Jago Douma
b778d0157e
Merge pull request #19836 from nextcloud/dependabot/npm_and_yarn/vue-infinite-loading-2.4.5
...
Bump vue-infinite-loading from 2.4.4 to 2.4.5
2020-03-08 10:22:26 +01:00
dependabot-preview[bot]
e4a24a56d6
Bump vue-infinite-loading from 2.4.4 to 2.4.5
...
Bumps [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading ) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/PeachScript/vue-infinite-loading/releases )
- [Commits](https://github.com/PeachScript/vue-infinite-loading/compare/v2.4.4...v2.4.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-08 08:56:09 +00:00
Nextcloud bot
23b59cf8f7
[tx-robot] updated from transifex
2020-03-08 02:18:28 +00:00
Nextcloud bot
35ccf07ad4
[tx-robot] updated from transifex
2020-03-07 02:17:55 +00:00
Robin Appelman
fe4e80093e
Faster implementation of sftp read stream
...
- Keeps a single file handle open instead of creating a new one for
every stream_read
- Read from sftp in large chunks instead of the 8k internal php size
- Request a read for the next chunk while we're still processing the
current one
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-06 16:57:18 +01:00
Joas Schilling
e57f619e1e
Merge pull request #19763 from nextcloud/bugfix/noid/received-share-sidebar-broken
...
Fix "Error loading the shares list TypeError: "this is undefined"" fo…
2020-03-06 16:43:20 +01:00
Christoph Wurst
df9e2b828a
Fix mismatching docblock return types
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-06 16:38:25 +01:00
Julius Härtl
f65e36a70c
Hide development notice when subscription is valid
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-06 13:08:23 +01:00
John Molakvoæ
ed81337461
Merge pull request #19440 from nextcloud/fix/filename_popovermenu_misalignment
...
Fix filename and popover menu misalignment
2020-03-06 08:03:13 +01:00
Nextcloud bot
a036ca6018
[tx-robot] updated from transifex
2020-03-06 02:18:23 +00:00
Roeland Jago Douma
124b1fdffc
Merge pull request #19721 from nextcloud/bug/19695/workflow-regex-office
...
Fix regex for office documents
2020-03-05 20:12:20 +01:00
Roeland Jago Douma
c8b50c2199
Merge pull request #19769 from nextcloud/bugfix/noid/share-owner-avatar
...
Fix avatar in file list for users with an @ in the uid
2020-03-05 20:01:17 +01:00
Joas Schilling
c42864c2f4
Fix JS regex
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-05 10:47:47 +01:00
Nextcloud bot
48b374f683
[tx-robot] updated from transifex
2020-03-05 02:18:19 +00:00
Nextcloud bot
0f9fe74020
[tx-robot] updated from transifex
2020-03-04 02:17:52 +00:00
Roeland Jago Douma
0be52ab134
Merge pull request #19739 from nextcloud/bugfix/noid/groupid-spaces
...
Do not use replace on the group id
2020-03-03 20:24:50 +01:00
Joas Schilling
275df5d233
Fix "Error loading the shares list TypeError: "this is undefined"" for conversation shares
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-03 20:22:39 +01:00
Roeland Jago Douma
65b75c8bba
Merge pull request #19764 from nextcloud/fix/transfer-ownerhip-owner-check
...
Do not allow transfer ownership when the user isn't the owner
2020-03-03 20:20:43 +01:00
Julius Härtl
357a1678b3
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-03 18:19:46 +01:00
Julius Härtl
d612aeec2d
Fix regex to not take email uids as federated ids
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-03 18:19:46 +01:00
Christoph Wurst
68b764bb0f
Do not allow transfer ownership when the user isn't the owner
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-03 14:48:45 +01:00
Georg Ehrke
79dcd34a07
Create Mount IDs as BigInt by default
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-03 14:17:22 +01:00
Georg Ehrke
7961a0b446
Add indices to original DAV migration
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-03 13:10:41 +01:00
Daniel Kesselberg
c0009bdf6a
Fetch translate for Tags from files app
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-03 10:29:21 +00:00
Nextcloud bot
26ea9681ab
[tx-robot] updated from transifex
2020-03-03 02:18:20 +00:00
Robin Appelman
fab22ac14c
pass the existing locks info when making locked exception with absolute paths
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-02 19:29:44 +01:00
Daniel Kesselberg
864a9085b5
Fix regex for office documents
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-02 12:34:26 +00:00
Julius Härtl
6020a2efd9
Do not use replace on the group id
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-02 12:58:53 +01:00
Roeland Jago Douma
7613681627
Don't try to format deleted shares
...
Fixes #15455
The issue is that we have a fallback for shares to use the target. So
when the target exists again we happily format it (not that the shares
are still invalid).
This just tries to get the node. If we can't then boom.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-02 09:18:04 +01:00
Roeland Jago Douma
02999091e0
Merge pull request #19699 from nextcloud/bugfix/19349/allow-single-file-downloads
...
Allow single file downloads so the video player works again
2020-03-02 08:05:04 +01:00
Roeland Jago Douma
1ef982a967
Merge pull request #19722 from nextcloud/bug/18727/dont-resize-svg
...
Don't try to resize a svg uploaded as background image
2020-03-02 07:40:01 +01:00
Nextcloud bot
351cd95777
[tx-robot] updated from transifex
2020-03-02 02:17:53 +00:00
Daniel Kesselberg
e35b76a12b
Don't try to resize a svg uploaded as background image.
...
image* are gd functions without support for svg hence we are not able to resize svg.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-03-01 21:19:07 +01:00
dependabot-preview[bot]
2524a6af8c
Bump @babel/core from 7.8.4 to 7.8.6
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.4 to 7.8.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-01 11:01:18 +00:00
dependabot-preview[bot]
1600daa9e4
Bump vue-router from 3.1.5 to 3.1.6
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.1.5 to 3.1.6.
- [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.1.5...v3.1.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-01 07:28:39 +00:00
Roeland Jago Douma
1b7cb9a6c7
Merge pull request #19709 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.8.6
...
Bump @babel/preset-env from 7.8.3 to 7.8.6
2020-03-01 08:11:15 +01:00
Nextcloud bot
91acb72d6a
[tx-robot] updated from transifex
2020-03-01 02:18:37 +00:00
Nils Wittenbrink
fc06b24838
Fix test
...
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
2020-02-29 19:34:02 +01:00
dependabot-preview[bot]
30d6ba7201
Bump @babel/preset-env from 7.8.3 to 7.8.6
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.3 to 7.8.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-29 10:38:28 +00:00
Nextcloud bot
1e16fa7a8f
[tx-robot] updated from transifex
2020-02-29 02:18:30 +00:00
Nils Wittenbrink
4725fb9c1a
Fix hostname given in Apple config file
...
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
2020-02-28 20:17:04 +01:00
Joas Schilling
a792a31448
Allow single file downloads so the video player works again
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-28 16:25:09 +01:00
Christoph Wurst
d47daefe38
Revive the "send email to new users" toggle for the user form
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-28 14:01:03 +01:00
Joas Schilling
0f08acfe31
Merge pull request #19321 from nextcloud/enh/allow-to-overwrite-share-target-mountpoints
...
Allow to overwrite share target mountpoints
2020-02-28 13:41:13 +01:00
Roeland Jago Douma
e231dd8b34
Merge pull request #19655 from nextcloud/bugfix/noid/upload-cleanup-user-not-found
...
Catch NotFoundException when getting the user folder
2020-02-28 08:51:51 +01:00
Nextcloud bot
dccecf822d
[tx-robot] updated from transifex
2020-02-28 02:18:36 +00:00
Nextcloud bot
0ae9ce46f1
[tx-robot] updated from transifex
2020-02-27 02:18:38 +00:00
John Molakvoæ
e85d3ae3f8
Merge pull request #19589 from nextcloud/bug/19162/reindex-quota-preset
...
Make sure quota_preset is using numerical indexes
2020-02-26 14:29:52 +01:00
Julius Härtl
4b593cbd25
Catch NotFoundException when getting the user folder
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-26 11:20:20 +01:00
Nextcloud bot
0e7163c7c1
[tx-robot] updated from transifex
2020-02-26 02:18:20 +00:00
Joas Schilling
2ebf88a98c
Merge pull request #19539 from nextcloud/bugfix/noid/allow-to-create-directories-when-they-are-selectable
...
Allow to create directories when they are selectable
2020-02-25 19:27:13 +01:00
Joas Schilling
e6206731c7
Merge pull request #19252 from nextcloud/bug/fix-notification-object-id
...
Hash event UID to make sure it's not too long for PushProvider notifications
2020-02-25 17:04:25 +01:00
Roeland Jago Douma
e00c1dcd11
Merge pull request #19634 from nextcloud/bugfix/noid/long-cyrillic-note
...
Correctly trim long cyrillic note
2020-02-25 14:49:14 +01:00
Joas Schilling
e05362959f
Copy isFileNameValid function, so the filepicker works without the files app
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25 12:01:14 +01:00
Roeland Jago Douma
0cf76aa2e8
Merge pull request #19604 from nextcloud/dependabot/npm_and_yarn/p-queue-6.3.0
...
Bump p-queue from 6.2.1 to 6.3.0
2020-02-25 11:30:38 +01:00
Joas Schilling
d224ee667e
Correctly trim long cyrillic note
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25 11:17:02 +01:00
Joas Schilling
2e4ba613ef
Merge pull request #19619 from nextcloud/bugfix/19618/theme-dragndrop-hover-color
...
Fix hover state color of drag-n-drop with theming and dark mode
2020-02-25 08:42:51 +01:00
Nextcloud bot
3af397b156
[tx-robot] updated from transifex
2020-02-25 02:19:24 +00:00
Roeland Jago Douma
8108e6f577
Merge pull request #19621 from nextcloud/bugfix/noid/transfer-owner-delete-notification
...
Make sure that the transfer details are present in the database during the cron run
2020-02-24 20:38:55 +01:00
Daniel Kesselberg
f228d73b38
Update check for outdated php version.
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-24 20:14:13 +01:00
Roeland Jago Douma
aaf1cb70a2
Merge pull request #19549 from nextcloud/fix/19418/uuid-attr-log-flood
...
remove noise from detectUuid and cache results
2020-02-24 20:03:53 +01:00
Julius Härtl
1e8048abee
Make sure that the transfer entry is present in the database
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-24 15:01:39 +01:00
Joas Schilling
a4fbdb95b1
Fix hover state color of drag-n-drop with theming and dark mode
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-24 14:22:03 +01:00
rakekniven
18c67aaeae
l10n: Added plural form to string
...
Fix for #19304
Devs: Please verify. Changed are untested due to missing build environment.
Reported at Transifex.
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-24 19:35:59 +08:00
Nextcloud bot
921253033a
[tx-robot] updated from transifex
2020-02-24 02:19:17 +00:00
dependabot-preview[bot]
42d67a6fb1
Bump p-queue from 6.2.1 to 6.3.0
...
Bumps [p-queue](https://github.com/sindresorhus/p-queue ) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases )
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.2.1...v6.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-23 20:19:37 +00:00
Roeland Jago Douma
d41ec330bf
Merge pull request #19498 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.0
...
Bump vue-loader from 15.8.3 to 15.9.0
2020-02-23 20:51:32 +01:00
dependabot-preview[bot]
f9177222c0
Bump vue-loader from 15.8.3 to 15.9.0
...
Bumps [vue-loader](https://github.com/vuejs/vue-loader ) from 15.8.3 to 15.9.0.
- [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.8.3...v15.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-23 16:12:42 +00:00
Roeland Jago Douma
713d3d49ad
Merge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register_their_own_calendars
...
Allow apps to provide Calendars in user's calendarHome
2020-02-23 17:00:03 +01:00
Roeland Jago Douma
dc2eb56bab
Merge pull request #19586 from nextcloud/bug/19547/missing-translation-tab
...
Replace tab character with space
2020-02-23 16:23:38 +01:00
Gary Kim
709e7447ed
Translate 'Busy' in CalDAV
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-23 22:38:24 +08:00
Christoph Wurst
699cbeb2fc
Show the link password when it's set
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-23 12:38:28 +00:00
Daniel Kesselberg
49c408796e
Replace tab character with space
...
Otherwise the translation is missing. Also I don't see the reason for the tab character.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-23 12:02:03 +01:00
Roeland Jago Douma
388e7c8d84
Merge pull request #19600 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.28
...
Bump moment-timezone from 0.5.27 to 0.5.28
2020-02-23 10:42:14 +01:00
dependabot-preview[bot]
f91e03358d
Bump moment-timezone from 0.5.27 to 0.5.28
...
Bumps [moment-timezone](https://github.com/moment/moment-timezone ) from 0.5.27 to 0.5.28.
- [Release notes](https://github.com/moment/moment-timezone/releases )
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md )
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.27...0.5.28 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-23 08:06:00 +00:00
Nextcloud bot
9d122c39ab
[tx-robot] updated from transifex
2020-02-23 02:19:29 +00:00
Roeland Jago Douma
881216170c
Merge pull request #19566 from nextcloud/bugfix/noid/fix-logging
...
FIx logging in accessibility controller
2020-02-22 21:44:30 +01:00
Christoph Wurst
989076dc3a
Update webpack bundles
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-22 19:41:12 +00:00
Daniel Kesselberg
8e8e912015
Make sure quota_preset is using numerical indexes
...
If one set quota_present to "default, none, 1 GB, 5 GB, 10 GB" the old implementation will remove default and none but keep the array indexes. Later json_encode will recognize a array with 2 as first index as object and hence quotaPreset.reduce will fail.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-22 20:06:16 +01:00
Nextcloud bot
d3f2bda90c
[tx-robot] updated from transifex
2020-02-22 02:18:42 +00:00
Christoph Wurst
dd9d4696f2
Merge pull request #19412 from nextcloud/fix/19404/make-favorite-public
...
Make TAG_FAVORITE public
2020-02-21 17:47:53 +01:00
Christoph Wurst
b7bfe2b34d
Merge pull request #19517 from nextcloud/bugfix/noid/add-folder-to-predefined-types
...
Add a shortcut for Folders mimetype
2020-02-21 17:47:07 +01:00
Thomas Citharel
354e8c1f2b
Introduce a default refresh rate app setting for calendar subscriptions
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-02-21 12:49:37 +01:00
Christoph Wurst
8bbc387651
Merge pull request #19511 from nextcloud/bugfix/noid/secondary-view-id
...
Make sure the secondary view registered for systemtags has an id
2020-02-21 12:17:58 +01:00
Christoph Wurst
7d46af21f2
Merge pull request #19398 from nextcloud/bug/dav-load-subscriptions-at-activation
...
Move RefreshWebcalJob logic to a proper service so that it may be called independently
2020-02-21 12:17:13 +01:00
Christoph Wurst
b16882888b
Merge pull request #19533 from nextcloud/bugfix/noid/user-settings
...
Various user settings fixes
2020-02-21 11:51:35 +01:00
Nextcloud bot
da79162c3d
[tx-robot] updated from transifex
2020-02-21 02:19:10 +00:00
Joas Schilling
150082397e
FIx logging in accessibility controller
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-20 15:45:38 +01:00
Nextcloud bot
6c12d16def
[tx-robot] updated from transifex
2020-02-20 02:18:42 +00:00
Arthur Schiwon
407b8fddfc
remove noise from detectUuid and cache results
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-19 16:42:36 +01:00
Nextcloud bot
eb28572f9b
[tx-robot] updated from transifex
2020-02-19 02:18:14 +00:00
Julius Härtl
4e77df7114
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-18 22:48:08 +01:00
Julius Härtl
8e24f368e5
Also fix actions overlay in editing and new user rows
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-18 22:47:16 +01:00
Julius Härtl
ca3aac41f3
Properly position popovermenu for user actions
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-18 22:28:24 +01:00
Julius Härtl
dd30b22f87
Add tooltip to storage location
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-18 22:27:59 +01:00
Julius Härtl
0ed43de561
Do not overlay single select boxes over userActions
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-18 22:27:43 +01:00
Julius Härtl
fd2cfce417
Show user/displayname when backend does not offer saving
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-18 22:27:22 +01:00
Julius Härtl
3be571cd05
Give columns a bit more space and fix overlaying issues
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-18 22:26:52 +01:00
Julius Härtl
4766a5a427
Remove unused userlist table styles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-18 22:26:03 +01:00
Georg Ehrke
b46e5cb270
Allow apps to provide Calendars in user's calendarHome
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-02-18 14:35:14 +01:00
Nextcloud bot
a1fc233fcb
[tx-robot] updated from transifex
2020-02-18 02:18:23 +00:00
Joas Schilling
88f86bf6c6
Add a shortcut for Folders
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-17 12:17:08 +01:00
Joas Schilling
e9da164ae4
Merge pull request #19510 from nextcloud/bugfix/19504
...
Continue with next foreach iteration
2020-02-17 11:56:55 +01:00
Joas Schilling
a1fb57d2e2
Merge pull request #19329 from nextcloud/feature/noid/warn-admins-about-delayed-cron
...
Warn admins about delayed cron executions
2020-02-17 09:06:27 +01:00
Joas Schilling
841f2f3b04
Allow to overwrite share target mountpoints
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-17 09:04:19 +01:00
Julius Härtl
a78288eb83
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-17 08:28:15 +01:00
Julius Härtl
ee49837caa
Make sure the secondary view registered for systemtags has an id
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-17 08:26:22 +01:00
Julius Härtl
761a663667
Continue with next foreach iteration
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-17 08:10:11 +01:00
Nextcloud bot
6895a23517
[tx-robot] updated from transifex
2020-02-17 02:18:07 +00:00
Nextcloud bot
cb81fd5257
[tx-robot] updated from transifex
2020-02-16 02:18:23 +00:00
Nextcloud bot
bdab337313
[tx-robot] updated from transifex
2020-02-15 02:18:10 +00:00
blizzz
6a1ba818f5
Merge pull request #19477 from nextcloud/bug/flow-log-level
...
Reduce flow logging at INFO level, move to DEBUG
2020-02-14 14:21:09 +01:00
Julius Härtl
b11f5a0915
Reduce flow logging at INFO level
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-14 12:00:22 +01:00
Roeland Jago Douma
1199e57896
Merge pull request #19460 from nextcloud/bugfix/noid/opsy
...
Replace all link-ends
2020-02-14 09:36:03 +01:00
Nextcloud bot
8a841fc331
[tx-robot] updated from transifex
2020-02-14 02:18:09 +00:00
Joas Schilling
00a4d45010
Replace all link-ends
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-13 17:00:33 +01:00
Sergey Shlyakhov
61b88b58a6
Fix typo
2020-02-13 15:00:08 +01:00
Roeland Jago Douma
f39786660c
Merge pull request #19435 from nextcloud/fix/deleted_shares
...
Add text restore after restore icon
2020-02-13 09:22:39 +01:00
Nextcloud bot
c34570faf8
[tx-robot] updated from transifex
2020-02-13 02:19:26 +00:00
Roeland Jago Douma
39ba588e16
Merge pull request #19431 from nextcloud/bugfix/noid/upload-fail-filename
...
Show proper file name when fetching details fails
2020-02-12 20:26:26 +01:00
GretaD
0f07e6661b
Add text restore after restore icon
...
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-12 18:28:03 +00:00
GretaD
372bd505f8
Fix filename and popover menu misalignment
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-02-12 17:31:51 +01:00
Joas Schilling
16482efc27
Do not use translation-concatenation
...
it's as bad as the word itself sounds
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-12 15:34:00 +01:00
Daniel Kesselberg
6235175b6d
Make TAG_FAVORITE public
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-12 15:11:58 +01:00
Julius Härtl
af4139ce64
Show proper file name when fetching details fails
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-12 14:14:14 +01:00
Nextcloud bot
fa9aa60adf
[tx-robot] updated from transifex
2020-02-12 02:18:18 +00:00
Roeland Jago Douma
b943e0143a
Merge pull request #19375 from nextcloud/dependabot/npm_and_yarn/url-search-params-polyfill-8.0.0
...
Bump url-search-params-polyfill from 7.0.1 to 8.0.0
2020-02-11 15:14:43 +01:00
Roeland Jago Douma
db5ffc6d94
Merge pull request #19389 from nextcloud/test/js-api
...
Test request token logic a bit more
2020-02-11 08:35:07 +01:00
Nextcloud bot
29ec5e6c96
[tx-robot] updated from transifex
2020-02-11 02:18:33 +00:00
Thomas Citharel
8b22b9f046
Move RefreshWebcalJob logic to a proper service so that it may be called
...
independently
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-02-10 16:04:38 +01:00
Roeland Jago Douma
1b07dcf35c
Merge pull request #18904 from nextcloud/enh/noid/flow-logging
...
Log Flow activity
2020-02-10 15:09:51 +01:00
Christoph Wurst
c47a0a0153
Add more tests for the new js modules
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-10 12:05:43 +01:00
dependabot-preview[bot]
6dfe4cd17c
Bump url-search-params-polyfill from 7.0.1 to 8.0.0
...
Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill ) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases )
- [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v7.0.1...v8.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-10 09:52:18 +00:00
Joas Schilling
f464f2313f
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-10 10:14:02 +01:00
Roeland Jago Douma
dfe92e4726
Merge pull request #19376 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.7.2
...
Bump nextcloud-vue-collections from 0.7.1 to 0.7.2
2020-02-10 09:54:36 +01:00
Nextcloud bot
9205a21088
[tx-robot] updated from transifex
2020-02-10 02:17:59 +00:00
dependabot-preview[bot]
e1bdc713ae
Bump nextcloud-vue-collections from 0.7.1 to 0.7.2
...
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections ) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases )
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.7.1...v0.7.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-09 15:50:19 +00:00
dependabot-preview[bot]
7f8cb241ae
Bump handlebars from 4.7.2 to 4.7.3
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.7.2 to 4.7.3.
- [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.7.2...v4.7.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-09 14:36:50 +00:00
dependabot-preview[bot]
8585201b57
Bump @nextcloud/vue from 1.3.0 to 1.3.1
...
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.3.0...v1.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-09 13:38:52 +00:00
Roeland Jago Douma
a46771e506
Merge pull request #19377 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.8
...
Bump dompurify from 2.0.7 to 2.0.8
2020-02-09 14:00:36 +01:00
dependabot-preview[bot]
7cf09bf4f4
Bump dompurify from 2.0.7 to 2.0.8
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.7...2.0.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-09 08:36:32 +00:00
Nextcloud bot
5507c47e0e
[tx-robot] updated from transifex
2020-02-09 02:19:19 +00:00
Joas Schilling
bf74c4f21b
Warn admins about delayed cron executions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-08 10:21:54 +01:00
Roeland Jago Douma
5c650f876c
Merge pull request #19333 from nextcloud/add-featured-category
...
Add featured category
2020-02-08 10:20:50 +01:00
Roeland Jago Douma
302ea0650e
Merge pull request #19349 from nextcloud/bugfix/noid/prevent-download-on-secure-view
...
Prevent archieved download on secure view
2020-02-08 10:18:24 +01:00
Nextcloud bot
6a82bb1f00
[tx-robot] updated from transifex
2020-02-08 02:18:22 +00:00
Arthur Schiwon
a0e57ea6d3
sort prefixes for deterministic LDAP query behaviour
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-07 18:10:31 +01:00
Joas Schilling
35d4ca4d5d
Prevent archieved download on secure view
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-07 12:46:23 +01:00
Mario Danic
151ae44a9d
Update bundles
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2020-02-07 12:17:06 +01:00
Mario Danic
d0e3255545
Add featured category
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2020-02-07 11:51:41 +01:00
Roeland Jago Douma
fceb7ae47c
Merge pull request #19331 from nextcloud/bugfix/18890/remove-nested-call-to-beforeunload
...
Removed nested call to beforeunload
2020-02-07 09:23:44 +01:00
Roeland Jago Douma
264f141105
Merge pull request #17077 from nextcloud/enh/10869/no_link_disabled_user
...
Disable link shares of disabled users
2020-02-07 09:12:48 +01:00
Nextcloud bot
8061694418
[tx-robot] updated from transifex
2020-02-07 07:32:33 +00:00
Roeland Jago Douma
260892eb3b
Disable link shares of disabled users
...
Fixes #10869
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-07 07:47:38 +01:00
Nextcloud bot
1afe8906bc
[tx-robot] updated from transifex
2020-02-07 02:20:10 +00:00
Joas Schilling
e5e612a292
Merge pull request #18518 from nextcloud/security-polixy
...
Set up a security policy
2020-02-06 21:24:52 +01:00
Roeland Jago Douma
730af00132
Merge pull request #19236 from tflores/issue_18866
...
Issue 18866
2020-02-06 20:35:50 +01:00
Joas Schilling
034fefa7b7
Removed nested call to beforeunload
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-06 20:35:00 +01:00
Joas Schilling
e2ca31119c
Fix event type
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-06 15:17:27 +01:00
Roeland Jago Douma
d2d7e37b7b
Merge pull request #19312 from nextcloud/fix/18195/do-not-overwrite-user-glob-auth
...
do not overwrite global user auth credentials with empty values
2020-02-06 10:20:56 +01:00
Nextcloud bot
698cfbd9cb
[tx-robot] updated from transifex
2020-02-06 02:18:41 +00:00
Arthur Schiwon
7e1d14d9a5
do not overwrite global user auth credentials with empty values
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-06 00:14:29 +01:00
Roeland Jago Douma
bfb1273a2e
Merge pull request #19219 from nextcloud/bugfix/19135/wrong_dtend_invitation_mail
...
Fix display of DTEND for multi-day all-day event
2020-02-05 20:54:02 +01:00
Roeland Jago Douma
bef906b518
Merge pull request #19180 from nextcloud/bugfix/office-anonymous-empty-auth
...
Check for empty authorization headers for office requests
2020-02-05 20:08:49 +01:00
Roeland Jago Douma
f11e4c9ec4
Merge pull request #19300 from nextcloud/rakekniven-patch-1
...
l10n: Triple dot to ellipsis
2020-02-05 14:22:46 +01:00
rakekniven
e1bc815813
l10n: Triple dot to ellipsis
...
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-02-05 06:31:42 +01:00
Nextcloud bot
23fc654fc4
[tx-robot] updated from transifex
2020-02-05 02:18:06 +00:00
Julius Härtl
8fba05db96
Check for empty authorization headers for office requests and allow anonymous option on the whole tree
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-04 15:35:23 +01:00
Nextcloud bot
0b710e582b
[tx-robot] updated from transifex
2020-02-04 02:18:05 +00:00
Tiago Flores
7b7db699e9
Audit log unsharing from self
...
Signed-off-by: Tiago Flores <tiago.flores@yahoo.com.br>
2020-02-03 16:33:36 -03:00
Roeland Jago Douma
906348ca14
Merge pull request #19233 from nextcloud/enh/transferownership_move
...
Add move (and firstlogin) option to transferownership service
2020-02-03 15:59:03 +01:00
Roeland Jago Douma
8fcd1d1426
Merge pull request #19275 from nextcloud/bugfix/18626/owner-transfer-multiselect
...
Bugfix/18626/owner transfer multiselect
2020-02-03 15:55:44 +01:00
Roeland Jago Douma
00bb198d5a
Merge pull request #19273 from nextcloud/dependabot/npm_and_yarn/babel/core-7.8.4
...
Bump @babel/core from 7.8.3 to 7.8.4
2020-02-03 15:32:39 +01:00
Roeland Jago Douma
9da3204453
Merge pull request #19276 from nextcloud/fix/19248
...
Use proper andwhere clause
2020-02-03 14:15:49 +01:00
dependabot-preview[bot]
1e979a1d2b
Bump @babel/core from 7.8.3 to 7.8.4
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.3 to 7.8.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03 20:55:15 +08:00
Roeland Jago Douma
b52491c381
Merge pull request #19268 from nextcloud/fix/19261/use_settings_l10n
...
Use the l10n from settings
2020-02-03 12:56:01 +01:00
Roeland Jago Douma
e0715d704e
Use proper andwhere clause
...
Fixes #19248
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-03 12:17:46 +01:00
Julius Härtl
09371c0b7a
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-03 12:01:01 +01:00
Julius Härtl
e60d9e4312
Make sure that minSearchStringLength is taken into account
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-03 11:59:10 +01:00
Julius Härtl
4a5f18359f
Fix issue when selecting an entry, the multiselect input was not closed
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-03 11:58:51 +01:00
Roeland Jago Douma
5bc0951267
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 11:15:57 +01:00
Tobia De Koninck
055ae9b2cd
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 11:15:56 +01:00
Tobia De Koninck
97508f69ec
Prevent transferring data to user which never loggedin
...
Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
2020-02-03 11:15:56 +01:00
Tobia De Koninck
7c56144f49
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 11:15:56 +01:00
Daniel Kesselberg
29fede5fe5
Update test to pass l10n instead of factory
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-03 10:31:23 +01:00
Roeland Jago Douma
c9af72ec30
Merge pull request #19250 from nextcloud/rakekniven-patch-1
...
l10n: Changed spelling of "user name" to "username"
2020-02-03 10:24:48 +01:00
Roeland Jago Douma
af8ad96285
Use the l10n from settings
...
Fixes #19261
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-03 09:44:59 +01:00
Roeland Jago Douma
846eb8ee1d
Merge pull request #19243 from nextcloud/enh/settings/admin_settings_to_info_xml
...
Move Admin Settings also to info.xml
2020-02-03 09:39:02 +01:00
Nextcloud bot
750181d283
[tx-robot] updated from transifex
2020-02-03 02:16:46 +00:00
Nextcloud bot
f39c1a21f8
[tx-robot] updated from transifex
2020-02-02 02:17:40 +00:00
Thomas Citharel
41fa057285
Hash event UID to make sure it's not too long for PushProvider
...
notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-02-01 18:13:51 +01:00
rakekniven
984c757be8
l10n: Changed spelling of "user name" to "username"
...
Using "username" like on > 200 strings over the whole Nextcloud project.
Signed-off-by: rakekniven mark.ziegler@rakekniven.de
2020-02-01 12:58:32 +01:00
Nextcloud bot
7b5072ab61
[tx-robot] updated from transifex
2020-02-01 02:17:22 +00:00
Roeland Jago Douma
bfaf3fff33
Move Admin Settings also to info.xml
...
More cleanup of the Settings apps. Makes the manager cleaner and a
proper manager.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-31 16:55:17 +01:00
Roeland Jago Douma
b68cb1fc0c
Use activity registration for the settings
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-31 15:12:32 +01:00
Roeland Jago Douma
4765f5b3db
Merge pull request #19215 from nextcloud/bugfix/19146/webcal_not_updated
...
WebcalRefreshJob: Fix reading refresh rate
2020-01-31 08:18:09 +01:00
Roeland Jago Douma
2f91ac0865
Merge pull request #19217 from nextcloud/enh/settings/personal
...
Personal settings cleanup
2020-01-31 08:17:00 +01:00
Nextcloud bot
69d2893a75
[tx-robot] updated from transifex
2020-01-31 02:17:52 +00:00
Roeland Jago Douma
c9253cce6c
Move personal settings to proper registration
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-30 22:06:28 +01:00
Georg Ehrke
165fc172b1
Fix display of DTEND for multi-day all-day event
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-30 15:02:16 +01:00
Roeland Jago Douma
dc1979903e
Move password settings
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-30 14:03:28 +01:00
Georg Ehrke
98edf44c66
RefreshWebcalJob: Fix reading subscription from database leading to ignored refreshRate
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-30 13:04:42 +01:00
Roeland Jago Douma
792c32aaa4
Merge pull request #19192 from nextcloud/enh/settings/move_2fa_to_own_settings_class
...
Move the personal 2FA settings to its settings
2020-01-30 09:44:42 +01:00
John Molakvoæ
2823deae12
Merge pull request #19125 from nextcloud/bugfix/noid/tab-id
...
Give the sharing tab a unique id so it also opens properly on other languages
2020-01-30 09:39:30 +01:00
Joas Schilling
bcc3fbd325
Merge pull request #19179 from nextcloud/followup/19113/fix-query-selector-for-inverted-icons
...
Fix query selector for inverted icons
2020-01-30 09:33:02 +01:00
Nextcloud bot
a4a05ee03d
[tx-robot] updated from transifex
2020-01-30 02:18:12 +00:00
Roeland Jago Douma
391a368557
Move the personal 2FA settings to its own app
...
Small isolated classes are easier to understand and to maintain!
Another step in the cleaning up of the settings. So that adding new
stuff later is easier.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-29 20:37:47 +01:00
Roeland Jago Douma
53817f5fc2
Merge pull request #19185 from nextcloud/enh/move_token_logic_to_token_settings
...
Move can create token logic
2020-01-29 20:13:23 +01:00
John Molakvoæ (skjnldsv)
b476659ac8
Fix legacy tabs
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-29 16:44:53 +01:00
Julius Härtl
cd6a193793
Bump @nextcloud/vue
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-29 16:44:53 +01:00
Julius Härtl
60f49efe8a
Give the sharing tab a unique id so it also opens properly on other languages
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-29 16:44:52 +01:00
Roeland Jago Douma
34426a481f
Move can create token logic
...
It makes sense to have this in the actual authtoken settings. As well.
This is where it is used.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-29 15:57:59 +01:00
Lauris Binde
8413a4ec92
Improve Opcache detection
...
Improve Opcache detection by checking if extension is loaded, as opcache_get_status() is commonly disabled on shared hosting servers
2020-01-29 10:44:14 +01:00
blizzz
374555f24f
Merge pull request #19186 from nextcloud/bugfix/noid/fix-flow-error
...
Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"
2020-01-29 10:43:42 +01:00
Roeland Jago Douma
b490c7cab1
Merge pull request #19174 from nextcloud/enh/settings/admin_sectorions_to_proper_app
...
Move admin sections to settings app
2020-01-29 10:10:39 +01:00
Joas Schilling
bbc9381358
Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-29 09:22:42 +01:00
Nextcloud bot
0585c76d16
[tx-robot] updated from transifex
2020-01-29 02:18:13 +00:00
Joas Schilling
7bfbae0aa1
Fix query selector for inverted icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-28 16:35:41 +01:00
Arthur Schiwon
e008444887
always require a message paramter for data logging
...
also ensure it plays well with current log reader
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-28 13:00:13 +01:00
Roeland Jago Douma
03df1b4c51
Move admin sections to settings app
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-28 12:38:11 +01:00
Arthur Schiwon
46aaeb4561
log Flow activity
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-28 10:58:57 +01:00
blizzz
74f1b09f3d
Merge pull request #19168 from nextcloud/enh/settings/personal_sections_to_proper_app
...
Move the Personal sections to the settings app
2020-01-28 10:38:00 +01:00
Roeland Jago Douma
9bc08dc325
Merge pull request #19164 from nextcloud/dependabot/various
...
Dependabot/various
2020-01-28 09:51:50 +01:00
Roeland Jago Douma
d8e9cefcfe
Move the Personal sections to the settings app
...
There is no need to have weird magic in the manager. This should be
properly registered in the right way. The settings code is messy
anyways. This is a start to make it a tad more clean.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-28 08:45:07 +01:00
Nextcloud bot
09f4b7a97a
[tx-robot] updated from transifex
2020-01-28 02:18:33 +00:00
John Molakvoæ (skjnldsv)
414544f528
Merge multiple dependabots updates
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-27 20:52:29 +01:00
Nextcloud bot
78d400cec2
[tx-robot] updated from transifex
2020-01-27 02:17:55 +00:00
Roeland Jago Douma
1e0e09e5ce
Merge pull request #19115 from nextcloud/fix/share_accepting/do_not_use_node_yet
...
Use the target for file notifications
2020-01-26 20:43:51 +01:00
dependabot-preview[bot]
68e90813f7
Bump @nextcloud/vue from 1.2.5 to 1.2.7
...
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue ) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.2.5...V1.2.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-26 19:11:15 +00:00
Nextcloud bot
41fd12e998
[tx-robot] updated from transifex
2020-01-25 02:16:52 +00:00
blizzz
4e36157f3d
Merge pull request #19116 from nextcloud/fix/19104/fix-bundle-view
...
apps can have polyamorous relationships with bundles
2020-01-24 19:06:29 +01:00
Joas Schilling
0a2409451c
Merge pull request #19113 from nextcloud/bugfix/19112/do-not-invert-avatars-in-dark-mode
...
Do not invert avatar colors when dark theme is enabled
2020-01-24 15:12:03 +01:00
Roeland Jago Douma
4c566f7498
Merge pull request #19100 from nextcloud/refactor/leafo-to-scssphp
...
Migrate leafo/scssphp to scssphp/scssphp
2020-01-24 13:13:20 +01:00
Roeland Jago Douma
2168e0ad89
Merge pull request #19109 from nextcloud/bugfix/18528/dark-theme-last-modified
...
Adjust filelist color handling to new dark theme value
2020-01-24 13:10:56 +01:00
Roeland Jago Douma
76229bd2e7
Merge pull request #19110 from nextcloud/backpost/recommended_apps/master
...
Update recommended apps
2020-01-24 13:09:07 +01:00
npmbuildbot[bot]
dab1f5282a
Compile assets
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-24 11:56:01 +00:00
Arthur Schiwon
faf18b5f02
apps can have polyamorous relationships with bundles
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-24 12:50:06 +01:00
Roeland Jago Douma
8f15e2d57a
Use the target for file notifications
...
The node is not yet accessible if you did not accept the share yet.
So trying to get it results in an acception.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-24 12:43:17 +01:00
Marco Ambrosini
9a0f399609
Do not invert avatar colors when dark theme is enabled
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-24 12:14:03 +01:00
Roeland Jago Douma
575b49a0e4
Fix width and icon
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-24 10:38:39 +01:00
Julius Härtl
bfaf28452b
Adjust filelist color handling to new dark theme value
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-24 10:31:18 +01:00
Roeland Jago Douma
a3780714fe
Merge pull request #18913 from nextcloud/bugfix/fix_multiselect_actions
...
fix multiselect actions for files
2020-01-24 10:05:30 +01:00
Nextcloud bot
22e3a74f90
[tx-robot] updated from transifex
2020-01-24 02:16:52 +00:00
Christoph Wurst
30d985b639
Migrate leafo/scssphp to scssphp/scssphp
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-23 14:52:16 +01:00
Nextcloud bot
2a01308d5c
[tx-robot] updated from transifex
2020-01-23 02:18:24 +00:00
John Molakvoæ (skjnldsv)
05742c083c
Migrate to @nextcloud/vue 1.x.x
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-22 17:33:49 +01:00
John Molakvoæ
a6a224e7a1
Merge pull request #18929 from nextcloud/enh/sidebar/promise
...
Allow to await the sidebar
2020-01-22 14:44:32 +01:00
Roeland Jago Douma
4c94d88d3c
Merge pull request #19041 from GrayFix/fix-admin_audit-preview
...
mb substring in audit_log
2020-01-22 11:38:05 +01:00
John Molakvoæ (skjnldsv)
2e52bdda21
Close handling
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-22 09:45:57 +00:00
John Molakvoæ (skjnldsv)
6201b0b5b1
Allow to await the sidebar
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-22 10:43:02 +01:00
GrayFix
3e482653b9
Update Application.php
...
Fix corruption for logging internal path with multibyte characters in file preview event
Signed-off-by: GrayFix <grayfix@gmail.com>
2020-01-22 13:21:57 +05:00
Roeland Jago Douma
6861286b25
Merge pull request #19054 from nextcloud/theming/use-fbicon
...
Use themed favicon-fb
2020-01-22 08:02:12 +01:00
Nextcloud bot
124f8b4c62
[tx-robot] updated from transifex
2020-01-22 02:18:03 +00:00
Julius Härtl
70e3fcea2c
Use themed favicon-fb
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-21 16:34:08 +01:00
npmbuildbot[bot]
524a8e8d00
Compile assets
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-21 15:28:43 +00:00
John Molakvoæ (skjnldsv)
53516032f7
Compile templates
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-21 16:26:05 +01:00
Ruben Barkow
be506f7b29
Set up a security policy
...
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
2020-01-21 16:25:52 +01:00
Roeland Jago Douma
8728eab9d7
Fix app updates
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-21 14:00:58 +01:00
Nextcloud bot
53c37a170d
[tx-robot] updated from transifex
2020-01-21 02:17:28 +00:00
Roeland Jago Douma
70dc31cdff
Merge pull request #18992 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-1.1.0
...
Bump @nextcloud/paths from 1.0.0 to 1.1.0
2020-01-20 20:54:58 +01:00
dependabot-preview[bot]
840b077060
Bump @nextcloud/paths from 1.0.0 to 1.1.0
...
Bumps @nextcloud/paths from 1.0.0 to 1.1.0.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-20 14:08:07 +00:00
dependabot-preview[bot]
f354561fcb
Bump vue-router from 3.1.3 to 3.1.5
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.1.3 to 3.1.5.
- [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.1.3...v3.1.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-20 12:22:37 +00:00
Roeland Jago Douma
bb48bcf0eb
Merge pull request #18989 from nextcloud/dependabot/npm_and_yarn/chenfengyuan/vue-qrcode-1.0.2
...
Bump @chenfengyuan/vue-qrcode from 1.0.1 to 1.0.2
2020-01-20 12:35:07 +01:00
dependabot-preview[bot]
80ae78dc1e
Bump @chenfengyuan/vue-qrcode from 1.0.1 to 1.0.2
...
Bumps [@chenfengyuan/vue-qrcode](https://github.com/fengyuanchen/vue-qrcode ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/fengyuanchen/vue-qrcode/releases )
- [Changelog](https://github.com/fengyuanchen/vue-qrcode/blob/master/CHANGELOG.md )
- [Commits](https://github.com/fengyuanchen/vue-qrcode/compare/v1.0.1...v1.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-20 11:25:44 +00:00
Nextcloud bot
4c1e631be9
[tx-robot] updated from transifex
2020-01-20 02:17:27 +00:00
Nextcloud bot
434fd438d9
[tx-robot] updated from transifex
2020-01-19 02:17:21 +00:00
Nextcloud bot
a61bad6ede
[tx-robot] updated from transifex
2020-01-18 02:18:30 +00:00
Nextcloud bot
fb9f56e22c
[tx-robot] updated from transifex
2020-01-17 02:17:46 +00:00
Roeland Jago Douma
07474b5dab
Merge pull request #18764 from nextcloud/fix/18744/duplicate-activity-sidebar
...
Prevent duplicate entries in file sidebar
2020-01-17 02:21:16 +01:00
Roeland Jago Douma
d1c8469110
Merge pull request #18940 from nextcloud/force-share-accept
...
Make the share accept process optional
2020-01-17 01:14:00 +01:00
Gary Kim
d8881faa8e
Prevent duplicate entries in file sidebar
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-01-17 07:51:34 +08:00
Julius Härtl
be6f3242ca
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-17 00:24:34 +01:00
Julius Härtl
176aeab594
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-16 22:07:52 +01:00
Julius Härtl
eb4c42d3d1
Make auto accepting the default and provide setting to enforce the share acceptance process
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-16 22:07:51 +01:00
Julius Härtl
fa966ebaf1
Remove global share accepter since auto-accepting is the default
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-16 22:07:51 +01:00
Julius Härtl
a9c224c204
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-16 20:20:22 +01:00
Julius Härtl
c9a17f3875
Fix indentation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-16 20:18:01 +01:00
Julius Härtl
011d70d882
Fix eslint errors in settings
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-16 20:12:00 +01:00
GretaD
0cff56b449
fix indentation and 3 dot menu
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-16 20:12:00 +01:00
GretaD
04281407f1
fix popover menu overlapping
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-16 20:12:00 +01:00
GretaD
5fa31f1335
make actionButton sticky
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-16 20:12:00 +01:00
GretaD
a958eacd9c
add close button
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-16 20:12:00 +01:00
GretaD
b5f4146d7c
fix new user table
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-16 20:12:00 +01:00
GretaD
99a64e7003
fix userlist alignment
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-16 20:12:00 +01:00
John Molakvoæ (skjnldsv)
613860e0f4
Fix Sidebar legacy FileInfoModel requirement
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-16 15:07:57 +01:00
Nextcloud bot
5de3ea0417
[tx-robot] updated from transifex
2020-01-16 02:18:01 +00:00
Roeland Jago Douma
312f7c9c07
Merge pull request #18894 from nextcloud/fix/note/debounce
...
Save sharing note on close or submit
2020-01-16 00:31:23 +01:00
John Molakvoæ (skjnldsv)
9a0fa63a5c
Do not save on update, use submit
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-16 00:00:19 +01:00
Roeland Jago Douma
960d89ae31
Listen to the right even for auto share accept
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-15 23:10:21 +01:00
GretaD
674da6ea3c
fix multiselect actions for files
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-15 17:52:27 +01:00
John Molakvoæ
3d03d82026
Merge pull request #18732 from nextcloud/enh/files-sidebar
...
Sidebar polishing
2020-01-15 12:32:37 +01:00
John Molakvoæ (skjnldsv)
1c984645f7
Close after click
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-15 11:04:53 +01:00
Julius Härtl
ad1aec3085
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 11:00:31 +01:00
Julius Härtl
8a5632d3a1
Do not show sidebar on rename ( fixes #18613 )
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-15 11:00:07 +01:00
Julius Härtl
f7b267a61b
Properly set current file info when switching the details view
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-15 11:00:07 +01:00
Roeland Jago Douma
fc77f530d7
Don't show link shares hash in inherited share list
...
This adds no value at all. Just showing the text "(Shared link)" now.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-15 09:21:53 +01:00
Roeland Jago Douma
aa9878e867
Only allow navigation to a folder if you have access
...
Fixes #18716
If you can delete the share then you have access yourself to that shares
location.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-15 07:40:41 +01:00
Roeland Jago Douma
9daf35b704
Merge pull request #18892 from nextcloud/fix/17828/smaller_text_previews
...
Proper text previews
2020-01-15 07:24:12 +01:00
Nextcloud bot
4359394f44
[tx-robot] updated from transifex
2020-01-15 02:18:22 +00:00
Roeland Jago Douma
17256781a6
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>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-14 22:38:04 +00:00
Daniel Calviño Sánchez
897111404a
Add "Password protected by Talk" option to shares
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-14 17:15:02 +01:00
dependabot-preview[bot]
fe83d5990d
Bump @nextcloud/axios from 1.1.0 to 1.3.1
...
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios ) from 1.1.0 to 1.3.1.
- [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/v1.1.0...v1.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-14 09:21:47 +00:00
blizzz
950856d5bb
Merge pull request #17717 from nextcloud/fix/noid/ldap-relax-getHome
...
relax strict getHome behaviour for LDAP users in a shadow state
2020-01-14 09:57:24 +01:00
Nextcloud bot
0f6e7a7b22
[tx-robot] updated from transifex
2020-01-14 02:18:15 +00:00
Arthur Schiwon
489ed878e1
ensure that only valid group members are returned
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-13 17:13:08 +01:00
Roeland Jago Douma
1bf44e1d97
Merge pull request #18860 from nextcloud/fix/license-headers
...
Fix license headers
2020-01-13 16:47:12 +01:00
Christoph Wurst
6127c288e8
Fix license headers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-13 14:23:49 +01:00
Nextcloud bot
c2266da941
[tx-robot] updated from transifex
2020-01-13 02:18:13 +00:00
Nextcloud bot
e39d96af3d
[tx-robot] updated from transifex
2020-01-12 02:18:41 +00:00
Roeland Jago Douma
12933b5105
Merge pull request #18814 from nextcloud/backport/18771/master
...
[master] Fix sharing note placeholder
2020-01-11 08:19:18 +01:00
Nextcloud bot
ff18ad7f00
[tx-robot] updated from transifex
2020-01-11 02:18:05 +00:00
John Molakvoæ
3e43ae7bd6
Add placeholder
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-10 14:50:24 +00:00
John Molakvoæ (skjnldsv)
8eded83d50
Fix sharing note placeholder
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-10 14:50:23 +00:00
John Molakvoæ (skjnldsv)
22079347ea
Fix webdav url
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-10 12:13:05 +01:00
Roeland Jago Douma
e886ce7218
Merge pull request #18783 from nextcloud/fix/sidebar/do-not-wait-domcontentloaded-for-init
...
Init OCA.Files.Sidebar right away
2020-01-10 07:53:27 +01:00
Nextcloud bot
e25d5196b7
[tx-robot] updated from transifex
2020-01-10 02:18:08 +00:00
John Molakvoæ (skjnldsv)
2261629fe5
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-09 15:46:52 +00:00
Roeland Jago Douma
8d1980339d
Merge pull request #18774 from nextcloud/fix/18762/mimetype-checker-for-users
...
make the mime type checker for flow available to regular users
2020-01-09 16:29:51 +01:00
Arthur Schiwon
4a0926f5de
make the mime type checker for flow available to regular users
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-09 12:29:26 +01:00
Gary Kim
603a48cfca
Add more padding in transfer ownership
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-01-09 19:27:46 +08:00
blizzz
31c74e87c8
Merge pull request #18766 from nextcloud/bugfix/workflow-filter-store
...
Filter disabled operations out of the rule list
2020-01-09 12:11:22 +01:00
Roeland Jago Douma
601718b2d6
Merge pull request #18757 from nextcloud/fix/transfer-ownership-autocomplete-matching
...
Combine exact and other matches for transfer ownership
2020-01-09 11:07:30 +01:00
Julius Härtl
302fd1ae05
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-09 08:47:16 +01:00
Julius Härtl
d1a81a0225
Fallback to proper default values
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-09 08:46:30 +01:00
Julius Härtl
460ea6d6ce
Filter disabled operations out of the rule list
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-09 08:46:22 +01:00
Nextcloud bot
2b1c49cdba
[tx-robot] updated from transifex
2020-01-09 02:27:49 +00:00
Christoph Wurst
78ee689e54
Combine exact and other matches for transfer ownership
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-08 19:45:20 +01:00
Roeland Jago Douma
36b5bb583a
Merge pull request #18726 from marius-wieschollek/bugfix/18661
...
[#18661 ] Always include custom login image in theming
2020-01-08 19:38:40 +01: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
blizzz
8899162463
Merge pull request #18740 from nextcloud/fix/noid/ldap-better-cache-group-existency
...
cache group existence early to save useless requests to LDAP
2020-01-08 14:22:04 +01:00
Roeland Jago Douma
7e95c88c5f
Merge pull request #18733 from exner104/patch-1
...
Wrong email sender fix #18730
2020-01-08 13:02:05 +01:00
Roeland Jago Douma
c08a949881
Merge pull request #18739 from nextcloud/fix/18712/do-not-check-inherited-shares-on-current-node
...
[inherited shares] do not retrieve shares on current folder
2020-01-08 12:59:38 +01:00
Arthur Schiwon
79667b58a9
cache group existence early to save useless requests to LDAP
...
we do it for users already
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-08 11:02:37 +01:00
Maxence Lange
554c4a7cf8
moving ->getParent earlier
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-01-08 08:56:14 -01:00
exner104
5c517baf98
additional fix to #18730 #18733
...
regarding to advice from @kesselb
2020-01-08 10:40:52 +01: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
exner104
44eba5cdc6
Wrong email sender fix #18730
...
Wrong email sender in app sharebymail when sending password to owner fix #18730
2020-01-08 09:47:55 +01:00
Arthur Schiwon
f657ded6ec
remove superfluous tests
...
- user_ldap is not exposed to public api, it is always behind ldap_proxy
- this is too much for a unit test
- integration tests cover userExists implicitly
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-08 09:21:22 +01:00
Arthur Schiwon
1068b860ff
adjust tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-08 09:21:22 +01:00
Arthur Schiwon
5cae135b94
decouple userExists from userExistsOnLDAP check
...
allows to mark users as offline right away, avoids a gap of being not a
user and causing weird side effects
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-08 09:21:22 +01:00
Arthur Schiwon
411a47cadb
relax strict getHome behaviour for LDAP users in a shadow state
...
* simplifies deletion process
* less strange behaviour when looking up home storage (as long as it is local)
* thus could enable transfer ownerships after user went invisible on ldap
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-08 09:21:21 +01:00
Roeland Jago Douma
69ae7abe72
Merge pull request #18713 from nextcloud/fix/noid/do-remove-shares-generated-from-circles
...
remove non-circles-generated federated shares only
2020-01-08 09:11:27 +01:00
Roeland Jago Douma
ada25ab461
Merge pull request #18728 from simonspa/trashbin_exception
...
Trash bin: fix exception triggered if no correct fileId is provided.
2020-01-08 09:11:02 +01:00
Nextcloud bot
e645c5d96a
[tx-robot] updated from transifex
2020-01-08 02:28:20 +00:00
simonspa
b3ad27f7db
Trash bin: fix exception triggered if no correct fileId is provided.
...
This fixes #17115
Signed-off-by: Simon Spannagel <simon.spannagel@cern.ch>
2020-01-07 23:47:07 +01:00
Marius David Wieschollek
bf94acfee7
[ #18661 ] Always include custom login image in theming
...
Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
2020-01-07 22:27:20 +01: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
Roeland Jago Douma
d99bcf1f8b
Only show others with access if you have reshare permissions
...
Fixes #18711
If you do not have reshare permissions the others with access will throw
an error anyways. So better to just not show it ;)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-07 16:15:40 +01:00
Maxence Lange
fc54df81d0
remove non-circles-generated shares only
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-01-07 09:40:41 -01:00
Roeland Jago Douma
33039a4c97
Merge pull request #18701 from nextcloud/fix/18632/show_info_when_no_others_with_access_found
...
Show message if no other users with access are found
2020-01-07 10:27:26 +01:00
blizzz
55fd157f15
Merge pull request #18535 from nextcloud/enh/flow/newDispatcher
...
Use the new Events in Flow
2020-01-07 09:58:40 +01:00
Roeland Jago Douma
fbed6a3416
A pending shares overview
...
Now that we accept shares we should show an overview of shares that are
pending. This first part is the small API to get a list of the currently
pending shares.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-07 08:53:33 +01:00
Nextcloud bot
1b8f816170
[tx-robot] updated from transifex
2020-01-07 02:28:34 +00:00
Roeland Jago Douma
1fc39196bf
Show message if no other users with access are found
...
Fixes #18632
Show a small subtitle if no other users with access are found.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-06 21:45:38 +01:00
Roeland Jago Douma
fb6b84b5c9
Accept shares when you open mail
...
Fixes #18380
When you open a direct share to yourself. We should autoaccept the
share.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-06 16:48:21 +01:00
John Molakvoæ
e5d3efb99e
fix overlapping ( #18473 )
...
fix overlapping
2020-01-06 13:55:29 +01:00
Roeland Jago Douma
d4ce8c9427
Don't show link shares in sidebar if disabled
...
Fixes #17799
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-06 12:23:06 +01:00
Roeland Jago Douma
9a8b361911
Do not show e-mail suggestions if link shares are disabled
...
For #17774
This removes the e-mail suggestions from the share input if link shares
are disabled. As e-mail shares use just link shares.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-06 10:22:22 +01:00
John Molakvoæ
0e3392665f
[ #18645 ] Have custom login images cover the whole page ( #18660 )
...
[#18645 ] Have custom login images cover the whole page
2020-01-06 10:19:19 +01:00
Roeland Jago Douma
03cdff0da4
Merge pull request #18674 from nextcloud/enh/no_global_GET
...
Do not use $_GET
2020-01-06 08:06:27 +01:00
Nextcloud bot
32f79c9f0c
[tx-robot] updated from transifex
2020-01-06 02:27:21 +00:00
Roeland Jago Douma
1672ff3bef
Do not use $_GET
...
The appframework is more than capable of handling this properly.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-05 20:13:11 +01: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
Nextcloud bot
46706d01e0
[tx-robot] updated from transifex
2020-01-05 02:30:34 +00:00
Marius David Wieschollek
eec921ca78
[ #18645 ] Have custom login images cover the whole page
...
Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
2020-01-05 00:14:28 +01:00
Nextcloud bot
797b603a1f
[tx-robot] updated from transifex
2020-01-04 02:27:44 +00:00
Roeland Jago Douma
7976cb7e94
Merge pull request #18642 from nextcloud/design/settings-section
...
Settings: More spacing for development notice
2020-01-03 12:24:56 +01:00
Jan-Christoph Borchardt
d9fea183d6
Settings: More spacing for development notice
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-03 16:04:52 +07:00
Nextcloud bot
7ad3c2f228
[tx-robot] updated from transifex
2020-01-03 02:27:41 +00:00
Roeland Jago Douma
25d4f3230d
Use the new Events in Flow
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-02 16:40:49 +01:00
Roeland Jago Douma
dbbe687456
Merge pull request #18612 from nextcloud/bugfix/flow-style
...
Workflow validity checks
2020-01-02 15:05:23 +01:00
Maxence Lange
441b81a3af
confirm resharing rights if viewer is current owner
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-01-02 11:34:20 -01:00
Roeland Jago Douma
768de086ea
Merge pull request #18598 from nextcloud/dependabot/npm_and_yarn/nextcloud/logger-1.0.0
...
Bump @nextcloud/logger from 0.1.0 to 1.0.0
2020-01-02 11:16:40 +01:00
Julius Härtl
492ca95f23
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 11:16:36 +01:00
Julius Härtl
df54bb901c
Only ask for password when updating admin rules
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 11:07:37 +01:00
Julius Härtl
3203e81fea
Load polyfill in workflow engine
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 11:07:37 +01:00
Julius Härtl
7320de184b
Refactor validity propagation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 11:07:37 +01:00
Julius Härtl
75b217cf8d
Remove style loading of non-existing file
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 11:07:36 +01:00
John Molakvoæ
3a179fe5c1
Fix style of the sharing setting checkbox ( #18628 )
...
Fix style of the sharing setting checkbox
2020-01-02 10:48:52 +01:00
dependabot-preview[bot]
d8a8d363de
Bump @nextcloud/logger from 0.1.0 to 1.0.0
...
Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger ) from 0.1.0 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-logger/releases )
- [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v0.1.0...v1.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-02 10:21:04 +01:00
Julius Härtl
272aa9231c
Fix style of the sharing setting checkbox
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 09:44:32 +01:00
dependabot-preview[bot]
12bf1a6e70
Bump @nextcloud/dialogs from 0.1.1 to 1.0.0
...
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs ) from 0.1.1 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases )
- [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v0.1.1...v1.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-02 09:30:02 +01:00
Nextcloud bot
67b14cc0bd
[tx-robot] updated from transifex
2020-01-02 02:27:10 +00:00
Nextcloud bot
591cfc4a00
[tx-robot] updated from transifex
2020-01-01 02:27:26 +00:00
Nextcloud bot
9e7f52d225
[tx-robot] updated from transifex
2019-12-31 02:27:45 +00:00
dependabot-preview[bot]
55de6a12d5
Bump css-loader from 3.3.2 to 3.4.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.3.2 to 3.4.0.
- [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.3.2...v3.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-30 16:40:17 +01:00
dependabot-preview[bot]
c828c50c22
Bump @babel/preset-env from 7.7.6 to 7.7.7
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.7.6 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-30 14:41:15 +01:00
Roeland Jago Douma
3ff8e7bff6
Merge pull request #18592 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.5
...
Bump webpack from 4.41.2 to 4.41.5
2019-12-30 13:18:00 +01:00
dependabot-preview[bot]
46e946931a
Bump webpack from 4.41.2 to 4.41.5
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.41.2 to 4.41.5.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v4.41.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-30 12:17:25 +01:00
Nextcloud bot
8b527df253
[tx-robot] updated from transifex
2019-12-30 02:27:13 +00:00
Nextcloud bot
8c02c41b7c
[tx-robot] updated from transifex
2019-12-29 02:27:52 +00:00
John Molakvoæ
88a24d7d12
Clarify "Delete share" action in sharing sidebar ( #18563 )
...
Clarify "Delete share" action in sharing sidebar
2019-12-28 10:54:17 +01:00
Roeland Jago Douma
b7f93cc56b
Merge pull request #18115 from nextcloud/bugfix/17951/reminderservice_resource_error
...
Properly handle resources in ReminderService
2019-12-27 14:42:10 +01:00
Julius Härtl
b2ba561db3
Bump workflowengine bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-27 08:45:39 +01:00
Julius Härtl
5f3e3aee98
Fix spacing between text and icon
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-27 08:45:39 +01:00
Julius Härtl
8ec66d1e95
Autofocus new filter and display proper error messages
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-27 08:45:39 +01:00
Julius Härtl
e7ad044826
Validate check array in the backend
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-27 08:45:39 +01:00
Julius Härtl
dca861de94
Fix app store link and hide it for users ( fix #18495 #18500 )
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-27 08:45:39 +01:00
Julius Härtl
b8779eed36
Allow selecting other event types ( fix #18510 )
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-27 08:45:38 +01:00
Nextcloud bot
a0d786769d
[tx-robot] updated from transifex
2019-12-27 02:27:07 +00:00
Alexandre Guiot--Valentin
ab50fee1e5
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>
2019-12-26 21:17:50 +08:00
Nextcloud bot
507abf8323
[tx-robot] updated from transifex
2019-12-26 02:26:59 +00:00
Alexandre Guiot--Valentin
dd81384283
Commit webpack build files
...
Signed-off-by: Alexandre Guiot--Valentin <contact@alexandregv.fr>
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-12-26 02:38:09 +08:00
Alexandre GV
d8ba5e5d57
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>
2019-12-25 08:51:19 +00:00
Nextcloud bot
f0df31081a
[tx-robot] updated from transifex
2019-12-24 02:27:40 +00:00
Roeland Jago Douma
9ec5f1b7d5
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
2019-12-23 12:55:15 +01:00
Roeland Jago Douma
6d96b34784
Merge pull request #18509 from nextcloud/fix/noid/flow-blank-settings-custom-entity
...
Flow: report list of entities without array keys to frontend
2019-12-23 11:34:07 +01:00
dependabot-preview[bot]
c773c3c0e9
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>
2019-12-23 09:57:01 +00:00
dependabot-preview[bot]
1ed4633b79
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>
2019-12-23 08:54:17 +00:00
dependabot-preview[bot]
9e7f7b5519
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>
2019-12-23 07:52:04 +00:00
Roeland Jago Douma
fd76ec6860
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
2019-12-23 08:36:56 +01:00
dependabot-preview[bot]
8a7042a624
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>
2019-12-23 07:20:08 +00:00
Nextcloud bot
1d8da461d5
[tx-robot] updated from transifex
2019-12-23 02:27:33 +00:00
dependabot-preview[bot]
0fb3569a65
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>
2019-12-22 19:48:34 +00:00
dependabot-preview[bot]
aca1aa59e4
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>
2019-12-22 13:52:24 +00:00
Roeland Jago Douma
c243455fd4
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
2019-12-22 14:47:46 +01:00
Roeland Jago Douma
04031f606a
Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-id
...
Do not generate tokens for editor IDs that do not exist
2019-12-22 14:27:28 +01:00
dependabot-preview[bot]
479bc23a64
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>
2019-12-22 13:23:27 +00:00
Nextcloud bot
c81e05db98
[tx-robot] updated from transifex
2019-12-22 02:28:34 +00:00
Nextcloud bot
d1cf6aa71a
[tx-robot] updated from transifex
2019-12-21 02:26:35 +00:00
Arthur Schiwon
2799064573
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>
2019-12-21 00:46:37 +01:00
Christoph Wurst
35c2a9fe0a
Merge pull request #18483 from nextcloud/fix/license-headers-18
...
Update license headers for 18
2019-12-20 14:19:22 +01:00
John Molakvoæ
4bec80ee0d
Add tooltips to display name and email ( #18193 )
...
Add tooltips to display name and email
2019-12-20 11:23:52 +01:00
Julius Härtl
0ddb9c0136
Expose exception message in the response
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-20 11:10:33 +01:00
Christoph Wurst
1b46621cd3
Update license headers for 18
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-20 09:23:25 +01:00
Nextcloud bot
9db15459b9
[tx-robot] updated from transifex
2019-12-20 02:26:28 +00:00
John Molakvoæ
176d8e8ab3
add create and delete checkbox for sharesidebar ( #18010 )
...
add create and delete checkbox for sharesidebar
2019-12-19 19:16:11 +01:00
onehappycat
dab4c182a1
Add tooltips to display name and email fields in Users
...
Signed-off-by: onehappycat <onehappycat@gmx.com>
2019-12-19 16:26:27 +01:00
GretaD
455013c309
fix the folder share
...
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-19 16:14:47 +01:00
Greta Doci
57997fefa2
add create and delete checkbox for sharesidebar
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-12-19 16:12:11 +01:00
Julius Härtl
edbf35d174
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 15:23:22 +01:00
Julius Härtl
0cdcdb305e
Set operation mode according to the mime type value
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 15:22:41 +01:00
Julius Härtl
15b64c6abb
Fix action listing alignment
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 15:18:09 +01:00
Christoph Wurst
aa46fc26a4
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
2019-12-19 14:58:24 +01:00
blizzz
5a986f02a3
Merge pull request #18162 from nextcloud/enh/noid/url-fileentity
...
flow file entity to provide the internal URL
2019-12-19 13:00:39 +01:00
Roeland Jago Douma
eaf89d1c69
Merge pull request #18235 from nextcloud/enh/noid/federated-on-circles
...
confirm auth on share generated by Circles
2019-12-19 12:02:14 +01:00
dependabot-preview[bot]
ec01e0a790
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>
2019-12-19 11:55:33 +01:00
John Molakvoæ
79b9be7ebf
Fix Sidebar enabled check ( #18449 )
...
Fix Sidebar enabled check
2019-12-19 11:22:17 +01:00
John Molakvoæ (skjnldsv)
27dc4ef268
Fix Sidebar enabled check
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-19 07:51:49 +00:00
John Molakvoæ
972c39bafc
fix credentials saving success message notification color ( #18469 )
...
fix credentials saving success message notification color
2019-12-19 08:48:46 +01:00
John Molakvoæ
8cd86f110b
Wiswedel/inherited shares/design polishing ( #18447 )
...
Wiswedel/inherited shares/design polishing
2019-12-19 08:45:16 +01:00
Nextcloud bot
b175211366
[tx-robot] updated from transifex
2019-12-19 02:26:26 +00:00
GretaD
ab8a8c085a
fix overlapping
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2019-12-18 15:55:56 +01:00
Sascha Wiswedel
f63156976b
fix credentials saving success message notification color
...
was red, now green
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-18 15:32:39 +01:00
Roeland Jago Douma
c44fd46c8c
Merge pull request #18457 from nextcloud/fix/sharing/notifier/uid
...
Use the user from the notification
2019-12-18 13:16:06 +01:00
Roeland Jago Douma
65929e1fcf
Merge pull request #18462 from nextcloud/fix/18211/list-group-with-slash
...
Fix listing users in groups with slash in the name
2019-12-18 12:03:04 +01:00
Gary Kim
f23c2d0665
Fix listing users in groups with slash in the name
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-12-18 17:09:04 +08:00
Arthur Schiwon
0a00903261
Flows that are managing themselves do not necessarily set the entity
...
for instance files_automatedtagging, which works on a lower level. Fixes a
Call to a member function isLegitimatedForUserId() on null.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-18 09:35:03 +01:00
Roeland Jago Douma
b86990988e
Use the user from the notification
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-18 08:37:03 +01:00
Nextcloud bot
9fd94b7e05
[tx-robot] updated from transifex
2019-12-18 02:26:30 +00:00
Roeland Jago Douma
ac045a2461
Merge pull request #18448 from nextcloud/fix/noid/wrong-paths-for-fileids
...
pass the proper storage-internal path
2019-12-17 16:04:20 +01:00
Arthur Schiwon
1378614f67
pass the proper storage-internal path
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-17 15:00:44 +01:00
Sascha Wiswedel
f4f69da4b8
removed inherited shares counter
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-17 13:47:10 +00:00
Sascha Wiswedel
4d1a3a34d0
clarifying share source folder link string
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17 14:38:38 +01:00
Sascha Wiswedel
73b1011d17
Streamline "unshare" wording
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17 14:36:23 +01:00
Sascha Wiswedel
08b34aa4e3
replace "invited by" with "added by"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17 14:34:27 +01:00
Roeland Jago Douma
c810b531be
Don't overwrite the settings from files
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-17 14:17:07 +01:00
Roeland Jago Douma
7f2b3eabe1
Merge pull request #18429 from nextcloud/locale-fallback
...
add a fallback locale for personal settings page
2019-12-17 12:31:17 +01:00
Roeland Jago Douma
d3012bffeb
Merge pull request #18385 from nextcloud/fix/18255/user_setting_to_always_accept_share
...
Allow users to accept (internal) shares by default
2019-12-17 12:02:08 +01:00
Roeland Jago Douma
e7dc91002f
Allow users to specify to accept (internal) shares by default
...
Fixes #18255
A new user setting allows a user to always accept (internal) shares. For
example if they don't like accepting shares manually ;)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-17 10:49:29 +01:00
Sascha Wiswedel
a1df5d1e98
added line breaks to incoming transfer notification
...
wrapped notifications into double quotes to make line breaks possible
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17 10:38:15 +01:00
Gary Kim
e1382e2bc5
Clean up publishing
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-12-17 10:38:15 +01:00
Gary Kim
09f1c637da
Show path and uid on transfer button
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-12-17 10:38:14 +01:00
Sascha Wiswedel
bdceb0d38d
rephrase "Target user" to "new owner"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17 10:38:14 +01:00
Sascha Wiswedel
6a6b6dd1a4
added patience note for sharee
...
note about incoming transfer taken out by background job
resolves #18272
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17 10:38:14 +01:00
Sascha Wiswedel
a64b5de491
transfer ownership dialog word choice
...
Use Reject instead of Decline
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17 10:38:14 +01:00
Sascha Wiswedel
f567566803
notification polishing
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17 10:38:14 +01:00
Sascha Wiswedel
f1319e1bc5
Transfer ownership function polishing
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17 10:38:12 +01:00
Roeland Jago Douma
90b7b5f18d
Remove no longer generated chunks
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-17 09:03:24 +01:00
Nextcloud bot
efb71d62f6
[tx-robot] updated from transifex
2019-12-17 02:26:28 +00:00
Roeland Jago Douma
2df9073025
Merge pull request #18430 from nextcloud/fix/noid/double-flow
...
Fix/noid/double flow
2019-12-16 20:29:53 +01:00
Roeland Jago Douma
9fee1d9851
Merge pull request #18431 from nextcloud/prov-api-query-application
...
query FederatedFileSharing Application instead of creating it
2019-12-16 20:29:39 +01:00
Robin Appelman
170660840b
query FederatedFileSharing Application instead of creating it
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-16 15:33:41 +01:00
Arthur Schiwon
8b18b0c97d
lower to debug, since we fire two events, so it is legitimate
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-16 15:30:50 +01:00
Arthur Schiwon
ea7294f7d5
do not add (user) flows twice
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-16 15:30:18 +01:00
Robin Appelman
db0bb8ae69
add a fallback locale for personal settings page
...
otherwise if the locale is set to an invalid or no longer existing locale
the rendering of the setting page will throw an exception
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-16 15:27:08 +01:00
John Molakvoæ
29f6f15cf3
Cleanup old log and fix share icon sidebar opening in breadcru… ( #18425 )
...
Cleanup old log and fix share icon sidebar opening in breadcrumbs
2019-12-16 14:07:38 +01:00
Roeland Jago Douma
b0e4975b9b
Merge pull request #18418 from nextcloud/dependachristoph/npm_and_yarn/serialize-javascript-v2.1.2
...
Bump serialize-javascript to v2.1.2
2019-12-16 13:55:59 +01:00
Roeland Jago Douma
8d7baaff74
Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-old
...
Load apps dav plugins on the old webdav route
2019-12-16 13:38:38 +01:00
Maxence Lange
3513833ccd
confirm auth on share generated by Circles
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
returns true
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
DI
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
DI
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-12-16 11:01:02 -01:00
Joas Schilling
faf58e4cac
Merge pull request #17018 from nextcloud/feature/noid/allow-to-force-enable-via-cli
...
Allow to force enable apps via CLI
2019-12-16 12:34:27 +01:00
Christoph Wurst
af79ad242e
Bump serialize-javascript to v2.1.2
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-16 12:18:01 +01:00
John Molakvoæ (skjnldsv)
f8a36630e7
Cleanup old log and fix share icon sidebar opening in breadcrumbs
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-16 12:08:26 +01:00
Roeland Jago Douma
85ef2bf944
Merge pull request #18417 from nextcloud/fix/transfer-ownership-ui-email
...
Make it possible to find transfer to user by email
2019-12-16 11:36:45 +01:00
Roeland Jago Douma
3b8fbf129e
Merge pull request #18384 from nextcloud/fix/18255/global_config_to_always_accept
...
config.php setting to always accept internal shares
2019-12-16 09:50:45 +01:00
Christoph Wurst
c652188afb
Make it possible to find transfer user by email
...
The Vue Multiselect uses one prop for the local search. Although the API
already returned matching users for a given email, the users were
filtered out as their displayname doesn't contain the search string –
the email address.
Disabling the local seach and only using the most recently fetched
matches fixes this problem.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-16 09:10:01 +01:00
Roeland Jago Douma
bb4264c565
config.php setting to always accept internal shares
...
Part of #18255
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-16 09:07:25 +01:00
dependabot-preview[bot]
25b16f0203
Bump css-loader from 3.2.1 to 3.3.2
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.2.1 to 3.3.2.
- [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.2.1...v3.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-16 07:33:17 +00:00
Roeland Jago Douma
7557b53086
Merge pull request #18401 from nextcloud/rakekniven-patch-1
...
l10n. Change grammar.
2019-12-16 08:06:50 +01:00
Nextcloud bot
d72e6c7697
[tx-robot] updated from transifex
2019-12-16 02:26:23 +00:00
dependabot-preview[bot]
c259c95f64
Merge pull request #18410 from nextcloud/dependabot/npm_and_yarn/url-search-params-polyfill-7.0.1
2019-12-15 13:43:31 +00:00
dependabot-preview[bot]
42aa1ed279
Bump url-search-params-polyfill from 7.0.0 to 7.0.1
...
Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases )
- [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v7.0.0...v7.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-15 13:13:43 +00:00
Nextcloud bot
4dc7fc1220
[tx-robot] updated from transifex
2019-12-15 02:26:54 +00:00
Nextcloud bot
bc291d50c3
[tx-robot] updated from transifex
2019-12-14 02:26:27 +00:00
rakekniven
c24b000c41
l10n. Change grammar.
...
First I thought to change "send" > "sent".
Later my mind changed to change the complete sentence.
Any native english speaker around? Please check and judge :-)
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2019-12-13 17:55:20 +01:00
blizzz
9cafc508d5
Merge pull request #18302 from mwegrzynek/patch-1
...
Fix comments search result to work with multibyte strings
2019-12-13 15:37:18 +01:00
blizzz
c96aa7e1a8
Merge pull request #18359 from nextcloud/fix/18271/dismiss_transfer_ownership_notification
...
Dismiss transferownership notification cancels transfer
2019-12-13 15:28:25 +01:00
Joas Schilling
3eee359d7f
Allow to force enable apps via CLI
...
Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-13 13:06:12 +01:00
Arthur Schiwon
f8394e3551
flow file entity to provide the internal URL
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-13 12:33:35 +01:00
Christoph Wurst
b81b824da1
Add typed events for the filesystem/scanner
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-13 09:41:05 +01:00
Nextcloud bot
642606754b
[tx-robot] updated from transifex
2019-12-13 02:26:18 +00:00
Roeland Jago Douma
815241fa09
Merge pull request #18378 from nextcloud/wiswedel/stringPolishing/shareSettings
...
removed unclear wording "non-link shares"
2019-12-12 20:23:16 +01:00
Roeland Jago Douma
d85e86f899
Merge pull request #18372 from nextcloud/wiswedel/stringPolishing/shareDefaultPermissions
...
clarified default permission setting string
2019-12-12 20:23:05 +01:00
Sascha Wiswedel
4510013b0c
removed unclear wording "non-link shares"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-12 15:53:50 +01:00
Sascha Wiswedel
fb0b94f0c5
clarified default permission setting string
...
The permission is actually about re-sharing, not about sharing after all
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-12 14:41:28 +01:00
Greta Doci
c864bc8321
Move users management to multi line
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-12-12 12:25:13 +01:00
Roeland Jago Douma
c6e51924c8
Merge pull request #18236 from nextcloud/bugfix/noid/always-detect-mimetype-by-content-in-workflows
...
Allow to detect mimetype by content
2019-12-12 11:19:55 +01:00
Georg Ehrke
27a31cdaf1
Support more IPv6 addresses in the RefreshWebcalJob
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-12 10:05:36 +01:00
Roeland Jago Douma
a33a4c53ef
Merge pull request #18233 from nextcloud/enhancement/recommended-apps-page
...
Add a dedicated page for the recommended apps installation
2019-12-12 08:13:30 +01:00
Christoph Wurst
302558cfd2
Add a dedicated page for the recommended apps installation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-12 08:13:01 +01:00
Nextcloud bot
c60955f436
[tx-robot] updated from transifex
2019-12-12 02:26:32 +00:00
Roeland Jago Douma
3f21b7b70a
Dismiss transferownership notification cancels transfer
...
Fixes #18271
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-11 12:58:44 +01:00
Roeland Jago Douma
97deaf85b9
Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circles
...
adding share type circles
2019-12-11 12:37:54 +01:00
Roeland Jago Douma
9a40ccfbf0
Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-path
...
Use file path for direct editing
2019-12-11 11:17:26 +01:00
Roeland Jago Douma
2164ef045f
Merge pull request #18342 from nextcloud/enh/filesearch/offset
...
Add offset for home limited searches
2019-12-11 11:16:34 +01:00
Nextcloud bot
46b2fef112
[tx-robot] updated from transifex
2019-12-11 02:16:49 +00:00
Roeland Jago Douma
73ce7f6c8a
Add offset for home limited searches
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-10 23:30:15 +01:00
Christoph Wurst
1cac14ff10
Transpile the nextcloud-vue-collection package
...
It should support the same browsers as this component, but there seems
to be a regression [1] that breaks the transpilation. Hence including
the package here for the Babel transformation.
[1] https://github.com/juliushaertl/nextcloud-vue-collections/issues/302
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-10 18:10:35 +01:00
Roeland Jago Douma
5aacb43411
Merge pull request #18293 from nextcloud/feature/transfer-ownership-autocompletion
...
Add autocompletion to the ownership transfer UI
2019-12-10 15:28:57 +01:00
Roeland Jago Douma
c9d77b7f7e
Merge pull request #18253 from nextcloud/bugfix/noid/broken-oracle-install
...
Pick a shorter name for the transfer ownership table
2019-12-10 13:28:33 +01:00
Christoph Wurst
146732f7f9
Add autocompletion to the ownership transfer UI
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-10 12:49:26 +01:00
Joas Schilling
059968e1c7
Pick a shorter name for the transfer ownership table
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-10 11:01:26 +01:00
John Molakvoæ
c18f096284
Fix external sharing loading script ( #18251 )
...
Fix external sharing loading script
2019-12-10 10:56:03 +01:00
Roeland Jago Douma
58da7c585e
Merge pull request #18301 from nextcloud/bugfix/noid/fix_array_access_on_non_array
...
Verify that is an array before accessing it
2019-12-10 10:25:21 +01:00
Joas Schilling
4a151c545a
Allow to specify apps that somethign is a dir
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-10 09:11:43 +01:00
Joas Schilling
511a4ba66f
Improve mimetype detection in workflow components
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-10 09:11:43 +01:00
Nextcloud bot
98e2291f7a
[tx-robot] updated from transifex
2019-12-10 02:16:43 +00:00
Roeland Jago Douma
6ddb789f0d
Merge pull request #18299 from nextcloud/bugfix/noid/filecache_bigint_mounts
...
Convert various columns in oc_mounts to bigint
2019-12-09 21:37:58 +01:00
Roeland Jago Douma
3e720942e5
Merge pull request #18300 from nextcloud/bug/18295/recovery-initialization
...
Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must …
2019-12-09 21:34:01 +01:00
Roeland Jago Douma
0360ab408e
Merge pull request #18256 from nextcloud/files-aditional-scripts-new-events
...
Use non-depricated events for loading additional scripts in files app
2019-12-09 21:24:55 +01:00
Roeland Jago Douma
061b9bb0e7
Merge pull request #18231 from nextcloud/fix/shared_version_restore
...
Fix restoring shared versions
2019-12-09 21:17:24 +01:00
Michał Węgrzynek
9c3b5fe4bb
Fix comments search result to work with multibyte strings
...
Currently, the searching in comments breaks up, if comments contain multibyte characters and string manipulation logic in getRelevantMessagePart happens to cut through them rendering the resulting string invalid (not UTF-8 compliant). This patch replaces all string manipulating functions in this code to multibyte aware ones.
Signed-off-by: Michał Węgrzynek <michal.wegrzynek@malloc.com.pl>
2019-12-09 17:33:08 +01:00
Georg Ehrke
0b1b12c8a2
Verify that is an array before accessing it
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-09 16:08:13 +01:00
Roeland Jago Douma
e35a31f53b
Merge pull request #18281 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.7.1
...
Bump nextcloud-vue-collections from 0.6.0 to 0.7.1
2019-12-09 15:38:33 +01:00
Roeland Jago Douma
b13da60da2
Merge pull request #18294 from nextcloud/fix/18020/get_share_for_recipient
...
Fetch the share for the recipient
2019-12-09 14:33:25 +01:00
Daniel Kesselberg
8f403b66d1
Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an instance of OCA\Encryption\KeyManager
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-09 14:29:22 +01:00
Robin Appelman
1c585d2c50
use OCP\EventDispatcher\GenericEvent in more places
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-09 14:24:57 +01:00
Georg Ehrke
699f3a6817
Convert various columns in oc_mounts to bigint
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-09 14:13:18 +01:00
Roeland Jago Douma
c0229768f2
Fetch the share for the recipient
...
Fixes #18020
For group shares your invite might be handled but that doesn't mean the
whole share is handled. So we just need to make sure to fetch the share
for the current user.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-09 12:23:38 +01:00
Christoph Wurst
9772dbd19e
Fix LDAP application class instance created directly
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-09 10:12:02 +01:00
Christoph Wurst
8bc4295cfa
Merge pull request #17325 from nextcloud/enh/decouple-register-resource-provider
...
Decouple resource provider registration
2019-12-09 09:51:25 +01:00
Nextcloud bot
37fcf92bac
[tx-robot] updated from transifex
2019-12-09 02:16:28 +00:00
dependabot-preview[bot]
c89aae94b0
Bump nextcloud-vue-collections from 0.6.0 to 0.7.1
...
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections ) from 0.6.0 to 0.7.1.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases )
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-08 10:28:43 +00:00
Nextcloud bot
270ebb2aa9
[tx-robot] updated from transifex
2019-12-08 02:17:32 +00:00
Daniel Kesselberg
0016480370
Decouple resource provider registration
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-07 22:04:07 +01:00
Nextcloud bot
b41112a023
[tx-robot] updated from transifex
2019-12-07 02:16:37 +00:00
John Molakvoæ
3a563fdfd7
revert protected
2019-12-06 16:10:30 +01:00
John Molakvoæ (skjnldsv)
ab2b3d2755
Fix external sharing loading script
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-06 16:10:30 +01:00
Arthur Schiwon
43efa40864
rejig right to left join for sqlite's satisfaction
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-06 11:37:31 +01:00
Julius Härtl
c3061e6929
Make sure event names is always an array
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-06 10:32:55 +01:00
Nextcloud bot
da84b36186
[tx-robot] updated from transifex
2019-12-06 02:16:59 +00:00
Roeland Jago Douma
4bf5a23ec0
Merge pull request #18242 from nextcloud/directEditingEditorWithId
...
add id to editor of direct editing
2019-12-05 19:48:50 +01:00
Robin Appelman
829f4a1a1b
update tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-05 17:31:07 +01:00
Roeland Jago Douma
78050ec531
Fix restoring shared versions
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-05 16:50:45 +01:00
Robin Appelman
7d1206f6f2
use OCP\EventDispatcher\GenericEvent for loading additional scripts in the files app
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-05 16:05:18 +01:00
Christoph Wurst
5bf3d1bb38
Update license headers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-05 15:38:45 +01:00
Maxence Lange
0f32f8119e
using IShare::
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-12-05 10:33:48 -01:00
Maxence Lange
c1558af16d
adding share type circles
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-12-05 10:33:48 -01:00
John Molakvoæ
fe79665f55
Allow to unfavorite all files ( #18241 )
...
Allow to unfavorite all files
2019-12-05 11:33:44 +01:00
Roeland Jago Douma
63cb31542d
Merge pull request #17941 from nextcloud/search-by-owner
...
Allow filtering the search results to the users home storage
2019-12-05 11:04:33 +01:00
Roeland Jago Douma
90401e573e
Merge pull request #17989 from Noodlesalat/fix-padding-top-filelist
...
Remove whitespace above file list ref #17891
2019-12-05 10:32:53 +01:00
Julius Härtl
e29a76bc79
Use file path for direct editing
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-05 09:54:58 +01:00
tobiasKaminsky
fdaf9aed1f
add id to editor of direct editing
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-05 09:45:07 +01:00
Joas Schilling
5ede4aa179
Allow to unfavorite all files
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-05 09:39:32 +01:00
John Molakvoæ (skjnldsv)
9b82225966
Use lookup by default
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-05 08:38:33 +01:00
Roeland Jago Douma
5e14b299bc
Expose capability if the lookup server should be queried by default
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-05 08:38:33 +01:00
Roeland Jago Douma
7a45413559
Always do sharee lookup on lookup server in GS
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-05 08:38:33 +01:00
John Molakvoæ
c3d223fa58
Fix removing groups that have a slash in the name ( #18228 )
...
Fix removing groups that have a slash in the name
2019-12-05 08:18:54 +01:00
Nextcloud bot
fae3ae8a2d
[tx-robot] updated from transifex
2019-12-05 02:16:52 +00:00
Gary Kim
5ae38605ee
Fix removing groups that have a slash in the name
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-12-05 04:10:18 +08:00
Roeland Jago Douma
b0a7028978
Merge pull request #18121 from nextcloud/feature/setup-install-recommended-apps
...
Add checkbox to install recommended apps during setup
2019-12-04 19:41:54 +01:00
Julius Härtl
1593322397
Load apps dav plugins on the old webdav route
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-04 19:04:29 +01:00
Joas Schilling
254d4e0964
Merge pull request #17920 from nextcloud/fix/15258/ext-storage-respect-deletion
...
when a user was deleted remove them from applicable list, unless...
2019-12-04 15:28:57 +01:00
Christoph Wurst
a8f2e6914d
Add checkbox to install recommended apps during setup
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-04 14:14:38 +01:00
Roeland Jago Douma
293585ec12
Merge pull request #18222 from nextcloud/fix/files/reload-on-share-accept
...
Properly reload file list on share accept
2019-12-04 14:10:17 +01:00
Roeland Jago Douma
50985e5461
Merge pull request #17913 from nextcloud/fix/transfer-ownership-move-files-error-handling
...
Catch file transfer error and stop transfer ownership command
2019-12-04 13:53:43 +01:00
John Molakvoæ
bfb9ccec1f
Fix files app LoadSidebar event ( #18213 )
...
Fix files app LoadSidebar event
2019-12-04 12:47:40 +01:00
Roeland Jago Douma
17eece7fc4
Merge pull request #18220 from nextcloud/fix/theming/tests
...
Fix the theming tests
2019-12-04 11:29:31 +01:00
John Molakvoæ (skjnldsv)
f3cdf7e4c1
Properly reload file list on share accept
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-04 11:29:04 +01:00
Nextcloud bot
7f80859ce4
[tx-robot] updated from transifex
2019-12-04 09:24:13 +00:00
John Molakvoæ (skjnldsv)
46ce797197
Properly query files
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-04 09:57:55 +01:00
John Molakvoæ (skjnldsv)
c1277ea2fa
Use own getIconUrl method
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-04 09:44:35 +01:00
Roeland Jago Douma
99ed3b2d52
Merge pull request #18212 from nextcloud/bugfix/noid/subject-message-mixed-up
...
Fix mixed up message and subject on notifications for file transfer
2019-12-04 09:09:34 +01:00
John Molakvoæ (skjnldsv)
241aac9f94
Fix files app LoadSidebar event
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-04 08:07:42 +00:00
Roeland Jago Douma
069b938ab0
Fix the theming tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-04 09:07:24 +01:00
Nextcloud bot
323b2c71fc
[tx-robot] updated from transifex
2019-12-04 02:16:52 +00:00
Joas Schilling
b721095507
Fix mixed up message and subject on notifications for file transfer
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-03 17:52:33 +01:00
John Molakvoæ
cd71ad0e50
Merge pull request #17930 from nextcloud/rakekniven-patch-1
...
l10n: Triple dot to ellipsis
2019-12-03 15:40:03 +01:00
Robin Appelman
c62637da8b
Allow filtering the search results to the users home storage
...
This is done by adding a
```xml
<d:eq>
<d:prop>
<oc:owner-id/>
</d:prop>
<d:literal>$userId</d:literal>
</d:eq>
```
clause to the search query.
Searching by `owner-id` can only be done with the current user id
and the comparison can not be inside a `<d:not>` or `<d:or>` statement
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-03 13:49:37 +01:00
John Molakvoæ
9cd7ecef9b
Merge pull request #18120 from nextcloud/bugfix/11087/dav_principal_backend_respect_sharing_settings
...
respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV
2019-12-03 13:49:06 +01:00
Roeland Jago Douma
2b19da84d5
Merge pull request #18140 from nextcloud/bugfix/17814/csp-svg
...
Allow inline styles for theming images
2019-12-03 10:48:04 +01:00
Roeland Jago Douma
109aee525d
Merge pull request #15952 from nextcloud/feature/noid/inherited-shares
...
Inherited Shares
2019-12-03 10:13:55 +01:00
Georg Ehrke
c3748cfee3
respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-03 09:44:07 +01:00
Roeland Jago Douma
1d707cc349
Merge pull request #18028 from nextcloud/enhancement/user-create-events
...
Add typed create user events
2019-12-03 08:57:51 +01:00
John Molakvoæ
bcc32f6918
add update all button ( #17512 )
...
add update all button
2019-12-03 08:14:59 +01:00
John Molakvoæ
faa6b8d114
Add space before ellipsis
2019-12-03 08:14:19 +01:00
Maxence Lange
f2c7ca4584
fixing tests + avoid duplicate in getFormattedShares()
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-12-03 08:13:22 +01:00
John Molakvoæ (skjnldsv)
3a86b99256
Inherited share UI
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-03 08:13:21 +01:00
Maxence Lange
ccf7d87c11
integration tests
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
add tests on non-owner pov
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
duplicate
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
small fixes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
removed tags
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-12-03 08:10:27 +01:00
Maxence Lange
5794f14df9
Inherited Shares
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
working on users with resharing rights
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-getLogger()
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
fix type
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Update SharingRightsException.php
2019-12-03 08:10:27 +01:00
Christoph Wurst
cc80339b39
Add typed create user events
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-03 08:03:57 +01:00
Nextcloud bot
4cbaf69bc3
[tx-robot] updated from transifex
2019-12-03 02:16:46 +00:00
Christoph Wurst
08a1b928aa
Also allow transfer ownership of files
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-02 15:28:49 +01:00
Roeland Jago Douma
5274c54268
Add a transfer ownership background job
...
This job can be initiated by a user to transfer a file/folder to a
target user.
The target user will have to accept the job.
Once that is done the transfers is initiated in the background.
Both parties get notified when the job is done.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-02 15:28:47 +01:00
John Molakvoæ (skjnldsv)
5cb11ca642
Fix tests
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-02 13:08:43 +01:00
John Molakvoæ (skjnldsv)
0bf6fcd6cd
Create sharing entry point with constants
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-02 08:58:50 +01:00
John Molakvoæ (skjnldsv)
f8af027686
Fix files_sharing app LoadSidebar event
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-02 08:58:50 +01:00
Nextcloud bot
109755e2d3
[tx-robot] updated from transifex
2019-12-02 02:16:54 +00:00
Nextcloud bot
e5b286f893
[tx-robot] updated from transifex
2019-12-01 02:18:15 +00:00
Nextcloud bot
6725a4b746
[tx-robot] updated from transifex
2019-11-30 02:16:49 +00:00
Roeland Jago Douma
09c1d8c316
Merge pull request #18113 from nextcloud/bugfix/15967/webcal_cache_headers
...
Add refresh-interval to exported calendars
2019-11-29 09:06:28 +01:00
Roeland Jago Douma
b552da515e
Merge pull request #18142 from nextcloud/fix/provisioning_api/users-typing
...
Fix provisioning_api getUsers types
2019-11-29 09:04:49 +01:00
Georg Ehrke
6d39c6cb50
Set common-name to user's displayname if none is set
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-11-29 07:48:30 +01:00
Nextcloud bot
73472725e6
[tx-robot] updated from transifex
2019-11-29 02:16:53 +00:00
John Molakvoæ (skjnldsv)
f675e61c26
Fix provisioning_api getUsers types
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-11-28 20:28:27 +01:00
Arthur Schiwon
4baab51f4c
extend with group deletion handling
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-28 17:03:33 +01:00
Arthur Schiwon
be85d00a38
when a user was delete remove them from applicable list, unless
...
it is the only user, then remove the mount
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-28 17:03:33 +01:00
Arthur Schiwon
2d34274c8a
adjust unit test
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-28 14:25:50 +01:00
Julius Härtl
260f0fab4d
Set fileInfo in the rule matcher
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-28 13:51:21 +01:00
Arthur Schiwon
b3749fbe16
add convenience interfaces so entities can provide presentable details
...
the File entity starts with a display text (used by talk)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-28 13:51:21 +01:00
Arthur Schiwon
7a7a415fdc
expose user of running flows
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-28 13:51:20 +01:00
Arthur Schiwon
7210852f07
allow user flows when the acting user is legitimate, but not its owner
...
for instance, when a sharee changes a file, the owner can act upon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-28 13:51:16 +01:00
Roeland Jago Douma
4173d9d749
Merge pull request #17625 from nextcloud/enh/noid/direct-editing
...
Direct editing API to allow file editing using a one-time token
2019-11-28 08:49:57 +01:00
Roeland Jago Douma
62dc320191
Merge pull request #17725 from nextcloud/enh/share_exp_internal
...
Allow internal shares to have a default expiration date
2019-11-28 08:37:19 +01:00
Roeland Jago Douma
669302e570
Merge pull request #18064 from nextcloud/feature/php74
...
Add php7.4 support
2019-11-28 08:36:10 +01:00
Nextcloud bot
563f9153a2
[tx-robot] updated from transifex
2019-11-28 02:16:54 +00:00
Julius Härtl
9691360f6e
Allow inline styles for theming images
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 20:26:57 +01:00
Julius Härtl
bde624b074
Only expose link to info endpoint in capabilties
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 19:56:45 +01:00
Julius Härtl
fb1b88ac63
Expose editor id for creators
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 19:56:44 +01:00
Julius Härtl
329e8c2604
Add mimetype to creators
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 19:56:44 +01:00
Julius Härtl
9a2694fcb0
Code style fixes and cleanup
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 19:56:40 +01:00
Roeland Jago Douma
e3e782b63d
Fix external storagestests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 15:28:34 +01:00
Roeland Jago Douma
924b3298cf
TO REVERT LATER: disable some DbHandlerTest
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 15:27:28 +01:00
Roeland Jago Douma
17a9d5856f
TO REVERT LATER: disable some tests in UserTest
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 15:27:28 +01:00
Roeland Jago Douma
9761822aeb
TO REVERT LATER: fix UserHooksTest
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 15:27:28 +01:00
Roeland Jago Douma
3a7cf40aaa
Mode to modern phpunit
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 15:27:18 +01:00
Georg Ehrke
fb89bc3931
Add refresh-interval to exported calendars
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-11-27 14:51:17 +01:00
Roeland Jago Douma
078f4efb20
Fix tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 14:51:14 +01:00
npmbuildbot[bot]
d441864cd0
Compile assets
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-11-27 14:41:23 +01:00
Julius Härtl
bc36cc808f
Move editor list to capabilities
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 14:36:21 +01:00
Julius Härtl
103c6fb39e
Add background job for token cleanup
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 14:36:20 +01:00
Julius Härtl
e52793c69e
Direct editing API to allow file editing using a one-time token for
...
mobile apps
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27 14:36:20 +01:00
Roeland Jago Douma
8797ff70eb
Add capabilities
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 14:33:13 +01:00
John Molakvoæ (skjnldsv)
444c9b6744
Add settings front and split sharing entry config
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-11-27 14:33:13 +01:00
Roeland Jago Douma
96eedc5eb2
My first stupid attempt at expanding the admin interface
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 14:33:13 +01:00
Roeland Jago Douma
8d4346d656
Fix more tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 13:34:42 +01:00