Nextcloud bot
fb83b2d155
[tx-robot] updated from transifex
2019-06-23 02:14:26 +00:00
John Molakvoæ
d7d07d57cf
changes the returned key from UserID to id, in accordance with getUserData ( #16036 )
...
changes the returned key from UserID to id, in accordance with getUserData
2019-06-22 08:37:18 +02:00
Nextcloud bot
7662da48dd
[tx-robot] updated from transifex
2019-06-22 02:13:54 +00:00
Jan-Christoph Borchardt
e558cb2b5d
Merge pull request #15997 from nextcloud/design/sidebar-icon
...
Add sidebar icon we use in Talk and Viewer already
2019-06-21 23:14:10 +02:00
Robin Appelman
1ad95caf24
Merge pull request #15889 from nextcloud/touch-handle-backend-exceptions
...
handle storage exceptions when trying to set mtime
2019-06-21 17:14:27 +02:00
Arthur Schiwon
99075825e3
changes the returned key from UserID to id, in accordance with getUserData
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-21 16:38:25 +02:00
Robin Appelman
000898d932
fix tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-21 16:23:47 +02:00
Joas Schilling
9d121985dc
Merge pull request #15540 from nextcloud/bugfix/noid/prevent-faulty-logs-from-nested-setupFS-calls
...
Prevent faulty logs from nested setupFS calls
2019-06-21 12:00:22 +02:00
blizzz
c1eff72bdf
Merge pull request #15964 from nextcloud/enh/noid/user-creation-options
...
Opt-in for generation userid, requiring email addresses
2019-06-21 11:08:59 +02:00
Arthur Schiwon
29449f85b6
uses "yes" and "no" for config switch over stringified numbers
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-21 10:22:12 +02:00
Nextcloud bot
08734326da
[tx-robot] updated from transifex
2019-06-21 02:13:40 +00:00
Nextcloud bot
4ff3978a6d
[tx-robot] updated from transifex
2019-06-20 02:13:51 +00:00
Arthur Schiwon
05b3288fdd
rebuilt js files after rebase
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-20 02:10:30 +02:00
John Molakvoæ
02e350e271
Let the user confirm the remote wipe ( #15774 )
...
Let the user confirm the remote wipe
2019-06-19 19:43:03 +02:00
John Molakvoæ
552657223a
Fix window scroll container ( #16009 )
...
Fix window scroll container
2019-06-19 19:42:38 +02:00
John Molakvoæ
1e75bb4744
Add make clean ( #16012 )
...
Add make clean
2019-06-19 19:42:18 +02:00
John Molakvoæ
accf036c2e
Bump webpack-cli from 3.3.3 to 3.3.4 ( #15973 )
...
Bump webpack-cli from 3.3.3 to 3.3.4
2019-06-19 19:41:38 +02:00
blizzz
0d6e9a4a26
Merge pull request #16011 from nextcloud/fix/noid/ldapprovider-return-one-base
...
(LDAP) API: return one base properly when multiple are configured
2019-06-19 17:19:24 +02:00
Arthur Schiwon
bbe2f2535a
makes users management page aware of the introduced options
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 17:04:35 +02:00
Arthur Schiwon
660fbd64e3
ensures mapping of chosen userid
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 17:02:28 +02:00
Arthur Schiwon
5b754a6353
extends Provisioning API with optional userid and required email
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 17:02:28 +02:00
dependabot-preview[bot]
f074b6eaa7
Bump webpack-cli from 3.3.3 to 3.3.4
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/3.3.3...v3.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 13:01:45 +00:00
Christoph Wurst
c77feca64b
Let the user confirm the remote wipe
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-19 15:01:22 +02:00
Georg Ehrke
b25838e157
Merge pull request #15988 from nextcloud/feature/shared-browserlist-config
...
Use shared browserslist config
2019-06-19 12:59:31 +00:00
Robin Appelman
817bdc47c8
Merge pull request #15869 from nextcloud/multiple-version-backends
...
fix loading multiple version backends from one app
2019-06-19 14:00:53 +02:00
John Molakvoæ (skjnldsv)
fc28044304
Add make clean
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-19 13:53:28 +02:00
Arthur Schiwon
0b34085f24
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 13:40:07 +02:00
Arthur Schiwon
8a7b0a68a5
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 13:39:15 +02:00
Julius Härtl
bf56f2843c
Fix window scroll container
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 11:14:57 +02:00
John Molakvoæ
94e4ce38cf
Remove auto focus of share input field on dialog open, fix #15261 ( #15960 )
...
Remove auto focus of share input field on dialog open, fix #15261
2019-06-19 11:09:06 +02:00
John Molakvoæ
21d836364e
Add extendedSupport to Subscription ( #15922 )
...
Add extendedSupport to Subscription
2019-06-19 10:55:10 +02:00
John Molakvoæ
abb1fd9fc9
Avoid scrolling to the hidden input when toggling grid/list view ( #16005 )
...
Avoid scrolling to the hidden input when toggling grid/list view
2019-06-19 10:49:15 +02:00
Christoph Wurst
cfb64ae93e
Use shared browserslist config
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-19 10:41:10 +02:00
John Molakvoæ
3a0e4a1927
Merge pull request #15993 from nextcloud/bugfix/noid/file-not-found
...
Properly redirect if accessing invalid file though /f/ entrypoint
2019-06-19 10:35:14 +02:00
John Molakvoæ
0d7727bfeb
Allow to access source maps on apache ( #16006 )
...
Allow to access source maps on apache
2019-06-19 10:34:56 +02:00
John Molakvoæ
792c98eb58
Bump webpack from 4.33.0 to 4.34.0 ( #15972 )
...
Bump webpack from 4.33.0 to 4.34.0
2019-06-19 10:33:00 +02:00
Julius Härtl
3ef1780646
Allow to access source maps on apache
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 09:54:49 +02:00
Julius Härtl
25a646e1ee
Avoid scrolling to the hidden input when toggling grid/list view
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 09:35:52 +02:00
Nextcloud bot
507f4afdbc
[tx-robot] updated from transifex
2019-06-19 02:13:51 +00:00
blizzz
8951376733
Merge pull request #15987 from nextcloud/fix/noid/cache-displayname-on-save
...
cache the displayname after an LDAP plugin set it
2019-06-18 23:19:56 +02:00
Jan-Christoph Borchardt
3a0299f75f
Add sidebar icon we use in Talk and Viewer already
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-18 17:59:00 +02:00
Julius Härtl
2d06ea5cfc
Properly redirect if accessing invalid file though /f/ entrypoint
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-18 13:09:38 +02:00
Arthur Schiwon
a1f2dbe29c
caches the displayname after an LDAP plugin set it
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-18 12:42:03 +02:00
Nextcloud bot
366374d8e3
[tx-robot] updated from transifex
2019-06-18 02:13:57 +00:00
John Molakvoæ
e432ead04d
Remove precomposed from apple-touch-icon-precomposed ( #15963 )
...
Remove precomposed from apple-touch-icon-precomposed
2019-06-17 22:26:37 +02:00
Julius Härtl
d5805df6c2
Fix subscription tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-17 16:36:24 +02:00
Julius Härtl
df072471a7
Add extendedSupport to Subscription
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-17 16:36:23 +02:00
blizzz
2378012ee0
Merge pull request #15858 from nextcloud/enh/noid/ldap-sharee-limited-groups
...
add LDAP integr. test for receiving share candidates with group limitation
2019-06-17 15:33:50 +02:00
John Molakvoæ
f6ad353c7c
Merge pull request #15961 from nextcloud/design/sharing-accessibility
...
Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
2019-06-17 09:59:55 +02:00
npmbuildbot[bot]
b855d08e15
Compiling assets
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-06-17 07:54:17 +00:00