Commit Graph

20429 Commits

Author SHA1 Message Date
Nextcloud bot aab447521c
[tx-robot] updated from transifex 2019-06-25 02:14:02 +00:00
Robin Appelman 88d9f009ec
Merge pull request #15888 from nextcloud/dav-write-forward-exception
log inner exception during dav write
2019-06-24 10:22:03 +02:00
blizzz c417194374
Merge pull request #16033 from nextcloud/fix/noid/ldap-group-wiz-selection
fix LDAP Wizard forgetting groups on select with search
2019-06-24 08:12:06 +02:00
Nextcloud bot a8ca8431a5
[tx-robot] updated from transifex 2019-06-24 02:14:05 +00: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
Arthur Schiwon 5617785955
fixes LDAP Wizard forgetting groups on select with search
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-21 14:50:40 +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
John Molakvoæ 552657223a
Fix window scroll container (#16009)
Fix window scroll container
2019-06-19 19:42: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
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
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æ 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
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
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
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
Nextcloud bot 1bbb26e060
[tx-robot] updated from transifex 2019-06-17 02:13:59 +00:00
Nextcloud bot dd6642ea1f
[tx-robot] updated from transifex 2019-06-16 02:14:10 +00:00
Nextcloud bot 7fea531847
[tx-robot] updated from transifex 2019-06-15 02:13:36 +00:00
Jan-Christoph Borchardt 42a84ea454
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-14 14:16:25 +02:00
John Molakvoæ bf18f1ee93
Add strict type on Notifications tests (#15935)
Add strict type on Notifications tests
2019-06-14 14:12:50 +02:00
Arthur Schiwon 1d48c0313c
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-14 06:23:58 +02:00
Nextcloud bot 85767660ba
[tx-robot] updated from transifex 2019-06-14 02:14:26 +00:00
Robin Appelman f349d5a225
Merge pull request #15866 from nextcloud/versionid-string
allow non integer version ids
2019-06-13 17:15:26 +02:00
John Molakvoæ (skjnldsv) e9351ef779
Add strict type on Notifications tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-13 14:58:38 +02:00
Daniel Calviño Sánchez c887564e4f Fix download entry shown on public share menu when not in mobile
Due to a typo in the variable name the rule was not properly parsed and
applied.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-12 15:36:13 +02:00
John Molakvoæ 2cb0b9e56e
Properly theme folder icons that are accessed though imagePath (#15875)
Properly theme folder icons that are accessed though imagePath
2019-06-11 19:16:04 +02:00
John Molakvoæ dc600f2619
Show share settings only if incoming federated shares are allowed (#15830)
Show share settings only if incoming federated shares are allowed
2019-06-11 18:31:16 +02:00
Julius Härtl cfed233f47
Properly theme folder icons that are accessed though imagePath
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-11 17:38:17 +02:00
Robin Appelman 08865046fb
log inner exception during dav write
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-06 16:02:42 +02:00
Roeland Jago Douma 49361c40e2
Typehint builtin types in constructor to not initiate autoloading
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-04 15:13:33 +02:00
Roeland Jago Douma 357263a70b
Do not try to autoload built in types
This avoids calls to the autoloader (or chain of autoloaders) to see if
for example 'principalPrefix' class can be found. While we already know
it is a string.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-04 15:13:32 +02:00
Robin Appelman a0a3f534f7
allow non integer version ids
currently version ids are timestamps, but for storage provided versions
this is not always the case and they might be strings

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-04 14:15:20 +02:00
Robin Appelman 5209cdccdb
fix loading multiple version backends from one app
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-04 14:11:24 +02:00
Roeland Jago Douma fa40c57e8d
Update JS bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-04 13:50:12 +02:00
dependabot-preview[bot] 188173a788
Bump nextcloud-axios from 0.1.3 to 0.2.0
Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios) from 0.1.3 to 0.2.0.
- [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.1.3...v0.2.0)

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-03 12:50:15 +02:00
dependabot-preview[bot] c9369b7f69
Bump nextcloud-vue from 0.11.3 to 0.11.4
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.11.3 to 0.11.4.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.11.3...v0.11.4)
2019-06-03 10:08:51 +02:00
dependabot-preview[bot] 4dd4c44182
[Security] Bump axios from 0.18.0 to 0.18.1
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
2019-06-02 07:49:46 +02:00