Roeland Jago Douma
11c19a4541
Merge pull request #18370 from nextcloud/version/18/beta3
18 beta 3
6 years ago
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>
6 years ago
John Molakvoæ
972c39bafc
fix credentials saving success message notification color ( #18469 )
fix credentials saving success message notification color
6 years ago
John Molakvoæ
8cd86f110b
Wiswedel/inherited shares/design polishing ( #18447 )
Wiswedel/inherited shares/design polishing
6 years ago
Nextcloud bot
b175211366
[tx-robot] updated from transifex
6 years ago
Christoph Wurst
cdd69c0f97
Only parse php7 code in app code checker
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Sascha Wiswedel
f63156976b
fix credentials saving success message notification color
was red, now green
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
6 years ago
Roeland Jago Douma
c44fd46c8c
Merge pull request #18457 from nextcloud/fix/sharing/notifier/uid
Use the user from the notification
6 years ago
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
6 years ago
blizzz
47a4a037ae
Merge pull request #18461 from nextcloud/fix/noid/ensure-entity-on-scope-extension
Flows that are managing themselves do not necessarily set the entity
6 years ago
Gary Kim
f23c2d0665
Fix listing users in groups with slash in the name
Signed-off-by: Gary Kim <gary@garykim.dev>
6 years ago
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>
6 years ago
Roeland Jago Douma
34c48aaa92
Merge pull request #18456 from nextcloud/fix/office/previews
Fix Office preview generation
6 years ago
Roeland Jago Douma
b86990988e
Use the user from the notification
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years ago
Roeland Jago Douma
86dccffff9
Fix Office preview generation
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years ago
Nextcloud bot
9fd94b7e05
[tx-robot] updated from transifex
6 years ago
Roeland Jago Douma
ac045a2461
Merge pull request #18448 from nextcloud/fix/noid/wrong-paths-for-fileids
pass the proper storage-internal path
6 years ago
Roeland Jago Douma
e9e3d485bc
Merge pull request #18446 from nextcloud/fix/personal-settings-fix
Don't overwrite the settings from files
6 years ago
Arthur Schiwon
1378614f67
pass the proper storage-internal path
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 years ago
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>
6 years ago
Sascha Wiswedel
4d1a3a34d0
clarifying share source folder link string
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
6 years ago
Sascha Wiswedel
73b1011d17
Streamline "unshare" wording
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
6 years ago
Sascha Wiswedel
08b34aa4e3
replace "invited by" with "added by"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
6 years ago
Roeland Jago Douma
c810b531be
Don't overwrite the settings from files
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years ago
Roeland Jago Douma
1ac764e0b7
Merge pull request #18443 from nextcloud/fix/noid/update-xsd
update app info schema files
6 years ago
Arthur Schiwon
d4b4e54d5f
update app info schema files
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 years ago
Roeland Jago Douma
7f2b3eabe1
Merge pull request #18429 from nextcloud/locale-fallback
add a fallback locale for personal settings page
6 years ago
Roeland Jago Douma
53f94b8101
Merge pull request #18422 from nextcloud/design/recommended-apps
Design fixes for recommended apps
6 years ago
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
6 years ago
Roeland Jago Douma
4c1c475072
Merge pull request #18270 from nextcloud/wiswedel/transferOwnership/polishing
Transfer ownership function polishing
6 years ago
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>
6 years ago
Roeland Jago Douma
76895b6945
Merge pull request #18428 from nextcloud/bugfix/noid/empty-template
Return empty template for default creators
6 years ago
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>
6 years ago
Gary Kim
e1382e2bc5
Clean up publishing
Signed-off-by: Gary Kim <gary@garykim.dev>
6 years ago
Gary Kim
09f1c637da
Show path and uid on transfer button
Signed-off-by: Gary Kim <gary@garykim.dev>
6 years ago
Sascha Wiswedel
bdceb0d38d
rephrase "Target user" to "new owner"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
6 years ago
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>
6 years ago
Sascha Wiswedel
a64b5de491
transfer ownership dialog word choice
Use Reject instead of Decline
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
6 years ago
Sascha Wiswedel
f567566803
notification polishing
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
6 years ago
Sascha Wiswedel
f1319e1bc5
Transfer ownership function polishing
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
6 years ago
Roeland Jago Douma
a65269ffcd
Merge pull request #18438 from nextcloud/remove/old_npm_chunks
Remove no longer generated chunks
6 years ago
Roeland Jago Douma
90b7b5f18d
Remove no longer generated chunks
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years ago
Nextcloud bot
efb71d62f6
[tx-robot] updated from transifex
6 years ago
Roeland Jago Douma
2df9073025
Merge pull request #18430 from nextcloud/fix/noid/double-flow
Fix/noid/double flow
6 years ago
Roeland Jago Douma
9fee1d9851
Merge pull request #18431 from nextcloud/prov-api-query-application
query FederatedFileSharing Application instead of creating it
6 years ago
Julius Härtl
de5384466c
Return empty template for default creators
Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years ago
Robin Appelman
170660840b
query FederatedFileSharing Application instead of creating it
Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years ago
Arthur Schiwon
8b18b0c97d
lower to debug, since we fire two events, so it is legitimate
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 years ago
Arthur Schiwon
ea7294f7d5
do not add (user) flows twice
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 years ago
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>
6 years ago