Nextcloud bot
4ea822c71e
[tx-robot] updated from transifex
2019-06-26 02:14:06 +00:00
Roeland Jago Douma
9ef93976e8
Merge pull request #16080 from nextcloud/backport/15956/stable16
...
[stable16] Fix appid argument for integrity:check-app
2019-06-25 23:38:52 +02:00
Roeland Jago Douma
870a330abb
Merge pull request #16038 from nextcloud/backport/15889/stable16
...
[stable16] handle storage exceptions when trying to set mtime
2019-06-25 21:48:34 +02:00
Georg Ehrke
27a9b7f3fa
Fix appid argument for integrity:check-app
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-06-25 19:37:17 +00:00
Robin Appelman
b22fca475a
fix tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-25 15:58:01 +02:00
Robin Appelman
42930f6fab
handle storage exceptions when trying to set mtime
...
not all storage backends can handle setting the mtime and they might
not always handle that error correctly.
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-25 15:57:59 +02:00
Roeland Jago Douma
e69e2c5473
Merge pull request #15948 from nextcloud/backport/15947/stable16
...
[stable16] Add core/js/dist/ to l10nignore
2019-06-25 15:56:40 +02:00
Julius Härtl
d73edee893
Add core/js/dist/ to l10nignore
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-25 13:45:24 +02:00
Roeland Jago Douma
948770205a
Merge pull request #16068 from nextcloud/revert-15925-backport/15912/stable16
...
Revert "[stable16] Fix userid casting in notifications"
2019-06-25 13:30:33 +02:00
Roeland Jago Douma
ab13fe80e4
Revert "[stable16] Fix userid casting in notifications"
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-25 12:39:40 +02:00
Nextcloud bot
cd69e9052f
[tx-robot] updated from transifex
2019-06-25 02:14:12 +00:00
John Molakvoæ
5fed2ddb9e
[stable16] Prevent faulty logs from nested setupFS calls ( #16029 )
...
[stable16] Prevent faulty logs from nested setupFS calls
2019-06-24 17:25:25 +02:00
blizzz
a4e03408ad
Merge pull request #16051 from nextcloud/backport/16033/stable16
...
[stable16] fix LDAP Wizard forgetting groups on select with search
2019-06-24 16:17:09 +02:00
Arthur Schiwon
8f5dc4e5ce
fixes LDAP Wizard forgetting groups on select with search
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-24 06:12:50 +00:00
Nextcloud bot
7085ec3551
[tx-robot] updated from transifex
2019-06-24 02:14:12 +00:00
Nextcloud bot
624f8f0e3f
[tx-robot] updated from transifex
2019-06-23 02:14:32 +00:00
Nextcloud bot
5f45a2ecb2
[tx-robot] updated from transifex
2019-06-22 02:14:01 +00:00
Joas Schilling
92f11a646b
Prevent faulty logs from nested setupFS calls
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-21 10:01:28 +00:00
John Molakvoæ
5055d63f37
[stable16] Fix window scroll container ( #16016 )
...
[stable16] Fix window scroll container
2019-06-21 10:29:30 +02:00
Nextcloud bot
f7b7f07e08
[tx-robot] updated from transifex
2019-06-21 02:13:48 +00:00
Nextcloud bot
d44f7df6f6
[tx-robot] updated from transifex
2019-06-20 02:13:59 +00:00
blizzz
d3199cfc7f
Merge pull request #16015 from nextcloud/backport/16011/stable16
...
[stable16] (LDAP) API: return one base properly when multiple are configured
2019-06-20 00:24:10 +02:00
Julius Härtl
265a7ad882
Fix window scroll container
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 17:43:19 +00:00
Arthur Schiwon
15c77deeef
fixes return type in php doc
...
* the backend already expects and works with the string
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 15:20:14 +00:00
Arthur Schiwon
bca48e088b
fixes returning the base when multiple are specified
...
* reading the config directly will return the value with line breaks
* using the proper accessor gives us all bases in an array
* returns the first matching one
* having user id provided for the group base is strange and does not let
us operate like this. here we return the first one. might change in
future, a backportable fix won't have an API change however.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 15:20:13 +00:00
John Molakvoæ
0c79118e9f
[stable16] Avoid scrolling to the hidden input when toggling grid/list view ( #16007 )
...
[stable16] Avoid scrolling to the hidden input when toggling grid/list view
2019-06-19 15:42:05 +02:00
Julius Härtl
b18befd339
Avoid scrolling to the hidden input when toggling grid/list view
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 08:50:27 +00:00
John Molakvoæ
dce4a245b5
[stable16] cache the displayname after an LDAP plugin set it ( #16000 )
...
[stable16] cache the displayname after an LDAP plugin set it
2019-06-19 08:08:36 +02:00
Nextcloud bot
c08f3836b0
[tx-robot] updated from transifex
2019-06-19 02:13:59 +00:00
Arthur Schiwon
c95da45e48
caches the displayname after an LDAP plugin set it
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-18 21:21:49 +00:00
John Molakvoæ
26ab38aea0
[stable16] Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661 ( #15981 )
...
[stable16] Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
2019-06-18 16:46:11 +02:00
Nextcloud bot
067627b678
[tx-robot] updated from transifex
2019-06-18 02:14:04 +00:00
blizzz
3c61ba7db4
Merge pull request #15984 from nextcloud/backport/15858/stable16
...
[stable16] add LDAP integr. test for receiving share candidates with group limitation
2019-06-17 22:46:12 +02:00
Arthur Schiwon
17bc99743b
fix inGroup check, thus make integration tests succeed
...
there is not such strange return mode. Having invalid user ids caused this
check to fail, and as side effect share limitation to groups to not work.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-17 13:34:55 +00:00
Arthur Schiwon
d325d23593
add LDAP integr. test for receiving share candidates with group limitation
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-17 13:34:55 +00:00
Jan-Christoph Borchardt
5369a132b6
Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-17 08:00:42 +00:00
Nextcloud bot
7a70c37549
[tx-robot] updated from transifex
2019-06-17 02:14:06 +00:00
Nextcloud bot
36d48fa2bd
[tx-robot] updated from transifex
2019-06-16 02:14:16 +00:00
Nextcloud bot
29f157ec86
[tx-robot] updated from transifex
2019-06-15 02:13:46 +00:00
Nextcloud bot
1d4e394cf5
[tx-robot] updated from transifex
2019-06-14 02:14:35 +00:00
John Molakvoæ
73a186066b
[stable16] Temporary fix for project translations ( #15949 )
...
[stable16] Temporary fix for project translations
2019-06-13 19:15:53 +02:00
Julius Härtl
b41a7cacff
Temporary fix for project translations
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-13 16:08:14 +02:00
John Molakvoæ
84f45fe73f
[stable16] Fix userid casting in notifications ( #15925 )
...
[stable16] Fix userid casting in notifications
2019-06-12 08:59:21 +02:00
John Molakvoæ
9dfe777fc8
[stable16] Show share settings only if incoming federated shares are allowed ( #15926 )
...
[stable16] Show share settings only if incoming federated shares are allowed
2019-06-12 08:58:49 +02:00
Morris Jobke
827b941c49
Show share settings only if incoming federated shares are allowed
...
Fixes #15802
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-06-11 16:32:08 +00:00
John Molakvoæ (skjnldsv)
9346718cc2
Fix userid casting in notifications
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-11 16:31:25 +00:00
John Molakvoæ
f21b9c0df7
[stable16] Fix mobile menu over app-content ( #15920 )
...
[stable16] Fix mobile menu over app-content
2019-06-11 18:28:53 +02:00
John Molakvoæ (skjnldsv)
c5881c4af3
Fix mobile menu over app-content
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-11 13:26:14 +00:00
John Molakvoæ
50829f3a2f
[stable16] Fix missing login hook wih Apache/SAML login ( #15911 )
...
[stable16] Fix missing login hook wih Apache/SAML login
2019-06-11 14:54:47 +02:00
Christoph Wurst
376e570b15
Fix missing login hook wih Apache/SAML
...
Without this patch the hook does not transport the information whether the login is
done with an app password or not. The suspicious login app requires the parameter
to function correctly, hence adding it will make suspicious login detection also possible
with SAML users.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-11 07:42:25 +00:00