Roeland Jago Douma
a36e761d7e
Merge pull request #21183 from nextcloud/version/17.0.7/final
...
17.0.7
2020-06-04 08:26:00 +02:00
Nextcloud bot
78b2e22955
[tx-robot] updated from transifex
2020-06-04 02:16:44 +00:00
Nextcloud bot
73d6470b09
[tx-robot] updated from transifex
2020-06-03 02:16:37 +00:00
Roeland Jago Douma
07a3b014c0
17.0.7
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-06-02 09:27:22 +02:00
Nextcloud bot
6317cfda38
[tx-robot] updated from transifex
2020-06-02 02:16:19 +00:00
Nextcloud bot
8bdcf11b13
[tx-robot] updated from transifex
2020-06-01 02:16:19 +00:00
Nextcloud bot
3ee3ca5db5
[tx-robot] updated from transifex
2020-05-31 02:16:36 +00:00
Nextcloud bot
00c014c15e
[tx-robot] updated from transifex
2020-05-30 02:16:23 +00:00
Nextcloud bot
1d6b1a8297
[tx-robot] updated from transifex
2020-05-29 02:16:48 +00:00
Roeland Jago Douma
c2e1a6dcb6
Merge pull request #21062 from nextcloud/version/17.0.7/RC1
...
17.0.7 RC1
2020-05-28 16:20:44 +02:00
Roeland Jago Douma
913ce60dc3
Merge pull request #21110 from nextcloud/backport/19793/stable17
...
[stable17] Fix resharing of federated shares that were created out of links
2020-05-28 16:19:50 +02:00
Nextcloud bot
ace0ace081
[tx-robot] updated from transifex
2020-05-28 02:16:57 +00:00
Roeland Jago Douma
fbf7c93293
Merge pull request #21104 from nextcloud/backport/20676/stable17
...
[stable17] Don't remove last user in ldap group when limit is -1
2020-05-27 21:58:49 +02:00
blizzz
0d691c3dfc
Merge pull request #21116 from nextcloud/backport/21106/stable17
...
[stable17] use the loginname to verify the old password in user password changes
2020-05-27 10:18:27 +02:00
Nextcloud bot
247dd76269
[tx-robot] updated from transifex
2020-05-27 02:16:29 +00:00
Clement Wong
95a647be3e
Don't remove last user in ldap group when limit is -1
...
Signed-off-by: Clement Wong <git@clement.hk >
2020-05-26 21:42:36 +02:00
Arthur Schiwon
466bed2142
use the loginname to verify the old password in user password changes
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-05-26 19:24:26 +00:00
Roeland Jago Douma
1fe36b44f8
Merge pull request #21097 from nextcloud/backport/21090/stable17
...
[stable17] Do not read certificate bundle from data dir by default
2020-05-26 11:45:58 +02:00
Julius Härtl
3584797c16
Fix share update test
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-05-26 11:37:02 +02:00
Roeland Jago Douma
cccd0d82de
Update public link share permission code
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-05-26 11:37:01 +02:00
Roeland Jago Douma
b48df49b04
Have share permissions on link shares if it is enabled
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-05-26 11:37:01 +02:00
Julius Härtl
6941bbebbf
Adjust integration tests to new permissions
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-05-26 11:36:47 +02:00
Julius Härtl
1808cf93a2
Remove unneeded test since links have resharing permissions by default
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-05-26 11:36:45 +02:00
Julius Härtl
f50bf10bec
Link shares have reshare permission if outgoing federated shares are enabled
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-05-26 11:34:05 +02:00
Julius Härtl
703fca8ec6
Set proper share type when converting link shares to federated shares
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-05-26 11:34:05 +02:00
Nextcloud bot
47e28d88f4
[tx-robot] updated from transifex
2020-05-26 02:16:22 +00:00
Morris Jobke
4257de3b17
Do not read certificate bundle from data dir by default
...
Before the resources/config/ca-bundle.crt was only used when the list of custom
certificates was empty and the instance was not installed. But it should also
be used when the list is empty and the instance is installed.
This is inverting the logic to stop if the instance is not installed to use the
default bundle. And it also does this when the list is empty.
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-05-25 17:55:55 +00:00
Roeland Jago Douma
b23db6588e
Merge pull request #20986 from nextcloud/backport/20955/stable17
...
[stable17] Proxy server could cache http response when it is not private
2020-05-25 19:49:29 +02:00
Morris Jobke
27486cfd55
Merge pull request #20966 from nextcloud/backport/20033/stable17
...
[stable17] Enable fseek for files in S3 storage
2020-05-25 13:47:29 +02:00
Nextcloud bot
76e3d633f7
[tx-robot] updated from transifex
2020-05-25 02:16:39 +00:00
Nextcloud bot
51973af844
[tx-robot] updated from transifex
2020-05-24 02:16:12 +00:00
Clement Wong
557698690a
Fix http testCacheSeconds
...
Signed-off-by: Clement Wong <git@clement.hk >
2020-05-23 23:00:00 +02:00
Nextcloud bot
79fcb710d4
[tx-robot] updated from transifex
2020-05-23 02:16:39 +00:00
Robin Appelman
e471c37b9b
harden seekable http stream a bit against failures
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-05-22 15:31:23 +02:00
Robin Appelman
44ea3b843a
update autoloader
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-05-22 15:31:13 +02:00
Robin Appelman
23560884e6
add basic tests for s3 seeking and add some error handling if reopen return the wrong range
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-05-22 15:31:10 +02:00
Robin Appelman
2ecf23a4dc
make seekable s3 stream generic
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-05-22 15:31:06 +02:00
Lukas Stabe
4611577ffa
Enable fseek for files in S3 storage
...
Signed-off-by: Lukas Stabe <lukas@stabe.de >
2020-05-22 15:31:02 +02:00
Nextcloud bot
fcb8d2cb45
[tx-robot] updated from transifex
2020-05-22 02:17:41 +00:00
Roeland Jago Douma
2c2f7917d3
17.0.7 RC1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-05-21 09:38:50 +02:00
Nextcloud bot
e64f2c6834
[tx-robot] updated from transifex
2020-05-21 02:17:46 +00:00
Morris Jobke
f048380a5f
Merge pull request #21055 from nextcloud/backport/21050/stable17
...
[stable17] Caching and compression for app store requests
2020-05-20 13:26:58 +02:00
Morris Jobke
2e41b6f83c
Compress the appstore requests by default
...
In test it reduced the transfered data from 5 MB to 2 MB. This should reduce the load on the appstore significantly.
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-05-20 11:19:42 +02:00
Morris Jobke
8b2d609a6a
Cache appstore requests for 60 instead of 5 minutes
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-05-20 11:19:42 +02:00
Nextcloud bot
a075be51ef
[tx-robot] updated from transifex
2020-05-20 02:16:47 +00:00
Nextcloud bot
a2a183fcb3
[tx-robot] updated from transifex
2020-05-19 02:17:29 +00:00
Morris Jobke
83f2f69fc0
Merge pull request #20993 from nextcloud/backport/20941/stable17
...
[stable17] update icewind/smb to 3.2.4
2020-05-18 11:04:16 +02:00
Nextcloud bot
14aa9ae1e5
[tx-robot] updated from transifex
2020-05-18 02:16:44 +00:00
Nextcloud bot
b4287fbf7c
[tx-robot] updated from transifex
2020-05-17 02:17:17 +00:00
Nextcloud bot
6a6dc52d46
[tx-robot] updated from transifex
2020-05-16 02:17:36 +00:00
Robin Appelman
085fae9ad9
update icewind/smb to 3.2.4
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-05-15 17:22:53 +02:00
Morris Jobke
bccec95a96
Merge pull request #20882 from nextcloud/backport/20841/stable17
...
[stable17] add locking to resolve concurent move to trashbin conflicts
2020-05-15 14:55:15 +02:00
Clement Wong
e309165032
Fix http cache test
...
Signed-off-by: Clement Wong <git@clement.hk >
2020-05-15 06:24:10 +00:00
Clement Wong
5d726f4335
Proxy server could cache http response when it is not private
...
Signed-off-by: Clement Wong <git@clement.hk >
2020-05-15 06:24:07 +00:00
Roeland Jago Douma
31ecdfb196
Merge pull request #20977 from nextcloud/dependabot/npm_and_yarn/build/stable17/handlebars-4.6.0
...
[Security] Bump handlebars from 4.3.0 to 4.6.0 in /build
2020-05-15 08:12:42 +02:00
Nextcloud bot
539909fed4
[tx-robot] updated from transifex
2020-05-15 02:17:38 +00:00
dependabot-preview[bot]
fb714e0322
[Security] Bump handlebars from 4.3.0 to 4.6.0 in /build
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.3.0 to 4.6.0. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-14 13:06:02 +00:00
Nextcloud bot
377c68128e
[tx-robot] updated from transifex
2020-05-14 02:16:58 +00:00
Nextcloud bot
f72185451a
[tx-robot] updated from transifex
2020-05-13 02:16:45 +00:00
Nextcloud bot
7774315bc9
[tx-robot] updated from transifex
2020-05-12 02:16:31 +00:00
Roeland Jago Douma
3c7cd001cd
Merge pull request #20925 from nextcloud/backport/20915/stable17
...
[stable17] Use random_bytes
2020-05-11 21:00:39 +02:00
Roeland Jago Douma
c76487e6c0
Merge pull request #20775 from nextcloud/backport/19743/stable17
...
[stable17] dont try to update storage mtime if we can't get the mtime
2020-05-11 16:43:44 +02:00
Roeland Jago Douma
8fabe71710
Use random_bytes
...
Since we don't care if it is human readbale.
The code is backwards compatible with the old format.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-05-11 12:27:06 +00:00
Roeland Jago Douma
930e96d0b2
Merge pull request #20748 from nextcloud/backport/20718/stable17
...
[stable17] Add a wrapper to fall back to the share owner on public shares
2020-05-11 13:14:14 +02:00
Nextcloud bot
a1960e58ef
[tx-robot] updated from transifex
2020-05-11 02:16:30 +00:00
Nextcloud bot
b5e868686c
[tx-robot] updated from transifex
2020-05-10 02:16:19 +00:00
Nextcloud bot
373079c1e8
[tx-robot] updated from transifex
2020-05-09 02:16:58 +00:00
Robin Appelman
069870a82f
add locking to resolve concurent move to trashbin conflicts
...
uses a lock to prevent two requests from moving a file to the trashbin concurrently
(causing sql duplicate key errors)
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-05-08 11:29:56 +00:00
Nextcloud bot
23fb63daeb
[tx-robot] updated from transifex
2020-05-08 02:16:25 +00:00
Nextcloud bot
f2c27a166a
[tx-robot] updated from transifex
2020-05-07 02:16:32 +00:00
Nextcloud bot
23a7c00aa6
[tx-robot] updated from transifex
2020-05-06 02:16:48 +00:00
Nextcloud bot
88d98a0072
[tx-robot] updated from transifex
2020-05-05 02:16:33 +00:00
Morris Jobke
3a20d43277
Merge pull request #20809 from nextcloud/backport/20807/stable17
...
[stable17] clarified trash bin retention by storage shortage override in config.sample.php
2020-05-04 14:07:14 +02:00
Sascha Wiswedel
953234db00
clarified trash bin retention by storage shortage override
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-05-04 11:42:49 +00:00
Nextcloud bot
b7f6b7541e
[tx-robot] updated from transifex
2020-05-04 02:16:37 +00:00
Nextcloud bot
4f17611ba0
[tx-robot] updated from transifex
2020-05-03 02:16:34 +00:00
Nextcloud bot
14c45201b1
[tx-robot] updated from transifex
2020-05-02 02:16:53 +00:00
Robin Appelman
8a027c3fb3
dont try to update storage mtime if we can't get the mtime
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-05-01 16:22:59 +00:00
Roeland Jago Douma
a9d778336c
Merge pull request #20764 from nextcloud/backport/20710/stable17
...
[stable17] Fix Argon2 options checks
2020-05-01 14:43:08 +02:00
MichaIng
c9ce1197c4
Fix Argon2 options checks
...
The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum.
Options are now applied the following way:
- If config.php contains the setting with an integer higher or equal to the minimum, it is applied.
- If config.php contains the setting with an integer lower than the minimum, the minimum is applied.
- If config.php does not contain the setting or with no integer value, the PHP default is applied.
Signed-off-by: MichaIng <micha@dietpi.com >
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-05-01 09:39:03 +00:00
Roeland Jago Douma
18eb25c502
Fix owner on publicownerwrapper
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-05-01 11:21:54 +02:00
Roeland Jago Douma
3cabd830eb
Merge pull request #20751 from nextcloud/backport/20744/stable17
...
[stable17] Fix public layout header title & description
2020-05-01 09:07:39 +02:00
Roeland Jago Douma
ee22a15e1b
Merge pull request #19496 from nextcloud/dependabot/npm_and_yarn/build/stable17/handlebars-4.3.0
...
[Security] Bump handlebars from 4.1.2 to 4.3.0 in /build
2020-05-01 09:06:05 +02:00
Nextcloud bot
00c3fb93ba
[tx-robot] updated from transifex
2020-05-01 02:17:07 +00:00
John Molakvoæ (skjnldsv)
29d9cca417
Fix public layout header title & description
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2020-04-30 19:22:46 +02:00
Roeland Jago Douma
325f84bd0d
Add a wrapper to fall back to the share owner on public shares
...
Else it might happen that we setup a storage that has no real owner and
activities do boom etc (looking at you groupfolders and external
storages!).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-04-30 12:43:21 +00:00
dependabot-preview[bot]
a52178eb47
[Security] Bump handlebars from 4.1.2 to 4.3.0 in /build
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.2 to 4.3.0. **This update includes a security fix.**
- [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.1.2...v4.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-30 07:14:23 +00:00
Nextcloud bot
f33923c8e8
[tx-robot] updated from transifex
2020-04-30 02:17:30 +00:00
Roeland Jago Douma
4cab78133c
Merge pull request #20683 from nextcloud/backport/20650/stable17
...
[stable17] Adhere to EMailTemplate interface in constructor call.
2020-04-29 10:26:34 +02:00
Roeland Jago Douma
0558a25e97
Merge pull request #20704 from nextcloud/backport/20636/stable17
...
[stable17] Add tests for update notification controller for non-default updater …
2020-04-29 10:10:41 +02:00
Roeland Jago Douma
890d823c6d
Merge pull request #20681 from nextcloud/backport/20632/stable17
...
[stable17] Only catch anonymous OPTIONS for Office
2020-04-29 10:10:07 +02:00
Nextcloud bot
090d36b136
[tx-robot] updated from transifex
2020-04-29 02:17:13 +00:00
Morris Jobke
a7e5b6aeb5
Add tests for update notification controller for non-default updater server URL
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-04-28 14:21:05 +00:00
Morris Jobke
7d60572a6d
Merge pull request #20620 from nextcloud/backport/20470/stable17-fix/noid/karma-coverage
...
[stable17] Fix jsunit tests
2020-04-28 13:15:08 +02:00
Nextcloud bot
df8744a497
[tx-robot] updated from transifex
2020-04-28 02:16:41 +00:00
Tekhnee
00e7d079c8
Adhere to EMailTemplate interface in constructor call.
...
Email creation appears to have been refactored lately but it looks like custom template-based emails were left out.
Signed-off-by: Tekhnee <info@tekhnee.org >
2020-04-27 09:14:22 +00:00
Julius Härtl
4900475eac
Only catch anonymous OPTIONS for Office
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-04-27 08:41:54 +00:00
Nextcloud bot
e1d25ea997
[tx-robot] updated from transifex
2020-04-27 02:16:31 +00:00
Nextcloud bot
20ff0a4cb0
[tx-robot] updated from transifex
2020-04-26 02:16:30 +00:00
Nextcloud bot
4ced9f0ab8
[tx-robot] updated from transifex
2020-04-25 02:16:22 +00:00
Morris Jobke
7da291bcf6
Merge pull request #20579 from nextcloud/backport/20449/stable17
...
[stable17] Array offset error due to empty file versions array
2020-04-24 14:34:51 +02:00
Nextcloud bot
8e86a459ee
[tx-robot] updated from transifex
2020-04-24 02:28:18 +00:00
Daniel Kesselberg
edeb4fccec
Fix jsunit tests
...
JSUnit tests are failing for some reason. It seems to be related to a new karma-coverage version published a few hours ago.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2020-04-23 20:32:06 +02:00
Morris Jobke
d22ce3b895
Merge pull request #20603 from nextcloud/backport/20595/stable17
...
[stable17] Fix IE11 upload fallback methods
2020-04-23 14:18:14 +02:00
Nextcloud bot
7f2a440032
[tx-robot] updated from transifex
2020-04-23 02:17:13 +00:00
John Molakvoæ (skjnldsv)
5405dcff90
Fix IE11 upload fallback methods
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2020-04-22 20:11:13 +00:00
Roeland Jago Douma
1cab64d4a0
Merge pull request #20581 from nextcloud/version/17.0.6/final
...
17.0.6
2020-04-22 21:24:51 +02:00
Nextcloud bot
4534b197f6
[tx-robot] updated from transifex
2020-04-22 02:17:25 +00:00
Roeland Jago Douma
68a0ee97d0
17.0.6
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-04-21 10:54:13 +02:00
Liam JACK
e24e395b2e
Fix #19066 - Array offset error due to empty file versions array
...
Signed-off-by: Liam JACK <liamjack@users.noreply.github.com >
2020-04-21 08:47:08 +00:00
Nextcloud bot
2010a66802
[tx-robot] updated from transifex
2020-04-21 02:16:58 +00:00
Roeland Jago Douma
08cf8b3b23
Merge pull request #20546 from nextcloud/version/17.0.6/RC2
...
17.0.6 RC2
2020-04-20 22:32:53 +02:00
Roeland Jago Douma
bdcaff0f48
Merge pull request #20513 from nextcloud/backport/20246/stable17
...
[stable17] Provide the proper language to the mailer
2020-04-20 22:32:41 +02:00
Roeland Jago Douma
1fa8a8e484
Provide the proper language to the mailer
...
Else we can't properly translate the footer in the recipients e-mail
language.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-04-20 22:21:19 +02:00
Nextcloud bot
6bb8ad510e
[tx-robot] updated from transifex
2020-04-20 02:16:30 +00:00
Nextcloud bot
bfe17e0a5f
[tx-robot] updated from transifex
2020-04-19 02:16:29 +00:00
Roeland Jago Douma
01b275e283
Merge pull request #20517 from nextcloud/backport/20505/stable17
...
[stable17] do not advertise nulled userId for for systemwide credentials
2020-04-18 11:24:19 +02:00
Roeland Jago Douma
7af6507f68
Merge pull request #20532 from nextcloud/backport/20529/stable17
...
[stable17] Update list of multiple properties
2020-04-18 11:23:30 +02:00
Roeland Jago Douma
b460bcb52e
17.0.6 RC2
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-04-18 11:13:53 +02:00
Nextcloud bot
a27b61a0c7
[tx-robot] updated from transifex
2020-04-18 02:16:45 +00:00
Roeland Jago Douma
d1d502363d
Merge pull request #20406 from nextcloud/backport/20363/stable17
...
[stable17] update icewind/smb to 3.2.3
2020-04-17 13:45:15 +02:00
John Molakvoæ (skjnldsv)
ef7064256f
Update list of multiple properties
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2020-04-17 13:01:38 +02:00
Nextcloud bot
4c840cf2e8
[tx-robot] updated from transifex
2020-04-17 02:16:48 +00:00
Arthur Schiwon
e7754ddb2c
fix credentialsManager documentation and ensure userId to be used as string
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-04-16 09:56:25 +00:00
Arthur Schiwon
cfa81e0916
add DB tests for credentials manager
...
these are actually expected to FAIL, because NULL as a userid is not
allowed in the schema, but documented to be used on the source
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-04-16 09:56:24 +00:00
Nextcloud bot
112a3487c5
[tx-robot] updated from transifex
2020-04-16 02:17:50 +00:00
Roeland Jago Douma
20b11b8beb
Merge pull request #20494 from nextcloud/backport/20361/stable17
...
[stable17] Close the streams in `writeStream` even when there is an exception
2020-04-15 21:12:25 +02:00
Roeland Jago Douma
14b1772a86
Merge pull request #20457 from nextcloud/version/17.0.6/RC1
...
17.0.6 RC1
2020-04-15 20:25:45 +02:00
Roeland Jago Douma
49f8fa049f
Merge pull request #20408 from nextcloud/backport/19435/stable17
...
[stable17] Add text restore after restore icon
2020-04-15 20:23:46 +02:00
John Molakvoæ
27b10f5a6a
Merge pull request #20496 from nextcloud/backport/20401/stable17
...
[stable17] Fix absolute redirect
2020-04-15 15:22:42 +02:00
Joas Schilling
a97707c583
Merge pull request #20484 from nextcloud/backport/19936/stable17
...
[stable17] Handle unset owner in sharing
2020-04-15 14:12:27 +02:00
John Molakvoæ (skjnldsv)
18bcec1fee
Fix absolute redirect
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2020-04-15 09:31:45 +00:00
Robin Appelman
f72a44525a
Close the streams in writeStream even when there is an exception
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-04-15 08:51:39 +00:00
Morris Jobke
ad4c7bb30c
Merge pull request #20487 from nextcloud/backport/20474/stable17
...
[stable17] Update root.crl due to revocation of spgverein.crt
2020-04-15 08:30:34 +02:00
Nextcloud bot
b9d28b6b9e
[tx-robot] updated from transifex
2020-04-15 02:17:31 +00:00
Morris Jobke
cbbb21184c
Update root.crl due to revocation of spgverein.crt
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-04-14 18:43:31 +00:00
Joas Schilling
58d5e89898
Handle unset owner in sharing
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-04-14 18:37:18 +00:00
Morris Jobke
6ec7d6da7e
Merge pull request #20189 from nextcloud/backport/18679/stable17
...
[stable17] fix OCA\DAV\CalDAV\CalDavBackend search $options
2020-04-14 14:00:42 +02:00
Morris Jobke
d29658f046
Merge pull request #20164 from nextcloud/backport/19782/stable17
...
[stable17] Use global used space in quota wrappen when external storage is included
2020-04-14 13:59:48 +02:00
Thomas Citharel
9a0cf46ad0
Add check that DateTime parameters are of correct type
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2020-04-14 11:41:37 +02:00
Roeland Jago Douma
810d54b0af
Merge pull request #20283 from nextcloud/backport/19180/stable17
...
[stable17] Check for empty authorization headers for office requests
2020-04-14 11:36:31 +02:00
Nextcloud bot
c9c9b66399
[tx-robot] updated from transifex
2020-04-14 02:17:07 +00:00
Roeland Jago Douma
5245dc6ebe
17.0.6 RC1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-04-13 13:23:12 +02:00
Nextcloud bot
8975c02eb8
[tx-robot] updated from transifex
2020-04-13 02:20:02 +00:00
Nextcloud bot
5e982297b8
[tx-robot] updated from transifex
2020-04-12 03:09:34 +00:00
Nextcloud bot
fb8e313909
[tx-robot] updated from transifex
2020-04-11 02:18:55 +00:00
GretaD
fb53eb3c8b
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-04-10 09:49:32 +00:00
Robin Appelman
4e3161ec8c
update icewind/smb to 3.2.3
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-04-10 11:30:53 +02:00
Roeland Jago Douma
29a38f402f
Merge pull request #20263 from nextcloud/stable17-do-not-flood-console-when-uploading-files
...
[stable17] Do not flood console when uploading files
2020-04-10 08:39:36 +02:00
Nextcloud bot
13ac4c9c0d
[tx-robot] updated from transifex
2020-04-10 02:18:43 +00:00
Nextcloud bot
fa33278033
[tx-robot] updated from transifex
2020-04-09 02:18:45 +00:00
Gary Kim
52e191b02d
Compile Assets
...
Signed-off-by: Gary Kim <gary@garykim.dev >
2020-04-08 14:44:01 +08:00
Nextcloud bot
d8e733d229
[tx-robot] updated from transifex
2020-04-08 02:19:04 +00:00
Nextcloud bot
fba9a3b2d5
[tx-robot] updated from transifex
2020-04-07 02:18:28 +00:00
Roeland Jago Douma
4a92a22d14
Merge pull request #20336 from nextcloud/backport/19655/stable17
...
[stable17] Catch NotFoundException when getting the user folder
2020-04-06 20:54:34 +02:00
Julius Härtl
0a210b05c6
Catch NotFoundException when getting the user folder
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-04-06 16:51:59 +00:00
Nextcloud bot
84abc7c6a3
[tx-robot] updated from transifex
2020-04-06 02:18:21 +00:00
Nextcloud bot
11f7892107
[tx-robot] updated from transifex
2020-04-05 02:18:21 +00:00
Roeland Jago Douma
882738260d
Merge pull request #20157 from nextcloud/backport/20117/stable17
...
[stable17] Close updatenotification channel selector on click outside
2020-04-04 10:34:28 +02:00
Roeland Jago Douma
caabdc7213
Merge pull request #20149 from nextcloud/backport/19986/stable17
...
[stable17] RefreshWebcalService: randomly generate calendar-object uri
2020-04-04 10:33:35 +02:00
Roeland Jago Douma
4a1ca15c6a
Merge pull request #20176 from nextcloud/backport/20123/stable17
...
[stable17] Bugfix - Prevent PHP Warning for count on null on LDAP
2020-04-04 10:30:41 +02:00
Nextcloud bot
6fa10f377a
[tx-robot] updated from transifex
2020-04-04 02:18:09 +00:00
Nextcloud bot
51843cbf9f
[tx-robot] updated from transifex
2020-04-03 12:08:38 +00:00
Julius Härtl
ef1e12e69d
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-04-03 09:58:28 +00:00
Roeland Jago Douma
b3f142a67c
Merge pull request #20259 from nextcloud/backport/19781/stable17
...
[stable17] Dont always use the current users quota when calculating storage info
2020-04-02 19:22:45 +02:00
Hannes Burger
d57a9503e0
fix uploadprogressbar tooltip
...
Signed-off-by: Hannes Burger <hburger30@gmail.com >
2020-04-01 15:20:15 +02:00
Roeland Jago Douma
d85b0dca63
Remove the tests since the library is tested
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-04-01 15:20:04 +02:00
Roeland Jago Douma
ccd0cb3417
Move to escape-html
...
* If there is a package that does exactly the same then lets us use that
* Import it properly in the internals (less deprecation warnings)
As it is now used from the translation function this also prevents
flooding the console on big file uploads with messages about
"humanFileSize" being deprecated, which decreases the performance (even
if the developer tools of the browser are not open) and in some cases
even cause the upload to fail.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-04-01 15:18:04 +02:00
Daniel Calviño Sánchez
3ac3315088
Call "OC.Util.humanFileSize" instead of global "humanFileSize"
...
This prevents flooding the console on big file uploads with messages
about "humanFileSize" being deprecated, which decreases the performance
(even if the developer tools of the browser are not open) and in some
cases even cause the upload to fail.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2020-04-01 14:49:07 +02:00
Robin Appelman
f857acf4ab
Dont always use the current users quota when calculating storage info
...
instead pass the quota as parameter.
Without this fix, when 'quota_include_external_storage' is enabled, the
webui will show the quota configured for the admin for every user
instead of the users quota
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-04-01 12:26:35 +00:00
Roeland Jago Douma
0d872d81f4
Merge pull request #20203 from nextcloud/backport/19978/stable17
...
[stable17] Actually check if the owner is not null
2020-04-01 09:50:09 +02:00
John Molakvoæ
5287d7d050
Merge pull request #20239 from nextcloud/backport/20234/stable17
...
[stable17] Remove Acrobat logo from PDF filetype icon
2020-03-31 12:10:00 +02:00
Jan-Christoph Borchardt
65ea0d6c49
Remove Acrobat logo from PDF filetype icon
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2020-03-31 06:50:55 +00:00
Nextcloud bot
e8c6978a4a
[tx-robot] updated from transifex
2020-03-31 02:19:21 +00:00
Nextcloud bot
f5933a2717
[tx-robot] updated from transifex
2020-03-30 02:18:53 +00:00
Nextcloud bot
fbf4a374f6
[tx-robot] updated from transifex
2020-03-29 02:20:33 +00:00
Nextcloud bot
d1b5d99aea
[tx-robot] updated from transifex
2020-03-28 02:18:34 +00:00
Roeland Jago Douma
5850d3ec30
Actually check if the owner is not null
...
Else this can error out on storages that do not have an owner (e.g.
groupfolders).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-03-27 13:51:55 +00:00
Roeland Jago Douma
8c019729d3
Merge pull request #20194 from nextcloud/bump-version-17.0.5
...
Bump version on stable17
2020-03-27 10:25:00 +01:00
Joas Schilling
de9d814f5a
Bump version on stable17
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-03-27 08:15:12 +01:00
Nextcloud bot
64024b2cab
[tx-robot] updated from transifex
2020-03-27 02:18:38 +00:00
Thomas Citharel
95761684f6
Add extra test case to exclude by timerange
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2020-03-26 18:41:38 +01:00
dartcafe
3478ab86e4
Added test testSearch
...
Signed-off-by: dartcafe <github@dartcafe.de >
2020-03-26 18:41:31 +01:00
dartcafe
6ce61594d6
fix OCA\DAV\CalDAV\CalDavBackend search $options
...
Signed-off-by: dartcafe <github@dartcafe.de >
2020-03-26 18:41:24 +01:00
Philipp Staiger
c678af22b0
single squashed commit for bug fix
...
Signed-off-by: Philipp Staiger <philipp@staiger.it >
2020-03-26 10:30:55 +00:00
Christoph Wurst
4b103f6d61
Merge pull request #20167 from nextcloud/backport/20127/stable17
...
[stable17] Check the user on remote wipe
2020-03-26 09:47:17 +01:00
Nextcloud bot
e6d184bbe7
[tx-robot] updated from transifex
2020-03-26 02:18:52 +00:00
Joas Schilling
6bcd0975d0
Check the user on remote wipe
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-03-25 15:50:27 +00:00
Robin Appelman
7e55adcdf7
Use global used space in quota wrappen when external storage is included
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-03-25 13:19:01 +00:00
Gary Kim
78e93fc72b
Close updatenotification channel selector on click outside
...
While the vue-click-outside package was set up and
imported, it wasn't being used yet.
This commit sets up to use vue-click-outside
on the channel selector in updatenotification]
Signed-off-by: Gary Kim <gary@garykim.dev >
2020-03-25 18:43:07 +08:00
Georg Ehrke
d82f6da8b9
RefreshWebcalService: randomly generate calendar-object uri
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2020-03-25 07:14:12 +00:00
Nextcloud bot
dcf186d9ef
[tx-robot] updated from transifex
2020-03-25 02:18:46 +00:00
Roeland Jago Douma
cf80eeb739
Merge pull request #20034 from nextcloud/dav-long-properties-17
...
[17] Handle long dav property paths by hashing them
2020-03-24 20:53:57 +01:00
Roeland Jago Douma
9df9737111
Merge pull request #20131 from nextcloud/backport/19699-20032/stable17
...
[stable17] Fix PDF and video viewers on public links
2020-03-24 20:29:39 +01:00
Roeland Jago Douma
22a0a33cd0
Merge pull request #20141 from nextcloud/backport/20128/stable17
...
[stable17] Remove admin_notifications since it is obsolete since Nextcloud 14
2020-03-24 20:16:06 +01:00
Julius Härtl
f10b650381
Remove admin_notifications since it is obsolete since Nextcloud 14
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-03-24 13:57:32 +00:00
Joas Schilling
4f397381ba
Allow the video player on the hide download
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-03-24 09:42:03 +01:00
Joas Schilling
b1fe148a71
Allow single file downloads so the video player works again
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-03-24 09:27:12 +01:00
Nextcloud bot
2197bbd135
[tx-robot] updated from transifex
2020-03-24 02:19:02 +00:00
Nextcloud bot
8cc4bc676d
[tx-robot] updated from transifex
2020-03-23 02:19:23 +00:00
Roeland Jago Douma
ea1fb292fd
Merge pull request #20047 from nextcloud/backport/20039/stable17
...
[stable17] fixes auto-detecting UUID attributes
2020-03-22 14:23:27 +01:00
Nextcloud bot
6bf09446ae
[tx-robot] updated from transifex
2020-03-22 02:18:53 +00:00
Roeland Jago Douma
5d05fb15b1
Merge pull request #20055 from nextcloud/remove-placeholder-check-17
...
[17] remove the requirement that everything that looks like a placeholder …
2020-03-21 08:24:59 +01:00
Roeland Jago Douma
104e5aa6c3
Merge pull request #20052 from nextcloud/backport/20049/stable17
...
[stable17] Force compatible dependency versions in acceptance tests
2020-03-21 08:23:45 +01:00
Nextcloud bot
b24032d1aa
[tx-robot] updated from transifex
2020-03-21 02:19:21 +00:00
Robin Appelman
9383b5ae48
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-20 16:25:37 +01:00
Daniel Calviño Sánchez
d52b55fc14
Force compatible dependency versions in acceptance tests
...
behat/mink 1.8 and behat/mink-selenium2-driver 1.4 introduced behaviour
changes that broke the acceptance tests. Until the tests are updated to
work with the newer versions the last known versions are forced.
Note that some acceptance tests still fail after enforcing the
compatible versions, although that is caused by changes in the Nextcloud
server itself.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2020-03-20 14:51:08 +00:00
Arthur Schiwon
1fd3ebdd09
fixes auto-detecting UUID attributes
...
the continue (and later the early return) avoided proper looping over the
attribute candidates.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-03-20 10:09:07 +00:00
Nextcloud bot
a216694e66
[tx-robot] updated from transifex
2020-03-20 02:18:39 +00:00
Robin Appelman
12d0b9c64a
rebuild autoloader
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-03-19 15:54:53 +01:00
Robin Appelman
d108833345
fix tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-03-19 15:54:45 +01:00
Robin Appelman
37150d0e73
remove the detour trough node and work with path directly
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-03-19 15:54:33 +01:00
Robin Appelman
61f95a1f0d
use INode instead of Node for custom properties
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-03-19 15:53:46 +01:00
Robin Appelman
0c49273656
handle long property paths to hasing paths >250 chars
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-03-19 15:53:39 +01:00
Robin Appelman
28fed26c6d
remove unused code
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-03-19 15:53:30 +01:00
Robin Appelman
594873da07
test custom properties backend against real database
...
test behaviour not implementation
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-03-19 15:53:24 +01:00
Robin Appelman
a5164eef35
merge the two almost identical custom property backends
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-03-19 15:53:13 +01:00
Nextcloud bot
29cdc814d8
[tx-robot] updated from transifex
2020-03-19 02:20:22 +00:00
Roeland Jago Douma
211707c790
Merge pull request #20017 from nextcloud/backport/19981/stable17
...
[stable17] Update the target when it isempty after sharing
2020-03-18 20:59:00 +01:00
Roeland Jago Douma
13e65f38fa
Merge pull request #19983 from nextcloud/backport/19698/stable17
...
[stable17] Fix default action for deleted shares
2020-03-18 13:39:22 +01:00
Roeland Jago Douma
b0808d06ef
Update the target when it isempty after sharing
...
Hooks that listen to it (audit log) benefit from having the target
properly set.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-03-18 12:39:07 +00:00
GretaD
e1049ad220
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-18 13:00:14 +01:00
Nextcloud bot
6e2b7d5167
[tx-robot] updated from transifex
2020-03-18 02:21:26 +00:00
Roeland Jago Douma
982835b8dc
Merge pull request #20000 from nextcloud/backport/19995/stable17
...
[stable17] Default value of lookupServerEnabled should be the same everywhere
2020-03-17 18:29:49 +01:00
Georg Ehrke
9e325d64b8
Default value of lookupServerEnabled should be the same everywhere
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2020-03-17 14:09:13 +00:00
Nextcloud bot
92666384a4
[tx-robot] updated from transifex
2020-03-17 02:19:01 +00:00
Nextcloud bot
2e76106857
[tx-robot] updated from transifex
2020-03-16 02:21:29 +00:00
Nextcloud bot
cbe100c282
[tx-robot] updated from transifex
2020-03-15 02:19:34 +00:00
Nextcloud bot
a1c267844f
[tx-robot] updated from transifex
2020-03-14 02:18:22 +00:00
Roeland Jago Douma
dd40950025
Merge pull request #19925 from nextcloud/backport/19910/stable17
...
[stable17] Do not use the instance name as user part of from mail addresses
2020-03-13 15:51:04 +01:00
Julius Härtl
7b32e0b539
Do not use the instance name as user part of from mail addresses
...
This will cause issues since the theming name can contain characters
that are not allowed in the local part of the mail address (like spaces)
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-03-13 10:49:00 +00:00
Roeland Jago Douma
9077a942e9
Merge pull request #19917 from nextcloud/backport/19888/stable17
...
[stable17] Get correct mimetype on objectstores
2020-03-13 09:36:21 +01:00
Nextcloud bot
b96291e043
[tx-robot] updated from transifex
2020-03-13 02:18:39 +00:00
Roeland Jago Douma
2bff8fb903
Get correct mimetype on objectstores
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-03-12 19:00:10 +00:00
Roeland Jago Douma
1114737274
Merge pull request #19885 from nextcloud/backport/19704/stable17
...
[stable17] Fix hostname in Apple configuration profile
2020-03-12 10:27:31 +01:00
Nextcloud bot
9b441db0fc
[tx-robot] updated from transifex
2020-03-12 02:19:22 +00:00
Roeland Jago Douma
db077774e6
Merge pull request #19865 from nextcloud/version/17.0.4/final
...
17.0.4
2020-03-11 15:18:00 +01:00
Nils Wittenbrink
265070d0d5
Fix test
...
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de >
2020-03-11 08:32:02 +00:00
Nils Wittenbrink
80e422d7b4
Fix hostname given in Apple config file
...
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de >
2020-03-11 08:32:01 +00:00
Nextcloud bot
a8cef5d00b
[tx-robot] updated from transifex
2020-03-11 02:19:24 +00:00
Nextcloud bot
8e07fa7f4a
[tx-robot] updated from transifex
2020-03-10 02:18:30 +00:00
Roeland Jago Douma
f4a126563f
17.0.4
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-03-09 19:46:23 +01:00
Roeland Jago Douma
d4a68ccf43
Merge pull request #19843 from nextcloud/version/17.0.4/RC2
...
17.0.4 RC2
2020-03-09 15:44:10 +01:00
Roeland Jago Douma
ca926d418b
Merge pull request #19831 from nextcloud/backport/19815/stable17
...
[stable17] Prevent self-xss via invalid mysql user name on install screen
2020-03-09 09:03:40 +01:00
Nextcloud bot
c9566c3223
[tx-robot] updated from transifex
2020-03-09 02:18:27 +00:00
Nextcloud bot
d0f3e38e51
[tx-robot] updated from transifex
2020-03-08 02:18:45 +00:00
Roeland Jago Douma
9cd07d0944
17.0.4 RC2
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-03-07 14:33:32 +01:00
Joas Schilling
8ab3e08d9b
Prevent self-xss via invalid mysql user name on install screen
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-03-07 13:22:13 +00:00
Roeland Jago Douma
08ffa6193d
Merge pull request #19816 from nextcloud/backport/19742/stable17
...
[stable17] Add message for DoesNotExistException
2020-03-07 14:16:49 +01:00
Nextcloud bot
32eacb386c
[tx-robot] updated from transifex
2020-03-07 02:18:15 +00:00
Daniel Kesselberg
e55289572e
Add message for DoesNotExistException
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2020-03-06 14:36:34 +00:00
Nextcloud bot
68f205af5d
[tx-robot] updated from transifex
2020-03-06 02:18:41 +00:00
Roeland Jago Douma
433a7bb3ad
Merge pull request #19733 from nextcloud/version/17.0.4/RC1
...
17.0.4 RC1
2020-03-05 19:25:49 +01:00
Roeland Jago Douma
de4e48b9a9
17.0.4 RC1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-03-05 15:37:13 +01:00
Roeland Jago Douma
50ea452682
Merge pull request #19785 from nextcloud/backport/19392/stable17
...
[stable17] Introduce a default refresh rate app setting for calendar subscriptions
2020-03-05 15:36:58 +01:00
Christoph Wurst
369e05889c
Merge pull request #19703 from nextcloud/feature/revive-send-welcome-email-toggle-stable17
...
[stable17] Revive the "send email to new users" toggle for the user form
2020-03-05 15:32:34 +01:00
Christoph Wurst
93a8b06090
Revive the "send email to new users" toggle for the user form
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-03-05 21:22:22 +08:00
Roeland Jago Douma
2c3cef94ee
Merge pull request #18580 from nextcloud/backport/18140/stable17
...
[stable17] Allow inline styles for theming images
2020-03-05 11:39:13 +01:00
Julius Härtl
f911a9fbef
Allow inline styles for theming images
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-03-05 10:01:12 +01:00
Thomas Citharel
4319e654bb
Introduce a default refresh rate app setting for calendar subscriptions
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2020-03-05 08:20:14 +00:00
Roeland Jago Douma
8c92c4aad1
Merge pull request #19327 from nextcloud/backport/19303/stable17
...
[stable17] Fix occ maintenance:install database connect failure
2020-03-05 09:01:25 +01:00
Roeland Jago Douma
09eedc3785
Merge pull request #19588 from nextcloud/backport/19398/stable17
...
[stable17] Move RefreshWebcalJob logic to a proper service so that it may be called independently
2020-03-05 08:57:43 +01:00
Roeland Jago Douma
dc35dd39b4
Merge pull request #19768 from nextcloud/bugfix/noid/keep-edit-permission
...
[stable17] Keep edit permission when toggling share checkbox
2020-03-05 08:57:17 +01:00
Roeland Jago Douma
53a907f7a8
Merge pull request #19095 from nextcloud/backport/19023/stable17
...
[stable17] expose Argon2 options (as we did for bcrypt)
2020-03-05 08:40:04 +01:00
Nextcloud bot
e01c9b8f8e
[tx-robot] updated from transifex
2020-03-05 02:18:38 +00:00
Julius Härtl
9fc8113068
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-03-04 17:26:43 +01:00
Nextcloud bot
4abc304f7e
[tx-robot] updated from transifex
2020-03-04 02:18:09 +00:00
Julius Härtl
689c122c65
Keep edit permission when updating resharing permission for file shares
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-03-03 16:42:10 +01:00
Roeland Jago Douma
11e8ffce88
Merge pull request #19640 from nextcloud/backport/19252/stable17
...
[stable17] Hash event UID to make sure it's not too long for PushProvider notifications
2020-03-03 16:19:36 +01:00
Nextcloud bot
80c4a82193
[tx-robot] updated from transifex
2020-03-03 02:18:39 +00:00
Nextcloud bot
9bde542224
[tx-robot] updated from transifex
2020-03-02 02:18:10 +00:00
Roeland Jago Douma
c348312dbe
Merge pull request #19691 from nextcloud/backport/19676/stable17
...
[stable17] Theme search results
2020-03-01 16:15:10 +01:00
Roeland Jago Douma
d6b05f93b9
Merge pull request #19716 from nextcloud/backport/19707/stable17
...
[stable17] Fix non-centered no javascript message
2020-03-01 16:11:12 +01:00
Nextcloud bot
03cdf53120
[tx-robot] updated from transifex
2020-03-01 02:18:53 +00:00
Gary Kim
07663051a8
Fix non-centered no javascript message
...
Signed-off-by: Gary Kim <gary@garykim.dev >
2020-02-29 10:31:51 +00:00
Nextcloud bot
0fec98e523
[tx-robot] updated from transifex
2020-02-29 02:18:48 +00:00
blizzz
6cf2507795
Merge pull request #18884 from nextcloud/backport/17717/stable17
...
[stable17] relax strict getHome behaviour for LDAP users in a shadow state
2020-02-28 22:47:20 +01:00
Arthur Schiwon
2056758d87
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
backport of #17717
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
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 >
adjust tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
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 >
ensure that only valid group members are returned
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-02-28 18:04:50 +01:00
Joas Schilling
d070bcbe42
Theme search results
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-02-28 07:51:18 +00:00
Nextcloud bot
dd7628bebe
[tx-robot] updated from transifex
2020-02-28 02:18:55 +00:00
Nextcloud bot
2ecedeabe4
[tx-robot] updated from transifex
2020-02-27 02:18:55 +00:00
Nextcloud bot
235cce76fc
[tx-robot] updated from transifex
2020-02-26 02:18:40 +00:00
blizzz
56e23e0a36
Merge pull request #19625 from nextcloud/backport/19549/stable17
...
[stable17] remove noise from detectUuid and cache results
2020-02-25 23:20:29 +01:00
Roeland Jago Douma
96011fad85
Merge pull request #19637 from nextcloud/backport/19634/stable17
...
[stable17] Correctly trim long cyrillic note
2020-02-25 20:31:34 +01:00
Thomas Citharel
5d8ed5c144
Hash event UID to make sure it's not too long for PushProvider
...
notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2020-02-25 16:06:32 +00:00
Joas Schilling
bc98a796de
Correctly trim long cyrillic note
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-02-25 13:51:21 +00:00
Joas Schilling
8816823fb3
Merge pull request #19631 from nextcloud/backport/19619/stable17
...
[stable17] Fix hover state color of drag-n-drop with theming and dark mode
2020-02-25 10:42:32 +01:00
Joas Schilling
5f5cf27263
Fix hover state color of drag-n-drop with theming and dark mode
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-02-25 07:44:57 +00:00
Nextcloud bot
3aeea9d2b5
[tx-robot] updated from transifex
2020-02-25 02:19:44 +00:00
Arthur Schiwon
78681a78cd
remove noise from detectUuid and cache results
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-02-24 19:05:58 +00:00
Roeland Jago Douma
b68b673ea9
Merge pull request #19611 from nextcloud/backport/19478/stable17
...
[stable17] Change the route generation of AuthPublicShareController.php
2020-02-24 20:00:18 +01:00
Nextcloud bot
97debaefb4
[tx-robot] updated from transifex
2020-02-24 02:19:36 +00:00
TimObert
2f635334e6
Fix requested changes
...
Signed-off-by: Tim Obert <tobert@w-commerce.de >
2020-02-23 15:45:51 +00:00
Tim Obert
27a25f974b
Change the route generation of AuthPublicShareController.php and adjust the routes for file sharing
...
Signed-off-by: Tim Obert <tobert@w-commerce.de >
2020-02-23 15:45:50 +00:00
Roeland Jago Douma
dfbc97c411
Merge pull request #19592 from nextcloud/backport/19528/stable17
...
[stable17] Strip of users home path from share api message
2020-02-23 11:39:15 +01:00
Nextcloud bot
8e7feb8504
[tx-robot] updated from transifex
2020-02-23 02:19:48 +00:00
Joas Schilling
a587c86a4a
Strip of users home path from share api message
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-02-22 20:27:26 +00:00
Thomas Citharel
44d4647ed9
Move RefreshWebcalJob logic to a proper service so that it may be called
...
independently
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2020-02-22 19:27:11 +01:00
Nextcloud bot
62023ead0c
[tx-robot] updated from transifex
2020-02-22 02:19:02 +00:00
Arthur Schiwon
518789aa73
extended documentation
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-02-21 14:51:44 +01:00
Arthur Schiwon
fb7c218ea6
ignore values that undershoot the minimum, go with default
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-02-21 14:51:44 +01:00
blizzz
7d1d76b2c9
use getSystemValueInt
...
Co-Authored-By: kesselb <mail@danielkesselberg.de >
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-02-21 14:51:44 +01:00
Arthur Schiwon
d973bc7a75
expose Argon2 options (as we did for bcrypt)
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-02-21 14:51:44 +01:00
Nextcloud bot
6636a6babc
[tx-robot] updated from transifex
2020-02-21 02:19:29 +00:00
Nextcloud bot
c0d8373a7d
[tx-robot] updated from transifex
2020-02-20 02:19:00 +00:00
Nextcloud bot
78dc3f3d0a
[tx-robot] updated from transifex
2020-02-19 02:18:31 +00:00
Nextcloud bot
feb1401d83
[tx-robot] updated from transifex
2020-02-18 02:18:42 +00:00
Joas Schilling
1e14781d74
Merge pull request #19471 from nextcloud/backport/19465/stable17
...
[stable17] when we receive intentional empty whats new info, do not try to show it
2020-02-17 12:40:48 +01:00
Nextcloud bot
615a903870
[tx-robot] updated from transifex
2020-02-17 02:18:25 +00:00
Nextcloud bot
f46c8abca7
[tx-robot] updated from transifex
2020-02-16 02:18:40 +00:00
Nextcloud bot
86c554226f
[tx-robot] updated from transifex
2020-02-15 02:18:28 +00:00
Arthur Schiwon
c2f0ebbeed
when we receive intentional empty whats new info, do not try to show it
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-02-14 09:09:05 +00:00
Nextcloud bot
44b28aa562
[tx-robot] updated from transifex
2020-02-14 02:18:27 +00:00
Roeland Jago Douma
28142a1077
Merge pull request #19452 from nextcloud/backport/19424/stable17
...
[stable17] Don't create invalid users
2020-02-13 20:34:50 +01:00
Roeland Jago Douma
4001b35987
Merge pull request #19442 from nextcloud/backport/19431/stable17
...
[stable17] Show proper file name when fetching details fails
2020-02-13 12:37:52 +01:00
Joas Schilling
47b292b214
Don't create invalid users
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-02-13 09:15:19 +00:00
Nextcloud bot
c003a740cb
[tx-robot] updated from transifex
2020-02-13 02:19:45 +00:00
Julius Härtl
ce67a3a2db
Show proper file name when fetching details fails
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-02-12 19:28:22 +00:00
Nextcloud bot
6bac7631c0
[tx-robot] updated from transifex
2020-02-12 02:18:36 +00:00
Nextcloud bot
6db556c5f8
[tx-robot] updated from transifex
2020-02-11 02:18:51 +00:00
blizzz
c8631497b9
Merge pull request #19361 from nextcloud/backport/19349/stable17
...
[stable17] Prevent archieved download on secure view
2020-02-10 09:33:01 +01:00
Nextcloud bot
6657ac16f9
[tx-robot] updated from transifex
2020-02-10 02:18:17 +00:00
Nextcloud bot
0c10d2aab2
[tx-robot] updated from transifex
2020-02-09 02:19:36 +00:00
Joas Schilling
8f12875fae
Prevent archieved download on secure view
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-02-08 09:20:55 +00:00
Nextcloud bot
8eab6128aa
[tx-robot] updated from transifex
2020-02-08 02:18:39 +00:00
Nextcloud bot
274ac26f97
[tx-robot] updated from transifex
2020-02-07 07:32:53 +00:00
Joas Schilling
75b9cb2970
Correctly append the port to the host so it's written to the config correctly
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-02-06 18:39:12 +00:00
Joas Schilling
4aeadb5e78
Split the exception handling so install errors don't log as setup errors
...
More gebuging
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-02-06 18:39:11 +00:00
Joas Schilling
c21b00db36
Check the new connection on setup like with PostgreSQL and Oracle
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-02-06 18:39:09 +00:00
Joas Schilling
ecc4bb5666
Only provide the auth method for MySQL 8.0+ to not break MariaDB
...
Provide the auth method for MySQL 8.0+
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-02-06 18:39:08 +00:00
Roeland Jago Douma
55ccfef48e
Merge pull request #19316 from nextcloud/backport/19312/stable17
...
[stable17] do not overwrite global user auth credentials with empty values
2020-02-06 16:19:27 +01:00
Arthur Schiwon
12ca2e3dd7
do not overwrite global user auth credentials with empty values
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-02-06 09:49:54 +00:00
Nextcloud bot
728dae5962
[tx-robot] updated from transifex
2020-02-06 02:18:52 +00:00
Roeland Jago Douma
52b5cfa8e7
Merge pull request #19309 from nextcloud/backport/19219/stable17
...
[stable17] Fix display of DTEND for multi-day all-day event
2020-02-05 22:21:58 +01:00
Georg Ehrke
7ce1b5083e
Fix display of DTEND for multi-day all-day event
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2020-02-05 19:55:57 +00:00
Nextcloud bot
3ddfdd30ba
[tx-robot] updated from transifex
2020-02-05 02:18:15 +00:00
Roeland Jago Douma
79617a2b23
Merge pull request #19229 from nextcloud/backport/19215/stable17
...
[stable17] WebcalRefreshJob: Fix reading refresh rate
2020-02-04 15:49:27 +01:00
Roeland Jago Douma
3678d00ae9
Merge pull request #19284 from nextcloud/backport/19281/stable17
...
[stable17] for the DB ot pick an index specify the object_type
2020-02-04 08:48:55 +01:00
Nextcloud bot
2792c85353
[tx-robot] updated from transifex
2020-02-04 02:18:15 +00:00
Arthur Schiwon
4d0ef01cc0
for the DB ot pick an index specify the object_type
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-02-03 20:25:25 +00:00
Roeland Jago Douma
f20a54df0a
Merge pull request #19270 from nextcloud/backport/19241/stable17
...
[stable17] Make sure to catch php errors during job execution
2020-02-03 15:56:52 +01:00
Daniel Kesselberg
73fa8630c4
Make sure to catch php errors during job execution
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2020-02-03 08:56:17 +00:00
Nextcloud bot
ac9f06030b
[tx-robot] updated from transifex
2020-02-03 02:16:55 +00:00
Nextcloud bot
5b8bb48cfc
[tx-robot] updated from transifex
2020-02-02 02:17:49 +00:00
Nextcloud bot
0ce4bf7c7f
[tx-robot] updated from transifex
2020-02-01 02:17:31 +00:00
Georg Ehrke
cf51c81d4e
RefreshWebcalJob: Fix reading subscription from database leading to ignored refreshRate
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2020-01-31 07:19:59 +00:00
Georg Ehrke
13f31a992f
JobList: Typecast last_run to integer
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2020-01-31 07:19:58 +00:00
Nextcloud bot
092aaabcef
[tx-robot] updated from transifex
2020-01-31 02:18:02 +00:00
Roeland Jago Douma
d411f9fef9
Merge pull request #19208 from nextcloud/backport/19176/stable17
...
[stable17] Do not encode contacts menu mailto links
2020-01-30 22:07:42 +01:00
Christoph Wurst
78cc8e2e7b
Do not encode contacts menu mailto links
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-01-30 08:47:00 +00:00
Roeland Jago Douma
0a95ba10f1
Merge pull request #19188 from nextcloud/backport/stable17/19054
...
[stable17] Use themed favicon-fb
2020-01-30 09:30:41 +01:00
Nextcloud bot
6d939b30df
[tx-robot] updated from transifex
2020-01-30 02:18:26 +00:00
Roeland Jago Douma
b6a2f493bb
Merge pull request #19154 from nextcloud/version/17.0.3/final
...
17.0.3
2020-01-29 21:52:27 +01:00
Roeland Jago Douma
361b5f294b
Bump ca bundle
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-01-29 20:44:11 +01:00
Roeland Jago Douma
76a398adc3
17.0.3
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-01-29 20:44:11 +01:00
Julius Härtl
695f28c091
Use themed favicon-fb
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-01-29 09:36:34 +01:00
Nextcloud bot
3781547375
[tx-robot] updated from transifex
2020-01-29 02:18:24 +00:00
Roeland Jago Douma
febae0c4f4
Merge pull request #19159 from nextcloud/stable17-backport/18786
...
[stable17] AppFetcher: Distinguish between fileName and endpointName
2020-01-28 11:51:42 +01:00
Nextcloud bot
aecc9fb043
[tx-robot] updated from transifex
2020-01-28 02:18:44 +00:00
Georg Ehrke
921e1feaef
AppFetcher: Distinguish between fileName and endpointName
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
(cherry picked from commit 2f89f5fd13 )
2020-01-27 13:34:47 +01:00
Nextcloud bot
fbc5301143
[tx-robot] updated from transifex
2020-01-27 02:18:06 +00:00
Nextcloud bot
cc0234a119
[tx-robot] updated from transifex
2020-01-26 02:17:44 +00:00
Nextcloud bot
971e38fbe1
[tx-robot] updated from transifex
2020-01-25 02:17:03 +00:00
Nextcloud bot
13758052c0
[tx-robot] updated from transifex
2020-01-24 02:17:03 +00:00
Roeland Jago Douma
8d7beff9fa
Merge pull request #19026 from nextcloud/version/17.0.3/RC1
...
17.0.3 RC1
2020-01-23 19:57:05 +01:00
Roeland Jago Douma
eda9723b2d
17.0.3 RC1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2020-01-23 16:17:57 +01:00
Nextcloud bot
8af862026b
[tx-robot] updated from transifex
2020-01-23 02:18:35 +00:00
Roeland Jago Douma
3afe015b93
Merge pull request #19069 from nextcloud/backport/19053/stable17
...
[stable17] Fix loaded controller check
2020-01-22 14:23:02 +01:00
blizzz
5779fcc0cd
Merge pull request #19076 from nextcloud/backport/17920+18254/stable17
...
[stable17] when a user was deleted remove them from applicable list, unless...
2020-01-22 13:26:57 +01:00
Arthur Schiwon
7242057c5a
rejig right to left join for sqlite's satisfaction
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-01-22 11:55:12 +01:00
Arthur Schiwon
b45bdfc7ef
extend with group deletion handling
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2020-01-22 11:55:02 +01:00
Arthur Schiwon
7bc24e2036
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 >
2020-01-22 11:54:35 +01:00
Joas Schilling
ae675ddb99
Fix loaded controller check
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-01-22 09:48:14 +01:00
Roeland Jago Douma
cd7dad8ff8
Merge pull request #19014 from nextcloud/backport/17484/stable17
...
[stable17] Always use the latest timestamp for merged activities
2020-01-22 08:00:51 +01:00
Nextcloud bot
b5c9d53e3e
[tx-robot] updated from transifex
2020-01-22 02:18:14 +00:00
Nextcloud bot
fa3671734d
[tx-robot] updated from transifex
2020-01-21 02:17:39 +00:00
Roeland Jago Douma
46d89d6a4e
Merge pull request #18880 from nextcloud/backport/18115/stable17
...
[stable17] Properly handle resources in ReminderService
2020-01-20 22:04:56 +01:00
Roeland Jago Douma
997548cad2
Merge pull request #18932 from nextcloud/backport/18107/stable17
...
[stable17] dont throw undefined index errors for storages that have no owner set
2020-01-20 21:59:30 +01:00
Julius Härtl
38eaa636bc
Always use the latest timestamp for merged activities
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-01-20 13:42:58 +00:00
Nextcloud bot
09fdd330a9
[tx-robot] updated from transifex
2020-01-20 02:17:37 +00:00
Nextcloud bot
eb79a4f290
[tx-robot] updated from transifex
2020-01-19 02:17:32 +00:00
Nextcloud bot
22e1d398cd
[tx-robot] updated from transifex
2020-01-18 02:18:40 +00:00
Nextcloud bot
ff4a9aeeae
[tx-robot] updated from transifex
2020-01-17 02:17:55 +00:00
Robin Appelman
f957ec0a6f
dont throw undefined index errors for storages that have no owner set
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2020-01-16 14:49:57 +00:00
Nextcloud bot
f0db9bc2ad
[tx-robot] updated from transifex
2020-01-16 02:18:12 +00:00
Nextcloud bot
c5eb22f2c2
[tx-robot] updated from transifex
2020-01-15 02:18:32 +00:00
Georg Ehrke
5e1e80fc40
Properly handle resources in ReminderService
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2020-01-14 08:15:00 +00:00
Nextcloud bot
d6d299923f
[tx-robot] updated from transifex
2020-01-14 02:18:24 +00:00
Nextcloud bot
568ae4e9b1
[tx-robot] updated from transifex
2020-01-13 02:18:23 +00:00
Nextcloud bot
b1176aa9a8
[tx-robot] updated from transifex
2020-01-12 02:18:51 +00:00
John Molakvoæ
d4830a97ae
[stable17] Fix webdav url ( #18823 )
...
[stable17] Fix webdav url
2020-01-11 10:19:08 +01:00
Roeland Jago Douma
e4d1ae908f
Merge pull request #18792 from nextcloud/stable17-18777
...
[stable17] Set direct login after password reset
2020-01-11 08:20:42 +01:00
Nextcloud bot
747d1f137b
[tx-robot] updated from transifex
2020-01-11 02:18:15 +00:00
John Molakvoæ (skjnldsv)
5d2b892b37
Fix webdav url
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2020-01-10 18:13:14 +00:00
Julius Härtl
d566cc520e
Set direct login after password reset
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-01-10 10:55:25 +01:00
Nextcloud bot
3554a806c2
[tx-robot] updated from transifex
2020-01-10 02:18:18 +00:00
Roeland Jago Douma
420fe5069e
Merge pull request #18758 from nextcloud/backport/18753/stable17
...
[stable17] Do not rerender the selection menu on show
2020-01-09 11:05:56 +01:00
Nextcloud bot
3e3f66e655
[tx-robot] updated from transifex
2020-01-09 02:27:58 +00:00
Julius Härtl
e89f949ce7
Do not rerender the selection menu on show
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-01-08 18:22:09 +00:00
blizzz
63a23d229e
Merge pull request #18747 from nextcloud/backport/18740/stable17
...
[stable17] cache group existence early to save useless requests to LDAP
2020-01-08 16:20:27 +01:00
Roeland Jago Douma
1e37bd2fd5
Merge pull request #18734 from nextcloud/backport/18728/stable17
...
[stable17] Trash bin: fix exception triggered if no correct fileId is provided.
2020-01-08 14:57:04 +01:00
Arthur Schiwon
9030897933
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 13:22:59 +00:00
simonspa
24acb96b39
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-08 08:56:30 +00:00
Nextcloud bot
d92be82000
[tx-robot] updated from transifex
2020-01-08 02:28:30 +00:00
Roeland Jago Douma
80691183bf
Merge pull request #18706 from nextcloud/backport/18546/stable17
...
[stable17] Fix broken upgrade caused by undefined method call
2020-01-07 10:16:03 +01:00
Julius Härtl
07c37df91f
Fix broken upgrade caused by undefined method call
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-01-07 07:53:36 +00:00
Nextcloud bot
06181e3527
[tx-robot] updated from transifex
2020-01-07 02:28:45 +00:00
Roeland Jago Douma
87fcc8cf39
Merge pull request #18694 from nextcloud/backport/18442/stable17
...
[stable17] Restore old behavior allowing to set custom appstore
2020-01-06 16:54:08 +01:00
Georg Ehrke
8bd52316dd
Restore old behavior allowing to set custom appstore
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2020-01-06 14:30:41 +00:00
Nextcloud bot
cbde341301
[tx-robot] updated from transifex
2020-01-06 02:27:32 +00:00
Nextcloud bot
6488ca39f0
[tx-robot] updated from transifex
2020-01-05 02:30:43 +00:00
Nextcloud bot
5cf0f255bb
[tx-robot] updated from transifex
2020-01-04 02:27:54 +00:00
Nextcloud bot
a79c846b88
[tx-robot] updated from transifex
2020-01-03 02:27:50 +00:00
John Molakvoæ
237cdb851b
Re-open popover on link password save failure ( #18551 )
...
Re-open popover on link password save failure
2020-01-02 15:53:18 +01:00
John Molakvoæ (skjnldsv)
a826176f79
Re-open popover on link password save failure
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2020-01-02 14:45:14 +01:00
Nextcloud bot
2a05eebdf5
[tx-robot] updated from transifex
2020-01-02 02:27:19 +00:00
Nextcloud bot
82311594ae
[tx-robot] updated from transifex
2020-01-01 02:27:35 +00:00
Nextcloud bot
6c6121ac0f
[tx-robot] updated from transifex
2019-12-31 02:27:55 +00:00
Nextcloud bot
29694db9d1
[tx-robot] updated from transifex
2019-12-30 02:27:22 +00:00
Nextcloud bot
acc0ac39b0
[tx-robot] updated from transifex
2019-12-29 02:28:02 +00:00
Nextcloud bot
cee7a0041f
[tx-robot] updated from transifex
2019-12-28 02:27:36 +00:00
Nextcloud bot
6efa4bf068
[tx-robot] updated from transifex
2019-12-27 02:27:17 +00:00
Nextcloud bot
62b733c9e5
[tx-robot] updated from transifex
2019-12-26 02:27:08 +00:00
Nextcloud bot
c0355d3b9b
[tx-robot] updated from transifex
2019-12-24 02:27:49 +00:00
Roeland Jago Douma
4f8589c894
Merge pull request #18488 from nextcloud/backport/18433/stable17
...
[stable17] Use File Node API for more download cases, skip unreadable files
2019-12-23 15:25:12 +01:00
Nextcloud bot
342fff64da
[tx-robot] updated from transifex
2019-12-23 02:27:42 +00:00
Nextcloud bot
847924758f
[tx-robot] updated from transifex
2019-12-22 02:28:45 +00:00
Nextcloud bot
4b02baba16
[tx-robot] updated from transifex
2019-12-21 02:26:45 +00:00
Nextcloud bot
dfcb6833b3
[tx-robot] updated from transifex
2019-12-20 02:26:38 +00:00
Arthur Schiwon
5bab0da935
when downloading from web, skip files that are not accessible
...
* avoids a 403, but enables download of resources that are not restricted
* single file downloads still cause 403
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-12-19 16:55:54 +00:00
Arthur Schiwon
61de35c70e
use Nodes API for zip streaming
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-12-19 16:55:54 +00:00
Julius Härtl
4d646a75f5
Use files node API for single file downloads
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-12-19 16:55:53 +00:00
Christoph Wurst
08b6265670
Merge pull request #18467 from nextcloud/backport/18462/list-group-slash-name
...
[stable17] Fix listing users in groups with slash in the name
2019-12-19 15:01:33 +01:00
Gary Kim
03b2a5058c
Fix listing users in groups with slash in the name
...
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-12-19 17:41:21 +08:00
Roeland Jago Douma
6f1219cd95
Merge pull request #18475 from nextcloud/backport/18456/stable17
...
[stable17] Fix Office preview generation
2019-12-19 10:33:03 +01:00
Roeland Jago Douma
678cbd53af
Merge pull request #18399 from nextcloud/backport/18302/stable17
...
[stable17] Fix comments search result to work with multibyte strings
2019-12-19 10:18:03 +01:00
Roeland Jago Douma
8306acc940
Merge pull request #18458 from nextcloud/version/17.0.2/final
...
17.0.2
2019-12-19 08:50:39 +01:00
Roeland Jago Douma
9792206981
Merge pull request #18419 from nextcloud/dependachristoph/stable17/npm_and_yarn/serialize-javascript-handlebars
...
[stable17] Bump serialize-javascript and handlebars
2019-12-19 08:45:33 +01:00
Christoph Wurst
22fd37485b
Bump serialize-javascript and handlebars
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-12-19 08:26:45 +01:00
Nextcloud bot
ad76ed332c
[tx-robot] updated from transifex
2019-12-19 02:26:36 +00:00
Roeland Jago Douma
3d02121db3
Fix Office preview generation
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-12-18 21:43:31 +00:00
Roeland Jago Douma
02decf7981
17.0.2
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-12-18 09:20:38 +01:00
Nextcloud bot
f6941a831c
[tx-robot] updated from transifex
2019-12-18 02:26:41 +00:00
Nextcloud bot
0dc8da1f24
[tx-robot] updated from transifex
2019-12-17 02:26:38 +00:00
Nextcloud bot
fb54c07b2d
[tx-robot] updated from transifex
2019-12-16 02:26:32 +00:00
Nextcloud bot
ad3ba247e1
[tx-robot] updated from transifex
2019-12-15 02:27:03 +00:00
Nextcloud bot
9c72d261b9
[tx-robot] updated from transifex
2019-12-14 02:26:38 +00:00
Michał Węgrzynek
3031a36f4b
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-13 14:39:17 +00:00
Nextcloud bot
458f4398ef
[tx-robot] updated from transifex
2019-12-13 02:26:28 +00:00
Roeland Jago Douma
3fe9fb611a
Merge pull request #18344 from nextcloud/version/17.0.2/rc1
...
17.0.2 RC1
2019-12-12 23:09:17 +01:00
Roeland Jago Douma
a852892377
17.0.2 RC1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-12-12 23:09:01 +01:00
Roeland Jago Douma
0a172d08bb
Merge pull request #18386 from nextcloud/backport/18236/stable17
...
[stable17] Allow to detect mimetype by content
2019-12-12 23:04:26 +01:00
Joas Schilling
790de0acef
Allow to specify apps that somethign is a dir
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-12-12 22:23:18 +01:00
Roeland Jago Douma
6955841c82
Fix detection of non extention types
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-12-12 22:23:18 +01:00
Joas Schilling
848ca71730
Try more methods
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-12-12 22:23:18 +01:00
Joas Schilling
a8b484f2e6
Update the unit test to dataProviders
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-12-12 22:23:18 +01:00
Joas Schilling
f7c1fd569e
Improve mimetype detection in workflow components
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-12-12 22:23:17 +01:00
Joas Schilling
1dad2ddf39
Some more fixes in detecting the mimetype from the content
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-12-12 22:23:17 +01:00
Joas Schilling
5c9f503146
Allow to check for the mimetype by content only
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-12-12 22:23:17 +01:00
Roeland Jago Douma
51dfddb9a4
Merge pull request #18375 from nextcloud/backport/18365/stable17
...
[stable17] Bump the CRL
2019-12-12 19:18:25 +01:00
Roeland Jago Douma
0872b391a3
Bump the CRL
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-12-12 14:40:03 +00:00
Roeland Jago Douma
feaf7581f6
Merge pull request #18366 from nextcloud/backport/18364/stable17
...
[stable17] Support more IPv6 addresses in the RefreshWebcalJob
2019-12-12 12:45:02 +01:00
Georg Ehrke
f2551e53fb
Support more IPv6 addresses in the RefreshWebcalJob
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-12-12 10:06:05 +00:00
Roeland Jago Douma
387d216214
Merge pull request #18355 from nextcloud/backport/17935/stable17
...
[stable17] adding share type circles
2019-12-12 10:49:12 +01:00
Nextcloud bot
903759df47
[tx-robot] updated from transifex
2019-12-12 02:26:42 +00:00
Roeland Jago Douma
1ee28f8414
Merge pull request #18358 from nextcloud/backport/18231/stable17
...
[stable17] Fix restoring shared versions
2019-12-11 19:53:14 +01:00
Robin Appelman
48cd26ae4a
update tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-12-11 16:35:04 +01:00
Roeland Jago Douma
a34b05cb27
Merge pull request #18352 from nextcloud/backport/18341/stable17
...
[stable17] handle IPv6 addresses with an explict incoming interface at the end
2019-12-11 15:42:18 +01:00
Roeland Jago Douma
ba390f6943
Fix restoring shared versions
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-12-11 12:45:30 +01:00
Maxence Lange
d6a276c57d
using IShare::
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2019-12-11 11:39:03 +00:00
Maxence Lange
1420cd5a7e
adding share type circles
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2019-12-11 11:39:02 +00:00
Konrad Bucheli
f914b98860
handle IPv6 addresses with an explict incoming interface at the end (e.g fe80::ae2d:d1e7:fe1e:9a8d%enp2s0)
...
Signed-off-by: Konrad Bucheli <konrad.bucheli@gmx.ch >
Signed-off-by: Konrad Bucheli <kb@open.ch >
2019-12-11 10:34:21 +00:00
Roeland Jago Douma
624302d99a
Merge pull request #18337 from nextcloud/backport/18189/stable17
...
[stable17] Sharee API GS fixes
2019-12-11 07:51:44 +01:00
Nextcloud bot
1241380d79
[tx-robot] updated from transifex
2019-12-11 02:16:59 +00:00
Roeland Jago Douma
e5772bdc3d
Merge pull request #18332 from nextcloud/backport/18312/stable17
...
[stable17] Do not disable authentication apps
2019-12-10 19:29:05 +01:00
John Molakvoæ (skjnldsv)
08c4b86678
Query lookup by default
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-12-10 16:15:00 +01:00
Roeland Jago Douma
31645c615f
Expose capability if the lookup server should be queried by default
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-12-10 15:58:00 +01:00
Roeland Jago Douma
05f12b8df4
Always do sharee lookup on lookup server in GS
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-12-10 15:57:49 +01:00
Roeland Jago Douma
028ddde9e5
Merge pull request #18307 from nextcloud/backport/18299/stable17
...
[stable17] Convert various columns in oc_mounts to bigint
2019-12-10 14:54:25 +01:00
Roeland Jago Douma
ac5f77a796
Merge pull request #18306 from nextcloud/backport/18184/stable17
...
[stable17] Move overwritehost check to isTrustedDomain
2019-12-10 14:54:11 +01:00
Roeland Jago Douma
c0becec8ad
Do not disable authentication apps
...
For #18249
If an app encounters an error during loading of app.php the app is
normally disabled. However. We should make sure that this doesn't happen
for authentication apps (looking at your user_saml).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-12-10 13:44:51 +00:00
Roeland Jago Douma
5623dff5ef
Merge pull request #18186 from nextcloud/backport/18149/stable17
...
[stable17] delay creation of the cert bundle
2019-12-10 13:38:58 +01:00
Nextcloud bot
babe78f20e
[tx-robot] updated from transifex
2019-12-10 02:16:53 +00:00
Georg Ehrke
c5feb6e5a7
Convert various columns in oc_mounts to bigint
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-12-09 20:39:45 +00:00
Julius Härtl
419df66251
Move overwritehost check to isTrustedDomain
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-12-09 20:39:00 +00:00
Roeland Jago Douma
9d8c0c262b
Merge pull request #18247 from nextcloud/backport/18241/stable17
...
[stable17] Allow to unfavorite all files
2019-12-09 21:27:47 +01:00
Nextcloud bot
0a1ec86ee5
[tx-robot] updated from transifex
2019-12-09 02:16:38 +00:00
Nextcloud bot
4905e80d3f
[tx-robot] updated from transifex
2019-12-08 02:17:41 +00:00
John Molakvoæ
2668ca73f3
[stable 17] Fix removing groups that have a slash in the name ( #18257 )
...
[stable 17] Fix removing groups that have a slash in the name
2019-12-07 09:46:28 +01:00
Gary Kim
e98b6f761d
Fix removing groups that have a slash in the name
...
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-12-07 10:18:13 +08:00
Nextcloud bot
8052b32237
[tx-robot] updated from transifex
2019-12-07 02:16:47 +00:00
Nextcloud bot
a675bbb846
[tx-robot] updated from transifex
2019-12-06 02:17:10 +00:00
Roeland Jago Douma
a6f9a0809c
Merge pull request #18252 from nextcloud/17/bugfix/noid/tooltip-hide-date
...
Hide the tooltip if the list row is rerendered
2019-12-05 20:47:03 +01:00
Julius Härtl
7b6eb80f72
Hide the tooltip if the list row is rerendered
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-12-05 14:46:22 +01:00
Joas Schilling
17dc1bc0ba
Allow to unfavorite all files
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-12-05 10:36:51 +00:00
Nextcloud bot
adc4416043
[tx-robot] updated from transifex
2019-12-05 02:17:02 +00:00
Roeland Jago Douma
f032b88c55
Merge pull request #18205 from nextcloud/stable17-backport/18120
...
[stable17] Backport #18120
2019-12-04 14:12:30 +01:00
Roeland Jago Douma
d4adc27792
Merge pull request #18221 from nextcloud/backport/17850/stable17
...
[stable17] Mark "Talk" active on /call/token URLs
2019-12-04 14:11:17 +01:00
Nextcloud bot
658c951d68
[tx-robot] updated from transifex
2019-12-04 09:24:22 +00:00
Joas Schilling
c17d86c081
Mark "Talk" active on /call/token URLs
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-12-04 10:13:44 +01:00
Nextcloud bot
f7732ace10
[tx-robot] updated from transifex
2019-12-04 02:17:01 +00:00
Georg Ehrke
7aec7f6685
respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-12-03 14:25:32 +01:00
Christoph Wurst
3d65375307
Merge pull request #18198 from nextcloud/backport/17443/stable17
...
[stable17] Throw an invalid token exception is token is marked outdated
2019-12-03 13:12:27 +01:00
Roeland Jago Douma
a7f596d241
Throw an invalid token exception is token is marked outdated
...
This avoids hitting the backend with multiple requests for the same
token. And will help avoid quick LDAP lockouts.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-12-03 08:25:12 +00:00
Roeland Jago Douma
d1b0f0288a
Merge pull request #18189 from nextcloud/backport/17939/stable17
...
[stable17] Handle token insert conflicts
2019-12-03 07:49:03 +01:00
Nextcloud bot
1402d1b153
[tx-robot] updated from transifex
2019-12-03 02:16:56 +00:00
Christoph Wurst
55b5e13e15
Handle token insert conflicts
...
Env-based SAML uses the "Apache auth" mechanism to log users in. In this
code path, we first delete all existin auth tokens from the database,
before a new one is inserted. This is problematic for concurrent
requests as they might reach the same code at the same time, hence both
trying to insert a new row wit the same token (the session ID). This
also bubbles up and disables user_saml.
As the token might still be OK (both request will insert the same data),
we can actually just check if the UIDs of the conflict row is the same
as the one we want to insert right now. In that case let's just use the
existing entry and carry on.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-12-02 14:20:51 +01:00
Arthur Schiwon
ea3fc33beb
delay creation of the cert bundle
...
fixes #18148
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-12-02 12:09:01 +01:00
Roeland Jago Douma
ebcb7b76c2
Merge pull request #18156 from nextcloud/backport/18135/stable17
...
[stable17] Trim the login name
2019-12-02 08:53:37 +01:00
Nextcloud bot
1e67be443d
[tx-robot] updated from transifex
2019-12-02 02:17:03 +00:00
Nextcloud bot
59a4349650
[tx-robot] updated from transifex
2019-12-01 02:18:24 +00:00
John Molakvoæ
c4561be550
[stable17] Fix provisioning_api getUsers types ( #18157 )
...
[stable17] Fix provisioning_api getUsers types
2019-11-30 11:21:50 +01:00
Nextcloud bot
c302033e5f
[tx-robot] updated from transifex
2019-11-30 02:16:58 +00:00
John Molakvoæ (skjnldsv)
f452ab09df
Fix provisioning_api getUsers types
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-11-29 08:09:02 +00:00
Christoph Wurst
f28a23cdd8
Trim the login name
...
Otherwise we keep on using it with leading or trailing whitespaces for
app tokens and other logic. The reason this doesn't throw an error
immediately with local users is that (My)SQL compares strings regardless
of their padding by default. So we look up 'uid ' and get the row for
the user 'uid'.
Other back-ends will lead to a hard error, though, and the user is
unable to log out as all request fail.
Ref https://stackoverflow.com/a/10495807/2239067
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-11-29 07:50:52 +00:00
Nextcloud bot
611e6a0f7d
[tx-robot] updated from transifex
2019-11-29 02:17:03 +00:00
Nextcloud bot
c75cc61226
[tx-robot] updated from transifex
2019-11-28 02:17:04 +00:00
Roeland Jago Douma
de26578025
Merge pull request #17919 from nextcloud/backport/17905/update-searchdav
...
[stable17] Bump icewind/searchdav
2019-11-27 08:37:22 +01:00
Nextcloud bot
8cb7149de8
[tx-robot] updated from transifex
2019-11-27 02:16:34 +00:00
Roeland Jago Douma
f6aa0d5f4f
Merge pull request #18100 from nextcloud/backport/18027/stable17
...
[stable17] Incorrect integer value: '' for column 'password_invalid' while migra…
2019-11-26 14:39:38 +01:00
Nextcloud bot
902c75a1a9
[tx-robot] updated from transifex
2019-11-26 02:16:05 +00:00
Łukasz Buśko
7fae44c4c7
Incorrect integer value: '' for column 'password_invalid' while migrating from pg to mysql #14920
...
Signed-off-by: Łukasz Buśko <busko.lukasz@pm.me >
2019-11-25 10:38:39 +00:00
Roeland Jago Douma
09a739de83
Merge pull request #18054 from nextcloud/backport/18016/stable17
...
[stable17] make chunksize (used to check for gone LDAP users) configurable
2019-11-25 08:40:25 +01:00
Roeland Jago Douma
a0a9f702b0
Merge pull request #18075 from nextcloud/backport/17696/stable17
...
[stable17] Remove objectstore credentials
2019-11-25 08:38:21 +01:00
John Molakvoæ
66ddb89180
[stable17] Quickfix #17515 ( #18094 )
...
[stable17] Quickfix #17515
2019-11-25 07:09:46 +01:00
Nextcloud bot
f715e77607
[tx-robot] updated from transifex
2019-11-25 02:16:04 +00:00
Robin Windey
ff2f7a7d1a
Revert changes and add css-rule to correct file inside files-app
2019-11-24 14:58:41 +00:00
Nextcloud bot
030dd9e01e
[tx-robot] updated from transifex
2019-11-24 02:17:04 +00:00
Nextcloud bot
2d0fa72171
[tx-robot] updated from transifex
2019-11-23 02:16:17 +00:00
Daniel Kesselberg
956c459465
Add information about credentials
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-11-22 13:27:16 +00:00
Daniel Kesselberg
33dc7333a6
Remove objectstore credentials
...
Also remove the username for Swift v2 and add todo for unclear keys.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-11-22 13:27:16 +00:00
Daniel Kesselberg
d77d94b1a0
Remove objectstore credentials
...
S3: key and secret
Swift v3: user.name and user.password
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-11-22 13:27:15 +00:00
Nextcloud bot
99420445cc
[tx-robot] updated from transifex
2019-11-22 02:16:26 +00:00
Arthur Schiwon
5f32b62a63
make chunksize (used to check for gone LDAP users) configurable
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-11-21 10:06:44 +00:00
blizzz
f9aa207440
Merge pull request #18047 from nextcloud/backport/18030/stable17
...
[stable17] uid can be false when the user record does not exit
2019-11-21 11:01:26 +01:00
Roeland Jago Douma
daf65816ca
Merge pull request #18040 from nextcloud/backport/18004/stable17
...
[stable17] Convert more columns to bigint
2019-11-21 10:54:04 +01:00
Roeland Jago Douma
c84e1c45c9
Merge pull request #18050 from nextcloud/backport/18035/stable17
...
[stable17] Update the CRL
2019-11-21 07:56:51 +01:00
Roeland Jago Douma
1fb2f7fbf3
Update the CRL
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-11-21 06:51:52 +00:00
Roeland Jago Douma
830554c1a7
Merge pull request #18036 from nextcloud/backport/18003/stable17
...
[stable17] Do not check for updates if we have no internet
2019-11-21 07:48:49 +01:00
Roeland Jago Douma
1d5ce9907f
Merge pull request #18043 from nextcloud/backport/18009/stable17
...
[stable17] Fix installing with MySQL 8.0.4+
2019-11-21 07:48:03 +01:00
Arthur Schiwon
fbd2b7d7d5
uid can be false when the user record does not exit
...
fixes not loading files app for users who got a share by the gone LDAP user
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-11-21 06:09:24 +00:00
Nextcloud bot
02df65a102
[tx-robot] updated from transifex
2019-11-21 02:16:11 +00:00
Joas Schilling
f3ad49b866
Fix installing with MySQL 8.0.4+
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-11-20 20:52:06 +00:00
Roeland Jago Douma
1c48fbf949
Convert more columns to bigint
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-11-20 20:34:10 +00:00
Roeland Jago Douma
d95a54b359
Do not check for updates if we have no internet
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-11-20 19:55:19 +00:00
Nextcloud bot
9d5e7a4dd4
[tx-robot] updated from transifex
2019-11-20 02:16:28 +00:00
Nextcloud bot
1986315b32
[tx-robot] updated from transifex
2019-11-19 02:17:57 +00:00
Nextcloud bot
c2e3fcddb5
[tx-robot] updated from transifex
2019-11-18 02:16:06 +00:00
Roeland Jago Douma
d9d6408a7a
Merge pull request #17945 from nextcloud/backport/17926/stable17
...
[stable17] re-acquired expired shared locks on large file uploads
2019-11-17 09:09:51 +01:00
Roeland Jago Douma
3530e23a7a
Merge pull request #17952 from nextcloud/backport/17942/stable17
...
[stable17] pass through ServerNotAvailableException on app init
2019-11-17 09:09:04 +01:00
Nextcloud bot
f05e1d1749
[tx-robot] updated from transifex
2019-11-17 02:17:24 +00:00
Nextcloud bot
577e9d0cad
[tx-robot] updated from transifex
2019-11-16 02:16:07 +00:00
Nextcloud bot
1893d4512a
[tx-robot] updated from transifex
2019-11-15 02:16:13 +00:00
Arthur Schiwon
a9c61b4ed7
pass through ServerNotAvailableException on app init
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-11-14 21:01:02 +00:00
Robin Appelman
bfc9e50160
re-acquired expired shared locks on large file uploads
...
during large file uploads, the shared lock that we get at the begining can expire
leading to locked errors later on, instead of erroring, try to re-get the lock
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-11-14 18:35:17 +00:00
Nextcloud bot
d5fc345d70
[tx-robot] updated from transifex
2019-11-14 02:16:24 +00:00
Roeland Jago Douma
a78d05a42e
Merge pull request #17925 from nextcloud/backport/17873/stable17
...
[stable17] Make timeout a optional parameter
2019-11-13 19:56:40 +01:00
Roeland Jago Douma
6708ed71a9
Merge pull request #17928 from nextcloud/backport/17924/stable17
...
[stable17] Check quota before transfer ownership
2019-11-13 19:56:19 +01:00
Roeland Jago Douma
e899e4957c
Check quota before transfer ownership
...
Fixes #15664
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-11-13 14:09:53 +00:00
Roeland Jago Douma
2c8554e090
Merge pull request #17916 from nextcloud/backport/17735/stable17
...
[stable17] Fix reshare with circle
2019-11-13 14:02:52 +01:00
Daniel Kesselberg
6a1f4b1801
Make timeout a optional parameter
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-11-13 11:56:41 +00:00
Daniel Kesselberg
b24050cc49
[stable17] Bump icewind/searchdav
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-11-13 10:12:51 +01:00
Nextcloud bot
49d3e0f4a3
[tx-robot] updated from transifex
2019-11-13 02:16:18 +00:00
Thibault Coupin
4a09899ad8
Fix reshare with circle
...
Signed-off-by: Thibault Coupin <thibault.coupin@gmail.com >
2019-11-12 15:28:19 +00:00
John Molakvoæ
e76e85c9c0
Force save share link password if click outside ( #17848 )
...
Force save share link password if click outside
2019-11-12 08:31:00 +01:00
Roeland Jago Douma
ab941f2067
Merge pull request #17883 from nextcloud/backport/17843/stable17
...
[stable17] 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
2019-11-12 08:12:20 +01:00
Roeland Jago Douma
c8cc98be03
Merge pull request #17851 from nextcloud/backport/17830/stable17
...
[stable17] actually return the quote when getting global storage info
2019-11-12 08:11:53 +01:00
Roeland Jago Douma
351b76f97e
Merge pull request #17858 from nextcloud/backport/17847/stable17
...
[stable17] Also set X-OC-Mtime header for files that are smaller than 10MB
2019-11-12 08:11:22 +01:00
Nextcloud bot
f6469c04d9
[tx-robot] updated from transifex
2019-11-12 02:16:22 +00:00
Jonas Sulzer
98f2f9e3ed
🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch >
2019-11-10 08:47:56 +00:00
Nextcloud bot
6d6d490572
[tx-robot] updated from transifex
2019-11-10 02:17:08 +00:00
Nextcloud bot
417961a062
[tx-robot] updated from transifex
2019-11-09 02:15:54 +00:00
Julius Härtl
14d5856f84
Also set X-OC-Mtime header for files that are smaller than 10MB
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-11-08 09:24:08 +00:00
John Molakvoæ (skjnldsv)
d22cd504c3
Force save share link password if click outside
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-11-08 08:40:29 +00:00
Nextcloud bot
9153ccdd19
[tx-robot] updated from transifex
2019-11-08 02:16:24 +00:00
Robin Appelman
8f6a11fdc0
actually return the quote when getting global storage info
...
prevents 'undefined' index errors when 'include external storage in quota' is enabled
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-11-07 22:53:54 +00:00
Roeland Jago Douma
a8405bf175
Merge pull request #17825 from nextcloud/version/17.0.1/final
...
17.0.1
2019-11-07 12:41:18 +01:00
Roeland Jago Douma
f32fdb8adb
Merge pull request #17840 from nextcloud/backport/17822/stable17
...
[stable17] switch to Files Node API for zip generation
2019-11-07 12:40:38 +01:00
Arthur Schiwon
46e7787c7d
switch to Files Node API for zip generation
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-11-07 10:04:12 +00:00
Nextcloud bot
5165e45074
[tx-robot] updated from transifex
2019-11-07 02:16:05 +00:00
Roeland Jago Douma
3a4172dc1a
17.0.1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-11-06 09:29:22 +01:00
Nextcloud bot
a16641963e
[tx-robot] updated from transifex
2019-11-06 02:16:16 +00:00
Nextcloud bot
2a0b02ec9a
[tx-robot] updated from transifex
2019-11-05 02:15:55 +00:00
Nextcloud bot
6136a6c128
[tx-robot] updated from transifex
2019-11-04 02:15:35 +00:00
Nextcloud bot
4d686e278b
[tx-robot] updated from transifex
2019-11-03 02:16:14 +00:00
Nextcloud bot
8806e7df14
[tx-robot] updated from transifex
2019-11-02 02:15:06 +00:00
Roeland Jago Douma
1b7dd567d7
Merge pull request #17766 from nextcloud/backport/17756/stable17
...
[stable17] fix action menu on mobile
2019-11-01 08:51:59 +01:00
Roeland Jago Douma
40f264d219
Merge pull request #17767 from nextcloud/backport/17755/stable17
...
[stable17] Bring back external storage group select delete
2019-11-01 08:51:40 +01:00
Nextcloud bot
202e7a4f2c
[tx-robot] updated from transifex
2019-11-01 07:46:38 +00:00
John Molakvoæ (skjnldsv)
5e22a8b07d
Bring back external storage group select delete
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-10-31 14:55:11 +00:00
Greta Doci
c3b0f658cc
fix action menu on mobile
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-10-31 14:54:35 +00:00
Roeland Jago Douma
3dc71c1882
Merge pull request #17721 from nextcloud/version/17.0.1/rc1
...
17.0.1 RC1
2019-10-31 08:08:28 +01:00
Roeland Jago Douma
f3258a6579
Bump ca-bundle
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-30 21:07:36 +01:00
Roeland Jago Douma
60c1cd8063
17.0.1 RC1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-30 19:54:00 +01:00
Roeland Jago Douma
97812856cf
Merge pull request #17688 from nextcloud/backport/17626/stable17
...
[stable17] Fix weird KDE bug with loginflowv2
2019-10-30 19:53:09 +01:00
Roeland Jago Douma
7b766fad93
Merge pull request #17748 from nextcloud/backport/17674/stable17
...
[stable17] Do not show 'Get your own free account' on services under subscription
2019-10-30 14:19:20 +01:00
Roeland Jago Douma
bc6442c46b
Do not show 'Get your own free account' on services under subscription
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-30 09:55:32 +00:00
Roeland Jago Douma
767455f49c
Merge pull request #17742 from nextcloud/backport/17740/stable17
...
[stable17] Return null from migration to match with typehint
2019-10-30 09:24:03 +01:00
Daniel Kesselberg
18e3ec10f5
Return $schema on change and null otherwise
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-10-29 19:39:04 +00:00
Roeland Jago Douma
d30f86e936
Merge pull request #17731 from nextcloud/backport/17730/stable17
...
[stable17] Fix DAV mimetype search
2019-10-29 11:16:41 +01:00
Roeland Jago Douma
16c799c9f3
Fix DAV mimetype search
...
Fixes #15048
Catches the case where a full mimetype is sumbitted in the where like
clause. Before we didn't catch this and it was just forwarded as is
causing invalid queries.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-29 07:35:33 +00:00
Nextcloud bot
743bd4156f
[tx-robot] updated from transifex
2019-10-29 02:15:29 +00:00
Roeland Jago Douma
01b765fc8a
Merge pull request #17716 from nextcloud/backport/17712/stable17
...
[stable17] Make sure limit is never negative
2019-10-28 18:58:48 +01:00
Roeland Jago Douma
f3af39ec78
Make sure limit is never negative
...
There were some cases where a negative limit could be passed in. Which
would happily make the query explode.
This is just a quick hack to make sure it never is negative.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-28 13:00:28 +00:00
Nextcloud bot
c4a2725f2b
[tx-robot] updated from transifex
2019-10-28 02:15:42 +00:00
Nextcloud bot
090169dab7
[tx-robot] updated from transifex
2019-10-27 02:14:19 +00:00
Roeland Jago Douma
e6bb1b8fed
Merge pull request #17686 from nextcloud/backport/17673/stable17
...
[stable17] Fix jsConfigHelper lang/locale mixup
2019-10-26 20:33:39 +02:00
Roeland Jago Douma
a33b0519c8
Fix weird KDE bug with loginflowv2
...
It seems that KDE by default opens the url in secret.
Should fix: https://github.com/nextcloud/desktop/issues/1412
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-26 11:53:51 +00:00
Roeland Jago Douma
7777c5ff1c
Cleanup theming mess
...
* Do not do translations in the constructor. This gets called to early
so there is no user yet. Which means we can't obtain the locale. Which
means we store the wrong translation instance.
* Same for the theming app magic. Just use the parent call when needed.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-26 10:15:26 +00:00
Roeland Jago Douma
0449d1457c
Don't pass in the locale as the language
...
This messes with the translation of the date names etc.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-26 10:15:24 +00:00
Nextcloud bot
5e89d5f421
[tx-robot] updated from transifex
2019-10-26 02:15:24 +00:00
Roeland Jago Douma
a03f6c36a6
Merge pull request #17676 from nextcloud/backport/17469/stable17
...
[stable17] fix filename overlapping on mobile
2019-10-25 21:09:59 +02:00
Roeland Jago Douma
5359ea90d8
Merge pull request #17681 from nextcloud/backport/17678/stable17
...
[stable17] Harden middleware check
2019-10-25 19:14:11 +02:00
Roeland Jago Douma
a2dec13283
Harden middleware check
...
These annotations will allow for extra checks. And thus make it harder
to break things.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-25 14:34:41 +00:00
Greta Doci
fffbcc6b1b
add comment
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-10-25 13:00:40 +00:00
Greta Doci
bedbb343c3
fix filename overlapping on mobile ref #17364
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-10-25 13:00:39 +00:00
Nextcloud bot
b2ccf4d17f
[tx-robot] updated from transifex
2019-10-25 02:15:40 +00:00
Nextcloud bot
28b97e591f
[tx-robot] updated from transifex
2019-10-24 02:15:34 +00:00
Roeland Jago Douma
0308f1960b
Merge pull request #17300 from nextcloud/backport/17110/stable17
...
[stable17] Position fixed for .toastify.toast
2019-10-23 08:25:39 +02:00
Nextcloud bot
5ac7195e55
[tx-robot] updated from transifex
2019-10-23 02:15:32 +00:00
Roeland Jago Douma
6c64af16bb
Merge pull request #17305 from nextcloud/backport/15557/stable17
...
[stable17] Fix fetching additional search results on scrolling down
2019-10-22 22:30:37 +02:00
zorn-v
af100489e9
Position fixed for .toastify.toast
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-22 18:35:19 +00:00
René Bühlmann
e6cec45382
Fix fetching additional search results on scrolling down
...
Signed-off-by: René Bühlmann <rene@buehlmann.net >
2019-10-22 20:02:25 +02:00
Roeland Jago Douma
c0cdc68741
Merge pull request #17156 from nextcloud/stable17-16976
...
[stable17] Always use the folder icon depending on the mount type if not a share mount
2019-10-22 19:11:02 +02:00
Roeland Jago Douma
63fcd7733c
Merge pull request #17578 from nextcloud/stable17-help-about
...
[stable17] Load additional scripts on help page
2019-10-22 16:12:29 +02:00
Roeland Jago Douma
3dfcad949e
Merge pull request #17617 from nextcloud/backport/17595/stable17
...
[stable17] treat LDAP error 50 as auth issue, prevents lost server connection errors
2019-10-22 16:09:11 +02:00
Julius Härtl
23bd8f7430
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-22 14:07:50 +00:00
Julius Härtl
4a672f59d2
Fallback to directory icon based on the mount type
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-10-22 15:53:39 +02:00
Roeland Jago Douma
cd6fa7e245
Merge pull request #17638 from nextcloud/backport/stable17/17627
...
[stable17] Fix browser back button
2019-10-22 15:50:30 +02:00
Roeland Jago Douma
e695d87b14
Fix browser back button
...
Fixes #17108
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-22 12:58:53 +00:00
blizzz
348a7bb683
Merge pull request #17621 from nextcloud/backport/17450/stable17
...
[stable17] hide strange Everyone and Disabled group numbers with LDAP
2019-10-22 10:16:44 +02:00
Roeland Jago Douma
ade801160f
Merge pull request #17581 from nextcloud/backport/stable17/17548
...
[stable17] Pass on direct query parameter during login
2019-10-22 08:53:02 +02:00
Nextcloud bot
5ef19dacc2
[tx-robot] updated from transifex
2019-10-22 02:15:50 +00:00
Roeland Jago Douma
430393f213
[stable17] Pass on direct query parameter during login
...
If direct is set we should forward it again.
This to make SAML direct login work again.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-21 13:28:27 +00:00
npmbuildbot[bot]
7fcdb70292
Compile assets
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-21 11:37:08 +00:00
Arthur Schiwon
4bdd0db8d3
backport of #17450
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-10-21 13:33:36 +02:00
Arthur Schiwon
67d68deba1
treat LDAP error 50 as auth issue, prevents lost server connection errors
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-10-21 09:56:39 +00:00
Roeland Jago Douma
a9775e36d2
Merge pull request #17597 from nextcloud/backport/17575/stable17
...
[stable17] Include the share in the Files_Sharing::loadAdditionalScripts event
2019-10-21 09:46:07 +02:00
Nextcloud bot
bad70805e4
[tx-robot] updated from transifex
2019-10-21 02:15:57 +00:00
Nextcloud bot
aa58d6c980
[tx-robot] updated from transifex
2019-10-20 02:16:50 +00:00
Daniel Calviño Sánchez
c765dc46e7
Include the share in the Files_Sharing::loadAdditionalScripts event
...
This provides a better context for apps using the event, for example to
load one script or another depending on whether the share is a file or a
folder.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-10-19 09:13:59 +00:00
Roeland Jago Douma
6c0e6b531d
Merge pull request #17579 from nextcloud/backport/17543/stable17
...
[stable17] Let SCSS cleanup only run once
2019-10-19 11:11:52 +02:00
Roeland Jago Douma
6b505fe3b5
Merge pull request #17589 from nextcloud/backport/17585/stable17
...
[stable17] added documentation links on settings pages
2019-10-19 11:10:40 +02:00
Nextcloud bot
9396075e6d
[tx-robot] updated from transifex
2019-10-19 02:15:50 +00:00
Sascha Wiswedel
2836f80c5e
added documentation links on settings pages
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2019-10-18 10:09:58 +00:00
Nextcloud bot
9f3b3d23c7
[tx-robot] updated from transifex
2019-10-18 02:15:31 +00:00
Roeland Jago Douma
3a45dfa09a
Merge pull request #17538 from nextcloud/backport/17332/stable17
...
[stable17] Only cache the mimetype if the file exists
2019-10-17 13:44:02 +02:00
Julius Härtl
53f8f21cc9
Make sure the cache is only reset once at a time
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-10-17 09:28:11 +00:00
Julius Härtl
fbe6a57866
Use a distributed cache for the isCachedCache
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-10-17 09:28:10 +00:00
Julius Härtl
7d6e7ac592
Load additional scripts on help page
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-10-17 10:56:09 +02:00
Nextcloud bot
c466572d98
[tx-robot] updated from transifex
2019-10-17 02:16:01 +00:00
Nextcloud bot
8ebda6d60c
[tx-robot] updated from transifex
2019-10-16 02:15:49 +00:00
Roeland Jago Douma
a5e3f696cb
Merge pull request #17455 from nextcloud/fix/stable17-axios-package
...
[stable17] Use @nextcloud/axios to keep the CSRF token in sync
2019-10-15 14:29:58 +02:00
Christoph Wurst
37cca6ffe7
Use @nextcloud/axios to keep the CSRF token in sync
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-15 07:19:16 +00:00
Roeland Jago Douma
f0151a24c8
Merge pull request #17541 from nextcloud/backport/17503/stable17
...
[stable17] Set the proper filename for version downloads
2019-10-15 09:17:51 +02:00
Nextcloud bot
cf140738dc
[tx-robot] updated from transifex
2019-10-15 02:15:14 +00:00
Roeland Jago Douma
4e89382532
Merge pull request #17453 from nextcloud/fix/axios-csrf-token-update-event-stable17
...
[stable17] Fix axios csrf token update event
2019-10-14 23:16:10 +02:00
Roeland Jago Douma
52de002fec
Set the proper filename for version downloads
...
Before it just used the internalid (timestamp often) which is not really
user friendly.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-14 20:28:54 +00:00
Joas Schilling
899e5cae26
Only cache the mimetype if the file exists
...
Otherwise files access control will cache "application/octet-stream"
for all the target node on:
rename, move, copy and all other methods which create a new item
To check this:
1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory"
2. Add an access control rule which checks for any mimetype
3. Create a folder and rename it, the folder should not be tagged, but it is
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-10-14 19:39:29 +00:00
Christoph Wurst
f49f1afdb0
Emit an event when the CSRF token changes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-14 19:32:27 +00:00
Nextcloud bot
eb789e4390
[tx-robot] updated from transifex
2019-10-14 02:15:16 +00:00
Nextcloud bot
46de79cfe8
[tx-robot] updated from transifex
2019-10-13 02:15:58 +00:00
Nextcloud bot
844e7a74cd
[tx-robot] updated from transifex
2019-10-12 02:15:17 +00:00
Nextcloud bot
22e14e39cf
[tx-robot] updated from transifex
2019-10-11 02:14:50 +00:00
Roeland Jago Douma
ebbfd7da4e
Merge pull request #17493 from nextcloud/fix/tooltips/hide-on-sidebar-close
...
Force hide tooltips on sidebar close
2019-10-09 21:28:49 +02:00
John Molakvoæ (skjnldsv)
79473bdfdf
Force hide tooltips on sidebar close
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-09 15:31:47 +00:00
Nextcloud bot
32d12bc533
[tx-robot] updated from transifex
2019-10-09 02:15:14 +00:00
Roeland Jago Douma
ef837cfde1
Merge pull request #17457 from nextcloud/backport/17454/stable17
...
[stable17] Kill ui-regression ci job
2019-10-08 10:06:38 +02:00
Roeland Jago Douma
f9431137de
Kill ui-regression ci job
...
Since we do not use it at the moment anyway it seems like a waste of
resources to actually run it.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-08 07:36:17 +00:00
John Molakvoæ
6a84b1a73c
Build stable17 JS ( #17452 )
...
Build stable17 JS
2019-10-08 08:20:53 +02:00
Roeland Jago Douma
0e2a403a21
Merge pull request #17444 from nextcloud/backport/17359/stable17
...
[stable17] Don't call basename on null
2019-10-08 08:07:06 +02:00
Roeland Jago Douma
2195d79122
Merge pull request #17438 from nextcloud/backport/17411/stable17
...
[stable17] Fix oauth client redirect
2019-10-08 08:06:52 +02:00
Roeland Jago Douma
d3c4c76654
Build stable17 JS
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-08 07:41:56 +02:00
Nextcloud bot
0e85ca8ee3
[tx-robot] updated from transifex
2019-10-08 02:15:08 +00:00
Joas Schilling
2efd0207a6
Don't call basename on null
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-10-07 12:34:14 +00:00
Sergej Nikolaev
907660e05c
fix oauth client redirect
...
Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com >
2019-10-07 10:05:03 +00:00
Roeland Jago Douma
ca490dff2b
Merge pull request #17418 from nextcloud/backport/17387/stable17
...
[stable17] Allow removing federated shares of locally reshared files
2019-10-07 09:43:19 +02:00
Nextcloud bot
2f4145e757
[tx-robot] updated from transifex
2019-10-07 02:14:49 +00:00
Nextcloud bot
107639b12f
[tx-robot] updated from transifex
2019-10-06 02:15:20 +00:00
Roeland Jago Douma
bbf36b4879
Allow removing federated shares of locally reshared files
...
* UserA shares a folder to UserB
* UserB does a federated share to userC@serverC
* UserB now tries to revoke the federated share
Before we always tried to notify the remote cloud. The case that the
file was reshared locally was not considered. This patch makes sure not
to try to notify a federated server if both users are local users.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-05 13:19:44 +00:00
Roeland Jago Douma
cf0376f81d
Merge pull request #17415 from nextcloud/backport/17397/stable17
...
[stable17] Fix updating and deleting authtokens
2019-10-05 14:14:48 +02:00
Sergej Nikolaev
5c5d658b0e
fix updating and deleting authtokens
...
Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com >
2019-10-05 10:35:46 +00:00
Nextcloud bot
b5ad2f9cb5
[tx-robot] updated from transifex
2019-10-05 02:15:13 +00:00
John Molakvoæ
2809ffa5fe
[stable17] Append / to data(path) for folder content request ( #17311 )
...
[stable17] Append / to data(path) for folder content request
2019-10-04 18:09:44 +02:00
Roeland Jago Douma
16ba526982
Merge pull request #17351 from nextcloud/backport/17001/stable17
...
[stable17] reduce adressbook change events and handling
2019-10-04 11:34:16 +02:00
John Molakvoæ
56d61ab9f0
[stable17] Don't use an undefined index if not needed ( #17393 )
...
[stable17] Don't use an undefined index if not needed
2019-10-04 06:40:10 +02:00
Nextcloud bot
7ba3e95100
[tx-robot] updated from transifex
2019-10-04 02:15:34 +00:00
Roeland Jago Douma
566ef25d0e
Don't use an undefined index if not needed
...
It is not set. And not used. Just some copy paste leftover.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-03 17:12:59 +00:00
John Molakvoæ
5df6570bbc
[stable17] Don't process known avatars from LDAP ( #17372 )
...
[stable17] Don't process known avatars from LDAP
2019-10-03 08:39:15 +02:00
Nextcloud bot
32df7f7cdd
[tx-robot] updated from transifex
2019-10-03 02:14:32 +00:00
Arthur Schiwon
845e7f733f
Don't process known avatars from LDAP
...
* avoids useless FS operation
* avoids useless DB writes
* avoids useless addressbook updates
* addendum to #17001
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-10-02 14:33:42 +00:00
Nextcloud bot
9bfe715106
[tx-robot] updated from transifex
2019-10-02 02:15:17 +00:00
Roeland Jago Douma
6be8a077e0
Merge pull request #17358 from nextcloud/backport/17353/stable17
...
[stable17] Fix typo in "which"
2019-10-01 19:26:06 +02:00
Joas Schilling
6670a2c51c
Fix typo in "which"
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-10-01 14:16:51 +00:00
Nextcloud bot
3db8553eb2
[tx-robot] updated from transifex
2019-10-01 12:42:01 +00:00
Arthur Schiwon
55229d05ff
adjust test expectations
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-10-01 10:18:20 +00:00
Arthur Schiwon
eb191af518
reduce adressbook change events and handling
...
... from four to one on avatar updates
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-10-01 10:18:20 +00:00
Roeland Jago Douma
20ffc551d8
Merge pull request #17298 from nextcloud/backport/17258/stable17
...
[stable17] add (hidden) option to configure smb timeout
2019-10-01 12:10:59 +02:00
Roeland Jago Douma
95ea467c88
Merge pull request #17348 from nextcloud/backport/stable17fix/hbs-compile-script
...
[stable17] Use handlebars from node_modules (on CI)
2019-10-01 11:59:31 +02:00
Christoph Wurst
5d98f3fc0f
Use handlebars from node_modules (on CI)
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-10-01 08:00:00 +02:00
Roeland Jago Douma
7cceb667e9
Merge pull request #17295 from nextcloud/backport/17286/stable17
...
[stable17] Correctly detect the mimetype from uploads
2019-09-30 17:11:29 +02:00
Roeland Jago Douma
028568c4b8
Merge pull request #17273 from nextcloud/backport/14913/stable17
...
[stable17] Fix directory detection for s3
2019-09-30 17:10:02 +02:00
John Molakvoæ
e9b27b2e98
Revert "[stable17] Bring the default font size up to 15px" ( #17330 )
...
Revert "[stable17] Bring the default font size up to 15px"
2019-09-30 15:43:34 +02:00
John Molakvoæ
3207bdd293
Revert "[stable17] Bring the default font size up to 15px"
2019-09-30 11:03:29 +02:00
John Molakvoæ
ea1d40ff6f
Merge pull request #17309 from nextcloud/backport/17228/stable17
...
[stable17] Bring the default font size up to 15px
2019-09-28 19:24:51 +02:00
Marco Ambrosini
477af8a913
Bring the default font size up to 15px
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me >
2019-09-28 15:27:37 +00:00
John Molakvoæ (skjnldsv)
da33d47e69
Append / to data(path) for folder content request
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-09-28 17:25:08 +02:00
Nextcloud bot
55c94b2d77
[tx-robot] updated from transifex
2019-09-28 02:14:59 +00:00
Robin Appelman
70ab6b93d8
Update apps/files_external/lib/Lib/Backend/SMB.php
...
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de >
2019-09-27 10:30:45 +00:00
Robin Appelman
14a1bdb6e1
add (hidden) option to configure smb timeout
...
hidden from ui to prevent clutter
```occ files_external:config <mount> timeout 30```
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-09-27 10:30:45 +00:00
Roeland Jago Douma
4f54d12ff9
Merge pull request #17277 from nextcloud/backport/17264/stable17
...
[stable17] handle moveFromStorage within the same storage even when storage wrap…
2019-09-27 12:28:40 +02:00
Roeland Jago Douma
b29bc1e593
Merge pull request #17281 from nextcloud/backport/17262/stable17
...
[stable17] dont delete cache entries if deleting an object from object store failed
2019-09-27 12:28:11 +02:00
Joas Schilling
3c937ca396
Correctly detect the mimetype from uploads
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-09-27 08:51:59 +00:00
Roeland Jago Douma
072d51ec08
Merge pull request #17219 from nextcloud/backport/17017/stable17
...
[stable17] fix "create folder" icon overlaying home icon
2019-09-26 22:45:04 +02:00
Roeland Jago Douma
6245481f7b
Merge pull request #17274 from nextcloud/backport/17252/stable17
...
[stable17] Fix user with id 0 to be able to comment
2019-09-26 22:26:17 +02:00
Robin Appelman
ffcb590583
dont delete cache entries if deleting an object from object store failed
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-09-26 14:14:44 +00:00
Robin Appelman
1048bc5102
handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage
...
the target storage doesn't need additional handling for wrappers as the wrappers implementation of moveFromStorage already deals with that
Any storage based on local storage isn't affected by this as local storage already has it's own way of handling with this
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-09-26 13:54:44 +00:00
Joas Schilling
b29efda7c7
Fix user with id 0 to be able to comment
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-09-26 11:50:33 +00:00
Daniel Kesselberg
32b3064b92
Use local variable for directory name
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-09-26 09:41:45 +00:00
Daniel Kesselberg
bb16bd8e73
Don't strip path from directory prefix
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-09-26 09:41:45 +00:00
Daniel Kesselberg
812402f3ac
Fill directory cache from opendir
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-09-26 09:41:45 +00:00
Daniel Kesselberg
97e12415ae
Change visibility to private (from protected)
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-09-26 09:41:45 +00:00
Daniel Kesselberg
c0649bed36
Rename $location to $path
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-09-26 09:41:45 +00:00
Daniel Kesselberg
22c937bdf1
Add method to check if directory exists
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-09-26 09:41:45 +00:00
Roeland Jago Douma
c937c8f175
Merge pull request #17249 from nextcloud/version/17/final
...
Nextcloud 17
2019-09-26 09:15:16 +02:00
Nextcloud bot
c0e71fb12a
[tx-robot] updated from transifex
2019-09-26 02:15:05 +00:00
Joas Schilling
66ed0ae6d9
Merge pull request #17256 from nextcloud/backport/17240/stable17
...
[stable17] Fix spaces being collapsed in move dialog
2019-09-25 14:52:24 +02:00
Gary Kim
8974574b92
Fix spaces being collapsed in move dialog
...
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-09-25 09:24:22 +00:00
Nextcloud bot
bbd04fcb49
[tx-robot] updated from transifex
2019-09-25 02:14:54 +00:00
Roeland Jago Douma
57e469b7fa
Nextcloud 17
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-24 21:25:31 +02:00
Nextcloud bot
1d2059205a
[tx-robot] updated from transifex
2019-09-24 02:14:49 +00:00
Roeland Jago Douma
84d7bc5fd6
Merge pull request #17238 from nextcloud/backport/17162/stable17
...
[stable17] Fix the recent/favorite/shared filename problem
2019-09-23 16:48:35 +02:00
Roeland Jago Douma
ce4cba3f00
Merge pull request #17215 from nextcloud/backport/17206/stable17
...
[stable17] catch exceptions that occur during logging
2019-09-23 10:13:40 +02:00
Greta Doci
2d89801e68
Fix the recent/favorite/shared filename problem
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-09-23 05:54:39 +00:00
Nextcloud bot
54c9d0b3b0
[tx-robot] updated from transifex
2019-09-22 02:15:43 +00:00
Nextcloud bot
8add7228f1
[tx-robot] updated from transifex
2019-09-21 02:14:57 +00:00
Nextcloud bot
6cc17cd069
[tx-robot] updated from transifex
2019-09-20 02:15:11 +00:00
ritsute
c0c1de6d2d
fix "create folder" icon overlaying home icon
...
Signed-off-by: Brandon <brandon.yeow@websparks.sg >
2019-09-19 19:37:24 +00:00
Roeland Jago Douma
db51d166b7
Merge pull request #17172 from nextcloud/backport/17159/stable17
...
[stable17] Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday service
2019-09-19 21:31:24 +02:00
Robin Appelman
186c2474b7
catch exceptions that occur during logging
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-09-19 16:34:40 +00:00
Roeland Jago Douma
8f43f5973b
Merge pull request #17210 from nextcloud/backport/17207/stable17
...
[stable17] Fix l10n in federated file sharing
2019-09-19 18:31:42 +02:00
Christoph Wurst
4e1f7f1c59
Fix l10n in federated file sharing
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-09-19 13:28:09 +00:00
Roeland Jago Douma
05174fc132
Merge pull request #17177 from nextcloud/version/17.0.0/RC2
...
17 RC 2
2019-09-19 12:43:25 +02:00
Roeland Jago Douma
da17aa9f29
17 RC 2
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-19 10:11:43 +02:00
Roeland Jago Douma
3aa5e613a9
Merge pull request #17204 from nextcloud/backport/17201/stable17
...
[stable17] Use the actual password to update the tokens
2019-09-19 10:07:33 +02:00
Nextcloud bot
89143d3746
[tx-robot] updated from transifex
2019-09-19 02:15:45 +00:00
Roeland Jago Douma
ae4d01dfb0
Use the actual password to update the tokens
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-18 20:53:38 +00:00
Roeland Jago Douma
5db0fd3195
Merge pull request #17196 from nextcloud/backport/17194/stable17
...
[stable17] Add uid to delete temp token query
2019-09-18 20:07:55 +02:00
Daniel Kesselberg
4cf30c82ee
Add uid to delete temp token query
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-09-18 16:11:55 +00:00
Roeland Jago Douma
33509a9834
Merge pull request #17184 from nextcloud/backport/17174/stable17
...
[stable17] properly mark birthday calendars as not shareable for now
2019-09-18 12:48:42 +02:00
Nextcloud bot
311b4ea261
[tx-robot] updated from transifex
2019-09-18 02:15:02 +00:00
Georg Ehrke
45dea9245e
properly mark birthday calendars as not shareable for now
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-09-17 16:04:19 +00:00
Nextcloud bot
cea2b78aa3
[tx-robot] updated from transifex
2019-09-17 12:33:35 +00:00
Georg Ehrke
d0ee798061
Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday service
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-09-17 08:07:16 +00:00
Roeland Jago Douma
2fd5507624
Merge pull request #17060 from nextcloud/backport/16985/stable17
...
[stable17] Properly initialize the CacheJail for sharing
2019-09-16 16:10:05 +02:00
Roeland Jago Douma
2883e7b36b
Merge pull request #17101 from nextcloud/backport/stable17/17086
...
[stable17] Fix opening apps with Ctrl+click
2019-09-15 10:20:33 +02:00
Julius Härtl
e3af1653e9
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-09-12 15:21:18 +02:00
Julius Härtl
9ff6479de6
Fix opening apps with Ctrl+click
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-09-12 15:21:18 +02:00
Roeland Jago Douma
9954f9af13
Merge pull request #17067 from nextcloud/version/17.0.0/rc1
...
17 RC 1
2019-09-12 08:56:52 +02:00
Roeland Jago Douma
c37c73d0f6
17 RC 1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-11 22:06:18 +02:00
Roeland Jago Douma
f6806cc6d1
Merge pull request #17090 from nextcloud/backport/16790/stable17
...
[stable17] Allow admin configured mounts to use user configured global credentials
2019-09-10 21:16:12 +02:00
Robin Appelman
1a7ed9ae81
allow setting user provided global credentials trough credentials popup
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-09-10 14:02:04 +00:00
Robin Appelman
e1ee36b4e8
Allow admin configured mounts to use user configured global credentials
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-09-10 14:02:04 +00:00
blizzz
f348b753b1
Merge pull request #17072 from nextcloud/backport/16836/stable17
...
[stable17] Fix SMB availability status + higher delay on auth issues
2019-09-10 13:51:48 +02:00
Roeland Jago Douma
a802ce0d2a
Merge pull request #17079 from nextcloud/backport/17078/stable17
...
[stable17] set default CSP on NotFoundResponse
2019-09-10 10:50:17 +02:00
Roeland Jago Douma
258c863b62
set default CSP on NotFoundResponse
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-10 07:23:47 +00:00
Arthur Schiwon
97be271387
adjust tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-09-09 14:53:01 +00:00
Arthur Schiwon
358b8bebc6
set a storage availability delay on auth issues to avoid lock out
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-09-09 14:53:01 +00:00
Arthur Schiwon
c70cb8d57f
catch auth issues also when php-smbclient is in use
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-09-09 14:53:00 +00:00
Joas Schilling
98548b1c44
Correctly check for new default root
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-09-09 13:00:00 +00:00
Julius Härtl
7f3802a41b
Properly initialize the CacheJail for sharing
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-09-09 13:00:00 +00:00
Roeland Jago Douma
c092a011e3
Merge pull request #17034 from nextcloud/backport/16984/stable17
...
[stable17] Warn user before closing when uploading a file on a upload only link
2019-09-09 09:55:21 +02:00
Julius Härtl
1a22371ce6
Warn user before closing when uploading a file on a upload only link
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-09-06 12:12:20 +00:00
Roeland Jago Douma
8c734b5d19
Merge pull request #16919 from nextcloud/version/17.0.0/beta4
...
17 Beta 4
2019-09-05 08:36:51 +02:00
Nextcloud bot
8072e3e568
[tx-robot] updated from transifex
2019-09-05 02:16:14 +00:00
Roeland Jago Douma
c3e5841532
17 Beta 4
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-04 22:50:17 +02:00
Roeland Jago Douma
a2f280badc
Merge pull request #17007 from nextcloud/enh/nodbtests
...
CapabilitiesTests are not DB tests
2019-09-04 22:47:43 +02:00
Roeland Jago Douma
30d00e63d9
Merge pull request #16999 from nextcloud/bugfix/noid/getJailedPath-root
...
Return the proper jailed path when requesting the root path
2019-09-04 20:52:10 +02:00
Roeland Jago Douma
80743e1f85
CapabilitiesTests are not DB tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-04 20:32:34 +02:00
Roeland Jago Douma
4456d01c6e
Merge pull request #16970 from nextcloud/bugfix/noid/opt_in_for_push_notifications_calendar_reminders
...
Make push notifications for calendar reminders opt-in
2019-09-04 20:08:21 +02:00
Roeland Jago Douma
d744c04a86
Merge pull request #16534 from nextcloud/trash-copy-free-space
...
dont try to copy trash items to user if the user has not enough free space
2019-09-04 20:06:43 +02:00
Julius Härtl
64fe9bc287
Return the proper jailed path when requesting the root path
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-09-04 13:25:17 +02:00
Robin Appelman
9bf8ee701f
Update apps/files_trashbin/lib/Trashbin.php
...
Co-Authored-By: Morris Jobke <hey@morrisjobke.de >
2019-09-04 13:06:07 +02:00
Roeland Jago Douma
0e19e55e24
Merge pull request #16835 from nextcloud/bugfix/16833/remove-orphan-event-data-from-subscriptions
...
Remove orphaned calendar data from deleted subscriptions
2019-09-04 10:54:47 +02:00
Roeland Jago Douma
ca0fbaca8c
Merge pull request #16882 from nextcloud/enh/apppassword_rotation
...
Allow rotation of apppasswords
2019-09-04 10:49:10 +02:00
Roeland Jago Douma
560b9851e5
Merge pull request #16231 from nextcloud/enhancement/noid/nodeinfo
...
+nodeinfo public service
2019-09-04 10:36:49 +02:00
Roeland Jago Douma
2fdf946dae
Merge pull request #16454 from nextcloud/bugfix/noid/sharelink-shouldnt-open-menu-automatically
...
Dont show menu automatically when share link is clicked
2019-09-04 10:36:04 +02:00
Roeland Jago Douma
4be862f7d7
Merge pull request #16951 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.2
...
Bump nextcloud-vue from 0.12.1 to 0.12.2
2019-09-04 10:25:42 +02:00
Roeland Jago Douma
361ff3127e
Merge pull request #16932 from nextcloud/fix/workflow/jails
...
Be sure to get the jailed path if the storage is a jail
2019-09-04 08:55:47 +02:00
Roeland Jago Douma
739e25e1db
Merge pull request #16980 from nextcloud/bugfix/16878/change_button_label
...
Change the save credentials button label
2019-09-04 08:54:51 +02:00
Roeland Jago Douma
ab2a8bacf1
Merge pull request #16975 from nextcloud/build/noid/makefile-clean-git
...
Add clean-git target to makefile
2019-09-04 08:09:21 +02:00
Roeland Jago Douma
b7301f40dd
Merge pull request #16972 from nextcloud/enh/default_client_timeout
...
Set a default request timeout
2019-09-04 08:08:48 +02:00
Roeland Jago Douma
102b1e170c
Merge pull request #16990 from nextcloud/ci/do_not_run_every_db_combo_on_prs
...
Do not run every possible DB combo on PRs
2019-09-04 08:08:02 +02:00
Roeland Jago Douma
de571bd963
Merge pull request #16982 from nextcloud/enh/only_run_codecov_on_merge
...
Only run code coverage CI on merge
2019-09-04 08:06:33 +02:00
Roeland Jago Douma
3776f7e0cb
Merge pull request #16981 from nextcloud/fix/timeout/300
...
No need to wait 10 minutes for the DB to get up.
2019-09-04 08:06:02 +02:00
Nextcloud bot
b3292b6552
[tx-robot] updated from transifex
2019-09-04 02:16:15 +00:00
Roeland Jago Douma
f4ab4431ab
Do not run every possible DB combo on PRs
...
Only run them once merged.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-03 20:15:52 +02:00
Roeland Jago Douma
16477c181e
Only run code coverage CI on merge
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-03 18:07:28 +02:00
Roeland Jago Douma
60c7ef7f5e
No need to wait 10 minutes for the DB to get up.
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-03 15:38:52 +02:00
Greta Doci
fc83ca7409
Change the save credentials button label and the mail_settings input class
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-09-03 15:25:17 +02:00
Daniel Kesselberg
773778dd8c
Add default timeout to expected request options
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-09-03 14:59:09 +02:00
dependabot-preview[bot]
332bdb205b
Bump nextcloud-vue from 0.12.1 to 0.12.2
...
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue ) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.1...v0.12.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-03 08:53:42 +00:00
Julius Härtl
63626f593e
Add clean-git target to makefile
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-09-03 10:13:28 +02:00
Roeland Jago Douma
f57fa231f7
Be sure to get the jailed path if the storage is a jail
...
Fixes: https://github.com/nextcloud/groupfolders/issues/583
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-03 09:57:09 +02:00
Roeland Jago Douma
ecd0d39c30
Merge pull request #16928 from nextcloud/fix/icontrolelrmethodreflector
...
Remove reflect method form public interface
2019-09-03 07:53:36 +02:00
Roeland Jago Douma
6093acd4f0
Merge pull request #16969 from nextcloud/bugfix/14350/thumbnail_should_open_thefile_not_sidebar
...
When you click on thumbnail of a file, it should open the file not the sidebar
2019-09-03 07:52:34 +02:00
Roeland Jago Douma
6188734579
Merge pull request #16964 from phpbg/master
...
Fix sanity checks #16963
2019-09-03 07:50:11 +02:00
Roeland Jago Douma
d22ab5e7a9
Merge pull request #16955 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.3
...
Bump webpack from 4.39.2 to 4.39.3
2019-09-03 07:49:20 +02:00
Nextcloud bot
0d1df80fbf
[tx-robot] updated from transifex
2019-09-03 02:15:06 +00:00
Roeland Jago Douma
80d272c311
Merge pull request #16968 from nextcloud/feature/noid/guest-mention-notifications-for-talk
...
Define a guest type so Talk can use it in it's notifications
2019-09-02 20:14:38 +02:00
dependabot-preview[bot]
6e6fbc6783
Bump webpack from 4.39.2 to 4.39.3
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.39.2 to 4.39.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.39.2...v4.39.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-02 14:24:00 +00:00
Roeland Jago Douma
847b76c16e
Merge pull request #16930 from nextcloud/npm/audit/build
...
Fix npm audit warning in build
2019-09-02 15:49:20 +02:00
Roeland Jago Douma
ca2623e6ad
Set a default request timeout
...
This to avoid endless running processes.
A default timeout of 30 seconds should cover the 99% case. If a job need
specific longer time it should set that.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-02 15:42:48 +02:00
Georg Ehrke
88f6d1c20e
Make push notifications for calendar reminders opt-in
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-09-02 15:18:43 +02:00
Greta Doci
ac2c1ddd4e
Change filelist _onClickFile function so thumbnail to open the file instead of the sidebar
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-09-02 15:11:52 +02:00
Joas Schilling
60fe0d7fc4
Define a guest type so Talk can use it in it's notifications
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-09-02 14:56:50 +02:00
Roeland Jago Douma
daf89e6b34
Merge pull request #16950 from nextcloud/dependabot/npm_and_yarn/vue-router-3.1.3
...
Bump vue-router from 3.1.2 to 3.1.3
2019-09-02 12:07:31 +02:00
Roeland Jago Douma
679a694e6f
Merge pull request #16961 from nextcloud/fix/settings/js_error
...
Fix JS error on personal security page
2019-09-02 09:21:12 +02:00
dependabot-preview[bot]
4d9d7f7ee8
Bump vue-router from 3.1.2 to 3.1.3
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.1.2 to 3.1.3.
- [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.2...v3.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-02 06:20:05 +00:00
Roeland Jago Douma
7065bcafc7
Merge pull request #16954 from nextcloud/dependabot/npm_and_yarn/nextcloud-password-confirmation-0.4.2
...
Bump nextcloud-password-confirmation from 0.4.1 to 0.4.2
2019-09-02 08:19:10 +02:00
Nextcloud bot
16562a3649
[tx-robot] updated from transifex
2019-09-02 02:15:12 +00:00
Samuel CHEMLA
94eb77a535
Fix sanity checks #16963
...
Signed-off-by: Samuel CHEMLA <chemla.samuel@gmail.com >
2019-09-01 22:27:08 +02:00
Roeland Jago Douma
503b9c63c3
Merge pull request #16953 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.12.0
...
Bump blueimp-md5 from 2.11.1 to 2.12.0
2019-09-01 20:22:35 +02:00
Roeland Jago Douma
055261e79d
Fix JS error on personal security page
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-09-01 19:37:43 +02:00
dependabot-preview[bot]
8135df583b
Bump nextcloud-password-confirmation from 0.4.1 to 0.4.2
...
Bumps [nextcloud-password-confirmation](https://github.com/ChristophWurst/nextcloud-password-confirmation ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/ChristophWurst/nextcloud-password-confirmation/releases )
- [Commits](https://github.com/ChristophWurst/nextcloud-password-confirmation/compare/v0.4.1...v0.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-01 17:34:35 +00:00
Roeland Jago Douma
4d696bc4bc
Merge pull request #16952 from nextcloud/dependabot/npm_and_yarn/webpack-merge-4.2.2
...
Bump webpack-merge from 4.2.1 to 4.2.2
2019-09-01 19:33:40 +02:00
Roeland Jago Douma
582f0265c8
Merge pull request #16957 from nextcloud/dependabot/npm_and_yarn/nextcloud-axios-0.2.1
...
Bump nextcloud-axios from 0.2.0 to 0.2.1
2019-09-01 19:32:39 +02:00
Nextcloud bot
4d16726e70
[tx-robot] updated from transifex
2019-09-01 02:16:24 +00:00
dependabot-preview[bot]
f4c0985276
Bump nextcloud-axios from 0.2.0 to 0.2.1
...
Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases )
- [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.2.0...v0.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-01 01:17:53 +00:00
dependabot-preview[bot]
d9113a7b29
Bump blueimp-md5 from 2.11.1 to 2.12.0
...
Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5 ) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/blueimp/JavaScript-MD5/releases )
- [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.11.1...v2.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-01 01:15:24 +00:00
dependabot-preview[bot]
5813136e84
Bump webpack-merge from 4.2.1 to 4.2.2
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v4.2.1...v4.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-01 01:14:45 +00:00
Nextcloud bot
e5c81ceda4
[tx-robot] updated from transifex
2019-08-31 02:14:44 +00:00
Roeland Jago Douma
def82c5077
Remove reflect method form public interface
...
The reflect method is (and should) only every be called internally.
Since if you call it again it would otherwise start mixing and matching
arguments etc.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-30 13:28:18 +02:00
Roeland Jago Douma
1ee9122244
Fix npm audit warning in build
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-30 11:46:24 +02:00
Nextcloud bot
50769b5966
[tx-robot] updated from transifex
2019-08-30 02:15:12 +00:00
Roeland Jago Douma
7889961103
Merge pull request #16925 from nextcloud/bugfix/throwable-middleware
...
Handle throwables in the http dispatcher
2019-08-29 20:24:13 +02:00
Maxence Lange
22b141525f
testing process
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2019-08-29 16:21:16 -01:00
Maxence Lange
bf408c58c2
+nodeinfo public service
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2019-08-29 16:21:16 -01:00
Roeland Jago Douma
91003c9c90
Merge pull request #16924 from nextcloud/td/csp/eval
...
Add deprecation warning
2019-08-29 19:14:25 +02:00
Julius Härtl
299759b836
Handle throwables in the http dispatcher
...
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-29 17:19:14 +02:00
Roeland Jago Douma
35db32f504
Add deprecation warning
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-29 14:52:50 +02:00
Greta Doci
1993984769
Adjust acceptance tests to changes in link share menu behaviour
...
Now the link share menu is not automatically opened after a link share
is created, so waiting until it was opened failed in iShareTheLinkFor.
Note that the steps that interact with the link share menu take care
themselves of showing the menu if needed, so there is no need to
explicitly show it despite the change. Also, the waiting in
iShareTheLinkFor was introduced when the link share menu was changed
to automatically open after creating a link share, as that caused some
issues with the steps that opened the menu by themselves (fec8d12fc5 ).
Due to all this, now that the link share menu is again not automatically
opened the wait can be simply removed.
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-08-29 10:19:03 +02:00
Greta Doci
53aa73d5d6
Dont show menu automatically when share link is clicked
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-08-29 10:19:02 +02:00
Roeland Jago Douma
130fdf5006
Merge pull request #16913 from nextcloud/fix/declare_members
...
SessionMiddleware: declare session property
2019-08-29 09:54:45 +02:00
Roeland Jago Douma
c816dbc7f9
Merge pull request #16843 from nextcloud/version/17.0.0/beta3
...
17 beta 3
2019-08-29 07:49:14 +02:00
Roeland Jago Douma
92043d5b66
Update ca-bundle
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-29 07:48:32 +02:00
Nextcloud bot
cb5c4cf98d
[tx-robot] updated from transifex
2019-08-29 02:14:52 +00:00
Roeland Jago Douma
ddab147c8d
17 beta 3
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-28 20:38:36 +02:00
Roeland Jago Douma
907a6b4860
Merge pull request #16863 from nextcloud/ignore-enter-key-up-event-on-menu-button-toggles
...
Ignore Enter key up event on menu button toggles
2019-08-28 20:33:31 +02:00
Roeland Jago Douma
f0c5bacc03
Merge pull request #16912 from nextcloud/fix/duplicate_array_key
...
Make sure they keys are unique
2019-08-28 20:29:56 +02:00
Roeland Jago Douma
3f12ec95f0
SessionMiddleware: declare session property
...
* Remove request since we don't useit
* Update tests as well
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-28 13:02:29 +02:00
Roeland Jago Douma
c73b4f25c3
Make sure they keys are unique
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-28 12:55:07 +02:00
Daniel Calviño Sánchez
cb93af6675
Ignore Enter key up event on menu button toggles
...
Like links, buttons generate a "click" event as well as the regular
"keydown" and "keyup" events when pressing Enter. Due to this, if both
the "click" and the "keyup" events are handled, when the menu is open
and Enter is pressed in the toggle the menu is first hidden when the
first event is handled, but then shown again when the second event is
handled. To prevent that only the "click" event should be handled when
the toggle is a button, like it is already done with links.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-08-28 09:46:02 +02:00
Roeland Jago Douma
976625fd4a
Merge pull request #16872 from nextcloud/bugfix/noid/left-alignment-search-resuls
...
Fix left-alignment of other results on search
2019-08-28 09:35:55 +02:00
Roeland Jago Douma
e99fa92456
Merge pull request #16615 from nextcloud/feature/16518/rooms_resources_should_respond
...
Make rooms / resources automatically reply to invites
2019-08-28 09:34:38 +02:00
Roeland Jago Douma
7b12b4b43f
Merge pull request #16898 from nextcloud/dependabot/npm_and_yarn/build/mixin-deep-1.3.2
...
[Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /build
2019-08-28 08:43:23 +02:00
Nextcloud bot
cdd491c706
[tx-robot] updated from transifex
2019-08-28 02:15:26 +00:00
dependabot-preview[bot]
88cf6e13af
[Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /build
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-27 18:07:31 +00:00
John Molakvoæ
caf32d25f8
Merge pull request #16879 from only-run-integration-tests-on-php-changes
...
Only run integration tests when PHP was modified
2019-08-27 18:12:40 +02:00
Roeland Jago Douma
495f94e558
Merge pull request #16875 from nextcloud/bugfix/16874/welcome-mail-client-url
...
Use custom client URL in welcome emails
2019-08-27 13:48:11 +02:00
Roeland Jago Douma
cd1f443804
Allow rotation of apppasswords
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-27 13:46:06 +02:00
Joas Schilling
23a0cbe6ef
Only run integration tests when PHP was modified
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-27 11:31:15 +02:00
Julius Härtl
52dc36fb88
Mock client URL in new user mail tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-27 10:22:54 +02:00
Julius Härtl
f00ab8bbc0
Use custom client URL in welcome emails
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-27 08:09:25 +02:00
Nextcloud bot
b7577b6401
[tx-robot] updated from transifex
2019-08-27 02:15:20 +00:00
Roeland Jago Douma
7aaa2e12ae
Merge pull request #16871 from nextcloud/fix/dav-reminder-job-constructor
...
Fix missing parent constructor call in DAV reminder job
2019-08-26 19:30:54 +02:00
Roeland Jago Douma
505f10044a
Merge pull request #16865 from nextcloud/bugfix/noid/5-min-cron
...
Cron should run every 5 mins
2019-08-26 19:29:57 +02:00
Greta Doci
37151aca4a
Fix left-alignment of other results on search
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-08-26 16:17:35 +02:00
Christoph Wurst
9ff9803da4
Fix missing parent constructor call in DAV reminder job
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-08-26 16:08:10 +02:00
Roeland Jago Douma
6df6fc5624
Merge pull request #16722 from nextcloud/bugfix/noid/remove_coffin
...
Replace coffin emoji with cross
2019-08-26 14:21:41 +02:00
Georg Ehrke
cc37c39ede
Make rooms / resources automatically reply to invites
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-26 13:27:59 +02:00
Joas Schilling
b1a0d464ba
Merge pull request #16723 from nextcloud/fix/sharing/unshare-message
...
Add expiration event for shares
2019-08-26 12:58:51 +02:00
Joas Schilling
db968cb1d4
Cleanup the Settings class
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-26 11:50:26 +02:00
John Molakvoæ
40edabaf61
Merge pull request #16795 from nextcloud/enh/phpstan/limiter
...
Fix report of phpstan in Limiter
2019-08-26 11:42:03 +02:00
Thomas Citharel
e2b539bebf
Check the calendar type of calendarobjects & calendarchanges
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2019-08-26 10:41:55 +02:00
Georg Ehrke
befe38e1d7
replace coffin with textual description "Death of ..."
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-26 10:36:49 +02:00
Joas Schilling
9b89baca14
Cron should run every 5 mins
...
So also 10 mins is now an error, so admins check their set up crons
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-26 10:20:55 +02:00
Roeland Jago Douma
af8abab4b3
Merge pull request #16854 from nextcloud/dependabot/npm_and_yarn/sass-loader-7.3.1
...
Bump sass-loader from 7.2.0 to 7.3.1
2019-08-26 08:44:05 +02:00
Nextcloud bot
d647f333cf
[tx-robot] updated from transifex
2019-08-26 02:14:34 +00:00
dependabot-preview[bot]
e4a23632ee
Bump sass-loader from 7.2.0 to 7.3.1
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 7.2.0 to 7.3.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.2.0...v7.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-25 18:03:47 +00:00
Roeland Jago Douma
8fb3822607
Merge pull request #16856 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.7
...
Bump webpack-cli from 3.3.6 to 3.3.7
2019-08-25 20:01:19 +02:00
Nextcloud bot
a4e6073e47
[tx-robot] updated from transifex
2019-08-25 02:14:03 +00:00
dependabot-preview[bot]
39b751d3b9
Bump webpack-cli from 3.3.6 to 3.3.7
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.6 to 3.3.7.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.7/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.6...v3.3.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-25 01:14:24 +00:00
Nextcloud bot
f46b21e4d9
[tx-robot] updated from transifex
2019-08-24 02:15:08 +00:00
blizzz
f515da4f3c
Merge pull request #16845 from nextcloud/bugfix/noid/public-constants
...
Make the sharing constants publicly available
2019-08-23 23:15:15 +02:00
Roeland Jago Douma
80f5bc690c
Merge pull request #16847 from nextcloud/bugfix/empty-itunes-id
...
Only add the app-itunes-app tag if the id is set
2019-08-23 21:18:28 +02:00
Roeland Jago Douma
95ce9615d0
Merge pull request #16846 from nextcloud/bugfix/noid/check-https-and-http-content
...
Always check via http and https whether htaccess is working
2019-08-23 16:37:40 +02:00
Julius Härtl
3e081c43d9
Only add the app-itunes-app tag if the id is set
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-23 16:17:09 +02:00
Roeland Jago Douma
443181f950
Merge pull request #16840 from kotp/adviced_vs_advised
...
adviced should be advised
2019-08-23 15:02:23 +02:00
Joas Schilling
92862c51f5
Always check via http and https whether htaccess is working
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-23 14:33:58 +02:00
Joas Schilling
b130a4c8fb
Make the sharing constants publicly available
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-23 13:54:19 +02:00
Victor Goff
2663fc442c
adviced should be advised
...
Signed-off-by: Victor Goff <keeperotphones@gmail.com >
2019-08-23 07:01:45 -04:00
Nextcloud bot
12fd910360
[tx-robot] updated from transifex
2019-08-23 02:19:30 +00:00
Roeland Jago Douma
d2bd413440
Merge pull request #16829 from nextcloud/bugfix/noid/projects-pick-folders
...
Let users pick folders on projects
2019-08-22 16:13:44 +02:00
Thomas Citharel
456fb7e294
Remove orphaned calendar data from deleted subscriptions
...
Closes #16833 . Ref #13511
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2019-08-22 12:06:49 +02:00
Roeland Jago Douma
f88e95b629
Merge pull request #16785 from nextcloud/version/17.0.0/beta2
...
17.0.0 beta 2
2019-08-22 08:04:37 +02:00
Nextcloud bot
182517e0b3
[tx-robot] updated from transifex
2019-08-22 02:14:34 +00:00
Roeland Jago Douma
beb33fc1fd
17.0.0 beta 2
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-21 22:09:47 +02:00
Julius Härtl
09efc4d6cf
Properly handle failures and allow choosing folders for projects
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-21 20:07:42 +00:00
Roeland Jago Douma
89d7ffebd5
Merge pull request #16798 from jmattt/gridview-fix
...
Fix scrolling after switching to grid view
2019-08-21 22:06:39 +02:00
Roeland Jago Douma
1e74ffd46b
Merge pull request #16820 from nextcloud/bugfix/noid/access-handling-of-projects
...
Change access handling of projects
2019-08-21 22:02:50 +02:00
Julius Härtl
f5352b9c67
filepicker: Add option to also choose folders without a mimetype limit
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-21 16:59:49 +02:00
blizzz
9ac15bc4e9
Merge pull request #16813 from compagnon/fix/noid/AutoloadNotAllowedException-theming-off
...
autoloader.php could raise Not AllowedException
2019-08-21 16:04:32 +02:00
blizzz
1d782aa13c
Merge pull request #16822 from nextcloud/bugfix/fat-75/database-error-on-occ-scan-with-autotaggging
...
Only trigger the events with tags that where actually assigned
2019-08-21 15:04:38 +02:00
blizzz
6d20876eb2
Merge pull request #16782 from nextcloud/fix/16729/stop-if-encrypted-token-null
...
Stop if there is no encrypted token
2019-08-21 12:31:12 +02:00
Joas Schilling
69f2974706
Only trigger the events with tags that where actually assigned
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-21 11:58:27 +02:00
Joas Schilling
23bd4c127d
Add a repair step to clear the projects access cache
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-21 09:16:14 +02:00
Joas Schilling
b53283fcb7
Change the logic so projects are only shown when you can access all resources
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-21 09:16:14 +02:00
John Molakvoæ (skjnldsv)
b557f52c22
Add expiration event for shares
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-08-21 08:30:17 +02:00
Roeland Jago Douma
dd02920aed
Merge pull request #16811 from nextcloud/bugfix/16771/correctly-remove-apps-without-any-releases
...
Correctly remove apps without any releases
2019-08-20 22:29:20 +02:00
Roeland Jago Douma
1dda6fb05b
Merge pull request #16812 from nextcloud/bugfix/noid/previewv1-returntype
...
Explicit cast for ProviderV1Adapter
2019-08-20 22:28:43 +02:00
Roeland Jago Douma
148c6e6f28
Merge pull request #16808 from nextcloud/bugfix/16626/undefined-response-if-server-is-no-nextcloud-anymore
...
Undefined variable response when server is no nextcloud anymore
2019-08-20 21:48:25 +02:00
Guillaume COMPAGNON
0516675a5c
autoloader.php could raise Not AllowedException
...
when theming is off
Signed-off-by: Guillaume Compagnon <gcompagnon@outlook.com >
modified: lib/private/TemplateLayout.php
2019-08-20 17:11:40 +02:00
Julius Härtl
d3d37aa19d
Explicit cast for ProviderV1Adapter
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-20 15:47:59 +02:00
Joas Schilling
17096adff9
Correctly remove apps without any releases
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-20 14:47:46 +02:00
Joas Schilling
323642454a
Undefined variable response when server is no nextcloud anymore
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-20 12:54:58 +02:00
Joas Schilling
650e4f9f4c
Merge pull request #16793 from nextcloud/bugfix/noid/filter-more-configs
...
Filter more configs
2019-08-20 09:01:20 +02:00
Nextcloud bot
ddec3fc416
[tx-robot] updated from transifex
2019-08-20 02:14:48 +00:00
Roeland Jago Douma
7a2ab39f45
Merge pull request #16796 from nextcloud/enh/phpstan/codechecker
...
Codechecker: removed unused use
2019-08-19 21:57:29 +02:00
Jonathan Matthews
1ae45bdaa1
Fix grid view
...
Signed-off-by: Jonathan Matthews <jgit@pixelnet.work >
2019-08-19 15:18:05 -04:00
Roeland Jago Douma
1614dee6dc
Codechecker: removed unused use
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-19 19:41:46 +02:00
Roeland Jago Douma
7927aebdeb
Fix report of phpstan in Limiter
...
* unneeded arguments to constructor
* added return types
* let automatic DI do its work
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-19 19:38:43 +02:00
Joas Schilling
b6c78eb9d4
Filter more configs
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-19 16:32:20 +02:00
Roeland Jago Douma
1521da14ff
Merge pull request #16788 from nextcloud/enh/no_response_constructor
...
Do not enforce the parent constructor of response to be called
2019-08-19 15:53:03 +02:00
Roeland Jago Douma
1e69a691e1
Merge pull request #16775 from nextcloud/fix/5548
...
Make the warning about wrong permissions more clear.
2019-08-19 15:45:42 +02:00
Roeland Jago Douma
c40fe8b819
Do not enforce the parent constructor of response to be called
...
If there is no policy set we just take the default empty ones.
That way no obscure errors get thrown if the constructor is not called.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-19 14:39:34 +02:00
Roeland Jago Douma
b73df01945
Merge pull request #16781 from nextcloud/bug/fix-password-reset
...
Send new password instead of empty string
2019-08-19 11:52:58 +02:00
Roeland Jago Douma
0b0cdeb8f5
Merge pull request #16779 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.1.1
...
Bump css-vars-ponyfill from 2.0.2 to 2.1.1
2019-08-19 09:48:19 +02:00
Julius Härtl
c2f039fe28
Update bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-19 09:37:29 +02:00
Julius Härtl
273cd3870d
Force proper action for login form
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-19 09:32:13 +02:00
Daniel Kesselberg
6094c9dc39
Send new password instead of empty string
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-08-19 09:32:09 +02:00
Roeland Jago Douma
e6c225a3f3
Merge pull request #16766 from nextcloud/fix/frame-src/no-nonce
...
frame-src doesn't respect the nonce attribute
2019-08-19 09:22:31 +02:00
Roeland Jago Douma
8514a2a436
Merge pull request #16784 from nextcloud/bugfix/noid/fix_foreach_valarm_error
...
fix foreach error for reminder generator
2019-08-19 09:20:08 +02:00
Nextcloud bot
6725ad213f
[tx-robot] updated from transifex
2019-08-19 02:14:56 +00:00
Daniel Kesselberg
9c4c5ee818
Add test case for existing user with token null
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-08-18 23:27:03 +02:00
Daniel Kesselberg
7f7c6e49b6
Return the disabled user mock instead of the existing
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-08-18 23:18:39 +02:00
dependabot-preview[bot]
6e79ccda7f
Bump css-vars-ponyfill from 2.0.2 to 2.1.1
...
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill ) from 2.0.2 to 2.1.1.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases )
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-18 20:01:52 +00:00
Georg Ehrke
6f66fba559
fix foreach error for reminder generator
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-18 20:56:57 +02:00
Roeland Jago Douma
08a61f3373
Merge pull request #16756 from nextcloud/allow-context-subclasses-in-acceptance-tests-to-access-parent-actor
...
Allow Context subclasses in acceptance tests to access parent actor
2019-08-18 20:20:16 +02:00
Roeland Jago Douma
489fd4c3a0
Merge pull request #16778 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.2
...
Bump webpack from 4.39.1 to 4.39.2
2019-08-18 20:14:24 +02:00
Daniel Kesselberg
e32b2c4b76
Stop if there is no encrypted token
...
Fix Argument 1 passed to OC\Security\Crypto::decrypt() must be of the type string, null given
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-08-18 19:58:50 +02:00
dependabot-preview[bot]
20a83bed16
Bump webpack from 4.39.1 to 4.39.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.39.1 to 4.39.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.39.1...v4.39.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-18 14:22:01 +00:00
Nextcloud bot
b3880452bb
[tx-robot] updated from transifex
2019-08-18 02:15:40 +00:00
Daniel Kesselberg
f25e2d82a5
Make the warning about wrong permissions more clear.
...
It's basically the same as for console.php now.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-08-17 17:18:17 +02:00
Nextcloud bot
5b09460d4f
[tx-robot] updated from transifex
2019-08-17 02:15:00 +00:00
Roeland Jago Douma
c4cafae884
frame-src doesn't respect the nonce attribute
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-16 21:29:57 +02:00
Daniel Calviño Sánchez
e5a305b9d8
Allow Context subclasses in acceptance tests to access parent actor
...
Although uncommon, in some cases a Context may need to be extended (for
example, to override a step defined in the server with a specific
behaviour in the acceptance tests of an app); in those cases the
subclass should be able to access the actor attribute defined in the
Context it is extending.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-08-16 08:20:41 +02:00
Nextcloud bot
6db355848b
[tx-robot] updated from transifex
2019-08-16 02:14:16 +00:00
Roeland Jago Douma
f7fa2f8100
Merge pull request #16408 from nextcloud/version/noid/17.0.0beta1
...
17.0.0 Beta 1
2019-08-15 21:26:53 +02:00
Roeland Jago Douma
6ef7ba2000
Merge pull request #3044 from nextcloud/dav-email-reminders
...
Calendar events email reminders
2019-08-15 21:21:11 +02:00
Roeland Jago Douma
9c2d70125a
Merge pull request #16507 from nextcloud/bugfix/15416/update_autodisabled_apps
...
Fix tracking of auto disabled apps in Updater
2019-08-15 20:08:58 +02:00
Georg Ehrke
4d28a4544e
Final fixes
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 20:05:01 +02:00
Georg Ehrke
2d6473e79b
Add repair step to register reminder index for existing events
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 20:03:54 +02:00
Georg Ehrke
bcce568c6d
Support recurring events + repeating alarms
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 20:03:51 +02:00
Georg Ehrke
7c4a8a3bdf
Provide a fake AudioProvider that is basically the same as PushProvider, better then not showing reminders at all for now
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 20:02:56 +02:00
Georg Ehrke
c5147529af
Stop using deprecated registerNotifier, use registerNotifierService instead
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 20:02:56 +02:00
Georg Ehrke
a6f792616c
Implement getID and getName in Reminder/Notifier as required since Nextcloud 17
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 20:02:56 +02:00
Georg Ehrke
11fa45196e
smaller syntax changes to CalDAV reminder classes
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 20:02:56 +02:00
Georg Ehrke
36b9b51297
run send reminders background-job only when mode is not set to occ
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 20:02:56 +02:00
Georg Ehrke
d74315ac3d
add occ dav:send-event-reminders, so you don't have to rely on the background-job
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 20:02:56 +02:00
Thomas Citharel
7bddcc091d
Support event reminders (email and notifications)
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2019-08-15 20:02:56 +02:00
Roeland Jago Douma
f452e23a7d
Merge pull request #16666 from nextcloud/feature/calendar/delegation
...
Feature/calendar/delegation
2019-08-15 19:30:45 +02:00
Georg Ehrke
63d584afb5
use principaluri instead of userid, allowing to add delegates for rooms and things
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
!fixup add owner_id and proxy_id as db index, since we use it for querying
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
!fixup don't add ACL for each individual proxy, just use calendar-proxy groups
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
!fixup allow delegation of resources / rooms
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
!fixup fix addIndex call in migration
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
!fixup fix remaining constructor calls of Principal
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
!fixup minor fixes and unit tests
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 15:41:28 +02:00
Roeland Jago Douma
3d86537dc9
Early first stage implementation of the groupset
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-15 15:41:27 +02:00
Roeland Jago Douma
01a4644cad
Use the proxymapper to obtain valid proxy data
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-15 15:41:27 +02:00
Joas Schilling
810ee7d811
Make the auto-disabled list more broad
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-08-15 11:12:45 +02:00
Georg Ehrke
f6c3424039
Fix tracking of auto disabled apps in Updater
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-15 11:12:43 +02:00
Roeland Jago Douma
465e919de1
Merge pull request #16154 from nextcloud/fix/noid/accessibility-focusable-viewtoggle
...
Make possible to focus grid/list view toggle via keyboard
2019-08-15 10:56:52 +02:00
Roeland Jago Douma
d14aed1048
Merge pull request #15946 from martink-p/bugxfix/9792/encrypted-external-webdav
...
Update Encryption.php
2019-08-15 10:22:50 +02:00
John Molakvoæ
0185aafbcc
Rename delete label to Delete folder/file ( #16741 )
...
Rename delete label to Delete folder/file
2019-08-15 10:20:20 +02:00
Roeland Jago Douma
954290ab5f
Merge pull request #12392 from brad2014/feature/properly-present-buttons-from-imip-mails
...
Customize presentation of accept/decline buttons in iMip mail
2019-08-15 08:17:30 +02:00
Nextcloud bot
fdcc654ff6
[tx-robot] updated from transifex
2019-08-15 02:14:35 +00:00
John Molakvoæ
76c004b857
Reset and init new user form language ( #16727 )
...
Reset and init new user form language
2019-08-14 20:58:18 +02:00
Roeland Jago Douma
c6e4679470
Merge pull request #16739 from nextcloud/office/head
...
Fix opening office documents from webdav network mounts on windows
2019-08-14 20:11:35 +02:00
John Molakvoæ (skjnldsv)
3e1fd602eb
Rename delete label to Delete folder/file
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-08-14 18:28:46 +02:00
John Molakvoæ (skjnldsv)
cbc3862830
Always put the gridview toggle on the visible part of the page
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-08-14 16:45:58 +02:00
Roeland Jago Douma
d013ff6cae
Merge pull request #16663 from JakubOnderka/patch-2
...
files_trashbin: File can be without extension
2019-08-14 10:29:53 +02:00
Julius Härtl
fea04ef2df
Return proper responses when office is requesting OPTIONS/HEAD with empty Bearer header
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-14 10:15:45 +02:00
Roeland Jago Douma
f7152cccb2
Merge pull request #16572 from nextcloud/fix/15613/bring-back-psql9-compat
...
instead of upsert query, fallback to default on PSQL <= 9.4
2019-08-14 10:10:37 +02:00
blizzz
2ac01c0203
Merge pull request #16725 from nextcloud/bugfix/noid/syslog-di
...
Fix loading of the syslog logging class
2019-08-14 09:46:48 +02:00
Roeland Jago Douma
22f29d8e54
Add DB mapper and Entity
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-14 09:42:24 +02:00
Roeland Jago Douma
5f3d0a61ea
Add table to handle calendar delegations
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-14 09:42:19 +02:00
Arthur Schiwon
d0409548c6
instead of upsert, fallback to default query on PgSQL <= 9.4
...
because there is no upsert yet
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-08-14 09:05:11 +02:00
Nextcloud bot
d60bd93641
[tx-robot] updated from transifex
2019-08-14 02:14:58 +00:00
Roeland Jago Douma
34868f0964
Merge pull request #14429 from tobiasKaminsky/shareesOnDav
...
Show sharees via propfind
2019-08-13 20:22:47 +02:00
Julius Härtl
2efb9a7d90
Make sure SystemConfig class can be injected and syslog_tag is fetched properly
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-13 16:26:18 +02:00
Roeland Jago Douma
3a99ef30df
Merge pull request #16728 from nextcloud/bugfix/invalid_uid
...
Get the proper UID
2019-08-13 11:04:19 +02:00
Roeland Jago Douma
145eee91fe
Get the proper UID
...
Some user backends (like the database backend) allow us to obtain a user
case insensitive. However the UID itself is case sensitive.
Example:
* create a user User1
* login as User1
- This results the data/User1 folder to be created etc
* now have some code somewhere that obtains the userFolder (from
IRootFolder) but pas in 'uSER1' as uid
- The code will check if that is a valid user. And in this case it is
since User1 and uSER1 both map to the same user
- However the the UID in the user object is used for the folder a new
folder fill be create data/uSER1
With this PR this is avoided now. Since we obtain the real UID casing in
the backend before creating the user object.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-13 09:33:46 +02:00
John Molakvoæ (skjnldsv)
06b766ae3c
Reset and init new user form language
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-13 06:53:52 +00:00
Nextcloud bot
d682fef032
[tx-robot] updated from transifex
2019-08-13 02:14:38 +00:00
Roeland Jago Douma
fced73aa37
Merge pull request #16711 from nextcloud/fix/csp/form_actions/loginflow
...
Fix login flow form actions
2019-08-12 08:24:53 +02:00
John Molakvoæ
ec03059bfc
Bump vue-router from 3.0.7 to 3.1.2 ( #16718 )
...
Bump vue-router from 3.0.7 to 3.1.2
2019-08-12 08:06:15 +02:00
Nextcloud bot
54f38375c8
[tx-robot] updated from transifex
2019-08-12 02:14:48 +00:00
Roeland Jago Douma
f465f9d4b9
Merge pull request #16721 from nextcloud/fix/16644
...
Correctly handle emtpy string in proxyuserpwd config
2019-08-11 22:46:01 +02:00
dependabot-preview[bot]
8da83bd1b2
Bump vue-router from 3.0.7 to 3.1.2
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.0.7 to 3.1.2.
- [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.0.7...v3.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-11 20:30:19 +00:00
Roeland Jago Douma
a85392615d
Fix tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-11 21:34:28 +02:00
Roeland Jago Douma
9d6eb2daf7
Merge pull request #16179 from J0WI/mv-frameoptions
...
Add X-Frame-Options header to .htaccess
2019-08-11 21:30:51 +02:00
Scott Shambarger
edf946dfc7
Correctly handle emtpy string in proxyuserpwd config
...
As documented, the default value for config value proxyuserpwd is ''.
However, that value results in the error:
"cURL error 5: Unsupported proxy syntax in '@'".
This patch handles the values of '' and null (the default in the code)
the same for config values proxyuserpwd and proxy.
Signed-off-by: Scott Shambarger <devel@shambarger.net >
2019-08-11 21:07:30 +02:00
Roeland Jago Douma
dc80aede75
Merge pull request #16713 from nextcloud/dependabot/npm_and_yarn/style-loader-1.0.0
...
Bump style-loader from 0.23.1 to 1.0.0
2019-08-11 20:39:25 +02:00
J0WI
1b074f48d8
Remove duplicated spaces
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2019-08-11 20:11:50 +02:00
J0WI
bd9403d3da
Use "always" condition for security headers
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2019-08-11 20:11:50 +02:00
J0WI
3f2932c75a
Sort headers
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2019-08-11 20:11:50 +02:00
J0WI
76cbd7db6e
Add X-Frame-Options header to .htaccess
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2019-08-11 20:11:49 +02:00
Roeland Jago Douma
6dc179ee12
Fix login flow form actions
...
So fun fact. Chrome considers a redirect after submitting a form part of
the form actions. Since we redirect to a new protocol (nc://login/).
Causing the form submission to work but the redirect failing hard.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-11 19:53:49 +02:00
dependabot-preview[bot]
723815f081
Bump style-loader from 0.23.1 to 1.0.0
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 0.23.1 to 1.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases )
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.23.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-08-11 17:43:33 +00:00
Roeland Jago Douma
7b8ddd7e95
Merge pull request #16716 from nextcloud/dependabot/npm_and_yarn/css-loader-3.2.0
...
Bump css-loader from 3.1.0 to 3.2.0
2019-08-11 15:59:56 +02:00
Roeland Jago Douma
cae1c3b0f3
Merge pull request #16717 from nextcloud/dependabot/npm_and_yarn/file-loader-4.2.0
...
Bump file-loader from 4.1.0 to 4.2.0
2019-08-11 13:56:38 +02:00
dependabot-preview[bot]
826dc4238d
Bump css-loader from 3.1.0 to 3.2.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.1.0 to 3.2.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.1.0...v3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-11 11:52:22 +00:00
Roeland Jago Douma
c0cb35ad5d
Merge pull request #16714 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.1
...
Bump nextcloud-vue from 0.12.0 to 0.12.1
2019-08-11 12:51:17 +02:00
Roeland Jago Douma
875e641ea1
Merge pull request #16715 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.11.1
...
Bump blueimp-md5 from 2.11.0 to 2.11.1
2019-08-11 12:48:07 +02:00
dependabot-preview[bot]
f7d5310813
Bump file-loader from 4.1.0 to 4.2.0
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.1.0...v4.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-11 08:48:09 +00:00
John Molakvoæ
d1d2c2d694
Bump sass-loader from 7.1.0 to 7.2.0 ( #16712 )
...
Bump sass-loader from 7.1.0 to 7.2.0
2019-08-11 10:46:14 +02:00
dependabot-preview[bot]
ed53c65c55
Bump nextcloud-vue from 0.12.0 to 0.12.1
...
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue ) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.0...v0.12.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-11 08:38:20 +00:00
Roeland Jago Douma
773ce9e58f
Merge pull request #16613 from nextcloud/enh/featurepolicy
...
Add Feature-Policy header
2019-08-11 10:16:58 +02:00
dependabot-preview[bot]
64f46bcab8
Bump blueimp-md5 from 2.11.0 to 2.11.1
...
Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5 ) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/blueimp/JavaScript-MD5/releases )
- [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.11.0...v2.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-11 07:40:03 +00:00
Nextcloud bot
cd73720637
[tx-robot] updated from transifex
2019-08-11 02:15:28 +00:00
dependabot-preview[bot]
fef6652dfc
Bump sass-loader from 7.1.0 to 7.2.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v7.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-11 01:13:24 +00:00
Roeland Jago Douma
f81817b47d
Add tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-10 19:40:13 +02:00
Roeland Jago Douma
b8c5008acf
Add feature policy header
...
This adds the events and the classes to modify the feature policy.
It also adds a default restricted feature policy.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-10 14:26:22 +02:00
Nextcloud bot
11cf253f52
[tx-robot] updated from transifex
2019-08-10 02:14:48 +00:00
Nextcloud bot
cb83d0646a
[tx-robot] updated from transifex
2019-08-09 02:14:15 +00:00
John Molakvoæ
d6df914751
Bump js-yaml from 3.12.0 to 3.13.1 in /build ( #16693 )
...
Bump js-yaml from 3.12.0 to 3.13.1 in /build
2019-08-08 13:51:00 +02:00
tobiasKaminsky
eb564e82de
get all shares, not only first one per type
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2019-08-08 11:01:23 +02:00
Roeland Jago Douma
10e2edc734
Merge pull request #16638 from nextcloud/fix/noid/ldap-ext-storage-handler-loading-cli
...
delay sending event from app init to when they are needed
2019-08-08 10:48:59 +02:00
Roeland Jago Douma
5d94590cee
Have the OCSBaseResponse call the parent constructor
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-08 09:52:20 +02:00
dependabot[bot]
3eef078b4f
Bump js-yaml from 3.12.0 to 3.13.1 in /build
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-08-08 07:43:03 +00:00
Roeland Jago Douma
b42b26eceb
Merge pull request #15187 from vitormattos/bugfix-create-database-user
...
Bugfix: user is not allowed
2019-08-08 09:03:48 +02:00
Roeland Jago Douma
4e3ada512d
Merge pull request #16683 from nextcloud/fix/audit/disabled-user-message
...
Fix enable/disable user audit message
2019-08-08 08:20:06 +02:00
Morris Jobke
c95c7107b3
17.0.0 Beta 1
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-08-08 08:15:57 +02:00
Roeland Jago Douma
6b11862611
Merge pull request #16686 from nextcloud/fix/16684/return_int_getIf
...
Properly return an int in the getId function of the cache
2019-08-08 08:14:21 +02:00
Nextcloud bot
00c1389628
[tx-robot] updated from transifex
2019-08-08 02:14:43 +00:00
John Molakvoæ
3c1f2a12f3
Bump nextcloud-vue to 0.12.0 ( #16681 )
...
Bump nextcloud-vue to 0.12.0
2019-08-07 22:22:31 +02:00
Roeland Jago Douma
650927a822
Properly return an int in the getId function of the cache
...
fixes #16684
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-07 20:38:42 +02:00
John Molakvoæ (skjnldsv)
c327be0a75
Fix enable/disable user audit message
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-08-07 17:50:59 +02:00
John Molakvoæ (skjnldsv)
38f54c4cc1
Bump nextcloud-vue to 0.12.0
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-08-07 17:09:01 +02:00
Jakub Onderka
41f8be47eb
files_trashbin: File can be without extension
...
Signed-off-by: Jakub Onderka <jakub.onderka@gmail.com >
2019-08-07 16:04:09 +02:00
Nextcloud bot
52f24b50f5
[tx-robot] updated from transifex
2019-08-07 02:14:38 +00:00
John Molakvoæ
9dbed95b4b
Fix ie app menu loading click ( #16667 )
...
Fix ie app menu loading click
2019-08-06 19:58:40 +02:00
John Molakvoæ (skjnldsv)
287393609d
Fix ie app menu loading click
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-06 16:17:00 +00:00
John Molakvoæ
468c61653f
prevent the server's app-navigation's css to overrule the scop… ( #16661 )
...
prevent the server's app-navigation's css to overrule the scoped css …
2019-08-06 15:37:55 +02:00
tobiasKaminsky
82ae6fb6d3
use namespace everywhere
...
no camelCase
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2019-08-06 10:32:46 +02:00
Marco Ambrosini
70eeb9df4e
prevent the server's app-navigation's css to overrule the scoped css in vue components
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me >
2019-08-06 08:45:19 +02:00
Nextcloud bot
effca30d10
[tx-robot] updated from transifex
2019-08-06 02:14:36 +00:00
Morris Jobke
1d72073e34
Merge pull request #16498 from nextcloud/feature/noid/room_metadata
...
Allow calendar resources/rooms to provide metadata
2019-08-05 14:52:45 +02:00
Roeland Jago Douma
7b0e11f709
Merge pull request #16639 from nextcloud/feature/noid/new-types
...
Adding comparaison types: +regex +wildcard (fulltextsearch)
2019-08-05 14:21:12 +02:00
Morris Jobke
2ca8ff83f2
Merge pull request #16643 from nextcloud/enh/moreDIUsage
...
Lets use DI where we can
2019-08-05 12:55:52 +02:00
Roeland Jago Douma
a6b1592bf0
Merge pull request #16649 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.5.6
...
Bump nextcloud-vue-collections from 0.5.4 to 0.5.6
2019-08-05 08:48:25 +02:00
dependabot-preview[bot]
6f52ca2ab8
Bump nextcloud-vue-collections from 0.5.4 to 0.5.6
...
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections ) from 0.5.4 to 0.5.6.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases )
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.4...v0.5.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-05 05:54:20 +00:00
Nextcloud bot
9cf2e84d13
[tx-robot] updated from transifex
2019-08-05 02:14:26 +00:00
Roeland Jago Douma
e4b7d02bef
Merge pull request #16651 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.1
...
Bump webpack from 4.38.0 to 4.39.1
2019-08-04 22:48:37 +02:00
dependabot-preview[bot]
b84b78d203
Bump webpack from 4.38.0 to 4.39.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.38.0 to 4.39.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.38.0...v4.39.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-04 07:57:44 +00:00
Nextcloud bot
4327d275c1
[tx-robot] updated from transifex
2019-08-04 02:15:22 +00:00
Nextcloud bot
bfcc3acc9a
[tx-robot] updated from transifex
2019-08-03 02:14:32 +00:00
Roeland Jago Douma
2d9feca0a3
Lets use DI where we can
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-02 20:43:50 +02:00
Georg Ehrke
3e5946bd0d
Add standard metadata key for room-features
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-02 20:01:32 +02:00
Maxence Lange
f10e525e0c
comparaison types: +regex +wildcard
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2019-08-02 12:24:32 -01:00
Arthur Schiwon
792903e6b3
delay sending event from app init to when they are needed
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-08-02 14:26:43 +02:00
blizzz
bc409167f2
Merge pull request #16525 from nextcloud/bugfix/external-user-substitution
...
files_external: proper user context for sharing
2019-08-02 14:07:39 +02:00
Arthur Schiwon
ef237f8e36
fix check for null
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-08-02 13:09:38 +02:00
Julius Härtl
bd089021e6
Adjust tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-02 08:39:40 +02:00
Arthur Schiwon
02d6870735
fixes terminology and allows to request an IUser instance
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-08-02 08:39:39 +02:00
Arthur Schiwon
a2c5ab2f8b
adjusts LDAP's home handler to use the correct user object
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-08-02 08:39:39 +02:00
Arthur Schiwon
d577076457
do not send null value when string is expected
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-08-02 08:39:39 +02:00
Julius Härtl
30c44e1d24
Provide proper user context from initMountPoints
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-02 08:39:24 +02:00
Julius Härtl
72aaf2e5fb
files_external: Make sure the correct user context is used in substitution of variables
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-02 08:39:24 +02:00
Nextcloud bot
67f90cb682
[tx-robot] updated from transifex
2019-08-02 02:14:30 +00:00
Georg Ehrke
ab6add54c7
Allow to do a principal property search based on metadata keys
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-01 19:40:27 +02:00
Georg Ehrke
b246e58a1e
Provide standard metadata keys for contact person of a resource
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-01 15:26:11 +02:00
Georg Ehrke
475984ef19
Provide standard metadata keys for location of room
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-01 15:25:43 +02:00
Georg Ehrke
4b4292996f
Test resource and room principal backend to check that they provide metadata
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-01 15:05:53 +02:00
Roeland Jago Douma
8e59132255
Merge pull request #16624 from nextcloud/bugfix/noid/versions-fetch-owner-only
...
Make sure we only fetch the file by id for the actual owner
2019-08-01 15:00:24 +02:00
John Molakvoæ
a0a43de499
Merge pull request #16622 from nextcloud/design/scrollbar
...
Standardize scrollbar color and width across Webkit and Firefox
2019-08-01 14:57:14 +02:00
Georg Ehrke
31d6138f46
Test sync of resource and room metadata
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-01 14:05:47 +02:00
Roeland Jago Douma
edf9dee691
Merge pull request #16586 from nextcloud/feature/16585_adminAuditShareCirclesRemotel/wiswedel
...
log circles and remote shares in admin_audit
2019-08-01 12:35:26 +02:00
Sascha Wiswedel
07d2f68786
log circles and remote shares in admin_audit
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2019-08-01 10:56:35 +02:00
Roeland Jago Douma
2e2d1b6b5c
Merge pull request #16592 from nextcloud/bugfix/noid/federated-reshare
...
Fix permission check on incoming federated shares
2019-08-01 10:55:35 +02:00
Julius Härtl
e26187c7ff
Make sure we only fetch the file by id for the actual owner
...
Otherwise this will fetch all mounts for the file id which is quite
expensive and causes long saving times in big sharing structures
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-08-01 10:10:49 +02:00
Georg Ehrke
ca060a2a83
sync metadata of rooms / resources with cache
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-01 10:08:56 +02:00
Georg Ehrke
54fb0f4f04
provide room / resource properties as principal properties
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-01 10:08:56 +02:00
Georg Ehrke
9f345bd786
add oc_calendar_resources_md and oc_calendar_rooms_md tables
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-01 10:08:55 +02:00
Georg Ehrke
2dc79e5839
Add \OCP\Calendar\IMetadataProvider interface and provider for common metadata keys
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-08-01 10:08:52 +02:00
Roeland Jago Douma
85d5400314
Fix tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-08-01 10:02:25 +02:00
Nextcloud bot
a1afdac31a
[tx-robot] updated from transifex
2019-08-01 02:15:27 +00:00
brad2014
8d8bcea1d8
Move dav.invitation_link_recipients from getSystemValue to getAppValue
...
Per @georgehrke change request for PR #12392 , instead of setting
dav.invitation_link_recipients in the system config.php file, we
set it in the database table oc_appconfig.
Furthermore, the value of the config variable is always a string:
'yes' to include links in imip mail, 'no' to exclude them, or a
comma-separated list of email addresses and/or domains for which
they should be included. If not specified in oc_appconfig, the
default is 'yes'.
Signed-off-by: brad2014 <brad2014@users.noreply.github.com >
2019-07-31 12:55:50 -07:00
Roeland Jago Douma
5f6ac5a7b2
Merge pull request #16618 from nextcloud/enh/csp/form-action
...
Add form-action CSP element
2019-07-31 19:41:52 +02:00
Jan-Christoph Borchardt
c92e6192a5
Standardize scrollbar color and width across Webkit and Firefox
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-07-31 18:36:39 +02:00
Roeland Jago Douma
cf647451e5
Update CSP test cases to handle the new form-action
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-31 15:16:10 +02:00
Roeland Jago Douma
f94ee72507
Add form-action CSP element
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-31 15:16:10 +02:00
tobiasKaminsky
42f00e80c7
add display name to sharee list
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2019-07-31 13:42:25 +02:00
Julius Härtl
22b81ac1e4
Fix permission check on incoming federated shares
...
Since federated shares have their permissions set on the node, we do not need
to check for parent share permissions. Otherwise reshares of incoming federated
have no permission variable defined and creating them will fail
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-31 12:59:51 +02:00
Roeland Jago Douma
f1066fd769
Merge pull request #16619 from nextcloud/bugfix/16446/theming-url-validate
...
Validate urls in theming settings and properly handle error messages
2019-07-31 12:52:19 +02:00
Roeland Jago Douma
436f7b92d5
Merge pull request #16544 from nextcloud/bugfix/16540
...
Add missing password reset page to vue
2019-07-31 11:02:20 +02:00
Roeland Jago Douma
1d8b09aa86
Merge pull request #16616 from nextcloud/dep/setEvalScript
...
setting unsafe-eval is deprecated
2019-07-31 11:01:38 +02:00
Julius Härtl
47a0254bb3
Validate urls in theming settings and properly handle error messages
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-31 10:20:57 +02:00
Julius Härtl
3b0d13944a
Move actual password reset to vue
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-31 09:19:07 +02:00
Nextcloud bot
3f8f0f7609
[tx-robot] updated from transifex
2019-07-31 02:16:00 +00:00
Roeland Jago Douma
21477bca77
Unify share fetching
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-30 22:59:22 +02:00
Roeland Jago Douma
2a45763440
Use proper ShareeList
...
This makes the XML parsing more sane ;)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-30 22:51:08 +02:00
Roeland Jago Douma
06a9ade582
Use proper caching
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-30 22:35:44 +02:00
Roeland Jago Douma
417fbb5d60
setting unsafe-eval is deprecated
...
This will be removed in a future version of Nextcloud.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-30 16:27:38 +02:00
Joas Schilling
d4eb8481fa
Merge pull request #16594 from nextcloud/tech-debt/noid/remove-unused-checkPasswordProtectedShare
...
Remove unused OC\Share\Share::checkPasswordProtectedShare
2019-07-30 09:58:38 +02:00
Roeland Jago Douma
53330ce1fc
Merge pull request #16599 from nextcloud/fix/xss/on-favorite-file
...
Fix/xss/on favorite file
2019-07-30 09:51:45 +02:00
Roeland Jago Douma
a3bf8ac339
Merge pull request #16593 from nextcloud/fix/noid/more-precise-error-message
...
More precise error message when expected filesize does not match
2019-07-30 08:55:28 +02:00
Roeland Jago Douma
135209f24e
Merge pull request #16579 from nextcloud/enh/PostLoginEvent
...
Add proper PostLoginEvent
2019-07-30 08:54:10 +02:00
Roeland Jago Douma
fc497eb871
Merge pull request #16596 from nextcloud/bugfix/noid/vtooltip-defaults
...
Set proper defaults for v-tooltip usages
2019-07-30 08:43:10 +02:00
Roeland Jago Douma
e341e6946b
Merge pull request #16595 from nextcloud/tech-debt/noid/no-need-to-document-the-obvious
...
Do not document the obvious
2019-07-30 08:42:31 +02:00
Nextcloud bot
74eb2894a7
[tx-robot] updated from transifex
2019-07-30 02:14:45 +00:00
Julius Härtl
09b5df42ab
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-29 20:38:23 +02:00
Julius Härtl
3d6e49aa6c
Force defaultHtml setting of v-tooltip to be disabled
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-29 20:38:22 +02:00
Max Fichtelmann
4977f235f6
prevent potential XSS via unchecked use innerHTML
...
Signed-off-by: Max Fichtelmann <max.fichtelmann@procilon.de >
2019-07-29 18:16:37 +02:00
Max Fichtelmann
1d29636008
fix XSS when adding a file with a malicious name to favorites
...
Signed-off-by: Max Fichtelmann <max.fichtelmann@procilon.de >
2019-07-29 18:16:37 +02:00
Morris Jobke
e21f440990
Merge pull request #16502 from nextcloud/bugfix/16474
...
Check the if we can actually access the storage cache for recent files
2019-07-29 16:59:26 +02:00
Morris Jobke
8d8766d5a7
Merge pull request #16591 from nextcloud/fix/noid/typo-in-comment
...
Fix typo in comment
2019-07-29 16:54:29 +02:00
Roeland Jago Douma
0ea7fbae54
Update tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-29 16:31:40 +02:00
Roeland Jago Douma
ba60fafb9a
Add proper PostLoginEvent
...
This can be used by othr mechanisms to listen for this event in a lazy
fashion.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-29 16:31:40 +02:00
Morris Jobke
5f6c7ba9a8
Do not document the obvious
...
This removes PHPDoc that is already available as source code type hints.
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-29 15:25:54 +02:00
Morris Jobke
98237d2a00
Remove unused OC\Share\Share::checkPasswordProtectedShare
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-29 15:23:21 +02:00
Morris Jobke
13fd89575d
More precise error message when expected filesize does not match - could be on reading or writing side
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-29 15:03:01 +02:00
Morris Jobke
e45fb5fa3e
Fix typo in comment
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-29 14:55:43 +02:00
Robin Appelman
fafce34aa0
dont try to copy trash items to user if the user has not enough free space
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-07-29 14:05:49 +02:00
Roeland Jago Douma
51197ac622
Merge pull request #16582 from nextcloud/enh/split_up_security_middleware
...
Split up security middleware
2019-07-29 12:13:55 +02:00
Morris Jobke
ec7e837d6a
Merge pull request #16563 from nextcloud/enh/lostcontroller/better_exceptions
...
Use proper exception in lostController
2019-07-29 10:42:36 +02:00
Roeland Jago Douma
173d95c904
Merge pull request #16581 from nextcloud/dep/strict_csps_can_go
...
No need to have these classes we tighten the default CSP from time to time
2019-07-29 10:40:38 +02:00
Roeland Jago Douma
fb78cd3ed8
Merge pull request #16570 from nextcloud/enh/supress_touch_error
...
Supress warnings touch can generate
2019-07-29 10:39:46 +02:00
Morris Jobke
ef86346886
Merge pull request #16571 from nextcloud/enh/update_preview_controller
...
Update PreviewController
2019-07-29 10:35:08 +02:00
Nextcloud bot
57f2ea22c7
[tx-robot] updated from transifex
2019-07-29 02:14:59 +00:00
Roeland Jago Douma
d6bb26140d
Merge pull request #16573 from nextcloud/fix-default-timeouts-in-oc-notification
...
Fix default timeouts in OC.Notification
2019-07-28 20:57:31 +02:00
Roeland Jago Douma
99081daa4c
Merge pull request #16583 from nextcloud/dependabot/npm_and_yarn/webpack-4.38.0
...
Bump webpack from 4.36.1 to 4.38.0
2019-07-28 10:49:02 +02:00
Nextcloud bot
b481750d00
[tx-robot] updated from transifex
2019-07-28 02:15:26 +00:00
dependabot-preview[bot]
774da99d94
Bump webpack from 4.36.1 to 4.38.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.36.1 to 4.38.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.36.1...v4.38.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-28 01:13:42 +00:00
Roeland Jago Douma
b6dd2ebd39
Use proper exception in lostController
...
There is no need to log the expcetion of most of the stuff here.
We should properly log them but an exception is excessive.
This moves it to a proper exception which we can catch and then log.
The other exceptions will still be fully logged.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-27 20:12:16 +02:00
Roeland Jago Douma
37a4282c7a
Split up security middleware
...
With upcoming work for the feature policy header. Splitting this in
smaller classes that just do 1 thing makes sense.
I rather have a few small classes that are tiny and do 1 thing right
(and we all understand what is going on) than have big ones.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-27 16:11:45 +02:00
Roeland Jago Douma
cd243b0876
No need to have these classes we tighten the default CSP from time to
...
time
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-27 14:59:48 +02:00
Roeland Jago Douma
1ec98af3e0
Merge pull request #16560 from nextcloud/bugfix/noid/fix_cutype_reporting
...
fix calendar-user-type reporting
2019-07-27 12:23:25 +02:00
Roeland Jago Douma
9ef23e2362
Merge pull request #16558 from nextcloud/enh/less_verbose_locked_logging
...
Do not log all locked exceptions
2019-07-27 10:39:11 +02:00
Nextcloud bot
2827b0ba31
[tx-robot] updated from transifex
2019-07-27 02:14:37 +00:00
Daniel Calviño Sánchez
abd5d10253
Add unit tests for "OC.Notification.hide()"
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-07-26 18:46:59 +02:00
Daniel Calviño Sánchez
03f2e8a10e
Fix default timeouts in OC.Notification
...
When no timeout was given "show()" used the default timeout of
"OCP.Toast", which is 7 seconds instead of indefinitely as stated in the
documentation of "show()". "showHtml()" should also indefinitely show
the notification if no timeout is given, but due to the strict
comparison the notification was indefinitely shown only when a timeout
of 0 was explicitly given. Now both methods show the notification
indefinitely (or until it is explicitly hidden) when no timeout is
given.
The unit tests did not catch this error because "showHtml()" had no
tests (as before the move to Toastify it was called from "show()" and
thus implicitly tested), and because "show()" verified that "hide()" was
not called after some time; "hide()" is no longer called from "show()"
since "OCP.Toast" is used internally, so the test always passed even if
the notification was indeed hidden. Now the test is based on whether the
element is found or not, and explicit tests were added too for
"showHtml()".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-07-26 18:46:59 +02:00
Daniel Calviño Sánchez
14006b548e
Fix mixed test for "show" and "showTemporary"
...
"showTemporary()" when a timeout was given was being tested along with
the "show()" tests; now there are two separate tests when a timeout is
given, one for "showTemporary()" and one for "show()".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-07-26 18:46:58 +02:00
Daniel Calviño Sánchez
2b1c80ea3f
Check number of elements instead of if the jQuery object is defined
...
Tje jQuery object created through "$('#testArea .toastify')" will be
always defined even if no elements were found, so the check does not
really work; instead, it should be checked the number of elements found.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-07-26 18:46:51 +02:00
Roeland Jago Douma
a2a53848b0
Update PreviewController
...
The constructor is called with the userId. However if a user is not
logged in this is null. Which means that we get an exception instead of
this being handled gracefully in the middleware.
There are cleaner solutions. But this is the solution that is the
easiest to apply without lots of work and risk of breaking things
(handling the logged in middleware before initializing the controller
etc).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-26 17:37:11 +02:00
Roeland Jago Douma
1cc8a2f5d2
Supress warnings touch can generate
...
We already catch the result value. Having the warning being logged
explicitly doesn't help and polutes the log.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-26 17:26:59 +02:00
Morris Jobke
4986241873
Merge pull request #16556 from nextcloud/feature/16554_adminAuditShareByMail/wiswedel
...
log email shares in admin_audit log
2019-07-26 16:14:47 +02:00
Morris Jobke
3ba33cab5b
Merge pull request #16557 from nextcloud/enh/do_not_log_locked_files
...
Do not log locked files
2019-07-26 15:44:52 +02:00
Morris Jobke
2e803dc3d3
Merge pull request #16555 from nextcloud/fix/16529/mask-keys
...
use a pattern to identify sensitive config keys
2019-07-26 15:15:56 +02:00
Morris Jobke
71e5300f84
Merge pull request #16551 from nextcloud/fix/12735/displayname-email
...
supresses disclosing the userid for LDAP users in the welcome mail
2019-07-26 15:14:59 +02:00
Roeland Jago Douma
cdc43cd39b
Merge pull request #16456 from nextcloud/dep/searchByTag
...
Remove deprecated searchByTag
2019-07-26 15:07:04 +02:00
Georg Ehrke
6a2a5465cf
fix CUType reporting
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-07-26 15:04:58 +02:00
Roeland Jago Douma
4cc41cb4c7
Do not log all locked exceptions
...
This can happen for valid reasons (multiple users writing at the same
time) with for example the text app. Apps should properly handle it. No
reason to log it by default.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-26 14:55:13 +02:00
Sascha Wiswedel
e98b2cb461
log email shares in admin_audit log
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2019-07-26 14:37:50 +02:00
Roeland Jago Douma
22f9a95814
Do not log locked files
...
This is the code doing its job. There is no need to spam the log file
with this.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-26 14:29:13 +02:00
Arthur Schiwon
78201bcb72
treat sensitive config keys by pattern
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-07-26 13:31:14 +02:00
Roeland Jago Douma
323f40a493
Merge pull request #16461 from nextcloud/fix/noid/pgsql-version
...
fixes the check for postgresql
2019-07-26 12:32:04 +02:00
Roeland Jago Douma
0487144b26
Remove deprecated searchByTag
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-26 12:29:19 +02:00
Arthur Schiwon
898430b6b1
supresses disclosing the userid for LDAP users in the welcome mail
...
The userid is not relevant here, and by default cannot be used to login
with. Typically, there is a common type of login names in organizations
(LDAP username or email most often) that does not need to be disclosed.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-07-26 10:48:34 +02:00
Roeland Jago Douma
b2341cdfd0
Merge pull request #16542 from nextcloud/dependabot/npm_and_yarn/build/fstream-1.0.12
...
[Security] Bump fstream from 1.0.11 to 1.0.12 in /build
2019-07-26 08:08:34 +02:00
Nextcloud bot
0e54f59b24
[tx-robot] updated from transifex
2019-07-26 02:14:42 +00:00
Morris Jobke
e51c269dbe
Merge pull request #16532 from nextcloud/bugfix/14776/maxcontrast-fix
...
Fix max contrast retrieval to limit minimum color for relative time
2019-07-25 17:07:22 +02:00
dependabot-preview[bot]
0d278eddf6
[Security] Bump fstream from 1.0.11 to 1.0.12 in /build
...
Bumps [fstream](https://github.com/npm/fstream ) from 1.0.11 to 1.0.12. **This update includes a security fix.**
- [Release notes](https://github.com/npm/fstream/releases )
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-25 14:01:22 +00:00
Roeland Jago Douma
c504ed66b7
Merge pull request #16503 from nextcloud/bugfix/5504/create_new_birthday_calendars_with_VEVENT_only
...
allow to provide supported calendar component set internally as a string
2019-07-25 13:36:01 +02:00
Morris Jobke
003e23520d
Trigger fallback code to get max contrast value and use integer there
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-25 09:45:09 +02:00
Nextcloud bot
569cf31cd6
[tx-robot] updated from transifex
2019-07-25 02:14:40 +00:00
Morris Jobke
5e02d71588
Fix max contrast retrieval to limit minimum color for relative time
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-24 21:48:52 +02:00
Morris Jobke
80b71ddbfa
Merge pull request #16528 from nextcloud/shipped-texteditor
...
Remove files_texteditor from shipped apps
2019-07-24 15:15:56 +02:00
Julius Härtl
2e8d52f354
Remove files_texteditor from shipped apps
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-24 14:16:17 +02:00
Julius Härtl
e43b341b04
Add additional check for read permissions
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-24 14:01:24 +02:00
Julius Härtl
3674f6fa2d
Check the if we can actually access the storage cache for recent files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-24 14:01:24 +02:00
blizzz
7e8dfd404e
Merge pull request #15637 from nextcloud/bugfix/15567/ignore-hidden-share
...
Allow hidden smb shares
2019-07-24 12:43:29 +02:00
blizzz
babe1333ad
Merge pull request #16523 from nextcloud/bugfix/noid/nested-recursion-breaking-max-nested-level-for-parent-comment
...
Nested recursion breaking max nested level for parent comment calculation
2019-07-24 11:50:40 +02:00
Joas Schilling
7d3a349d8f
PHPStorm code cleanup
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-24 10:39:57 +02:00
Joas Schilling
3b334169a8
Get the topmost parent for the parent instead of doing endless recursion
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-24 10:39:22 +02:00
Roeland Jago Douma
59d8c92b64
Merge pull request #16493 from nextcloud/enh/remove-curly-braces
...
The array and string offset access syntax using curly braces is depre…
2019-07-24 09:35:20 +02:00
Nextcloud bot
3a3bcf43ca
[tx-robot] updated from transifex
2019-07-24 02:15:37 +00:00
Roeland Jago Douma
41f97411ac
Merge pull request #16505 from nextcloud/enh/nitpicks-14954
...
Dont assign $options to $options and cleanup doc
2019-07-23 19:57:10 +02:00
Roeland Jago Douma
4a66e95530
Merge pull request #16514 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.5.5
...
Bump @babel/preset-env from 7.5.4 to 7.5.5
2019-07-23 15:15:33 +02:00
Morris Jobke
d5b524ae07
Merge pull request #16492 from nextcloud/enh/exclude-rnd-files
...
Exclude .rnd files from integrity check
2019-07-23 14:57:55 +02:00
Roeland Jago Douma
4902e84346
Merge pull request #16497 from nextcloud/dependabot/npm_and_yarn/babel/core-7.5.5
...
Bump @babel/core from 7.5.4 to 7.5.5
2019-07-23 12:19:17 +02:00
tobiasKaminsky
efa0733b04
wip
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2019-07-23 10:33:56 +02:00
Nextcloud bot
9a61d5fb72
[tx-robot] updated from transifex
2019-07-23 02:15:28 +00:00
Daniel Kesselberg
77c09252d5
Dont assign $options to $options and cleanup doc
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-22 18:48:47 +02:00
Georg Ehrke
dce1787b9a
allow to provide supported calendar component set internally as a string
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-07-22 16:58:54 +02:00
Morris Jobke
3a6d8174a9
Merge pull request #16450 from nextcloud/tech-debt/noid/cleanup-unused-OC_API-methods
...
Removes unused OC_API::register
2019-07-22 16:04:01 +02:00
tobiasKaminsky
b81fb182b3
wip
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2019-07-22 14:47:17 +02:00
tobiasKaminsky
e3991fbde0
Show sharees via propfind
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2019-07-22 13:59:43 +02:00
Morris Jobke
9563c78674
Merge pull request #16495 from nextcloud/fix/16378-cannot-get-key-from-parameter
...
Pass $configargs to openssl_pkey_export
2019-07-22 13:22:53 +02:00
Daniel Kesselberg
b1bd3f1fe5
Fix wrong indentation
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-22 13:00:03 +02:00
John Molakvoæ
b6376b7bd6
Fix 1px jump when selecting multi table entries ( #16475 )
...
Fix 1px jump when selecting multi table entries
2019-07-22 12:29:00 +02:00
Morris Jobke
54bcd86db7
Adjust deprecation tests
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-22 12:06:16 +02:00
dependabot-preview[bot]
25ab99ef7c
Bump @babel/core from 7.5.4 to 7.5.5
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.5.4 to 7.5.5.
- [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.5.4...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-22 09:20:05 +00:00
Roeland Jago Douma
a999af43b1
Merge pull request #16483 from nextcloud/dependabot/npm_and_yarn/css-loader-3.1.0
...
Bump css-loader from 3.0.0 to 3.1.0
2019-07-22 08:35:39 +02:00
Roeland Jago Douma
1cfb3cc505
Merge pull request #16482 from nextcloud/dependabot/npm_and_yarn/url-loader-2.1.0
...
Bump url-loader from 2.0.1 to 2.1.0
2019-07-22 08:35:14 +02:00
Roeland Jago Douma
4bd7018646
Merge pull request #16489 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.15
...
Bump lodash from 4.17.14 to 4.17.15
2019-07-22 08:34:45 +02:00
Roeland Jago Douma
555a439c9a
Merge pull request #16487 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.11.0
...
Bump blueimp-md5 from 2.10.0 to 2.11.0
2019-07-22 08:34:27 +02:00
Nextcloud bot
a024dcfc81
[tx-robot] updated from transifex
2019-07-22 02:15:59 +00:00
Daniel Kesselberg
98c269be53
Fix invalid recursion
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-21 22:55:26 +02:00
Daniel Kesselberg
608f4d3ee9
Pass $configargs to openssl_pkey_export
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-21 22:21:59 +02:00
dependabot-preview[bot]
0aa6908a0c
Bump css-loader from 3.0.0 to 3.1.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.0.0 to 3.1.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.0.0...v3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-21 19:36:17 +00:00
Roeland Jago Douma
1b3bcbc99c
Merge pull request #16488 from nextcloud/dependabot/npm_and_yarn/file-loader-4.1.0
...
Bump file-loader from 4.0.0 to 4.1.0
2019-07-21 21:34:24 +02:00
Daniel Kesselberg
1b0f30b1ab
The array and string offset access syntax using curly braces is deprecated.
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-21 21:19:15 +02:00
dependabot-preview[bot]
35fecc1733
Bump lodash from 4.17.14 to 4.17.15
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.14 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.15 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-21 18:59:33 +00:00
dependabot-preview[bot]
d002c7aae8
Bump blueimp-md5 from 2.10.0 to 2.11.0
...
Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5 ) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/blueimp/JavaScript-MD5/releases )
- [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.10.0...v2.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-21 18:52:07 +00:00
dependabot-preview[bot]
00d650b0d0
Bump url-loader from 2.0.1 to 2.1.0
...
Bumps [url-loader](https://github.com/webpack-contrib/url-loader ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases )
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/url-loader/compare/v2.0.1...v2.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-21 18:52:01 +00:00
Roeland Jago Douma
d15ad1b5af
Merge pull request #16485 from nextcloud/dependabot/npm_and_yarn/webpack-4.36.1
...
Bump webpack from 4.35.3 to 4.36.1
2019-07-21 20:49:40 +02:00
Daniel Kesselberg
8bed3021bd
Exclude .rnd files from integrity check
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-21 20:29:11 +02:00
dependabot-preview[bot]
b9a4992bb5
Bump webpack from 4.35.3 to 4.36.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.35.3 to 4.36.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.35.3...v4.36.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-21 12:12:13 +00:00
Roeland Jago Douma
b7d2d9f1fe
Merge pull request #16486 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.7.1
...
Bump vue-loader from 15.7.0 to 15.7.1
2019-07-21 14:10:12 +02:00
Roeland Jago Douma
28ef700c79
Merge pull request #16480 from nextcloud/dependabot/npm_and_yarn/build/jsdoc-3.6.3
...
Bump jsdoc from 3.6.2 to 3.6.3 in /build
2019-07-21 12:30:25 +02:00
dependabot-preview[bot]
46965163fe
Bump vue-loader from 15.7.0 to 15.7.1
...
Bumps [vue-loader](https://github.com/vuejs/vue-loader ) from 15.7.0 to 15.7.1.
- [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.7.0...v15.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-21 09:47:06 +00:00
Roeland Jago Douma
166fff7aac
Merge pull request #16490 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.6
...
Bump webpack-cli from 3.3.5 to 3.3.6
2019-07-21 11:44:46 +02:00
Nextcloud bot
9249a810fb
[tx-robot] updated from transifex
2019-07-21 02:15:10 +00:00
dependabot-preview[bot]
4fcc111624
Bump webpack-cli from 3.3.5 to 3.3.6
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.5 to 3.3.6.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.6/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-21 01:18:22 +00:00
dependabot-preview[bot]
92ef99adb3
Bump file-loader from 4.0.0 to 4.1.0
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.0.0...v4.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-21 01:17:15 +00:00
dependabot-preview[bot]
cbabb60090
Bump @babel/preset-env from 7.5.4 to 7.5.5
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.5.4 to 7.5.5.
- [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.5.4...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-21 01:14:55 +00:00
dependabot-preview[bot]
efd6c06658
Bump jsdoc from 3.6.2 to 3.6.3 in /build
...
Bumps [jsdoc](https://github.com/jsdoc/jsdoc ) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/jsdoc/jsdoc/releases )
- [Changelog](https://github.com/jsdoc/jsdoc/blob/master/CHANGES.md )
- [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.2...3.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-21 01:12:55 +00:00
Morris Jobke
efaa0e4d47
Merge pull request #16470 from nextcloud/bugfix/noid/settings-menu-border-top_new
...
Add border-top to settings menu when its open
2019-07-20 11:30:43 +02:00
Michael Weimann
68049f1eae
Fix 1px jump when selecting multi table entries
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu >
2019-07-20 11:28:52 +02:00
Nextcloud bot
602a48c411
[tx-robot] updated from transifex
2019-07-20 02:14:33 +00:00
Morris Jobke
a085a88205
Merge pull request #14954 from tacruc/searchPatterns
...
Allow to search for real pattern in contacts
2019-07-19 18:03:37 +02:00
Morris Jobke
c00d6f4eac
Merge pull request #14540 from army1349/master
...
LDAP Password Modify Extended Operation support
2019-07-19 17:29:24 +02:00
Greta Doci
92e0a1ab63
Add border-top to settings menu when its open
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-07-19 15:18:26 +02:00
Nextcloud bot
d35f4a7645
[tx-robot] updated from transifex
2019-07-19 02:14:56 +00:00
Morris Jobke
94d9ebd61c
Merge pull request #16366 from nextcloud/bugfix/noid/filelist-overlap
...
Fix filelist overlap with header ref #16076
2019-07-18 20:55:01 +02:00
Morris Jobke
baff2ccdba
Merge pull request #16452 from nextcloud/bug/noid/error-with-exception-on-ssl-error
...
Error with exception on SSL error
2019-07-18 20:51:30 +02:00
Roeland Jago Douma
3011449f17
Merge pull request #16455 from nextcloud/enh/noid/ldap-update-user-cmd
...
adds an --update flag to check-user for manual sync of the ldap record
2019-07-18 19:18:03 +02:00
Morris Jobke
b291d9b5e1
Merge pull request #10842 from nextcloud/bugfix/9339/initial_collection_sync_caldav_carddav
...
LIMIT is no column but a SQL keyword, allow limit on initial sync
2019-07-18 19:00:56 +02:00
Morris Jobke
4ae17427c5
Error with exception on SSL error
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-18 18:50:44 +02:00
Arthur Schiwon
8b1126e6d2
fixes the check for postgresql
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-07-18 18:34:10 +02:00
Morris Jobke
ab9207827b
Merge pull request #16420 from nextcloud/bugfix/noid/settings-menu-border-top
...
Add border-top to settings menu when its open ref #16076
2019-07-18 18:04:44 +02:00
Greta Doci
e1da99af4c
Fix filelist overlap with header ref #16076
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-07-18 15:34:39 +02:00
Roeland Jago Douma
057e88e9e7
Merge pull request #16380 from Dreamsorcerer/patch-1
...
Allow use of server var for CSP nonce
2019-07-18 15:33:15 +02:00
Arthur Schiwon
40c9a743fa
adds an --update flag to check-user for manual sync of the ldap record
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-07-18 14:30:43 +02:00
Roeland Jago Douma
940a3130b2
Merge pull request #15143 from nextcloud/bugfix/noid/lookup-server-connector-background-jobs-problem
...
Fix lookup server connector background jobs problem
2019-07-18 13:10:24 +02:00
Morris Jobke
a65c00472a
Merge pull request #16451 from nextcloud/tech-debt/noid/reduce-indirection
...
Reduce indirection in AppManager
2019-07-18 13:03:12 +02:00
Georg Ehrke
9f6dd51912
LIMIT is no column but a SQL feature, allow limit on initial sync
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-07-18 12:42:11 +02:00
Sam Bull
ea935f65fd
Add support for CSP_NONCE server variable
...
Allow passing a nonce from the web server, allowing the possibility to enforce a strict CSP from the web server.
Signed-off-by: Sam Bull <git@sambull.org >
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-18 12:16:29 +02:00
Morris Jobke
55d8c3db3e
Reduce indirection in AppManager
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-18 11:33:58 +02:00
Morris Jobke
605d0874a4
Removes unused OC_API::register
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-18 11:27:09 +02:00
Joas Schilling
30051e786b
Make the RetryJob work on the userId only
...
To ensure there is only 1 background job per user
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-18 11:24:35 +02:00
Joas Schilling
e1e1d4df62
Yay for null coalescing operator
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-18 11:24:35 +02:00
Joas Schilling
006151604b
Use public interfaces
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-18 11:24:35 +02:00
Joas Schilling
9927909a0d
Always use a background job for the update
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-18 11:24:35 +02:00
Joas Schilling
3a4f6302ca
Also send a delete like on the syncronous action
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-18 11:24:35 +02:00
Joas Schilling
3930b91511
Use an application class
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-18 11:24:35 +02:00
Nextcloud bot
3d0e0f2353
[tx-robot] updated from transifex
2019-07-18 02:14:53 +00:00
Morris Jobke
48653d1a27
Merge pull request #16440 from marcelklehr/fix/objectstorage-put-contents
...
Fix File#putContents(string) on ObjectStorage
2019-07-17 22:38:41 +02:00
Morris Jobke
5b604eaeab
Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notifications
...
Notifications overhaul
2019-07-17 20:22:03 +02:00
Morris Jobke
782554d2ac
Merge pull request #16075 from nextcloud/bugfix/15823/app-restricted-groups
...
Remove deleted groups from app restrictions fixes #15823
2019-07-17 17:36:00 +02:00
Greta Doci
8e4b5d02f4
Add border-top to settings menu when its open ref #16076
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-07-17 15:58:03 +02:00
Marcel Klehr
d46744e2f1
Fix File#putContents(string) on ObjectStorage
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2019-07-17 14:58:56 +02:00
Morris Jobke
223a91d5ef
Merge pull request #16416 from nextcloud/enh/log-details
...
Move log detail aggregation and reuse it in syslog/systemd logger
2019-07-17 11:43:32 +02:00
Julius Härtl
07bbec3355
Move log detail aggregation to separate class and reuse it in syslog/systemd logger
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-17 08:45:55 +02:00
Roeland Jago Douma
4a52d933b6
Merge pull request #16424 from nextcloud/fix/do_not_keep_searching
...
Do not keep searching for recent
2019-07-17 07:46:47 +02:00
Nextcloud bot
63276cd0ea
[tx-robot] updated from transifex
2019-07-17 02:15:32 +00:00
Morris Jobke
99f2c82222
Properly inject the logger
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-16 22:38:14 +02:00
Roeland Jago Douma
79eb5de0be
Merge pull request #16422 from nextcloud/feature/noid/complement-search-string-inrequest-
...
set and complete the searched string
2019-07-16 22:13:42 +02:00
Roeland Jago Douma
b73ef3dd44
Merge pull request #16423 from nextcloud/bugfix/16410/allow-to-enable-encryption-in-the-UI
...
Only prevent disabling encrytion via the API
2019-07-16 19:43:04 +02:00
Roeland Jago Douma
8ca2b31804
Do not keep searching for recent
...
If userA has a lot of recent files. But only shares 1 file with userB
(that has no files at all). We could keep searching until we run out of
recent files for userA.
Now assume the inactive userB has 20 incomming shares like that from
different users. getRecent then basically keeps consuming huge amounts
of resources and with each iteration the load on the DB increases
(because of the offset).
This makes sure we do not get more than 3 times the limit we search for
or more than 5 queries.
This means we might miss some recent entries but we should fix that
separatly. This is just to make sure the load on the DB stays sane.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-16 19:14:55 +02:00
Joas Schilling
594efca1e3
Update since to the correct version
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-16 16:58:38 +02:00
Maxence Lange
462c293111
fix phpdoc
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2019-07-16 13:47:58 -01:00
Joas Schilling
f8592e5e79
Only prevent disabling encrytion via the API
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-16 14:24:47 +02:00
Maxence Lange
8bafd67c1f
set and complete the searched string
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2019-07-16 11:22:33 -01:00
Joas Schilling
565838da9c
Update unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-16 13:32:44 +02:00
Morris Jobke
f877176fed
Merge pull request #16180 from oliversalzburg/fix/grant-all
...
Use specific privileges when creating admin
2019-07-16 13:32:39 +02:00
Morris Jobke
86a399d82b
Merge pull request #16417 from nextcloud/design/backupcodes-notification
...
Backupcodes notification design details
2019-07-16 13:20:56 +02:00
Joas Schilling
c3ef1cd90d
Update autoloader
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-16 13:17:51 +02:00
Jan-Christoph Borchardt
51517d3a36
Add icon to twofactor_backupcodes notification
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-07-16 12:35:20 +02:00
Joas Schilling
55f5bc79a1
Keep the old method as a fallback and adjust the tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-16 11:36:32 +02:00
Oliver Salzburg
392a4dd68a
Use specific privileges when creating admin
...
Using the ALL shorthand can cause problems when not all privileges are available to the user.
For example, AWS RDS MariaDB/MySQL will not grant the initial user account on an instance the SUPER privilege.
While the user account is still valid for pretty much any task on the DB instance, it can not use the ALL shorthand when granting privileges to new users.
By supplying a specific set of privileges, we work around this limitation without sacrificing functionality.
Closes #16139
Signed-off-by: Oliver Salzburg <oliver.salzburg@gmail.com >
2019-07-16 10:26:25 +02:00
Jan-Christoph Borchardt
d94d42f089
Fix wording of backupcodes notification
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-07-16 10:23:12 +02:00
Roeland Jago Douma
84a1712d99
Merge pull request #16387 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.11.5
...
Bump nextcloud-vue from 0.11.4 to 0.11.5
2019-07-16 08:59:21 +02:00
Roeland Jago Douma
d0e1bcc1d0
Merge pull request #15606 from nextcloud/fix/15605/add-catch-for-runtime-exception
...
Add catch for RuntimeException
2019-07-16 08:05:11 +02:00
Nextcloud bot
8b31dbc5a4
[tx-robot] updated from transifex
2019-07-16 02:14:48 +00:00
Daniel Kesselberg
1ae68047ea
Allow hidden smb shares
...
A hidden smb share ends with $. This patch changes the placeholder
detection to allow shares with $ at the end.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-16 00:02:01 +02:00
Morris Jobke
cbecc1f8cf
Log RuntimeException in CleanupCardDAVPhotoCache
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-15 22:26:08 +02:00
Morris Jobke
cd3f5e48de
Merge pull request #16151 from jameslao/master
...
Update operationprogressbar.js
2019-07-15 22:09:25 +02:00
Morris Jobke
03ad858841
Merge pull request #14228 from nextcloud/feature/noid/add-metadata-etag
...
Add DB table to extend filecache with metadata etag, creation and upload time
2019-07-15 21:37:25 +02:00
dependabot-preview[bot]
86fcf1db54
Bump nextcloud-vue from 0.11.4 to 0.11.5
...
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue ) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.11.4...v0.11.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-15 18:34:35 +00:00
Roeland Jago Douma
a3deb21bf4
Merge pull request #16334 from nextcloud/feature/noid/enterprise-logo
...
Add enterprise logo
2019-07-15 20:31:06 +02:00
Roeland Jago Douma
89e8b29aad
Merge pull request #16390 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.5.4
...
Bump nextcloud-vue-collections from 0.5.2 to 0.5.4
2019-07-15 20:27:12 +02:00
Roeland Jago Douma
1e5d0fd3a9
Merge pull request #16404 from nextcloud/dependabot/npm_and_yarn/babel/core-7.5.4
...
Bump @babel/core from 7.5.0 to 7.5.4
2019-07-15 20:26:20 +02:00
Morris Jobke
60dcb1800c
Add DB table to extend filecache with metadata etag, creation time and upload time
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-15 16:58:44 +02:00
Morris Jobke
b732f51c10
Add enterprise logo
...
Also set it as theming logo if the subscription is valid.
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-15 16:45:53 +02:00
dependabot-preview[bot]
e3b96a3db3
Bump @babel/core from 7.5.0 to 7.5.4
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.5.0 to 7.5.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.5.0...v7.5.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-15 13:31:39 +00:00
Joas Schilling
6d71e471e1
Update shipped implementations of the INotifier
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-15 15:15:00 +02:00
Joas Schilling
64f67818bc
Fix new core notifier
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-15 15:14:58 +02:00
Joas Schilling
865c12aa0e
Fix detection of Notifiers
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-15 15:12:43 +02:00
Joas Schilling
44bc697a93
Update Federated sharing notifier
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-15 15:12:43 +02:00
Joas Schilling
a386ecec8c
Update twofactor_backupcodes Notifier
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-15 15:12:43 +02:00
Joas Schilling
f376b9fea7
Fix creation of the Manager
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-15 15:12:42 +02:00
Joas Schilling
9690b3153a
Change how Notifiers and Apps are registered
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-15 15:12:42 +02:00
Joas Schilling
9b288cda6d
Make all interfaces strict
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-15 15:12:40 +02:00
Morris Jobke
c048c56411
Merge pull request #16369 from nextcloud/rename-parameter-in-ocp-toast-for-consistency-with-oc-notification
...
Rename parameter in OCP.Toast for consistency with OC.Notification
2019-07-15 10:20:04 +02:00
Morris Jobke
1e5fadcdf1
Merge pull request #16399 from nextcloud/improvement/noid/fulltextsearch-simple-queries
...
[nc17] add SimpleQueries to FullTextSearch
2019-07-15 10:18:04 +02:00
Roeland Jago Douma
de25e492f8
Merge pull request #16400 from nextcloud/bugfix/noid/fixing-addsubtag
...
addsubtag should push to array
2019-07-15 08:45:16 +02:00
Roeland Jago Douma
0ff1f1614c
Merge pull request #16394 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.5.4
...
Bump @babel/preset-env from 7.5.2 to 7.5.4
2019-07-15 08:44:25 +02:00
Nextcloud bot
c4bfa405ab
[tx-robot] updated from transifex
2019-07-15 02:14:30 +00:00
Maxence Lange
cb91b3ce3e
addsubtag should push to array
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2019-07-14 19:17:55 -01:00
Maxence Lange
1e2518d7f9
new model to manage some simple queries
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
fixing issue in addSubTag()
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
fix const
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
autoload
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
Revert "fixing issue in addSubTag()"
This reverts commit a9ab2ab91b98133c69272f27ea1b51594719e241.
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
syntax
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2019-07-14 19:07:28 -01:00
dependabot-preview[bot]
34ebf9b11b
Bump nextcloud-vue-collections from 0.5.2 to 0.5.4
...
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections ) from 0.5.2 to 0.5.4.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases )
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.2...v0.5.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-14 11:52:30 +00:00
Roeland Jago Douma
b3249f931b
Merge pull request #16389 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.3
...
Bump webpack from 4.35.2 to 4.35.3
2019-07-14 13:49:58 +02:00
Roeland Jago Douma
2a393a82fa
Merge pull request #16385 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.14
...
Bump lodash from 4.17.13 to 4.17.14
2019-07-14 13:49:21 +02:00
dependabot-preview[bot]
725db35c5a
Bump lodash from 4.17.13 to 4.17.14
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.13 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-14 10:36:29 +00:00
Nextcloud bot
d307ed8e42
[tx-robot] updated from transifex
2019-07-14 02:15:06 +00:00
dependabot-preview[bot]
7eb2fa9ffb
Bump webpack from 4.35.2 to 4.35.3
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.35.2 to 4.35.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.35.2...v4.35.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-14 01:16:20 +00:00
dependabot-preview[bot]
4f49fc13af
Bump @babel/preset-env from 7.5.2 to 7.5.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.5.2 to 7.5.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.5.2...v7.5.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-14 01:14:06 +00:00
Nextcloud bot
7675d01955
[tx-robot] updated from transifex
2019-07-13 02:14:18 +00:00
Roeland Jago Douma
685f00c018
Merge pull request #15794 from nextcloud/fix/scss_locking
...
Lock SCSS so we only run 1 job at a time
2019-07-12 19:48:45 +02:00
Roeland Jago Douma
f8aeef7ae9
Lock SCSS so we only run 1 job at a time
...
This is bit hacky but a start to lock the SCSS compiler properly
Retry during 10s then give up
Properly get error message
Do not clear locks and properly debug scss caching
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-12 16:18:02 +02:00
Daniel Calviño Sánchez
916c95758f
Rename parameter in OCP.Toast for consistency with OC.Notification
...
This fixes HTML messages in "OC.Notification.showTemporary" (as
"showHtml" was not set based on "isHTML"), and also makes OCP.Toast to
keep the old OC.Notification API when used directly.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-07-12 16:15:05 +02:00
Roeland Jago Douma
c193c0d466
Merge pull request #16331 from nextcloud/feature/noid/talk-guest-mentions
...
Allow guest mentions of talk to be parsed
2019-07-12 10:35:54 +02:00
Nextcloud bot
951f16da65
[tx-robot] updated from transifex
2019-07-12 02:15:00 +00:00
Roeland Jago Douma
74be0cf982
Merge pull request #16361 from nextcloud/bugfix/noid/drop-foreignkey-on-owncloud-migration
...
Drop foreignkey on owncloud migration
2019-07-11 19:40:04 +02:00
Morris Jobke
79e0b5c4ce
Merge pull request #15514 from nextcloud/feature/noid/add-enterprise-channel
...
Update channels for updater server
2019-07-11 12:42:34 +02:00
Joas Schilling
0d4ca0e754
Drop foreign key before trying to drop the accounts table
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-11 12:14:25 +02:00
Roeland Jago Douma
13e0a95063
Merge pull request #16343 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.13
...
[Security] Bump lodash from 4.17.11 to 4.17.13
2019-07-11 11:21:31 +02:00
Roeland Jago Douma
0d0f33c057
Merge pull request #16256 from nextcloud/bugfix/noid/remove-white-space-from-personal-settings
...
Remove vertical whitespace between entries in Personal settings
2019-07-11 11:06:21 +02:00
Joas Schilling
092d34d9df
Add a unit test for guests as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-11 10:24:27 +02:00
Roeland Jago Douma
27a6e395e3
Merge pull request #16349 from nextcloud/dependabot/npm_and_yarn/build/lodash-4.17.14
...
[Security] Bump lodash from 4.17.11 to 4.17.14 in /build
2019-07-11 08:55:31 +02:00
dependabot-preview[bot]
862bd3518e
[Security] Bump lodash from 4.17.11 to 4.17.13
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.13. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-11 06:14:29 +00:00
dependabot-preview[bot]
7a4e9f7a81
[Security] Bump lodash from 4.17.11 to 4.17.14 in /build
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-11 02:21:38 +00:00
Nextcloud bot
0263821010
[tx-robot] updated from transifex
2019-07-11 02:14:31 +00:00
Roeland Jago Douma
bf54d0f40d
Merge pull request #16324 from nextcloud/bugfix/noid/workflow-dark-theme
...
Improve dark theme handling in workflow apps
2019-07-10 21:45:59 +02:00
Greta Doci
482570ca5f
Remove vertical whitespace between entries in Personal settings
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-07-10 20:27:08 +02:00
Morris Jobke
39c28bd05b
Enterprise update channel
...
Allows to select the enterprise update channel for instances that have a valid subscription.
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-10 16:19:34 +02:00
Joas Schilling
77918356d6
Allow guest mentions of talk to be parsed
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-10 15:33:10 +02:00
Roeland Jago Douma
996120bab8
Merge pull request #16323 from nextcloud/fix/s3/http1.1
...
Use HTTP1.1 to read S3 objects
2019-07-10 15:19:28 +02:00
John Molakvoæ
e7224f6767
Merge pull request #16313 from te-online/master
...
Adjust stale bot message
2019-07-10 13:02:32 +02:00
Thomas Ebert
865905eb5d
Stale Bot message – Revert to old phrasing. Remove it.
2019-07-10 12:42:47 +02:00
Morris Jobke
5c21b29d7f
Merge pull request #16308 from nextcloud/fix/undefined-offset-0
...
Prevent undefined offset 0 in findByUserIdOrMail
2019-07-10 12:16:36 +02:00
Morris Jobke
b120f57975
Merge pull request #16322 from nextcloud/bugfix/noid/fix-workflow-handlebars
...
Fix files_automatedtagging settings
2019-07-10 11:52:49 +02:00
Roeland Jago Douma
e953205908
Use HTTP1.1 to read S3 objects
...
Some of the READs otherwise use HTTP/1.0 which is not always supported
by all backends. HTTP/1.1 is there since 1999 way longer than S3 so safe
to assume it is always there IMO.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-10 11:42:22 +02:00
Joas Schilling
89ca22b170
Use SCSS nesting
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-10 11:35:06 +02:00
Joas Schilling
80bd7cbabc
Mover workflow to SCSS and support the dark theme
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-10 11:23:14 +02:00
Julius Härtl
d720339534
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-10 10:17:44 +02:00
Julius Härtl
4d3c06af6d
Make sure we merge webpack rules properly
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-10 10:17:23 +02:00
Nextcloud bot
ad51857e54
[tx-robot] updated from transifex
2019-07-10 02:14:00 +00:00
Daniel Kesselberg
d57540ac84
Return first value from $users
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-09 19:29:14 +02:00
Roeland Jago Douma
6a088d6800
Merge pull request #16310 from nextcloud/enh/drop-execution-context
...
Don't send executionContexts for Clear-Site-Data
2019-07-09 19:20:50 +02:00
Roeland Jago Douma
e9bf196d37
Merge pull request #16206 from nextcloud/feature/remote-wipe-all
...
Make it possible to wipe all tokens/devices of a user as (sub) admin
2019-07-09 19:19:53 +02:00
Thomas Ebert
3a4a462005
Stale bot message – Take into account that stale bot only acts on issues labelled as needs info.
2019-07-09 16:41:22 +02:00
Thomas Ebert
a56c1d9794
Stale bot message – Fix plural of information. Include that not every stale issue is missing information.
2019-07-09 16:26:22 +02:00
Daniel Kesselberg
6235a66aac
Don't send executionContexts for Clear-Site-Data
...
There are plans to remove executionContexts from the spec: https://github.com/w3c/webappsec-clear-site-data/issues/59
Firefox already removed it https://bugzilla.mozilla.org/show_bug.cgi?id=1548034
Chromium implementation is not finish: https://bugs.chromium.org/p/chromium/issues/detail?id=898503&q=clear-site-data&sort=-modified&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-09 15:08:25 +02:00
Roeland Jago Douma
3cc3b0f0d8
Update tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-09 13:57:04 +02:00
Christoph Wurst
d058ef2b6c
Make it possible to wipe all tokens/devices of a user
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-07-09 13:57:04 +02:00
Christoph Wurst
1c261675ad
Refactor: move remote wipe token logic to RW service
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-07-09 13:39:27 +02:00
Roeland Jago Douma
22de685f54
Merge pull request #15881 from PhieF/toggle-password-login
...
adding toggle password to be able to see it when login
2019-07-09 13:38:27 +02:00
Roeland Jago Douma
761c961b52
Merge pull request #16307 from nextcloud/bugfix/noid/previewv1adapter-isAvailable
...
Fix ProviderV1Adapter isAvailable wrapper
2019-07-09 13:37:07 +02:00
Roeland Jago Douma
027486e27d
Merge pull request #15867 from nextcloud/preview-versioning
...
allow keeping multiple preview "versions" of the same file
2019-07-09 11:06:44 +02:00
Julius Härtl
5030d15e25
Fix ProviderV1Adapter isAvailable wrapper
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-09 11:02:20 +02:00
Roeland Jago Douma
5cef8957b5
Merge pull request #15730 from nextcloud/enh/14179/event_for_csp
...
Add an event to edit the CSP
2019-07-09 10:59:15 +02:00
Roeland Jago Douma
5fdeacb75f
Merge pull request #16301 from nextcloud/dep/js/marked
...
Bump marked to 0.7.0
2019-07-09 10:56:48 +02:00
Phie
8fa2d70e9e
adding toggle password to be able to see it
...
Signed-off-by: Phie <phie@phie.ovh >
2019-07-09 10:54:21 +02:00
Morris Jobke
6fed189a13
Merge pull request #16295 from nextcloud/csrftokenmanager-inject
...
allow injecting CsrfTokenManager by class
2019-07-09 10:20:37 +02:00
Roeland Jago Douma
504f878298
Bump marked to 0.7.0
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-09 08:52:37 +02:00
Roeland Jago Douma
e94bbfc582
Merge pull request #16195 from nextcloud/bugfix/7556/smb-symlink-share-mtime
...
Ignore forbidden exception when fetching share mtime on SMB for symlinks
2019-07-09 08:51:12 +02:00
Robin Appelman
5cb00aba09
allow injecting CsrfTokenManager by class
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-07-09 08:42:49 +02:00
Roeland Jago Douma
6cfe29b0e0
Merge pull request #16300 from nextcloud/deps/js/babel
...
Update babel deps
2019-07-09 08:42:06 +02:00
Nextcloud bot
e19c1a036f
[tx-robot] updated from transifex
2019-07-09 02:13:49 +00:00
Robin Appelman
5e082f8946
allow keeping multiple preview "versions" of the same file
...
The main use case here is storage provided versioning where we dont have
separate file ids for all the versions, by allowing a prefix for the
version we can store separate previews for all the versions.
Additionally, by keeping all the version previews in the same folder as the
"normal" previews they will be cleaned up properly when the file is deleted
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-07-08 22:04:16 +02:00
Roeland Jago Douma
05523987bd
Update babel deps
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-08 21:57:22 +02:00
Morris Jobke
adc2ab4bb2
Ignore forbidden exception when fetching share mtime on SMB for symlinks
...
See https://github.com/nextcloud/server/pull/7556#issuecomment-499028026
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-08 21:43:24 +02:00
Roeland Jago Douma
5ac857bcdc
Add an event to edit the CSP
...
This introduces and event that can be listend to when we actually use
the CSP. This means that apps no longer have to always inject their CSP
but only do so when it is required. Yay for being lazy.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-08 20:35:15 +02:00
Roeland Jago Douma
3d69f03a6d
Merge pull request #16292 from nextcloud/techdebt/noid/cleanup-outdated-repair-steps
...
Remove one time repair steps that have already run when updating to 17
2019-07-08 20:32:44 +02:00
Roeland Jago Douma
995942372e
Merge pull request #16277 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.2
...
Bump webpack from 4.35.0 to 4.35.2
2019-07-08 19:36:48 +02:00
Roeland Jago Douma
b648ae6afa
Merge pull request #16288 from nextcloud/fix/16229/cleanup-cypress-folder
...
Try to delete the cypress folder of the viewer app
2019-07-08 19:18:52 +02:00
Morris Jobke
53d2d95478
Remove one time repair steps that have already run when updating to 17
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-08 14:47:26 +02:00
Morris Jobke
13c7810306
Try to delete the cypress folder of the viewer app
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-07-08 14:35:27 +02:00
dependabot-preview[bot]
94a992d0d6
Bump webpack from 4.35.0 to 4.35.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.35.0 to 4.35.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.35.0...v4.35.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-08 11:57:16 +00:00
Morris Jobke
eb092bbdc7
Merge pull request #16153 from akshala/resetPassword-text-changed
...
changed the text for reset password
2019-07-08 09:48:32 +02:00
John Molakvoæ
e75de32740
Bump vue-router from 3.0.6 to 3.0.7 ( #16273 )
...
Bump vue-router from 3.0.6 to 3.0.7
2019-07-08 09:36:34 +02:00
dependabot-preview[bot]
2061216062
Bump vue-router from 3.0.6 to 3.0.7
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.0.6 to 3.0.7.
- [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.0.6...v3.0.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-08 06:39:09 +00:00
Nextcloud bot
87ce8e112f
[tx-robot] updated from transifex
2019-07-08 02:13:46 +00:00
John Molakvoæ
2f86fd604b
Properly load permissions in showActions ( #15992 )
...
Properly load permissions in showActions
2019-07-07 20:20:09 +02:00
Akshala Bhatnagar
4bd639640b
Update core/src/components/login/ResetPassword.vue
...
Co-Authored-By: Julius Härtl <jus@bitgrid.net >
2019-07-07 20:17:23 +02:00
Akshala Bhatnagar
4cf360270f
changed the text for reset password
...
Signed-off-by: Akshala Bhatnagar <akshala.bhatnagar@gmail.com >
2019-07-07 20:16:56 +02:00
John Molakvoæ
65abdea330
Use theme colors for text selection ( #16037 )
...
Use theme colors for text selection
2019-07-07 20:02:30 +02:00
John Molakvoæ
5a03189ce7
Mimetype list integrity check should not fail if it's changed ( #15810 )
...
Mimetype list integrity check should not fail if it's changed
2019-07-07 20:01:58 +02:00
John Molakvoæ
1f4312fd92
Merge pull request #16236 from gary-kim/fix/16076/admin-settings-alignment
...
Fix alignment issues in admin settings
2019-07-07 20:00:10 +02:00
John Molakvoæ
b32afe26bb
Allow IProviderV2 for previews as well ( #16209 )
...
Allow IProviderV2 for previews as well
2019-07-07 19:59:31 +02:00
Nextcloud bot
4464c5afeb
[tx-robot] updated from transifex
2019-07-07 02:14:15 +00:00
John Molakvoæ
307fb2bb8c
Remove beta from dark theme name ref #16076 ( #16253 )
...
Remove beta from dark theme name ref #16076
2019-07-06 08:50:10 +02:00
John Molakvoæ
007ca4d60f
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1 ( #16160 )
...
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1
2019-07-06 08:49:39 +02:00
Nextcloud bot
e80e82548d
[tx-robot] updated from transifex
2019-07-06 02:13:43 +00:00
dependabot-preview[bot]
c3e0664193
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1
...
Bumps [@chenfengyuan/vue-qrcode](https://github.com/fengyuanchen/vue-qrcode ) from 1.0.0 to 1.0.1.
- [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.0...v1.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-05 14:11:12 +00:00
Jan-Christoph Borchardt
3cca2bbcf1
Use theme colors for text selection
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-07-05 15:51:23 +02:00
Roeland Jago Douma
1542f46437
Merge pull request #16150 from nextcloud/bugfix/noid/add-icons-help-page
...
Add icons to the left sidebar on help.php
2019-07-05 15:35:28 +02:00
Roeland Jago Douma
05db6481d7
Merge pull request #16208 from nextcloud/bugfix/noid/user-share-displayname
...
Always set the display name for user shares
2019-07-05 14:53:03 +02:00
Roeland Jago Douma
eeeb5af524
Merge pull request #16246 from nextcloud/webpack/cachebuster
...
Add cache buster to webpack chunks
2019-07-05 14:42:24 +02:00
Greta Doci
ddbdc21ccf
Remove beta from dark theme name ref #16076
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-07-05 14:34:21 +02:00
John Molakvoæ (skjnldsv)
4505afe184
Allow IProviderV2 for previews as well
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-07-05 13:57:46 +02:00
Julius Härtl
51683fa9d1
Properly load permissions in showActions
...
When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-05 12:21:21 +02:00
Julius Härtl
f983342285
Bump bundles with cachebuster
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-05 11:53:49 +02:00
Julius Härtl
99e7898448
Add cachebuster to chunks
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-05 11:49:59 +02:00
John Molakvoæ
d4218da590
Fix redirect after rescanFailedIntegrityCheck to "Overview" pa… ( #16241 )
...
Fix redirect after rescanFailedIntegrityCheck to "Overview" page
2019-07-05 10:22:14 +02:00
Sven Strickroth
509dcbe774
Fix redirect after rescanFailedIntegrityCheck to "Overview" page
...
The link of the rescanFailedIntegrityCheck link is on the sub page "Overview". After clicking the link, the user is, however, redirected to the "Basic settings" page.
Signed-off-by: Sven Strickroth <email@cs-ware.de >
2019-07-05 09:12:23 +02:00
Nextcloud bot
8427ecf685
[tx-robot] updated from transifex
2019-07-05 02:14:09 +00:00
Gary Kim
c9ef40af27
Fix alignment issues in admin settings
...
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-07-05 00:10:29 +08:00
Greta Doci
8507d29752
Add icons to the left sidebar on help.php
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-07-04 12:18:16 +02:00
John Molakvoæ
56001afb2f
Fix 'No apps found for your version' at bottom of app bundles… ( #16166 )
...
Fix 'No apps found for your version' at bottom of app bundles section
2019-07-04 11:37:02 +02:00
Xheni Myrtaj
ea2d75c2b4
Remove empty lines
...
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com >
2019-07-04 09:38:30 +01:00
Xheni Myrtaj
9211e34aec
Added Tests for modified mimetypelist
...
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com >
2019-07-04 09:35:36 +01:00
Charles Parham
2733ed24db
Fix 'No apps found for your version' at bottom of app bundles section
...
Signed-off-by: Charles Parham <cparham289@gmail.com >
2019-07-04 07:07:13 +02:00
Nextcloud bot
853a1a586a
[tx-robot] updated from transifex
2019-07-04 02:13:48 +00:00
Morris Jobke
18b673e1d8
Merge pull request #15769 from nextcloud/part-file-non-creatable
...
dont use part files for dav writes when the target folder doesn't have create permissions
2019-07-03 23:30:32 +02:00
Julius Härtl
857fae288c
Always set the display name for user shares
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-03 21:34:18 +02:00
Morris Jobke
c5c14d09b1
Merge pull request #16186 from nextcloud/bugfix/noid/also-check-permissions-when-creating-a-share
...
Better check reshare permissions part2
2019-07-03 20:07:05 +02:00
Robin Appelman
3b6df74a6d
add test for overwriting in non creatable directory
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-07-03 16:36:27 +02:00
Robin Appelman
50dbc9a536
dont use part files for dav writes when the target folder doesn't have create permissions
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-07-03 16:36:27 +02:00
Joas Schilling
87836472d3
Remove duplicate tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-03 16:34:14 +02:00
Joas Schilling
85a80b05ac
Unify the permission checking in one place only
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-03 16:34:00 +02:00
Joas Schilling
e4addbae3e
Better check reshare permissions when creating a share
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-03 14:00:13 +02:00
Morris Jobke
a528942c24
Merge pull request #16098 from nextcloud/design/header-text
...
Show share link header text always in 2 rows
2019-07-03 13:56:41 +02:00
Morris Jobke
a9313ba4bb
Merge pull request #15817 from nextcloud/enh/autoloader_for_apps
...
Add autoloaders for shipped apps
2019-07-03 13:50:19 +02:00
Morris Jobke
eaabe97373
Merge pull request #16200 from nextcloud/revert/16049-wrong-round
...
Revert incorrect rouding
2019-07-03 10:02:52 +02:00
Nextcloud bot
ffb6230efb
[tx-robot] updated from transifex
2019-07-03 02:13:44 +00:00
Morris Jobke
c32f14e443
Merge pull request #16199 from nextcloud/bugfix/noid/refresh_webcal_job_enhancements
...
RefreshWebcalJob: replace ugly Regex with standard php utils
2019-07-02 23:02:25 +02:00
Morris Jobke
93133b687c
Merge pull request #16197 from nextcloud/feature/remote-wipe-email
...
Send emails when remote wipe starts/finishes
2019-07-02 23:01:28 +02:00
Morris Jobke
0d0850746e
Merge pull request #15741 from mxss/fix/phpdoc-fixes
...
misc phpdoc fixes
2019-07-02 22:25:41 +02:00
Christoph Wurst
c50fe2a9c9
Send emails when remote wipe starts/finishes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-07-02 21:59:23 +02:00
Georg Ehrke
089a421ece
RefreshWebcalJob: replace ugly Regex with standard php utils
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-07-02 20:04:54 +02:00
Daniel Kesselberg
fda7f5edb4
Revert "Fix usage view tests"
...
This reverts commit 7da7acd0
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-02 19:50:32 +02:00
Daniel Kesselberg
63ef389db1
Revert parts hide quota bar if unlimited
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-07-02 19:50:31 +02:00
Morris Jobke
63c64bf042
Merge pull request #16198 from nextcloud/fix/tests/usage
...
Fix usage view tests
2019-07-02 19:22:06 +02:00
Morris Jobke
dfdcb1b467
Merge pull request #16174 from nextcloud/bugfix/noid/fix-dyslexic-font-overwriting
...
Only set the font if it was not set before
2019-07-02 16:56:34 +02:00
Morris Jobke
1a63858095
Merge pull request #13186 from labor4/edit_carddav_types
...
add carddav-search (vCard2Array) option for X-ADDRESSBOOKSERVER-MEMBER
2019-07-02 16:35:25 +02:00
Morris Jobke
85f371a9cf
Merge pull request #16141 from nextcloud/fix/no-rating-no-score
...
Do not show app score if it has no ratings
2019-07-02 16:33:41 +02:00
Roeland Jago Douma
7da7acd0a5
Fix usage view tests
...
Follow up to #16049
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-02 15:50:36 +02:00
John Molakvoæ
23bcb715eb
Do not fail hard on new user mail error ( #16183 )
...
Do not fail hard on new user mail error
2019-07-02 11:53:50 +02:00
Georg Ehrke
9f7fca49bb
Merge pull request #15775 from nextcloud/refactor/decouple-remote-wipe-notifications
...
Decouple remote wipe notifcation channels with events
2019-07-02 08:58:21 +00:00
John Molakvoæ (skjnldsv)
33409319be
Do not fail hard on new user mail error
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-07-02 08:42:47 +02:00
Nextcloud bot
9beda013c1
[tx-robot] updated from transifex
2019-07-02 02:13:41 +00:00
Roeland Jago Douma
7dafa24f71
Merge pull request #16161 from nextcloud/dependabot/npm_and_yarn/toastify-js-1.6.1
...
Bump toastify-js from 1.5.0 to 1.6.1
2019-07-01 21:13:28 +02:00
Roeland Jago Douma
80ae51b496
Merge pull request #16159 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.5
...
Bump webpack-cli from 3.3.4 to 3.3.5
2019-07-01 20:01:07 +02:00
Roeland Jago Douma
789187a467
Merge pull request #16162 from nextcloud/dependabot/npm_and_yarn/url-loader-2.0.1
...
Bump url-loader from 2.0.0 to 2.0.1
2019-07-01 19:42:00 +02:00
Joas Schilling
452f1e04d6
Merge pull request #16175 from nextcloud/followup/16088/allow-apps-to-overwrite-the-maximum-length-when-reading-from-database
...
Allow apps to overwrite the maximum length when reading from database
2019-07-01 16:39:12 +02:00
Roeland Jago Douma
c0a48c25ac
Merge pull request #16168 from nextcloud/fix/16103
...
Remove fs package
2019-07-01 16:16:42 +02:00
Joas Schilling
c15c2e440f
Allow apps to overwrite the maximum length when reading from database
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-01 15:48:26 +02:00
Robin Appelman
ae4ae0d3d0
Merge pull request #16170 from nextcloud/dnd-upload-permissions
...
fix permissions for drag-n-drop uploads
2019-07-01 15:23:47 +02:00
Joas Schilling
c0b27dcf4b
Only set the font if it was not set before
...
Otherwise Dyslexia setting can not set the font in the accessibility app
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-07-01 15:06:11 +02:00
John Molakvoæ
1074e9838b
Merge pull request #16136 from nextcloud/design/theming-body-login
...
Fix dark text in body-login box on light theming colors
2019-07-01 12:40:13 +02:00
John Molakvoæ
41ccf5e8c7
Hide quota bar if unlimited quota ( #16049 )
...
Hide quota bar if unlimited quota
2019-07-01 12:39:58 +02:00
Robin Appelman
258902b337
fix permissions for drag-n-drop uploads
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-07-01 11:58:13 +02:00
Julius Härtl
5db328cc15
Remove fs package
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-07-01 11:24:58 +02:00
dependabot-preview[bot]
cbfeaaaa60
Bump toastify-js from 1.5.0 to 1.6.1
...
Bumps [toastify-js](https://github.com/apvarun/toastify-js ) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/apvarun/toastify-js/releases )
- [Changelog](https://github.com/apvarun/toastify-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apvarun/toastify-js/compare/1.5.0...1.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-01 09:15:18 +00:00
Roeland Jago Douma
7fbfa5cd99
Merge pull request #16167 from nextcloud/fix/oauth2/tests
...
Fix the actual oauth2 tests
2019-07-01 09:55:23 +02:00
Roeland Jago Douma
470318db36
Fix the actual oauth2 tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-07-01 09:52:27 +02:00
John Molakvoæ
1224869b22
Fix tense in email ( #16163 )
...
Fix tense in email
2019-07-01 09:20:15 +02:00
Nextcloud bot
33fd33810c
[tx-robot] updated from transifex
2019-07-01 02:13:36 +00:00
Frederic Werner
477cc9ab35
Revert "Change send to sent in l10n files"
...
This reverts commit 7ed0d0909d .
Signed-off-by: Frederic Werner <frederic-github@werner-net.work >
2019-06-30 14:46:15 +02:00
Frederic Werner
7ed0d0909d
Change send to sent in l10n files
...
Signed-off-by: Frederic Werner <frederic-github@werner-net.work >
2019-06-30 14:40:19 +02:00
Frederic Werner
b3f806a949
Change send to sent
...
Signed-off-by: Frederic Werner <frederic-github@werner-net.work >
2019-06-30 14:40:19 +02:00
Nextcloud bot
d9df34158f
[tx-robot] updated from transifex
2019-06-30 02:14:09 +00:00
dependabot-preview[bot]
d9737e9193
Bump url-loader from 2.0.0 to 2.0.1
...
Bumps [url-loader](https://github.com/webpack-contrib/url-loader ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases )
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/url-loader/compare/v2.0.0...v2.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-30 01:14:21 +00:00
dependabot-preview[bot]
befed3b0e2
Bump webpack-cli from 3.3.4 to 3.3.5
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.4 to 3.3.5.
- [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/v3.3.4...v3.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-30 01:12:34 +00:00
Nextcloud bot
109268bcbd
[tx-robot] updated from transifex
2019-06-29 02:13:31 +00:00
James Lao
6afd368b75
Update operationprogressbar.js
...
To fix issue #16137
Signed-off-by: james.lao@gmail.com <james.lao@gmail.com >
2019-06-28 10:13:04 -07:00
Roeland Jago Douma
58c51599f4
Merge pull request #16148 from nextcloud/fix/text-official-label
...
Mark text as shipped so it's marked as official
2019-06-28 16:14:19 +02:00
Roeland Jago Douma
6e8b7e661a
Merge pull request #16145 from nextcloud/fix/files-rightclick-official-label
...
Mark files_rightclick as shipped so it's marked as official
2019-06-28 15:04:36 +02:00
Joas Schilling
62181529e2
Merge pull request #16147 from nextcloud/pol/16076/oauth_down
...
Move OAuth down in admin security settings
2019-06-28 15:01:00 +02:00
Jan-Christoph Borchardt
283c68c4f8
Mark text as shipped so it's marked as official
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-06-28 13:04:36 +02:00
Roeland Jago Douma
50862aadfd
Move OAuth down in admin security settings
...
For #16076
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-06-28 11:43:23 +02:00
Roeland Jago Douma
2c449469d3
Merge pull request #16070 from nextcloud/fix/setup-check-no-internet-no-error
...
Do not show a internet connectivity warning if internet access is dis…
2019-06-28 10:54:29 +02:00
Christoph Wurst
cbfa7124fc
Mark files_rightclick as shipped so it's marked as official
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-06-28 10:42:18 +02:00
Christoph Wurst
48761ae2c0
Do not show app score if it has no ratings
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-06-28 10:19:25 +02:00
Nextcloud bot
ca76d13c78
[tx-robot] updated from transifex
2019-06-28 02:13:47 +00:00
Jan-Christoph Borchardt
76959591e0
Fix dark text in body-login box on light theming colors
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-06-27 22:45:46 +02:00
Roeland Jago Douma
cf7bc3fe9d
Fix phan
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-06-27 22:29:45 +02:00
Roeland Jago Douma
b2a4e659a7
Add autoloaders for shipped apps
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-06-27 22:29:42 +02:00
Roeland Jago Douma
01f8fb00bd
Merge pull request #16121 from nextcloud/bugfix/noid/dont-allow-to-disable-encryption-via-the-api
...
Don't allow to disable encryption via the API
2019-06-27 22:18:47 +02:00
Roeland Jago Douma
e648c07335
Merge pull request #16122 from nextcloud/fix/apps/sidebar-close-icon
...
Remove duplicate close-icon
2019-06-27 22:11:43 +02:00
Greta Doci
5898e87e0f
Remove deleted groups from app restrictions fixes #15823
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-06-27 20:17:50 +02:00
Christoph Wurst
aa6622ccef
Decouple remote wipe notifcation channels with events
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-06-27 17:16:18 +02:00
Roeland Jago Douma
5312a07f55
Merge pull request #16107 from nextcloud/local-check-path
...
verify that paths are valid for recursive local move
2019-06-27 16:36:30 +02:00
Joas Schilling
bc6053eb21
Merge pull request #16097 from nextcloud/bugfix/noid/correctly-check-share-permissions-for-updating-reshare-permissions
...
Better check reshare permissions
2019-06-27 16:30:05 +02:00
Roeland Jago Douma
f7ea09a0ff
Merge pull request #16118 from nextcloud/fix-placement-of-icon-in-public-share-page-for-audio-files
...
Fix placement of icon in public share page for audio files
2019-06-27 16:28:41 +02:00
Greta Doci
32abff5e77
Remove duplicate close-icon
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-06-27 15:37:44 +02:00
Roeland Jago Douma
f9f3e00d06
Fix sharing tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-06-27 15:27:31 +02:00
Daniel Calviño Sánchez
f01a772a1a
Add integration test for increasing sub reshare permissions
...
The tests check an user share and a link share; there is a slight
difference in style between them as each one is based on the test above
it, which tests increasing reshare permissions.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-06-27 15:27:30 +02:00
Daniel Calviño Sánchez
3802174f06
Do not create folders with admin user
...
The admin user is not deleted after each integration test is run, so
folders created by the admin user in one test are still there when the
next tests run; tests should be independent one from each other, so a
regular user that is created and deleted for each test should be used
instead.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-06-27 15:27:30 +02:00
Joas Schilling
7aa26b28a8
Correctly check share permissions when updating a re-sub-share
...
Before this change the node you shared was checked for permissions.
This works when you reshare the folder that was shared with you.
However when you reshared a subfolder (e.g. as public link),
you could afterwards update the permissions and grant
create+update permissions although the share you receive was read-only.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-06-27 15:27:30 +02:00
Joas Schilling
8c73c1ea5e
Don't allow to disable encryption via the API
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-06-27 14:54:28 +02:00
Roeland Jago Douma
c63f1d8d39
Merge pull request #16117 from nextcloud/fix/avatar_tests
...
Use correct test avatar
2019-06-27 14:47:05 +02:00
John Molakvoæ
26d3a2d48c
Show contacts app mgmt link in contacts menu ( #16104 )
...
Show contacts app mgmt link in contacts menu
2019-06-27 14:11:23 +02:00
Daniel Calviño Sánchez
a8323bbc05
Fix placement of icon in public share page for audio files
...
When the preview for audio files is used an HTML 5 audio element is
shown in the public share page. This element is added by the template,
so it is already there when the mimetype icon is added to the
"#imgframe" element. Instead of appended the icon is now prepended, so
it appears before the audio element (prepending instead of appending
should make no difference for other types of files, as in that case the
"#imgframe" element is empty). Besides that, the CSS was modified to
show the icon centered above the audio preview instead of next to it.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-06-27 13:33:22 +02:00
Roeland Jago Douma
dd79eda8a0
Use correct test avatar
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-06-27 13:27:03 +02:00
Daniel Calviño Sánchez
443c1db3a3
Fix download link included in public share page with hidden download
...
The preview element in the public share page was always wrapped with a
link to download the file; now that link is included only if the "Hide
download" option of the share is not enabled.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-06-27 12:21:34 +02:00
blizzz
690406db41
Merge pull request #16101 from nextcloud/fix/ldap/invaliate-user-after-delete-by-plugin
...
invalidates user when plugin reported deletion success
2019-06-27 12:21:02 +02:00
Robin Appelman
f39605dabc
verify that paths are valid for recursive local move
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-06-27 11:10:08 +02:00
Christoph Wurst
20afe94297
Do not show a internet connectivity warning if internet access is disabled
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-06-27 10:51:59 +02:00
Arthur Schiwon
d0f31c590d
Also invalidate groups after deletion
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-06-27 10:33:40 +02:00
Joas Schilling
0d3f9be56e
Merge pull request #16088 from nextcloud/bugfix/noid/allow-longer-comments-to-be-stored-in-the-comments-api
...
Allow apps to store longer messages in the comments API
2019-06-27 10:04:19 +02:00
Christoph Wurst
e9860c89ca
Show contacts app mgmt link in contacts menu
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-06-27 09:33:27 +02:00
Nextcloud bot
afb86ef4f5
[tx-robot] updated from transifex
2019-06-27 02:14:09 +00:00
Roeland Jago Douma
7ddc5bc540
Merge pull request #15829 from nextcloud/fix/js-l10n-registration
...
Fix js l10n registration to also work with more than one bundle
2019-06-26 18:41:13 +02:00
Jan-Christoph Borchardt
810e5f4864
Merge pull request #16095 from nextcloud/bugfix/theming-filetypes
...
Only return link to themed icon if file exists
2019-06-26 14:58:43 +02:00
Jan-Christoph Borchardt
0e0801391e
Merge pull request #16093 from nextcloud/design/comments-icon
...
Update comments icon to use updated core one
2019-06-26 14:53:11 +02:00
Jan-Christoph Borchardt
665362b354
Merge pull request #16084 from nextcloud/design/fix-files-checkboxes
...
Fix file checkbox margin causing layout issues in file list
2019-06-26 14:52:37 +02:00
Arthur Schiwon
108227ca6c
invalidates user when plugin reported deletion success
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-06-26 14:18:28 +02:00
Julius Härtl
ec6ce43053
Only return link to themed icon if file exists
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-06-26 10:53:49 +02:00
Jan-Christoph Borchardt
4686fc6734
Show share link header text always in 2 rows
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-06-26 10:47:29 +02:00
Jan-Christoph Borchardt
14af581164
Update comments icon to use updated core one
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-06-26 10:24:20 +02:00
Joas Schilling
d2c8a11c07
Allow apps to store longer messages in the comments API
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-06-26 10:14:24 +02:00
Christoph Wurst
409acf1131
Fix js l10n registration to also work with more than one bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-06-26 10:07:21 +02:00
Roeland Jago Douma
bc276cdd83
Merge pull request #15859 from nextcloud/deprecate/oc-redirect-reload
...
Deprecate window.location wrappers for redirect and reload
2019-06-26 10:00:31 +02:00
Nextcloud bot
9bd2b11ce7
[tx-robot] updated from transifex
2019-06-26 02:13:59 +00:00
Jan-Christoph Borchardt
2832c0d8a2
Fix file checkbox margin causing layout issues in file list
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-06-26 00:48:11 +02:00
Jan-Christoph Borchardt
b466127b1f
Merge pull request #16055 from nextcloud/design/native-fonts
...
Use native font stack
2019-06-26 00:08:16 +02:00
Roeland Jago Douma
a47403d5f8
Merge pull request #16021 from nextcloud/bugfix/noid/fall-back-to-black-for-non-color-values
...
Fall back to black for non-color values
2019-06-25 22:04:12 +02:00
Roeland Jago Douma
da025d4867
Merge pull request #16027 from nextcloud/bugfix/noid/check-if-uploading-is-enabled-before-verifying
...
Check if uploading to lookup server is enabled before verifying
2019-06-25 22:02:55 +02:00
Roeland Jago Douma
2f5810f26e
Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfolders
...
Fix full text search for groupfolders
2019-06-25 21:43:37 +02:00
Christoph Wurst
ac0e414a18
Deprecate window.location wrappers for redirect and reload
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-06-25 21:39:37 +02:00
Roeland Jago Douma
0f0dfc837e
Merge pull request #15956 from nextcloud/bugfix/noid/fix_checkapp_occ
...
Fix appid argument for integrity:check-app
2019-06-25 21:36:33 +02:00
Roeland Jago Douma
ce642fb0e2
Merge pull request #15970 from nextcloud/dependabot/npm_and_yarn/css-loader-3.0.0
...
Bump css-loader from 2.1.1 to 3.0.0
2019-06-25 21:35:47 +02:00
dependabot-preview[bot]
4a401865f2
Bump css-loader from 2.1.1 to 3.0.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 2.1.1 to 3.0.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/v2.1.1...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-06-25 21:33:38 +02:00
Roeland Jago Douma
11b71a143e
Merge pull request #16013 from nextcloud/versions-preview-string-id
...
fix previews of versions with non numeric version ids
2019-06-25 21:21:50 +02:00
Roeland Jago Douma
d4a44d9b78
Merge pull request #15870 from nextcloud/preview-provider-v2
...
Add new Provider interface for preview providers
2019-06-25 15:05:54 +02:00
Georg Ehrke
d814089c6a
Fix appid argument for integrity:check-app
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-06-25 14:53:12 +02:00
Roeland Jago Douma
335af0c46c
Merge pull request #15971 from nextcloud/dependabot/npm_and_yarn/tests/ui-regression/pixelmatch-tw-5.0.2
...
Update pixelmatch requirement from ^4.0.2 to ^5.0.2 in /tests/ui-regression
2019-06-25 14:25:29 +02:00
Roeland Jago Douma
98244b5d6d
Merge pull request #16024 from nextcloud/bugfix/15944/fix-return-code-user-provision
...
Forward OCSException to initiator
2019-06-25 13:32:10 +02:00
Roeland Jago Douma
5fbf304c2a
Merge pull request #15777 from nextcloud/feature/ocp-event-dispatcher
...
Add event dispatcher to OCP
2019-06-25 11:48:16 +02:00
Christoph Wurst
3174012adf
Add event dispatcher to OCP
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-06-25 10:02:27 +02:00
Nextcloud bot
aab447521c
[tx-robot] updated from transifex
2019-06-25 02:14:02 +00:00
Daniel Kesselberg
5c3fc44f33
Don't show absolute number in tooltip
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-06-24 18:35:37 +02:00
Daniel Kesselberg
d059ee34a0
Show used space in mb instead of %
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-06-24 18:33:10 +02:00
Jan-Christoph Borchardt
97fbf91f29
Use native font stack
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-06-24 17:27:35 +02:00
Roeland Jago Douma
505ddd223f
Merge pull request #16043 from nextcloud/dependabot/npm_and_yarn/dompurify-1.0.11
...
Bump dompurify from 1.0.10 to 1.0.11
2019-06-24 15:41:00 +02:00
dependabot-preview[bot]
16dd043560
Bump dompurify from 1.0.10 to 1.0.11
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/1.0.10...1.0.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-06-24 10:57:22 +02:00
Roeland Jago Douma
9b5f6ec1d8
Merge pull request #16044 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.0
...
Bump webpack from 4.34.0 to 4.35.0
2019-06-24 10:51:28 +02: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
Daniel Kesselberg
f310b964d4
Hide quota bar if unlimited
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-06-23 21:21:13 +02:00
Nextcloud bot
fb83b2d155
[tx-robot] updated from transifex
2019-06-23 02:14:26 +00:00
dependabot-preview[bot]
f3662e139a
Bump webpack from 4.34.0 to 4.35.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.34.0 to 4.35.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.34.0...v4.35.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-23 01:13:56 +00:00
Jan-Christoph Borchardt
d14c0f2ed7
Move font from Nunito to Noto Sans
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-06-22 11:23:44 +02: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
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
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
Joas Schilling
12c7ebe30f
Check if uploading to lookup server is enabled before verifying
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-06-21 10:54:34 +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
Daniel Kesselberg
4177653e99
Forward OCSException to initiator
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-06-20 18:04:52 +02:00
Joas Schilling
05381f00d2
Fall back to black for non-color values
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-06-20 15:23:06 +02: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
Robin Appelman
9b8f2f4192
fix previews and rollback of versions with non numeric version ids
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-06-19 15:09:56 +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
Morris Jobke
9dac9710e4
Fix full text search for groupfolders
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-06-17 12:52:22 -01: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
Robin Appelman
6150614374
Add new Provider interface for preview providers
...
the main difference is passing the `File` object to the provider
instead of a `View` + path
Old providers will still continue to work as before
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-06-17 14:09:09 +02:00
martink-p
9cff71f5b0
Update Encryption.php
...
Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com >
2019-06-17 12:13:29 +02:00
martink-p
8b22ede5f3
Update Encryption.php
...
Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com >
2019-06-17 12:13:29 +02:00
martink-p
39a4fe40a3
Apply suggestions from code review
...
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de >
Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com >
2019-06-17 12:13:29 +02:00
martink-p
4b9675df6c
Update Encryption.php
...
Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com >
2019-06-17 12:13:29 +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
Nextcloud bot
1bbb26e060
[tx-robot] updated from transifex
2019-06-17 02:13:59 +00:00
John Molakvoæ
aa3184490d
One month is enough ( #15975 )
...
One month is enough
2019-06-16 15:56:28 +02:00
John Molakvoæ
c27a42ff8c
One month is enough
2019-06-16 15:38:32 +02:00
Nextcloud bot
dd6642ea1f
[tx-robot] updated from transifex
2019-06-16 02:14:10 +00:00
dependabot-preview[bot]
fd79330145
Bump webpack from 4.33.0 to 4.34.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.33.0 to 4.34.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.33.0...v4.34.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-16 01:13:47 +00:00
dependabot-preview[bot]
f5709c130b
Update pixelmatch requirement in /tests/ui-regression
...
Updates the requirements on [pixelmatch](https://github.com/mapbox/pixelmatch ) to permit the latest version.
- [Release notes](https://github.com/mapbox/pixelmatch/releases )
- [Commits](https://github.com/mapbox/pixelmatch/compare/v4.0.2...v5.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-16 01:13:18 +00:00
Nextcloud bot
7fea531847
[tx-robot] updated from transifex
2019-06-15 02:13:36 +00:00
Gary Kim
72b8083c11
Remove precomposed from apple-touch-icon-precomposed
...
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-06-15 01:29:45 +08: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
Jan-Christoph Borchardt
1809dae04f
Remove auto focus of share input field on dialog open, fix #15261
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-06-14 14:07:57 +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
Arthur Schiwon
437b33ff63
add LDAP integr. test for receiving share candidates with group limitation
...
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
John Molakvoæ
0bf72a74ea
Add core/js/dist/ to l10nignore ( #15947 )
...
Add core/js/dist/ to l10nignore
2019-06-13 14:39:49 +02:00
John Molakvoæ
b3bfae8cfe
Adjust acceptance tests to notifications based on toastify ( #15938 )
...
Adjust acceptance tests to notifications based on toastify
2019-06-13 14:04:50 +02:00
Julius Härtl
ffa0ee9953
Add core/js/dist/ to l10nignore
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-06-13 13:55:22 +02:00
John Molakvoæ
452d7696ff
Merge pull request #15937 from nextcloud/fix-download-entry-shown-on-public-share-menu-when-not-in-mobile
...
Fix download entry shown on public share menu when not in mobile
2019-06-12 17:42:36 +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
Daniel Calviño Sánchez
e65fd11419
Add messages to assertFalse/True to clarify the failed assertion
...
Otherwise the output would just read "Failed asserting that true is
false." or "Failed asserting that false is true.", which is not very
informative when there are several assertFalse/True in a row.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-06-12 15:32:40 +02:00
John Molakvoæ
dc9e73a6df
Add documentation to config.php for share_folder ( #15931 )
...
Add documentation to config.php for share_folder
2019-06-12 14:43:07 +02:00
Daniel Calviño Sánchez
df8406dbae
Adjust acceptance tests to notifications based on toastify
...
The old notifications were added as ".row" elements to the
"#notification-container" element; the new notifications based on
toastify are added as ".toastify .on .toast..." elements to the
"#content" element. Besides that, they also include a span element with
an X to close the notification, so now only the first child text node
should be compared to the expected message.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-06-12 14:32:15 +02:00
John Molakvoæ
7382655a2c
30 issues per run on stale bot ( #15933 )
...
30 issues per run on stale bot
2019-06-12 12:59:28 +02:00
John Molakvoæ
42ffff9548
Temporary fix for project translations ( #15893 )
...
Temporary fix for project translations
2019-06-12 12:25:35 +02:00
John Molakvoæ
aeedc9d5f1
30 issues per run on stale bot
...
Now that we use a fixed branch for the bot, and since I removed all the untagged stale issues we can go back to full thrust
https://github.com/nextcloud/server/issues?page=1&q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen+label%3Astale+-label%3A%22needs+info%22+-label%3A%220.+Needs+triage%22+-label%3A%221.+to+develop%22+-label%3A%223.+to+review%22&utf8=%E2%9C%93
2019-06-12 12:11:11 +02:00
John Molakvoæ
d37a844547
Add documentation to config.php for share_folder
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-06-12 10:15:48 +02:00
John Molakvoæ
edb5a4b49a
Bump webpack from 4.32.2 to 4.33.0 ( #15902 )
...
Bump webpack from 4.32.2 to 4.33.0
2019-06-11 19:30:42 +02:00
dependabot-preview[bot]
abd4f24c81
Bump webpack from 4.32.2 to 4.33.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.32.2 to 4.33.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.32.2...v4.33.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-11 17:17:47 +00: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æ
6b7eb26f39
Bump url-loader from 1.1.2 to 2.0.0 ( #15904 )
...
Bump url-loader from 1.1.2 to 2.0.0
2019-06-11 19:15:36 +02:00
Julius Härtl
2ced8b947c
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-06-11 19:12:33 +02:00
Julius Härtl
e76a926ea7
Temporary fix for project translations
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-06-11 19:12:33 +02:00
John Molakvoæ
18d85d46d1
Merge pull request #15783 from nextcloud/bugfix/6015/app-enable-migration
...
Run repair steps when enabling an app that has already been installed
2019-06-11 18:42:23 +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
John Molakvoæ
cf2d12340f
Fix userid casting in notifications ( #15912 )
...
Fix userid casting in notifications
2019-06-11 18:30:42 +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
John Molakvoæ (skjnldsv)
49d5030a53
Fix userid casting in notifications
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-06-11 16:53:20 +02:00
John Molakvoæ
a53ebdb53d
Merge pull request #15905 from nextcloud/dependabot/npm_and_yarn/file-loader-4.0.0
...
Bump file-loader from 3.0.1 to 4.0.0
2019-06-11 15:25:50 +02:00
John Molakvoæ
f18c7bef73
Fix mobile menu over app-content ( #15913 )
...
Fix mobile menu over app-content
2019-06-11 15:25:16 +02:00
dependabot-preview[bot]
e4f650eb71
Bump url-loader from 1.1.2 to 2.0.0
...
Bumps [url-loader](https://github.com/webpack-contrib/url-loader ) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases )
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/url-loader/compare/v1.1.2...v2.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-11 11:40:14 +00:00
John Molakvoæ
24600ee330
Bump webpack-cli from 3.3.2 to 3.3.3 ( #15901 )
...
Bump webpack-cli from 3.3.2 to 3.3.3
2019-06-11 13:34:06 +02:00
John Molakvoæ (skjnldsv)
cc6aed9362
Fix mobile menu over app-content
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-06-11 10:17:09 +02:00
John Molakvoæ
147073911f
Fix missing login hook wih Apache/SAML login ( #15909 )
...
Fix missing login hook wih Apache/SAML login
2019-06-11 09:41:43 +02:00
Christoph Wurst
7d1fc2b8e8
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:29:00 +02:00
dependabot-preview[bot]
815a703615
Bump file-loader from 3.0.1 to 4.0.0
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v3.0.1...v4.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-09 01:15:22 +00:00
dependabot-preview[bot]
7fb6094b64
Bump webpack-cli from 3.3.2 to 3.3.3
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.2 to 3.3.3.
- [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/v3.3.2...3.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-09 01:13:29 +00:00
labor4
ee0e1c4946
add carddav-search option for X-ADDRESSBOOKSERVER-MEMBER
...
Adding field X-ADDRESSBOOKSERVER-MEMBER
which can be used to relate persons to groups (macos behaviour).
- groups are cards with field X-ADDRESSBOOKSERVER-KIND == 'group'
- and all members' UUID/URI in the X-ADDRESSBOOKSERVER-MEMBER array of that group-card.
Signed-off-by: labor4 <schreibtisch@labor4.ch >
2019-06-07 18:03:09 +02:00
John Molakvoæ
b968987ed4
Replace OC.Notification with toastify js ( #15124 )
...
Replace OC.Notification with toastify js
2019-06-07 08:24:15 +02:00
Julius Härtl
d95ef2c0f7
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-06-07 07:32:53 +02:00
Julius Härtl
6d848b545d
Adjust jsunit tests for new toast library
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-06-07 07:32:48 +02:00
Julius Härtl
2d0337332d
Add toastify js as a OC.Notification replacement
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-06-07 07:32:16 +02:00
Robin Appelman
b4e2d8f8ad
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-06 16:09:27 +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
John Molakvoæ
07ffe4a34a
Merge pull request #15878 from nextcloud/Stale-bot-only-issues
...
Stale bot: only issues
2019-06-05 15:31:52 +02:00
Julius Härtl
8f2e8fa324
Run repair steps when enabling an app that has already been installed
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-06-05 13:52:46 +02:00
John Molakvoæ
e54dce950d
Stale bot: only issues
2019-06-05 13:00:34 +02:00
Roeland Jago Douma
ad62974a81
Merge pull request #15877 from nextcloud/rullzer-patch-1
...
Update stale.yml
2019-06-05 12:36:32 +02:00
Roeland Jago Douma
0c842827d5
Update stale.yml
...
Limit to 1 until we find out why onlyLabels is not respected...
2019-06-05 12:36:19 +02:00
John Molakvoæ
42af084f34
Add stale config ( #15873 )
...
Add stale config
2019-06-05 10:42:01 +02:00
John Molakvoæ
59b03bd3ce
Update stale.yml
2019-06-05 09:38:25 +02:00
John Molakvoæ
3b2a052eca
Add stale config
2019-06-05 09:30:48 +02:00
Roeland Jago Douma
bc43718f22
Merge pull request #15816 from nextcloud/enh/do_not_try_to_instantiate_builtintypes
...
Do not autoload built in types
2019-06-05 09:01:59 +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
John Molakvoæ
05058b0135
Update JS bundle ( #15868 )
...
Update JS bundle
2019-06-04 15:12:13 +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
John Molakvoæ
ea34a27cba
Bump nextcloud-axios from 0.1.3 to 0.2.0 ( #15822 )
...
Bump nextcloud-axios from 0.1.3 to 0.2.0
2019-06-04 09:23:41 +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
John Molakvoæ
b3aa981225
Bump nextcloud-vue from 0.11.3 to 0.11.4 ( #15840 )
...
Bump nextcloud-vue from 0.11.3 to 0.11.4
2019-06-03 12:31:36 +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
John Molakvoæ
1d47026297
[Security] Bump axios from 0.18.0 to 0.18.1 ( #15839 )
...
[Security] Bump axios from 0.18.0 to 0.18.1
2019-06-03 10:06:39 +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
Morris Jobke
db4e8d67e0
Show share settings only if incoming federated shares are allowed
...
Fixes #15802
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-31 17:38:45 +02:00
Morris Jobke
0229f20fdc
Merge pull request #15813 from nextcloud/td/psr0/classmap
...
Add the legacy classes to the composer classmap
2019-05-31 17:15:02 +02:00
Morris Jobke
7b072a7e18
Merge pull request #15812 from nextcloud/enh/split_settings_properly
...
Move OC\Settings\Admin and OC\Settings\Personal to actual settings
2019-05-31 17:13:42 +02:00
Xheni Myrtaj
1d434cbac6
Update lib/private/IntegrityCheck/Checker.php
...
Co-Authored-By: Morris Jobke <hey@morrisjobke.de >
2019-05-31 17:04:04 +02:00
Morris Jobke
bfba086488
Merge pull request #15763 from nextcloud/3rdparty/symfony/4.2.8
...
[3rdparty] Bump symfony to 4.2.8
2019-05-31 16:44:39 +02:00
Xheni Myrtaj
7cb6265378
Fix checker test
...
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com >
2019-05-30 14:50:07 +02:00
Roeland Jago Douma
db555dde00
Add the legacy classes to the composer classmap
...
To have a faster autoloading. We should get rid of those of course. But
for now I do not see it happening any time soon.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-30 13:23:27 +02:00
Roeland Jago Douma
5ab4daad96
Move OC\Settings\Admin and OC\Settings\Personal to actual settings
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-30 12:49:47 +02:00
Xheni Myrtaj
5fc0477483
Update autoload map
...
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com >
2019-05-30 11:49:51 +02:00
John Molakvoæ
fd9ff581e2
CSS: adjust media query breakpoint to improve tablet readability ( #15199 )
...
CSS: adjust media query breakpoint to improve tablet readability
2019-05-30 09:27:58 +02:00
nacho
3c30d293fa
CSS: adjust media query breakpoint to improve tablet readability
...
see https://github.com/nextcloud/news/pull/467
2019-05-30 08:28:30 +02:00
Xheni Myrtaj
d8707c6945
Add function parameter typehint
...
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com >
2019-05-29 23:16:06 +02:00
Xheni Myrtaj
9a7e19771f
Fix indentation
...
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com >
2019-05-29 22:52:45 +02:00
Xheni Myrtaj
6f6729b3ac
Add new line
...
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com >
2019-05-29 22:43:24 +02:00
Xheni Myrtaj
d227f4d34c
Do not fail integrity check if mimetype list is changed
...
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com >
2019-05-29 22:43:23 +02:00
Roeland Jago Douma
89c701382f
Merge pull request #15716 from nextcloud/enhancement/webpack/global-config
...
Unify webpack config
2019-05-29 22:00:02 +02:00
Roeland Jago Douma
58fe0b8032
Merge pull request #15776 from nextcloud/get-by-id-shares-last
...
search files by id in shared storages last
2019-05-29 21:56:15 +02:00
Roeland Jago Douma
96b15dd101
Merge pull request #15790 from nextcloud/fix/noid/recommendations-undef-var
...
remove unncessary code block in share recommendations, fixed undefined var error
2019-05-29 21:55:33 +02:00
John Molakvoæ (skjnldsv)
a442b78538
Build and update
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-29 15:20:19 +02:00
John Molakvoæ (skjnldsv)
b53a9130a6
Unify webpack config
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-29 15:19:18 +02:00
John Molakvoæ
21f9487939
Fix personal security section tests ( #15789 )
...
Fix personal security section tests
2019-05-29 14:52:02 +02:00
John Molakvoæ
6f941a73a2
Vueify the login page ( #15647 )
...
Vueify the login page
2019-05-29 13:15:24 +02:00
Arthur Schiwon
44dca54895
fixes usage of an undefined var
...
and removes a unnecessary code block as there is no paging for share
recommendations
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-29 13:11:07 +02:00
Christoph Wurst
f88907a2d9
Fix personal security section tests
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-29 13:10:07 +02:00
Christoph Wurst
64c4bb5bce
Vueify the login page
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-29 11:05:16 +02:00
Roeland Jago Douma
ccd8da66f2
Merge pull request #15780 from nextcloud/td/depremove/callCheck
...
Remove deprecated function callCheck
2019-05-29 08:38:45 +02:00
Roeland Jago Douma
d1af727688
Merge pull request #15779 from nextcloud/td/depremove/stringutils
...
Remove deprecatred StringUtils class
2019-05-29 08:37:55 +02:00
Roeland Jago Douma
d7d28bc436
Merge pull request #15781 from nextcloud/td/depremove/checkAppEnabled
...
Remove deprecated function checkAppEnabled
2019-05-29 08:36:53 +02:00
John Molakvoæ
866282f13f
Start fixing 2fa icons in dark theme, ref #13643 ( #15597 )
...
Start fixing 2fa icons in dark theme, ref #13643
2019-05-29 06:56:52 +02:00
Nextcloud bot
b32ee3a0bb
[tx-robot] updated from transifex
2019-05-29 02:13:44 +00:00
Roeland Jago Douma
60894f4d3e
Remove deprecated function checkAppEnabled
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-28 22:25:50 +02:00
Roeland Jago Douma
14e8930a5f
Remove deprecated function callCheck
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-28 22:23:28 +02:00
Roeland Jago Douma
767679ccf4
Remove deprecatred StringUtils class
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-28 22:20:23 +02:00
Robin Appelman
98dd526010
search files by id in shared storages last
...
this prevents unneeded recursion when the file is not in the share
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-05-28 20:03:45 +02:00
Greta Doci
536b4106bb
Fix 2fa icons in dark theme, fix #13643
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-05-28 17:17:04 +02:00
Morris Jobke
abeea8b0b9
Merge pull request #15766 from nextcloud/bugfix/0b-quota-create-backend
...
Check for free space on touch
2019-05-28 15:02:51 +02:00
Morris Jobke
64fb083dd9
Merge pull request #15767 from nextcloud/bugfix/0b-quota-create
...
Hide newFile menu if quota is set to 0B
2019-05-28 14:27:01 +02:00
Morris Jobke
4ff4d5583a
Merge pull request #15691 from nextcloud/app-content-list-noborder
...
Remove divider in app content list (Mail, Contacts, …)
2019-05-28 13:54:27 +02:00
Morris Jobke
c2c3feff0e
Merge pull request #15705 from nextcloud/bugfix/15598/text-color-search-box-darktheme
...
Change text color in search box in darktheme, ref #15598
2019-05-28 13:50:44 +02:00
Roeland Jago Douma
3332c5c58d
[3rdparty] Bump symfony to 4.2.8
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-28 13:17:33 +02:00
Julius Härtl
67dd4b018a
Check for free space on touch
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-05-28 13:06:59 +02:00
Julius Härtl
1cf16fa7aa
Hide newFile menu if quota is set to 0B
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-05-28 10:27:01 +02:00
Arne Hamann
2c5ebac458
Allow to search for real pattern in contacts
...
Added an option escape_like_param to allow wildcards
Signed-off-by: Arne Hamann <kontakt+github@arne.email >
2019-05-28 10:01:56 +02:00
Nextcloud bot
c3f779b97d
[tx-robot] updated from transifex
2019-05-28 02:13:42 +00:00
Roeland Jago Douma
444354b1a1
Merge pull request #15734 from nextcloud/dependabot/npm_and_yarn/@babel/preset-env-7.4.5
...
Bump @babel/preset-env from 7.4.4 to 7.4.5
2019-05-27 22:35:37 +02:00
dependabot-preview[bot]
4fab8769ab
Bump @babel/preset-env from 7.4.4 to 7.4.5
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.4.4 to 7.4.5.
- [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.4.4...v7.4.5 )
2019-05-27 18:23:25 +00:00
Roeland Jago Douma
9c5e881f84
Merge pull request #15732 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.4.5
...
Bump @babel/core from 7.4.4 to 7.4.5
2019-05-27 20:21:14 +02:00
Roeland Jago Douma
2dd157986f
Merge pull request #15733 from nextcloud/dependabot/npm_and_yarn/webpack-4.32.2
...
Bump webpack from 4.31.0 to 4.32.2
2019-05-27 19:27:47 +02:00
blizzz
3e5174b733
Merge pull request #15704 from nextcloud/enh/7276/group-names
...
Group display name support (service level + ldap)
2019-05-27 15:09:03 +02:00
Morris Jobke
bffb34afbd
Merge pull request #15747 from nextcloud/bugfix/noid/drag-file-fix
...
Also allow dragging below the file list
2019-05-27 14:21:48 +02:00
Julius Härtl
d48787e661
Also allow dragging below the file list
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-05-27 13:00:45 +02:00
Arthur Schiwon
c6c8a41d2f
group display name support (service level + ldap)
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-27 12:03:05 +02:00
Roeland Jago Douma
8b6d8ed423
Merge pull request #15738 from nextcloud/enh/dont-notify-admin-if-no-exposing-share-links-found
...
Don't notify admins if no potentially over exposing links found
2019-05-27 11:50:43 +02:00
dependabot-preview[bot]
53f18a9770
Bump webpack from 4.31.0 to 4.32.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.31.0 to 4.32.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.31.0...v4.32.2 )
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-27 11:35:14 +02:00
Max Kovalenko
a83b79c5f8
misc phpdoc fixes
...
Signed-off-by: Max Kovalenko <mxss1998@yandex.ru >
2019-05-27 09:04:05 +03:00
Max Kovalenko
a8ddf3471e
fixed phpdoc parameter types
...
Signed-off-by: Max Kovalenko <mxss1998@yandex.ru >
2019-05-27 09:04:05 +03:00
Nextcloud bot
cdfd2d8dd1
[tx-robot] updated from transifex
2019-05-27 02:13:41 +00:00
Greta Doci
bb811ee3e1
Change text color in search box in darktheme, ref #15598
...
Signed-off-by: Greta Doci <gretadoci@gmail.com >
2019-05-26 17:03:40 +02:00
Daniel Kesselberg
d00566b750
Don't notify admins if no potentially over exposing links found
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-26 15:52:19 +02:00
Nextcloud bot
7f689af6f4
[tx-robot] updated from transifex
2019-05-26 02:14:16 +00:00
dependabot-preview[bot]
64dab49c5c
Bump @babel/core from 7.4.4 to 7.4.5
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.4.4 to 7.4.5.
- [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.4.4...v7.4.5 )
2019-05-26 01:13:27 +00:00
Roeland Jago Douma
2736f54785
Merge pull request #15722 from nextcloud/dependabot/npm_and_yarn/build/tar-2.2.2
...
[Security] Bump tar from 2.2.1 to 2.2.2 in /build
2019-05-25 10:20:23 +02:00
Nextcloud bot
d59416eaea
[tx-robot] updated from transifex
2019-05-25 02:13:50 +00:00
dependabot-preview[bot]
430f56a3a7
[Security] Bump tar from 2.2.1 to 2.2.2 in /build
...
Bumps [tar](https://github.com/npm/node-tar ) from 2.2.1 to 2.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases )
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2 )
2019-05-24 23:26:19 +00:00
John Molakvoæ
93303888ad
[Security] Bump tar from 2.2.1 to 2.2.2 ( #15729 )
...
[Security] Bump tar from 2.2.1 to 2.2.2
2019-05-25 01:24:37 +02:00
dependabot-preview[bot]
7120af3977
[Security] Bump tar from 2.2.1 to 2.2.2
...
Bumps [tar](https://github.com/npm/node-tar ) from 2.2.1 to 2.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases )
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2 )
2019-05-24 18:28:12 +00:00
Roeland Jago Douma
b0c2042a28
Merge pull request #15714 from nextcloud/fix/204_304_rfc
...
Check the actual status code for 204 and 304
2019-05-24 19:51:01 +02:00
Morris Jobke
67432a2141
Merge pull request #15700 from nextcloud/fix/open_multiple_link_shares
...
Redirect to the right token on public shares
2019-05-24 16:09:01 +02:00
Morris Jobke
e7ae8511fb
Merge pull request #15697 from nextcloud/bugfix/noid/calendar_birthday_move_repair_to_background
...
Don't run repair step for every individual user, outsource that to background job
2019-05-24 15:55:23 +02:00
Roeland Jago Douma
5b0e70ff77
Merge pull request #15679 from nextcloud/feature/sub-admin-settings
...
Make it possible to show admin settings for sub admins
2019-05-24 15:37:46 +02:00
Roeland Jago Douma
b0c030cbb5
Check the actual status code for 204 and 304
...
The header is the full http header like: HTTP/1.1 304 Not Modified
So comparing this to an int always yields false
This also makes the 304 RFC compliant as the resulting content length
should otherwise be the length of the message and not 0.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-24 15:18:32 +02:00
Morris Jobke
96e892770d
Merge pull request #15715 from nextcloud/s3-bucket-name
...
Allow other code to use the s3 client from object store
2019-05-24 15:03:22 +02:00
Morris Jobke
9c7503ea7e
Merge pull request #15706 from nextcloud/smb-hidden-files
...
add option to show hidden files in SMB shares
2019-05-24 14:59:13 +02:00
Robin Appelman
834db3af2c
add method to get bucket name from s3 storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-05-24 14:02:03 +02:00
Nextcloud bot
96d1921bb3
[tx-robot] updated from transifex
2019-05-24 02:13:40 +00:00
Robin Appelman
6d5579863e
add option to show hidden files in SMB shares
...
Note hidden files can mean different things in smb and the option the the files web ui,
the webui only counts files starting with '.' as hidden, while smb files
can be marked as hidden regardless, any files that are marked as hidden
on smb will thus be shown in the webui regardless of the setting in the files app.
Fixes #15644
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-05-23 21:23:56 +02:00
Christoph Wurst
22ae682823
Make it possible to show admin settings for sub admins
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-23 20:31:40 +02:00
Roeland Jago Douma
96e51b5f6f
Redirect to the right token on public shares
...
If the token doesn't match (or isn't set) during the redirect. We should
properly set it. Else we might redirect to a later auth display that set
these values.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-23 13:49:04 +02:00
Morris Jobke
09974ae92d
Merge pull request #15699 from nextcloud/funding-yml
...
Add funding.yml with Bountysource info
2019-05-23 12:34:45 +02:00
Jan-Christoph Borchardt
6f13005a11
Add funding.yml with Bountysource info
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-05-23 12:19:03 +02:00
Georg Ehrke
7ec8e6d35b
Don't run repair step for every individual user, outsource that to background job
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-05-23 11:24:32 +02:00
Nextcloud bot
e38f55d788
[tx-robot] updated from transifex
2019-05-23 02:13:45 +00:00
Morris Jobke
237a493b6a
Merge pull request #15676 from nextcloud/revert/9609
...
Revert "send invitations for shared calendars"
2019-05-22 22:58:24 +02:00
Morris Jobke
3d306bfef3
Merge pull request #15684 from nextcloud/objectstore-expose-urn
...
make ObjectStoreStorage::getURN public
2019-05-22 22:49:40 +02:00
Morris Jobke
9a733b7f50
Merge pull request #12114 from RubenHoms/master
...
Stop decryption when maintenance mode is enabled
2019-05-22 22:32:13 +02:00
Morris Jobke
daaa14e921
Merge pull request #15506 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.11.1
...
Bump nextcloud-vue from 0.8.0 to 0.11.1
2019-05-22 22:00:40 +02:00
blizzz
755611866e
Merge pull request #15604 from nextcloud/fix/12682/fix-possible-override-of-uniquemember
...
fixes possible override of uniqueMember by autodetection
2019-05-22 19:09:28 +02:00
Jan-Christoph Borchardt
aba395faf0
Remove divider in app content list (Mail, Contacts, …)
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-05-22 17:44:14 +02:00
Morris Jobke
78c1492df9
Merge pull request #15682 from nextcloud/enh/15675/lazy_l10n
...
Make the L10N loading lazy
2019-05-22 14:11:48 +02:00
Morris Jobke
024fc27e9a
Merge pull request #15685 from nextcloud/fix/noid/redis-cluster-with-auth
...
Allow redis cluster to use password
2019-05-22 13:47:11 +02:00
Arthur Schiwon
54299f4e66
set the ldapGroupMemberAssocAttr for group tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-22 12:48:12 +02:00
Morris Jobke
e9e9b6a4b6
Allow redis cluster to use password
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-22 12:19:07 +02:00
Robin Appelman
06a119242e
make ObjectStoreStorage::getURN public
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-05-22 12:17:33 +02:00
Julius Härtl
23de9db7a7
Bump files_sharing bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-05-22 11:51:35 +02:00
Julius Härtl
0197448b85
Bump nextcloud-vue-collections
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-05-22 11:48:06 +02:00
John Molakvoæ (skjnldsv)
738ab1a0a0
Bump settings
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-22 11:48:06 +02:00
dependabot[bot]
c9fbd9212c
Bump nextcloud-vue from 0.8.0 to 0.11.1
...
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue ) from 0.8.0 to 0.11.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.8.0...v0.11.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-22 11:48:04 +02:00
Roeland Jago Douma
b2cc5d8fb6
Make the L10N loading lazy
...
Fixes #15675
This makes loading of the actual L10N lazy. So we only detect and load
the actual translations when they are used. Instead of trying to load
them all the time just because an app is enabled.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-22 11:22:12 +02:00
Georg Ehrke
98a93d5226
Revert "send invitations for shared calendars"
...
This reverts commit a9c313ce45 .
2019-05-22 09:02:25 +02:00
Nextcloud bot
f2885c171f
[tx-robot] updated from transifex
2019-05-22 02:13:52 +00:00
blizzz
f739783780
Merge pull request #15668 from nextcloud/fix/10832/l10n-on-settings-page
...
Fix l10n for SettingsManager by injecting the l10n factory
2019-05-22 00:50:44 +02:00
Morris Jobke
8c3c04596e
Fix l10n for SettingsManager by injecting the l10n factory
...
Fixes #10832
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-21 22:25:13 +02:00
Morris Jobke
446dfd9d1d
Merge pull request #15651 from nextcloud/fix/quota/hover-feedback
...
Remove quota feedback if no link set
2019-05-21 21:03:14 +02:00
Morris Jobke
553543e85c
Merge pull request #15659 from nextcloud/version-backend-use
...
add way for version backends to programmatically specify if they should be used
2019-05-21 21:00:15 +02:00
Roeland Jago Douma
9daee196a3
Merge pull request #15660 from nextcloud/objectstore-get
...
add method to get the used object store from the storage
2019-05-21 20:02:50 +02:00
Morris Jobke
d3511f69f9
Merge pull request #15499 from nextcloud/app-update-script
...
Add scripts to update server & apps or apps only
2019-05-21 17:42:57 +02:00
Robin Appelman
439b341e89
add method to get the used object store from the storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-05-21 17:18:00 +02:00
Robin Appelman
ccfbee2af9
add way for version backends to programmatically specify if they should be used
...
this allows for backends that should only be used if specific conditions are met
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-05-21 17:14:47 +02:00
John Molakvoæ (skjnldsv)
7ec3845494
Remove quota feedback if no link set
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-21 11:11:30 +02:00
Morris Jobke
ac92603014
Merge pull request #15638 from nextcloud/bugfix/7965/sharing-hide-if-empty
...
Only show sharing section if it has content
2019-05-21 10:33:07 +02:00
Ruben Homs
98047e8c1c
Stop decryption when maintenance mode is enabled, fixes #8311
...
Signed-off-by: Ruben Homs <ruben@homs.codes >
2019-05-21 09:24:50 +02:00
Roeland Jago Douma
50dbdeea46
Merge pull request #15104 from nextcloud/enh/remote_wipe
...
Remote wipe support
2019-05-21 08:36:31 +02:00
Nextcloud bot
af680f285e
[tx-robot] updated from transifex
2019-05-21 02:13:28 +00:00
Morris Jobke
11f861221e
Merge pull request #15601 from nextcloud/url-generation-oc-config
...
dont use deprecated oc_config in url generation
2019-05-20 23:44:55 +02:00
Roeland Jago Douma
f03eb7ec3c
Remote wipe support
...
This allows a user to mark a token for remote wipe.
Clients that support this can then wipe the device properly.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-20 20:50:27 +02:00
Julius Härtl
8f11d2a39b
Only show sharing section if it has content
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-05-20 18:07:24 +02:00
Robin Appelman
1799e1acaf
dont use deprecated oc_config in url generation
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-05-20 14:01:14 +02:00
Morris Jobke
ae7f89fd9f
Merge pull request #15615 from nextcloud/dependabot/npm_and_yarn/build/jsdoc-3.6.2
...
Bump jsdoc from 3.6.1 to 3.6.2 in /build
2019-05-20 13:44:04 +02:00
Roeland Jago Douma
9fce7014af
Merge pull request #15578 from nextcloud/3rdparty/openstack/3.0.6
...
[3rdparty] Bump openstack to 3.0.6
2019-05-20 13:26:24 +02:00
Roeland Jago Douma
faf49dd3d7
Merge pull request #15626 from nextcloud/update-crl
...
Update CRL due to revoked cookbook.crt
2019-05-20 12:41:40 +02:00
Morris Jobke
afdcb132dd
Update CRL due to revoked cookbook.crt
...
See https://github.com/nextcloud/app-certificate-requests/pull/241
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-20 11:33:54 +02:00
John Molakvoæ
bb68f4c1de
Bump babel-loader from 8.0.5 to 8.0.6 ( #15616 )
...
Bump babel-loader from 8.0.5 to 8.0.6
2019-05-20 10:16:59 +02:00
Nextcloud bot
b47be33821
[tx-robot] updated from transifex
2019-05-20 02:13:14 +00:00
Nextcloud bot
a44bb8bdcd
[tx-robot] updated from transifex
2019-05-19 02:13:57 +00:00
dependabot[bot]
a04dd96283
Bump babel-loader from 8.0.5 to 8.0.6
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.0.5 to 8.0.6.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.0.5...v8.0.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-19 01:13:49 +00:00
dependabot[bot]
cb53a582e6
Bump jsdoc from 3.6.1 to 3.6.2 in /build
...
Bumps [jsdoc](https://github.com/jsdoc/jsdoc ) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/jsdoc/jsdoc/releases )
- [Changelog](https://github.com/jsdoc/jsdoc/blob/master/CHANGES.md )
- [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.1...3.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-19 01:13:24 +00:00
Nextcloud bot
db6c89ded0
[tx-robot] updated from transifex
2019-05-18 02:13:05 +00:00
Jan-Christoph Borchardt
fa066da77c
Fix app update script for macOS
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-05-17 22:49:39 +02:00
Jan-Christoph Borchardt
8f0656aae9
Remove eduplicate git fetch from update scripts
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-05-17 22:49:39 +02:00
Jan-Christoph Borchardt
bc61b15e2f
Adjust script to remove branches which are deleted on GitHub
...
Co-Authored-By: Morris Jobke <hey@morrisjobke.de >
2019-05-17 22:49:39 +02:00
Jan-Christoph Borchardt
934924577a
Fix for update script when submodule is not initialized
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-05-17 22:49:39 +02:00
Jan-Christoph Borchardt
b403d72f51
Also add script to update both server and apps
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-05-17 22:49:38 +02:00
Jan-Christoph Borchardt
9f4ae034c1
Add script to update Nextcloud apps from latest git master, ref #15145
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-05-17 22:49:38 +02:00
Daniel Kesselberg
b693487d64
Add catch for RuntimeException
...
getDirectoryListing can throw a NotFoundException or a RuntimeException.
The repair step should be skipped if the cache directory is missing so
a catch for both exceptions is required.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-17 21:04:01 +02:00
Arthur Schiwon
3372bcc7fc
fixes possible override of uniqueMember by autodetection
...
* uniqueMember was the default so we did not know whether this setting is
desired or the initial value
* autodetection of the user-group association attribute runs only when it
was not set (as far as we knew)
* the default is now empty
* thus LDAPProvider might return this value as well (in exceptional cases)
* if a group base is given (edge case), use this instead of general base
* resolves #12682
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-17 16:19:23 +02:00
Roeland Jago Douma
49a379b339
[3rdparty] Bump openstack to 3.0.6
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-17 14:15:32 +02:00
Morris Jobke
a3b4410283
Merge pull request #15571 from nextcloud/enhancement/maintenance-mode-bundle
...
Migrate the maintenance script to a modern module and bundle
2019-05-17 14:08:58 +02:00
Roeland Jago Douma
528eb1b223
Merge pull request #15304 from nextcloud/enh/2fa_setup_at_login
...
2FA setup during login
2019-05-17 11:04:42 +02:00
Roeland Jago Douma
f9d30b946f
Merge pull request #15590 from nextcloud/enh/15480/delete_apptoken_ocs_endpoint
...
Allow clients to delete their own apptoken
2019-05-17 10:57:18 +02:00
Morris Jobke
0857d92a58
Merge pull request #15582 from nextcloud/bugfix/noid/update-shipped-apps
...
Update shipped.json to include privacy and recommendations
2019-05-17 10:49:06 +02:00
Roeland Jago Douma
579162d7b9
Allow 2FA to be setup on first login
...
Once 2FA is enforced for a user and they have no 2FA setup yet this will
now prompt them with a setup screen. Given that providers are enabled
that allow setup then.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-17 10:11:53 +02:00
Roeland Jago Douma
2dcb4cfbd6
Allow clients to delete their own apptoken
...
Fixes #15480
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-17 09:52:06 +02:00
Georg Ehrke
1ac913230e
Update shipped.json to include privacy, recommendations, viewer
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com >
2019-05-17 09:00:02 +02:00
Nextcloud bot
e625164e85
[tx-robot] updated from transifex
2019-05-17 02:13:21 +00:00
Roeland Jago Douma
58658f1c78
Merge pull request #15564 from nextcloud/fix/noid/rephrase-unclear-error-msg
...
User management/subadmin: rephrase ambiguous error message
2019-05-16 19:47:51 +02:00
Christoph Wurst
0cfcccee29
Migrate the maintenance script to a modern module and bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-16 16:45:00 +02:00
Morris Jobke
633a198142
Merge pull request #15547 from nextcloud/3rdparty/aws/sdk/3.93.9
...
[3rdparty] Bump AWS SDK to 3.93.9
2019-05-16 16:26:58 +02:00
Nextcloud bot
7c7ea657ec
[tx-robot] updated from transifex
2019-05-16 12:50:48 +00:00
Arthur Schiwon
45110f4c5d
fixes misunderstanding of the error message
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-16 14:31:10 +02:00
Roeland Jago Douma
1e0c317fc1
[3rdparty] Bump AWS SDK to 3.93.9
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-16 10:02:48 +02:00
Nextcloud bot
856a33ec47
[tx-robot] updated from transifex
2019-05-16 02:13:30 +00:00
Roeland Jago Douma
51d0a44b30
Merge pull request #15552 from nextcloud/update-ca-bundle-checker
...
Update ca bundle checker
2019-05-15 22:33:11 +02:00
Daniel Kesselberg
bc35b59fc7
Remove whitespace
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-15 20:37:06 +02:00
Roeland Jago Douma
51143a95e7
Merge pull request #15548 from nextcloud/update-ca-bundle
...
update ca bundle
2019-05-15 20:26:52 +02:00
Roeland Jago Douma
3ad1a6f1df
Merge pull request #15526 from nextcloud/fix/noid/building-wfe-handlebars
...
fix building WFE Handlebars
2019-05-15 20:11:43 +02:00
Daniel Kesselberg
941018cfe5
Use DRONE_SOURCE_BRANCH instead of DRONE_COMMIT_REFSPEC
...
Looks like DRONE_COMMIT_REFSPEC is not available anymore on Drone 1.x
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-15 19:56:20 +02:00
Daniel Kesselberg
3e9f9ea06b
Update regex to also match version/x.y.z
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-15 19:36:01 +02:00
Arthur Schiwon
406c68a512
update ca bundle
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-15 16:07:01 +02:00
Roeland Jago Douma
e8d187fdb3
Merge pull request #15537 from nextcloud/3rdparty/phpseclib-2.0.15
...
[3rdparty] Bump phpseclib to 2.0.15
2019-05-15 15:15:47 +02:00
Nextcloud bot
b5850a0318
[tx-robot] updated from transifex
2019-05-15 13:11:39 +00:00
Roeland Jago Douma
dcc54b4fd1
[3rdparty] Bump phpseclib to 2.0.15
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-15 14:16:20 +02:00
Roeland Jago Douma
9eb8e3e1f4
Merge pull request #15542 from nextcloud/refactor/legacy-ajax-error-handling-bundle
...
Move legacy ajax error handling bundle and 🔥 js.js
2019-05-15 13:17:57 +02:00
Arthur Schiwon
738ca9f849
fix building WFE Handlebars
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-15 11:24:12 +02:00
Christoph Wurst
334c4fddfe
Remove empty js.js
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-15 10:40:53 +02:00
Christoph Wurst
ab72bd64f5
Move legacy Ajax error handling logic to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-15 10:40:15 +02:00
Joas Schilling
22fa6421e5
Prevent faulty logs from nested setupFS calls
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-05-15 10:22:51 +02:00
John Molakvoæ
b5fed59812
Move OC.appSettings to the bundle and deprecate it ( #15533 )
...
Move OC.appSettings to the bundle and deprecate it
2019-05-15 10:10:29 +02:00
Roeland Jago Douma
1cfc59c3ad
Merge pull request #15497 from nextcloud/3rdparty/doctrine/dbal-292
...
[3rdparty] Doctrine dbal to 2.9.2
2019-05-15 08:57:13 +02:00
Roeland Jago Douma
9fe4d8e7a1
Merge pull request #15336 from epma01/redis-patch
...
Fix Redis with unix socket #730
2019-05-15 08:43:20 +02:00
Christoph Wurst
07699c199d
Move OC.appSettings to the bundle and deprecate it
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-14 22:00:22 +02:00
Roeland Jago Douma
b8c01dc2cd
Merge pull request #15531 from nextcloud/refactor/remove-js-js-ocp
...
Remove OCP (re)declaration from js.js
2019-05-14 21:05:53 +02:00
Roeland Jago Douma
b06aebbe60
Merge pull request #15532 from nextcloud/refactor/oc-query-string-helpers-bundle
...
Move query string helpers to the bundle
2019-05-14 21:05:26 +02:00
Alejandro Varela
f6d069ee58
Fix Redis with unix socket
...
Signed-off-by: Alejandro Varela <epma01@gmail.com >
2019-05-14 18:59:17 +02:00
Christoph Wurst
291c4a121e
Move query string helpers to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-14 18:18:31 +02:00
Christoph Wurst
d9accd306e
Remove OCP (re)declaration from js.js
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-14 15:29:18 +02:00
John Molakvoæ
f08aed74d7
Move OC.theme to the bundle and deprecate oc_defaults ( #15525 )
...
Move OC.theme to the bundle and deprecate oc_defaults
2019-05-14 15:24:46 +02:00
Roeland Jago Douma
d11caf1a3a
No need for platform hacks anymore
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-14 12:24:43 +02:00
Roeland Jago Douma
b50a11d852
[3rdparty] Doctrine dbal to 2.9.2
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-14 12:24:43 +02:00
Christoph Wurst
0f3e438f7c
Move OC.theme to the bundle and deprecate oc_defaults
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-14 11:14:29 +02:00
Roeland Jago Douma
c41aa7a209
Merge pull request #15524 from nextcloud/refactor/oc-add-translations-bundle-deprecate
...
Deprecate OC.fileIsBlacklisted and move it to the bundle
2019-05-14 11:00:22 +02:00
Christoph Wurst
2f5df9387d
Deprecate OC.fileIsBlacklisted and move it to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-14 10:07:56 +02:00
Christoph Wurst
c2177caf52
Merge pull request #15523 from nextcloud/refactor/oc-add-translations-bundle-deprecate
...
Move OC.addTranslations to the bundle and deprecate it
2019-05-14 10:04:51 +02:00
Christoph Wurst
6a8bc02b16
Move OC.addTranslations to the bundle and deprecate it
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-14 09:37:26 +02:00
Christoph Wurst
b6c6be6375
Merge pull request #15520 from nextcloud/refactor/oc-host-port-protocol-bundle
...
Move OC host/port/protocol helpers to the bundle and deprecate them
2019-05-14 09:02:37 +02:00
Christoph Wurst
9aeed859c4
Move OC host/port/protocol helpers to the bundle and deprecate them
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-14 08:36:54 +02:00
John Molakvoæ
c1bd7e7fe7
Move OC.getCapabilities to the bundle and deprecate OC._capabilities,… ( #15521 )
...
Move OC.getCapabilities to the bundle and deprecate OC._capabilities,…
2019-05-14 07:32:59 +02:00
Nextcloud bot
ee5095c6f6
[tx-robot] updated from transifex
2019-05-14 02:13:22 +00:00
Christoph Wurst
6b46d9f2e5
Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capabilities
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-13 21:30:01 +02:00
Morris Jobke
8001c89f88
Merge pull request #15461 from nextcloud/askForPasswordCapability
...
add "askForPassword" on capabilities for sharing
2019-05-13 21:16:59 +02:00
Roeland Jago Douma
5ee6872c8a
Merge pull request #15518 from nextcloud/refactor/l10n-funcs-bundle
...
Move l10n functions to the bundle
2019-05-13 20:27:35 +02:00
tobiasKaminsky
b65a59568e
add "askForPassword" on capabilities for sharing
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2019-05-13 20:09:00 +02:00
Morris Jobke
06062d6d5c
Merge pull request #15498 from nextcloud/feature/noid/show-supported-apps-in-app-management
...
Show supported apps in app management
2019-05-13 20:05:04 +02:00
Christoph Wurst
a5ec4a9af4
Move l10n functions to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-13 18:42:49 +02:00
Christoph Wurst
2246003a3e
Merge pull request #15516 from nextcloud/refactor/path-helpers-bundle
...
Move path helpers to the bundle
2019-05-13 17:26:00 +02:00
Christoph Wurst
e3ae7dc115
Move path helpers to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-13 16:37:38 +02:00
Morris Jobke
361836675c
Show supported apps in app management
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-13 13:36:02 +02:00
Morris Jobke
74ad4cce83
Merge pull request #15495 from nextcloud/feature/noid/support-app-integration
...
Add interfaces to interact with subscription from support app
2019-05-13 13:34:19 +02:00
Morris Jobke
83b00a99fa
Add interfaces to interact with subscription from support app
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-13 11:04:47 +02:00
John Molakvoæ
226415a2f0
Bump vuex from 3.1.0 to 3.1.1 ( #15509 )
...
Bump vuex from 3.1.0 to 3.1.1
2019-05-13 09:47:54 +02:00
Roeland Jago Douma
ed0b3f297c
Merge pull request #15505 from nextcloud/dependabot/npm_and_yarn/build/jsdoc-3.6.1
...
Bump jsdoc from 3.6.0 to 3.6.1 in /build
2019-05-13 09:15:32 +02:00
Roeland Jago Douma
f7595bc17e
Merge pull request #15496 from nextcloud/refactor/oc-requesttoken-bundle
...
Move OC.requestToken to the bundle, deprecate oc_requesttoken
2019-05-13 09:11:12 +02:00
dependabot[bot]
4313dffb97
Bump vuex from 3.1.0 to 3.1.1
...
Bumps [vuex](https://github.com/vuejs/vuex ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/vuejs/vuex/releases )
- [Commits](https://github.com/vuejs/vuex/compare/v3.1.0...v3.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-13 08:34:38 +02:00
Christoph Wurst
8dd54fe64c
Merge pull request #15507 from nextcloud/dependabot/npm_and_yarn/webpack-4.31.0
...
Bump webpack from 4.30.0 to 4.31.0
2019-05-13 08:32:40 +02:00
Christoph Wurst
c624c102a6
Move OC.requestToken to the bundle, deprecate oc_requesttoken
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-13 08:27:43 +02:00
Nextcloud bot
0b136d28a3
[tx-robot] updated from transifex
2019-05-13 00:12:39 +00:00
dependabot[bot]
dbe94f69b0
Bump webpack from 4.30.0 to 4.31.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.30.0 to 4.31.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.30.0...v4.31.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-12 01:13:53 +00:00
dependabot[bot]
f0932344cb
Bump jsdoc from 3.6.0 to 3.6.1 in /build
...
Bumps [jsdoc](https://github.com/jsdoc/jsdoc ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/jsdoc/jsdoc/releases )
- [Changelog](https://github.com/jsdoc/jsdoc/blob/master/CHANGES.md )
- [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.0...3.6.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-12 01:12:56 +00:00
Nextcloud bot
5d48a20927
[tx-robot] updated from transifex
2019-05-12 00:22:01 +00:00
Roeland Jago Douma
f5e3001ebe
Merge pull request #15453 from nextcloud/dependabot/npm_and_yarn/@babel/polyfill-7.4.4
...
Bump @babel/polyfill from 7.2.5 to 7.4.4
2019-05-11 16:49:33 +02:00
dependabot[bot]
8d424397c2
Bump @babel/polyfill from 7.2.5 to 7.4.4
...
Bumps [@babel/polyfill](https://github.com/babel/babel ) from 7.2.5 to 7.4.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.2.5...v7.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-11 12:38:55 +02:00
Roeland Jago Douma
05770c7dbb
Merge pull request #15494 from nextcloud/bugfix/noid/revert-displayName-casing
...
Revert displayName casing
2019-05-11 12:32:21 +02:00
Roeland Jago Douma
03418b07d3
Merge pull request #15488 from nextcloud/feature/noid/workflowengine-webpack
...
webpackify workflowengine
2019-05-11 11:16:43 +02:00
Joas Schilling
fc1987b8c4
Revert displayName casing
...
Regression from 278c281cc9
Signed-off-by: Joas Schilling <coding@schilljs.com >
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-11 10:35:58 +02:00
Nextcloud bot
9d66e91f0b
[tx-robot] updated from transifex
2019-05-11 00:13:12 +00:00
Roeland Jago Douma
c800badb31
Merge pull request #15440 from nextcloud/refactor/js-init-core-bundle
...
Move the initCore function to the bundle
2019-05-10 15:30:45 +02:00
Arthur Schiwon
3a5d4abdf1
use webpack to compile handlebars
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-10 14:50:40 +02:00
Christoph Wurst
51d49c3134
Move initCore to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-10 13:47:21 +02:00
Arthur Schiwon
3ec5ee47fa
adjust paths to template location
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-10 13:15:49 +02:00
Morris Jobke
855486d7c1
Merge pull request #15487 from nextcloud/enhancement/js-testing-deprecation-output
...
Do not show deprecation warnings during test runs
2019-05-10 10:02:13 +02:00
Nextcloud bot
4cd7900d4f
[tx-robot] updated from transifex
2019-05-10 00:13:05 +00:00
Arthur Schiwon
e5fefd1338
webpackify workflowengine
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-09 18:42:52 +02:00
Christoph Wurst
3cda6237ef
Do not show deprecation warnings during test runs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-09 18:10:24 +02:00
Morris Jobke
3007c7a19c
Merge pull request #15477 from nextcloud/fix/files/floating-header
...
Fix floating header over breadcrumbs
2019-05-09 15:53:17 +02:00
Morris Jobke
7f6e7f8794
Merge pull request #15478 from Valdnet/patch-1
...
Update file-upload.js
2019-05-09 15:28:08 +02:00
Morris Jobke
55c3c91963
Merge pull request #15475 from nextcloud/enhancement/crash-report-message
...
Allow crash reporters to catpture any message
2019-05-09 15:27:05 +02:00
Morris Jobke
d49ee41fe3
Update autoloader
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-09 15:26:43 +02:00
Valdnet
07c36654b1
Update file-upload.js
...
Change the location of the translation file.
2019-05-09 14:30:43 +02:00
John Molakvoæ (skjnldsv)
b23af5c99c
Fix floating header over breadcrumbs
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-09 14:23:09 +02:00
Christoph Wurst
d3a244f9d9
Allow crash reporters to catpture any message
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-09 14:06:44 +02:00
Morris Jobke
38efad7881
Merge pull request #15468 from nextcloud/fix/noid/remove-recommendation-for-cli-opcache
...
Remove recommendation for opcache on CLI
2019-05-09 13:47:25 +02:00
Morris Jobke
d4d6423237
Merge pull request #15470 from wiswedel/wiswedel_readme_wording
...
Corrected wording about Enterprise Subscriptions
2019-05-09 13:44:29 +02:00
Sascha Wiswedel
f33bad3cbd
Corrected wording about Enterprise Subscriptions
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2019-05-09 13:38:52 +02:00
Roeland Jago Douma
23b1019ae9
Merge pull request #15454 from nextcloud/dependabot/npm_and_yarn/vue-multiselect-2.1.6
...
Bump vue-multiselect from 2.1.4 to 2.1.6
2019-05-09 12:42:22 +02:00
Morris Jobke
c8f2198aa0
Remove recommendation for opcache on CLI
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-09 12:25:53 +02:00
Morris Jobke
c84da74622
Merge pull request #15462 from nextcloud/fix/mobile/scrolling
...
Fix mobile vertical scrolling
2019-05-09 11:48:26 +02:00
Morris Jobke
0a7953ead7
Merge pull request #15464 from nextcloud/revert-15446-fix/noid/failing-phan-tests
...
Revert "Run phan tests only on high memory machines"
2019-05-09 11:40:51 +02:00
Morris Jobke
8dbb84308c
Revert "Run phan tests only on high memory machines"
2019-05-09 11:36:53 +02:00
John Molakvoæ (skjnldsv)
d6710b597b
Fix mobile vertical scrolling
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-09 10:18:15 +02:00
Roeland Jago Douma
35b31110ef
Merge pull request #15249 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.0.2
...
Bump css-vars-ponyfill from 1.17.2 to 2.0.2
2019-05-09 07:55:49 +02:00
Nextcloud bot
d890fb5e48
[tx-robot] updated from transifex
2019-05-09 00:12:48 +00:00
John Molakvoæ (skjnldsv)
203a9c27ad
Bump main webpack build
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-08 21:05:01 +02:00
dependabot[bot]
2ffcf69a5e
Bump css-vars-ponyfill from 1.17.2 to 2.0.2
...
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill ) from 1.17.2 to 2.0.2.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases )
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v1.17.2...v2.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-08 21:01:52 +02:00
Roeland Jago Douma
83679b33b8
Merge pull request #15437 from nextcloud/refactor/oc-addscript-addstyle-bundle
...
Move the legacy OC.addScript and OC.addStyle helpers to the bundle
2019-05-08 20:52:08 +02:00
Christoph Wurst
73f9f15607
Move the legacy OC.addScript and OC.addStyle helpers to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-08 19:58:43 +02:00
Roeland Jago Douma
fad3f1af3b
Merge pull request #15430 from nextcloud/fix/13713/logout-url
...
Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
2019-05-08 19:36:35 +02:00
Morris Jobke
f095bd1642
Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-08 18:02:00 +02:00
Morris Jobke
df1f53c5c3
Merge pull request #15446 from nextcloud/fix/noid/failing-phan-tests
...
Run phan tests only on high memory machines
2019-05-08 16:34:11 +02:00
Morris Jobke
307220654e
Run phan tests only on high memory machines
...
This should fix the out of memory issues we are seeing with this job
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-08 16:27:06 +02:00
Morris Jobke
10d5af18b3
Merge pull request #15427 from nextcloud/refactor/oc-current-user-deprecate-bundle
...
Deprecate oc_current_user, fix usage and move currentUser to the bundle
2019-05-08 15:57:09 +02:00
Morris Jobke
a2ad5d021f
Merge pull request #15308 from nextcloud/fix/13550/logging
...
remove setup args from logging
2019-05-08 15:50:54 +02:00
dependabot[bot]
3238e4cec4
Bump vue-multiselect from 2.1.4 to 2.1.6
...
Bumps [vue-multiselect](https://github.com/shentao/vue-multiselect ) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/shentao/vue-multiselect/releases )
- [Commits](https://github.com/shentao/vue-multiselect/compare/2.1.4...2.1.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-08 10:38:46 +02:00
Morris Jobke
ddff722aa4
Merge pull request #15432 from nextcloud/fix/14986/fix-public-upload
...
Fix public upload by also load the semaphore method
2019-05-08 10:18:50 +02:00
Joas Schilling
a79da346b6
fix class might be undefined
...
Co-Authored-By: blizzz <blizzz@arthur-schiwon.de >
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-08 10:04:19 +02:00
Christoph Wurst
278c281cc9
Deprecate oc_current_user, fix usage and move currentUser to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-08 09:44:51 +02:00
Morris Jobke
a3800a6810
Merge pull request #15436 from nextcloud/refactor/oc-menu-helpers-bundle
...
Move OC legacy menu helpers to the bundle
2019-05-08 09:41:03 +02:00
Roeland Jago Douma
46281dc0bf
Merge pull request #15375 from nextcloud/dependabot/npm_and_yarn/build/jsdoc-3.6.0
...
Bump jsdoc from 3.5.5 to 3.6.0 in /build
2019-05-08 09:08:24 +02:00
Christoph Wurst
b2165059d4
Move OC legacy menu helpers to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-08 08:34:32 +02:00
Nextcloud bot
1c3adf4eff
[tx-robot] updated from transifex
2019-05-08 00:13:17 +00:00
Morris Jobke
aa47358812
Merge pull request #15302 from nextcloud/enhancement/files/table-head-sticky
...
Floating files header
2019-05-07 23:59:51 +02:00
Morris Jobke
21d2d86b2f
Add support for Safari
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-07 23:58:19 +02:00
Morris Jobke
8fadc82bd1
Merge pull request #15301 from nextcloud/fix/select/users-management
...
Fix multiselect min width
2019-05-07 23:54:54 +02:00
Morris Jobke
4cb66fd0b6
Merge pull request #15259 from nextcloud/bugfix/15256-wrong-column-type
...
Make access column a real boolean
2019-05-07 23:52:02 +02:00
Morris Jobke
2565e16770
Fix public upload by also load the semaphore method
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-05-07 23:48:06 +02:00
Morris Jobke
efc89e4a12
Merge pull request #15426 from nextcloud/refactor/remove-singleselect
...
Remove unused singleselect script
2019-05-07 22:27:24 +02:00
Morris Jobke
049b92b078
Merge pull request #15420 from nextcloud/refactor/oc-constants-bundle-II
...
Move rest of contant-like OC props to the bundle
2019-05-07 22:20:37 +02:00
Morris Jobke
a6a8f85650
Merge pull request #15365 from nextcloud/refactor/login-chain
...
Refactor complex LoginController logic into a login chain of responsibility
2019-05-07 22:20:10 +02:00
Morris Jobke
90c6d58050
Merge pull request #15422 from nextcloud/fix/cssvars/edge-support
...
Properly set Edge < 16 as incompatible with css vars
2019-05-07 22:19:21 +02:00
Christoph Wurst
533f83104b
Remove unused singleselect script
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-07 20:06:11 +02:00
John Molakvoæ (skjnldsv)
faff807ba6
Floating files header
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-07 19:06:58 +02:00
John Molakvoæ (skjnldsv)
9dffc56541
Properly set Edge < 16 as incompatible with css vars
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-07 18:30:16 +02:00
Christoph Wurst
944364d866
Move rest of contant-like OC props to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-07 18:11:08 +02:00
Christoph Wurst
170582d4f5
Add a login chain to reduce the complexity of LoginController::tryLogin
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-07 18:04:36 +02:00
Morris Jobke
5893f218c2
Merge pull request #15414 from nextcloud/refactor/oc-constants-bundle
...
Move OC constants to the bundle
2019-05-07 17:59:12 +02:00
Morris Jobke
20a3650a3b
Merge pull request #15413 from nextcloud/cache-update-extra-param
...
remove extra param in cache update call
2019-05-07 17:58:25 +02:00
Roeland Jago Douma
0e9d019a14
Merge pull request #15397 from nextcloud/fix/cssvars/edge-support
...
Set Edge < 16 as incompatible with css vars
2019-05-07 16:44:31 +02:00
Christoph Wurst
dae4714c83
Move OC constants to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-07 16:25:01 +02:00
Morris Jobke
ee6011d2d5
Merge pull request #13929 from nextcloud/refactor/login-bundle
...
Create a login bundle for login page scripts
2019-05-07 15:11:10 +02:00
Robin Appelman
6a30c65a32
remove extra param in cache update call
...
param was leftover from earlier iterations of the "update event"
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-05-07 14:53:02 +02:00
Christoph Wurst
3cc8c9b769
Create a login bundle for login page scripts
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-07 14:28:31 +02:00
Morris Jobke
2cfe4fdd4a
Merge pull request #15402 from nextcloud/refactor/oc-appswebroots-bundle
...
Move OC.appswebroots to the bundle and deprecate oc_appswebroots
2019-05-07 14:24:55 +02:00
Christoph Wurst
acf0ca1541
Move OC.appswebroots to the bundle and deprecate oc_appswebroots
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-07 14:03:14 +02:00
Morris Jobke
22f3306fd0
Merge pull request #15407 from nextcloud/remove-extra-margin-from-warning-messages-in-authenticate-page
...
Remove extra margin from warning messages in authenticate page
2019-05-07 12:11:15 +02:00
Morris Jobke
5c9b4db994
Merge pull request #15403 from nextcloud/refactor/oc-get-set-bundle
...
Move OC.get and OC.set to the bundle
2019-05-07 12:07:09 +02:00
Daniel Calviño Sánchez
7ad1b150ab
Remove extra margin from warning messages in authenticate page
...
In the public share authentication page the form elements appear inside
a container that uses the "warning" CSS class. When the given password
is wrong a warning message is shown inside that container; this message
uses the "warning" CSS class too, so the top margin set for ".warning"
elements need to be removed in that case.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-05-07 10:56:01 +02:00
Joas Schilling
038dff3530
Merge pull request #15394 from nextcloud/bugfix/spreed-1768/authenticate-password
...
Allow to send the password of protected conversations
2019-05-07 10:41:36 +02:00
Christoph Wurst
ae8959af74
Move OC.get and OC.set to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-07 09:22:47 +02:00
Nextcloud bot
c60f6716b4
[tx-robot] updated from transifex
2019-05-07 00:12:58 +00:00
Arthur Schiwon
d6d1666600
remove args from logging of common-spelled methods dependent on class
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-07 00:19:48 +02:00
Arthur Schiwon
4ad8d0c0d8
remove setup args from logging
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-05-06 23:59:45 +02:00
blizzz
0e6e2a9ac6
Merge pull request #15385 from nextcloud/bugfix/noid/broken-federated-shares
...
Make sure all middlewares are only registered once
2019-05-06 23:37:22 +02:00
Morris Jobke
d20bbb7a26
Merge pull request #15295 from nextcloud/refactor/oc-webroot-bundle
...
Move oc_webroot/OC.webroot to the bundle
2019-05-06 22:05:36 +02:00
Christoph Wurst
249a5dbdba
Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-06 17:55:30 +02:00
John Molakvoæ
e0c62352b7
Move oc_appconfig/OC.appConfig to the main bundle ( #15354 )
...
Move oc_appconfig/OC.appConfig to the main bundle
2019-05-06 17:48:53 +02:00
John Molakvoæ (skjnldsv)
d51dae922a
Set Edge < 16 as incompatible with css vars
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-06 17:44:10 +02:00
Joas Schilling
6c29401ec5
Allow to send the password of protected conversations
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-05-06 17:10:41 +02:00
Morris Jobke
16d696e94d
Merge pull request #15384 from nextcloud/fix-collapse-button-in-app-navigation-in-ie11
...
Fix collapse button in app navigation in IE11
2019-05-06 14:08:35 +02:00
Christoph Wurst
42be4b7765
Move oc_appconfig/OC.appConfig to the main bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-06 13:36:23 +02:00
John Molakvoæ
7e6b8ca820
Merge pull request #15297 from nextcloud/refactor/oc-debug-bundle
...
Move oc_debug to the bundle
2019-05-06 11:42:55 +02:00
Joas Schilling
471827cb31
Make sure all middlewares are only registered once
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-05-06 11:28:18 +02:00
John Molakvoæ (skjnldsv)
598d0fbe6b
Build main dist
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-05-06 10:14:07 +02:00
Christoph Wurst
6095ef2235
Move oc_debug to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-06 10:12:47 +02:00
Daniel Calviño Sánchez
de84e037e0
Fix collapse button in app navigation in IE11
...
Although the collapse button has an absolute position Internet Explorer
11 needs the left position of that button to be explicitly set to 0
(other browsers do it implicitly due to the absolute position);
otherwise the button appears to the right of the link (and behind the
app content).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2019-05-06 09:14:29 +02:00
John Molakvoæ
0877a2e627
Bump v-tooltip from 2.0.1 to 2.0.2 ( #15376 )
...
Bump v-tooltip from 2.0.1 to 2.0.2
2019-05-06 08:52:11 +02:00
John Molakvoæ
b8c659dc84
Bump webpack-cli from 3.3.1 to 3.3.2 ( #15378 )
...
Bump webpack-cli from 3.3.1 to 3.3.2
2019-05-06 08:51:50 +02:00
Nextcloud bot
234168a61d
[tx-robot] updated from transifex
2019-05-06 00:13:22 +00:00
dependabot[bot]
93d951b120
Bump v-tooltip from 2.0.1 to 2.0.2
...
Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip ) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases )
- [Commits](https://github.com/Akryum/vue-tooltip/compare/v2.0.1...v2.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-05 16:45:28 +02:00
dependabot[bot]
e436c7bf87
Bump webpack-cli from 3.3.1 to 3.3.2
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.1 to 3.3.2.
- [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/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-05 01:14:11 +00:00
dependabot[bot]
927c040fe8
Bump jsdoc from 3.5.5 to 3.6.0 in /build
...
Bumps [jsdoc](https://github.com/jsdoc/jsdoc ) from 3.5.5 to 3.6.0.
- [Release notes](https://github.com/jsdoc/jsdoc/releases )
- [Changelog](https://github.com/jsdoc/jsdoc/blob/master/CHANGES.md )
- [Commits](https://github.com/jsdoc/jsdoc/compare/3.5.5...3.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-05 01:12:46 +00:00
Nextcloud bot
403494c79e
[tx-robot] updated from transifex
2019-05-05 00:13:05 +00:00
Nextcloud bot
006921c669
[tx-robot] updated from transifex
2019-05-04 00:12:53 +00:00
Roeland Jago Douma
6e2390f4ea
Merge pull request #15267 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.12.0
...
Bump node-sass from 4.11.0 to 4.12.0 in /build
2019-05-03 20:47:11 +02:00
Roeland Jago Douma
9f1f9ce113
Merge pull request #15248 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.1
...
Bump webpack-cli from 3.3.0 to 3.3.1
2019-05-03 20:46:42 +02:00
Roeland Jago Douma
bc0e397775
Merge pull request #15355 from nextcloud/refactor/oc-isadmin
...
Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle
2019-05-03 20:24:13 +02:00
Christoph Wurst
d68be1ae4d
Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-03 15:49:49 +02:00
Roeland Jago Douma
a7a35d32fd
Merge pull request #15311 from nextcloud/ci/mysql/8
...
Add mysql 8.0 CI run
2019-05-03 15:44:24 +02:00
John Molakvoæ
bda7b46241
Handle 0 B default quota properly in the web UI ( #15359 )
...
Handle 0 B default quota properly in the web UI
2019-05-03 15:10:27 +02:00
Julius Härtl
22bb6a9638
Bump settings bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-05-03 12:21:49 +02:00
Julius Härtl
b09f0741ba
Fix default quota setting of 0 B
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-05-03 12:19:35 +02:00
Nextcloud bot
3d42d4c9dc
[tx-robot] updated from transifex
2019-05-03 00:12:49 +00:00
Daniel Kesselberg
ef3725ec4b
Remove method stubs
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-02 21:10:48 +02:00
Daniel Kesselberg
f79b0d2f75
Add second migration for addColumn
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-02 21:10:48 +02:00
Daniel Kesselberg
541e7c19f6
Pass type object instance instead of identifier
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-02 21:10:47 +02:00
Daniel Kesselberg
37b6405a8a
Merge dropColumn and addColumn into changeColumn
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-02 21:10:47 +02:00
Daniel Kesselberg
658edacf23
Set type for access column on cacheAccessForCollection
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-02 21:10:47 +02:00
Daniel Kesselberg
057ca15995
Migration to change column type from smallint to boolean
...
On pqsql true/false is no valid value for an integer column.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-02 21:10:42 +02:00
John Molakvoæ
829adcb0b5
Merge pull request #15309 from nextcloud/fix/files-selection-bug
...
Do NOT assume all files are selected if the first checkbox is
2019-05-02 13:47:06 +02:00
Roeland Jago Douma
14c53864d6
Merge pull request #15313 from nextcloud/3rdparty/pear/archive_tar/1.4.7
...
[3rdparty] Bump archive_tar to 1.4.7
2019-05-02 13:21:14 +02:00
John Molakvoæ
95269e7e85
Merge pull request #15291 from nextcloud/refactor/js-routing-helpers-bundle
...
Move the OC routing helper functions to the bundle
2019-05-02 13:10:54 +02:00
Morris Jobke
f20de92113
Merge pull request #15122 from nextcloud/bugfix/noid/check-undefined-index
...
Check if the data is in the lookup server
2019-05-02 11:58:49 +02:00
Christoph Wurst
766ba99f21
Move the OC routing helper functions to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-02 11:30:00 +02:00
John Molakvoæ
ce11b1ee9f
Merge pull request #15293 from nextcloud/refactor/oc-config-bundle
...
Move oc_config to the bundle
2019-05-02 10:20:50 +02:00
Christoph Wurst
9b79aa664d
Move oc_config to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-02 09:42:32 +02:00
John Molakvoæ
ac700506bd
Merge pull request #15338 from nextcloud/refactor/oc-config-usage
...
Change oc_config usage to OC.config
2019-05-02 09:32:38 +02:00
Christoph Wurst
e7a190179f
Change oc_config usage to OC.config
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-05-02 08:46:43 +02:00
Nextcloud bot
579588a4cd
[tx-robot] updated from transifex
2019-05-02 00:12:57 +00:00
Roeland Jago Douma
667b2ba34b
Merge pull request #15270 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.4.4
...
Bump @babel/core from 7.4.3 to 7.4.4
2019-05-01 22:49:17 +02:00
dependabot[bot]
cfba7e623a
Bump @babel/core from 7.4.3 to 7.4.4
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.4.3 to 7.4.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.4.3...v7.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-01 19:20:57 +00:00
dependabot[bot]
fa96185efe
Bump node-sass from 4.11.0 to 4.12.0 in /build
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.11.0...v4.12.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-01 19:15:19 +00:00
Roeland Jago Douma
82aa8d71cf
Merge pull request #15271 from nextcloud/dependabot/npm_and_yarn/node-sass-4.12.0
...
Bump node-sass from 4.11.0 to 4.12.0
2019-05-01 21:12:44 +02:00
dependabot[bot]
0938e0834d
Bump node-sass from 4.11.0 to 4.12.0
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.11.0...v4.12.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-05-01 18:34:08 +00:00
Roeland Jago Douma
63adf2fb57
Merge pull request #15268 from nextcloud/dependabot/npm_and_yarn/@babel/preset-env-7.4.4
...
Bump @babel/preset-env from 7.4.3 to 7.4.4
2019-05-01 20:23:57 +02:00
Roeland Jago Douma
273eb646c4
Merge pull request #15327 from nextcloud/ci/postgres-11
...
CI Postgres 11
2019-05-01 20:10:46 +02:00
Roeland Jago Douma
11418a464c
CI Postgres 11
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-01 16:56:57 +02:00
Roeland Jago Douma
e018f0a1e9
Merge pull request #15326 from nextcloud/ci/mariadb-10.4
...
CI MariaDB 10.4
2019-05-01 16:53:22 +02:00
Roeland Jago Douma
f99537387b
CI MariaDB 10.4
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-01 15:48:12 +02:00
Roeland Jago Douma
77fc4a3c39
Merge pull request #15325 from nextcloud/ci/mariadb-10.3
...
CI MariaDB 10.3
2019-05-01 15:46:11 +02:00
Roeland Jago Douma
9198c86c1e
CI MariaDB 10.3
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-01 15:13:08 +02:00
Roeland Jago Douma
b527209766
Merge pull request #15323 from nextcloud/ci/mariadb-10.2
...
CI MariaDB 10.2
2019-05-01 15:11:20 +02:00
Daniel Kesselberg
0aa490f1f8
Use mysql_native_password as default authentication plugin
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-05-01 14:43:15 +02:00
Roeland Jago Douma
dbd33c79b0
Add mysql 8.0 CI run
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-01 14:43:11 +02:00
Roeland Jago Douma
5fe8cb6f86
CI MariaDB 10.2
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-01 14:41:25 +02:00
Roeland Jago Douma
75505efb76
Merge pull request #15321 from nextcloud/ci/mariadb-10.1
...
Add mariadb 10.1 CI job
2019-05-01 14:39:39 +02:00
Roeland Jago Douma
2203eda9f5
Add mariadb 10.1 CI job
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-01 13:12:12 +02:00
Roeland Jago Douma
119691d00e
Merge pull request #15316 from nextcloud/ci/mariadb-10.0
...
Add mariadb 10.0 ci tests
2019-05-01 13:10:49 +02:00
Roeland Jago Douma
752718e833
Add mariadb 10.0 ci tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-05-01 13:00:49 +02:00
Nextcloud bot
5e8cedab9f
[tx-robot] updated from transifex
2019-05-01 00:12:41 +00:00
John Molakvoæ (skjnldsv)
54afe0bca2
Do NOT assume all files are selected if the first checkbox is
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-04-30 16:53:50 +02:00
Roeland Jago Douma
52523ee8ea
[3rdparty] Bump archive_tar to 1.4.7
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-30 14:55:13 +02:00
Morris Jobke
4907b4e7e2
Merge pull request #15289 from nextcloud/bugfix/15229/fix-non-default-prefixes
...
Remove the custom prefix from the table name length when checking on …
2019-04-30 14:18:55 +02:00
John Molakvoæ
265a284c70
Merge pull request #15294 from nextcloud/refactor/oc-dialogs-bundle
...
Move OC.dialogs to the main bundle
2019-04-30 13:20:31 +02:00
Vitor Mattos
d12aaa221d
Merge remote-tracking branch 'nextcloud/master' into bugfix-create-database-user
2019-04-30 08:11:43 -03:00
Roeland Jago Douma
0c8a0007a9
Merge pull request #15305 from nextcloud/enhancement/checkboxes/size
...
Increase checkbox & radio size
2019-04-30 12:27:45 +02:00
Joas Schilling
b3e6cbc4c5
Remove the custom prefix from the table name length when checking on the default primary index
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-04-30 12:08:52 +02:00
Christoph Wurst
35d8e7a4e0
Move OC.dialogs to the main bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-04-30 11:11:24 +02:00
Morris Jobke
2e0199a04a
Merge pull request #15292 from nextcloud/refactor/oc-navigation-methods-bundle
...
Move OC navigation methods to the bundle
2019-04-30 10:52:14 +02:00
John Molakvoæ (skjnldsv)
fcdea35554
Increase checkbox & radio size
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-04-30 09:55:39 +02:00
John Molakvoæ
e727e01701
Merge pull request #15290 from nextcloud/fix/8635/mdkir-handling+no-create-to-delete
...
take return of mkdir into consideration; photocache to not create a folder for deletion
2019-04-30 09:25:45 +02:00
John Molakvoæ (skjnldsv)
100b9981b4
Fix multiselect min width
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-04-30 08:58:55 +02:00
Nextcloud bot
4fd2cbeb94
[tx-robot] updated from transifex
2019-04-30 00:12:43 +00:00
Christoph Wurst
1ee03bd683
Move OC navigation methods to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-04-29 17:55:27 +02:00
Arthur Schiwon
3c78116cf8
do not create folder just to delete it afterwards
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-04-29 16:46:56 +02:00
Arthur Schiwon
009c2dfbd5
take return of mkdir into account, throw exception on failure
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-04-29 16:45:59 +02:00
dependabot[bot]
4ccd51d20c
Bump @babel/preset-env from 7.4.3 to 7.4.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.4.3 to 7.4.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.4.3...v7.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-29 08:30:05 +00:00
Nextcloud bot
01410491b9
[tx-robot] updated from transifex
2019-04-29 00:12:39 +00:00
Nextcloud bot
690e5beb11
[tx-robot] updated from transifex
2019-04-28 00:12:35 +00:00
Nextcloud bot
31205af3ac
[tx-robot] updated from transifex
2019-04-27 00:12:36 +00:00
Vitor Mattos
09f7de0a39
Merge remote-tracking branch 'nextcloud/master' into bugfix-create-database-user
2019-04-26 10:36:37 -03:00
dependabot[bot]
bad2a00be5
Bump webpack-cli from 3.3.0 to 3.3.1
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.0 to 3.3.1.
- [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/v.3.3.0...v.3.3.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-26 10:45:47 +00:00
Nextcloud bot
afbf6ef090
[tx-robot] updated from transifex
2019-04-26 00:12:33 +00:00
Nextcloud bot
a20716d568
[tx-robot] updated from transifex
2019-04-25 00:12:40 +00:00
Roeland Jago Douma
33946655b9
Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-only
...
fix searching all users in repair regenerate birthday cal reparir job
2019-04-24 19:58:53 +02:00
Roeland Jago Douma
09a2845c75
Merge pull request #15188 from nextcloud/bugfix/setupcheck-intl
...
Fix setupcheck for intl module
2019-04-24 19:56:17 +02:00
Arthur Schiwon
96bab4f969
remove obsolete use statements
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-04-24 16:24:53 +02:00
Roeland Jago Douma
5c6deb1113
Merge pull request #15148 from nextcloud/fix/oauth2_string_to_int
...
Fix mapper not properly casting int in oauth2 code
2019-04-24 15:45:03 +02:00
Roeland Jago Douma
38adda4a2b
Merge pull request #15146 from nextcloud/fix/customer_properties_boom
...
Prefetching blows up if there are a lot of files.
2019-04-24 09:00:38 +02:00
Roeland Jago Douma
402930521a
Merge pull request #15168 from nextcloud/fix/13554/always_tmpfile_for_swift
...
Always use a temp file for swift writes
2019-04-24 09:00:17 +02:00
Nextcloud bot
201fc9fbcf
[tx-robot] updated from transifex
2019-04-24 00:12:32 +00:00
John Molakvoæ
d2ffceba3b
Merge pull request #15184 from nextcloud/dependabot/npm_and_yarn/vue-infinite-loading-2.4.4
...
Bump vue-infinite-loading from 2.4.3 to 2.4.4
2019-04-23 16:52:54 +02:00
John Molakvoæ
6ae911c24a
Merge pull request #15185 from nextcloud/dependabot/npm_and_yarn/vue-router-3.0.6
...
Bump vue-router from 3.0.4 to 3.0.6
2019-04-23 16:52:07 +02:00
John Molakvoæ
ca92a7c6e6
Merge pull request #15164 from nextcloud/recommendations-multiselect-overlap
...
Fix multiselect bar overlapping recommendations
2019-04-23 16:06:41 +02:00
John Molakvoæ
0125d17b4c
Merge pull request #15165 from nextcloud/techdebt/noid/cleanup-legacy-share-code
...
Deprecate legacy share code and cleanup some unused methods
2019-04-23 15:57:26 +02:00
dependabot[bot]
0989686116
Bump vue-router from 3.0.4 to 3.0.6
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.0.4 to 3.0.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.0.4...v3.0.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-04-23 15:17:27 +02:00
dependabot[bot]
1243c67c0d
Bump vue-infinite-loading from 2.4.3 to 2.4.4
...
Bumps [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading ) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/PeachScript/vue-infinite-loading/releases )
- [Commits](https://github.com/PeachScript/vue-infinite-loading/compare/v2.4.3...v2.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-04-23 15:12:42 +02:00
John Molakvoæ
f98e50438b
Merge pull request #15183 from nextcloud/dependabot/npm_and_yarn/webpack-4.30.0
...
Bump webpack from 4.29.6 to 4.30.0
2019-04-23 15:03:47 +02:00
John Molakvoæ
39787da9c7
Merge pull request #15182 from nextcloud/dependabot/npm_and_yarn/css-loader-2.1.1
...
Bump css-loader from 2.1.0 to 2.1.1
2019-04-23 15:00:39 +02:00
dependabot[bot]
57d81cfc1f
Bump webpack from 4.29.6 to 4.30.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.29.6 to 4.30.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.29.6...v4.30.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-23 08:41:20 +00:00
John Molakvoæ
de51820d81
Merge pull request #15179 from nextcloud/dependabot/npm_and_yarn/handlebars-4.1.2
...
Bump handlebars from 4.1.0 to 4.1.2
2019-04-23 10:39:14 +02:00
John Molakvoæ
d3e98c7efd
Merge pull request #14355 from nextcloud/dependabot/npm_and_yarn/backbone-1.4.0
...
Bump backbone from 1.3.3 to 1.4.0
2019-04-23 10:22:23 +02:00
dependabot[bot]
ce4c736314
Bump handlebars from 4.1.0 to 4.1.2
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.0 to 4.1.2.
- [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.1.0...v4.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-04-23 10:04:17 +02:00
dependabot[bot]
1974e59d45
Bump backbone from 1.3.3 to 1.4.0
...
Bumps [backbone](https://github.com/jashkenas/backbone ) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/jashkenas/backbone/releases )
- [Commits](https://github.com/jashkenas/backbone/compare/1.3.3...1.4.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-23 09:49:30 +02:00
Nextcloud bot
aab2be1856
[tx-robot] updated from transifex
2019-04-23 00:12:36 +00:00
Vitor Mattos
35465ca90c
solve code review
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2019-04-22 19:57:11 -03:00
Nextcloud bot
e4ce1f9fc1
[tx-robot] updated from transifex
2019-04-22 00:12:49 +00:00
Daniel Kesselberg
c424ab790f
Fix setupcheck for intl module
...
A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if
intl extension is not loaded. The check here is always true
because there is a function with that name.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-04-21 21:55:50 +02:00
Vitor Mattos
4d187ce1d7
Check if database exists and grand permission
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2019-04-21 16:54:40 -03:00
Vitor Mattos
824cc0af1e
Bugfix: user is not allowed
...
The created user don't has permission to connect to database. I changed the code to give permission
Signed-off-by: Vitor Mattos <vitor@php.rio >
2019-04-21 15:00:39 -03:00
dependabot[bot]
7a087ff373
Bump css-loader from 2.1.0 to 2.1.1
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 2.1.0 to 2.1.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/v2.1.0...v2.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-21 01:14:26 +00:00
Nextcloud bot
49829482c8
[tx-robot] updated from transifex
2019-04-21 00:13:10 +00:00
Nextcloud bot
1f288533f5
[tx-robot] updated from transifex
2019-04-20 00:12:52 +00:00
Nextcloud bot
b566998b05
[tx-robot] updated from transifex
2019-04-19 00:12:46 +00:00
Roeland Jago Douma
c16d116fa6
Prefetching blows up if there are a lot of files.
...
I saw instances where people had a lot of files (each with custom
properties) and all this prefetching blew up and started to consume an
insane amount of RAM resulting in the process getting killed.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-18 21:23:59 +02:00
Jan-Christoph Borchardt
83210d72b9
Use sticky position include for Safari support
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-04-18 21:16:20 +02:00
Roeland Jago Douma
21d542f953
Use the proper names when setting entity types
...
Else this does 💥
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-18 21:10:52 +02:00
Roeland Jago Douma
dedb84acb0
Always use a temp file for swift writes
...
Apparently the if statement doesn't work in all cases (even if I could
not reproduce it). So for the time being we will just not directly
stream to swift.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-18 21:04:27 +02:00
Morris Jobke
9b0c6d9efb
Add webkit/safari fix
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-04-18 18:36:44 +02:00
Morris Jobke
48821ed6a6
Merge pull request #15144 from nextcloud/3rdparty/bump/symfoy/4.2.7
...
[3rdparty] Bump symfony dependencies to 4.2.7
2019-04-18 18:35:42 +02:00
Morris Jobke
582b679ca9
Deprecate legacy share code and cleanup some unused methods
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-04-18 17:44:14 +02:00
Jan-Christoph Borchardt
04591c37ea
Fix multiselect bar overlapping recommendations
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net >
2019-04-18 17:37:44 +02:00
Morris Jobke
9f9b89fcc7
Merge pull request #14572 from nextcloud/techdebt/noid/cleanup-legacy-share.php-from-unused-code
...
Cleanup legacy Share.php from unused code
2019-04-18 16:15:33 +02:00
Morris Jobke
02306df774
Merge pull request #15153 from Temtaime/patch-1
...
Load apps before running repair steps
2019-04-18 15:02:58 +02:00
Morris Jobke
049d613dba
Merge pull request #15152 from nextcloud/enhancement/noid/contactsmenu-sharing-enum-settings
...
Respect sharing enumeration config in contacts menu
2019-04-18 15:00:02 +02:00
Morris Jobke
e55e425a59
Merge pull request #14363 from nextcloud/debt/cleanup-httpservice
...
Set User-Agent as header without middleware
2019-04-18 14:58:52 +02:00
Temtaime
887c208f23
Fix #15042
2019-04-18 15:28:00 +03:00
Julius Härtl
db17c14f80
Respect sharing enumeration config in contacts menu
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-04-18 11:39:49 +02:00
Nextcloud bot
16b8017fc9
[tx-robot] updated from transifex
2019-04-18 00:12:48 +00:00
Morris Jobke
c7df809465
Cleanup legacy Share.php from unused code
...
* the code was only used by tests and thus this reduces the code to the used paths and removes the branches that wouldn't be used anyway to reduce complexity and gain some overview while working towards completely removing this class
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-04-17 22:58:33 +02:00
Roeland Jago Douma
b222f66d46
Merge pull request #15090 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.1.2
...
Bump handlebars from 4.1.1 to 4.1.2 in /build
2019-04-17 22:56:14 +02:00
Roeland Jago Douma
e73d226473
[3rdparty] Bump symfony dependencies to 4.2.7
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-17 21:49:58 +02:00
Roeland Jago Douma
f5d0f746f9
Merge pull request #15125 from nextcloud/tests/noid/folder-share-update-integration
...
Add integration tests for updating folder shares
2019-04-17 20:22:07 +02:00
Roeland Jago Douma
076282a9c2
Merge pull request #15065 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.0
...
Bump webpack-cli from 3.2.3 to 3.3.0
2019-04-17 20:18:43 +02:00
Arthur Schiwon
1d1c8b4e69
avoids users searches on backend, faster processing
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-04-17 15:55:23 +02:00
Roeland Jago Douma
5382eeccb0
Merge pull request #15129 from nextcloud/enh/share_repair_step
...
Enh/share repair step
2019-04-17 10:12:32 +02:00
Nextcloud bot
d33b8f904c
[tx-robot] updated from transifex
2019-04-17 00:12:51 +00:00
Daniel Kesselberg
6c156d81ed
Fix testGetProxyUri
...
Changed the implementation for getProxyUri with
https://github.com/nextcloud/server/pull/14363/commits/fd1d85365cb1368fa70263fe3ae3b8e59ab56615
If proxy is already null then we don't ask for proxyuserpwd. Test
failed because we expected getSystemValue to be called once with
proxyuserpwd
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-04-16 21:33:56 +02:00
Daniel Kesselberg
fd1d85365c
Refactor getProxyUri
...
Get proxyuserpwd only if proxy not empty.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-04-16 21:13:29 +02:00
Daniel Kesselberg
2708d26407
Set User-Agent as header without middleware
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2019-04-16 21:13:29 +02:00
Roeland Jago Douma
5df12cbf47
Merge pull request #15134 from nextcloud/fix/harden_public_preview_tests
...
Harden public preview tests
2019-04-16 19:41:44 +02:00
Roeland Jago Douma
7c264cb7fa
Harden public preview tests
...
This way there are less timing issues.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-16 16:50:44 +02:00
Roeland Jago Douma
29d78eaf80
Merge pull request #14952 from nextcloud/enh/14179/api_csp
...
Set empty CSP by default
2019-04-16 16:43:32 +02:00
Joas Schilling
093c308b58
Add return types
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-04-16 15:42:21 +02:00
Joas Schilling
fb396fe436
Use the querybuilder for the queries
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-04-16 15:42:21 +02:00
Joas Schilling
f906913177
Allow to use Subqueries in from
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-04-16 15:42:21 +02:00
Roeland Jago Douma
24d6a28f80
Repair step for link shares
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-16 15:42:21 +02:00
dependabot[bot]
7e072ad9c8
Bump webpack-cli from 3.2.3 to 3.3.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.2.3 to 3.3.0.
- [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/V.3.2.3...v.3.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-16 13:34:01 +00:00
Roeland Jago Douma
34aa51f126
Merge pull request #15061 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.10
...
Bump vue and vue-template-compiler
2019-04-16 15:32:08 +02:00
Julius Härtl
771ad85f85
Add integration tests for updating folder shares
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-04-16 15:03:52 +02:00
dependabot[bot]
102c563367
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.8 to 2.6.10
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10 )
Updates `vue-template-compiler` from 2.6.8 to 2.6.10
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-16 14:43:02 +02:00
Morris Jobke
09914547cc
Merge pull request #15105 from nextcloud/dependabot/npm_and_yarn/v-tooltip-2.0.1
...
Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
2019-04-16 14:38:20 +02:00
Roeland Jago Douma
7276735eb4
Set empty CSP by default
...
For #14179
By default responses should have the strictest (and simplest) CSP
possible. Only template responses should require an actual CSP.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-16 14:09:39 +02:00
Morris Jobke
4c43e89dfd
Merge pull request #15123 from nextcloud/fix/share-link-pwd-error-feedback
...
Improve the share link password error feedback with a red border
2019-04-16 13:52:19 +02:00
dependabot[bot]
844aa38744
Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
...
Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip ) from 2.0.0-rc.33 to 2.0.1.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases )
- [Commits](https://github.com/Akryum/vue-tooltip/commits/v2.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-04-16 13:43:35 +02:00
Morris Jobke
4e88cd3aae
Merge pull request #15102 from nextcloud/dependabot/npm_and_yarn/vue-router-3.0.4
...
Bump vue-router from 3.0.2 to 3.0.4
2019-04-16 11:42:53 +02:00
John Molakvoæ
8108340741
Merge pull request #15015 from nextcloud/enhancement/better-comment-icon
...
Change the comment icon to something more visually appealing
2019-04-16 11:16:13 +02:00
John Molakvoæ (skjnldsv)
dbb325a053
Change the comment icon to something more visually appealing
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-04-16 10:53:40 +02:00
Christoph Wurst
410aacae60
Improve the share link password error feedback with a red border
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-04-16 10:12:25 +02:00
Joas Schilling
626f781bda
Check if the data is in the lookup server
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-04-16 08:40:17 +02:00
dependabot[bot]
9ef30dd993
Bump vue-router from 3.0.2 to 3.0.4
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.0.2 to 3.0.4.
- [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.0.2...v3.0.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-04-16 08:29:32 +02:00
Roeland Jago Douma
a8064fdd06
Merge pull request #15098 from nextcloud/dependabot/npm_and_yarn/marked-0.6.2
...
Bump marked from 0.6.1 to 0.6.2
2019-04-16 08:15:53 +02:00
Nextcloud bot
9302e1b8dd
[tx-robot] updated from transifex
2019-04-16 00:17:30 +00:00
Morris Jobke
0583e08c30
Merge pull request #15115 from nextcloud/fix/noid/do-not-use-spaces-in-passwords
...
Do not use spaces in generated passwords
2019-04-15 23:05:35 +02:00
Morris Jobke
798b267d49
Do not use spaces in generated passwords
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-04-15 16:29:52 +02:00
Roeland Jago Douma
461124893b
Merge pull request #15100 from nextcloud/dependabot/npm_and_yarn/@babel/preset-env-7.4.3
...
Bump @babel/preset-env from 7.3.4 to 7.4.3
2019-04-15 14:14:49 +02:00
Morris Jobke
8d4866c316
Merge pull request #15110 from nextcloud/fix/iedavclient/node-parser
...
Make sure we have a proper node before parsing
2019-04-15 14:07:09 +02:00
John Molakvoæ (skjnldsv)
6c593e5b32
Make sure we have a proper node before parsing
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-04-15 13:04:51 +02:00
Roeland Jago Douma
cc8cee9e2c
Merge pull request #15107 from nextcloud/css-var-transition
...
Add animation-slow var
2019-04-15 12:36:49 +02:00
Morris Jobke
ef72609940
Merge pull request #15057 from nextcloud/bugfix/noid/silent-view-change
...
Use slient option to switch for regular file actions as well
2019-04-15 11:46:35 +02:00
John Molakvoæ (skjnldsv)
a88bd71d89
Add animation-slow var
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2019-04-15 11:34:18 +02:00
Roeland Jago Douma
b8511f4835
Merge pull request #15099 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.4.3
...
Bump @babel/core from 7.3.4 to 7.4.3
2019-04-15 10:21:33 +02:00
Morris Jobke
0263d356fd
Merge pull request #14974 from nextcloud/fix/id3parser-maintainer-update
...
Take over id3parser package and update it
2019-04-15 09:41:33 +02:00
Roeland Jago Douma
80511b4741
Merge pull request #15097 from nextcloud/fix/drone/objectstore_selection
...
Pass proper TEST_SELECTION to drone objectstore
2019-04-15 09:38:17 +02:00
dependabot[bot]
2b41953686
Bump handlebars from 4.1.1 to 4.1.2 in /build
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.1 to 4.1.2.
- [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.1.1...v4.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-15 07:13:24 +00:00
Roeland Jago Douma
07aa4c71df
Merge pull request #15083 from nextcloud/fix/noid/devdocslink
...
fix link to dev documentation
2019-04-15 09:11:58 +02:00
Roeland Jago Douma
30a5c28272
Merge pull request #14966 from nextcloud/versions-handlebars-webpack
...
use webpack to compile handlebars for files_versions
2019-04-15 08:58:11 +02:00
Roeland Jago Douma
1ec0890d76
Pass proper TEST_SELECTION to drone objectstore
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-15 08:43:06 +02:00
dependabot[bot]
4cb13de464
Bump marked from 0.6.1 to 0.6.2
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.6.1...v0.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-15 08:36:44 +02:00
Roeland Jago Douma
3e63a9a8c7
Merge pull request #15062 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-1.17.2
...
Bump css-vars-ponyfill from 1.17.0 to 1.17.2
2019-04-15 08:29:13 +02:00
Nextcloud bot
765717a4a8
[tx-robot] updated from transifex
2019-04-15 00:12:52 +00:00
Nextcloud bot
d3332f516f
[tx-robot] updated from transifex
2019-04-14 00:13:26 +00:00
Nextcloud bot
b58438b39d
[tx-robot] updated from transifex
2019-04-13 00:15:32 +00:00
Arthur Schiwon
d7f3ba96e9
fix link to dev documentation
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2019-04-12 18:48:50 +02:00
Christoph Wurst
65dc06e121
Take over id3parser package and update it
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2019-04-12 11:26:35 +02:00
dependabot[bot]
b22af54363
Bump @babel/core from 7.3.4 to 7.4.3
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.3.4 to 7.4.3.
- [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.3.4...v7.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-12 08:27:28 +02:00
Nextcloud bot
090aa51234
[tx-robot] updated from transifex
2019-04-12 00:12:50 +00:00
dependabot[bot]
69269871e7
Bump css-vars-ponyfill from 1.17.0 to 1.17.2
...
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill ) from 1.17.0 to 1.17.2.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases )
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v1.17.0...v1.17.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-04-11 22:11:05 +02:00
dependabot[bot]
8d6049ca2b
Bump @babel/preset-env from 7.3.4 to 7.4.3
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.3.4 to 7.4.3.
- [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.3.4...v7.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-11 18:14:57 +00:00
Julius Härtl
f4a9ee3db4
Use slient option to switch for regular file actions as well
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-04-11 14:38:58 +02:00
Joas Schilling
053e23723f
Merge pull request #15053 from nextcloud/a-new-journey-begins
...
Bump versions of server and the requirements of apps
2019-04-11 14:19:09 +02:00
Joas Schilling
8852b85d13
Disable acceptance test which should fail anyway
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-04-11 14:03:41 +02:00
Joas Schilling
4c19b3b2c6
Bump versions of server and the requirements of apps
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2019-04-11 14:02:23 +02:00
Robin Appelman
3cce485fc8
use webpack to compile handlebars for files_versions
...
This removes the need to manually compile the templates every time they are changed
Signed-off-by: Robin Appelman <robin@icewind.nl >
2019-04-08 09:16:07 +02:00
Peter Kubica
3ed1d158bc
LDAP Password Modify Extended Operation support
...
Signed-off-by: Peter Kubica <peter@kubica.ch >
2019-03-19 01:58:46 +01:00
Brad Rubenstein
1a29239960
IMipPlugin: DRY up - move common test set-up into setUp function
...
Signed-off-by: Brad Rubenstein <brad@wbr.tech >
2019-02-28 01:46:07 +00:00
Brad Rubenstein
1dbda2604b
IMipPlugin: Added unit test for dav.invitation_link_recipients support
...
Existing tests required modification to correctly mock up the new config
parameter fetch, and to set the RSVP flag for attendees (since the test
was detecting token generation, and we no longer generate tokens when
no RSVP is requested by the client or sent by nextcloud).
Signed-off-by: Brad Rubenstein <brad@wbr.tech >
2019-02-28 01:43:41 +00:00
Brad Rubenstein
79d20e4758
Revert 3ff3ed0c56 case-insensitive compares.
...
My oops. The comparisons, which are copied from the IMipPlugin shipped with sabre-io/dav,
do not need to be case insensitive because the sender and recipient names are normalized by sabre,
(see calls to getNormalizedValue in voboject/lib/ITip/Broker.php).
Signed-off-by: Brad Rubenstein <brad@wbr.tech >
2019-02-28 01:43:07 +00:00
Brad Rubenstein
6421e30b2c
Respect RSVP parameter for attendees when adding accept/decline buttons.
...
If RSVP=TRUE parameter is FALSE or absent for an ATTENDEE, then do no
present accept/decline buttons. The organizer isn't asking for an RSVP.
Signed-off-by: Brad Rubenstein <brad@wbr.tech >
2019-02-28 01:42:47 +00:00
Brad Rubenstein
15400dd18f
corrected sample config
...
Signed-off-by: Brad Rubenstein <brad@wbr.tech >
2019-02-28 01:42:17 +00:00
Brad Rubenstein
31a25dc6b0
Customize presentation of accept/decline buttons in iMip mail
...
Fix Issue #11230
Only present accept/decline button links in iMip mail for REQUEST, not CANCEL or others.
Fix Issue #12156
Implement config setting "dav.invitation_link_recipients", to control
which invitation recipients see accept/decline button links. The
default, for public internet facing servers, is to always include
them. For a server on a private intranet, this setting can be set
to the email addresses or email domains of users whose browsers can
access the nextcloud server referenced by those accept/decline
button links. It can also be set to "false" to exclude the links
from all requests.
Signed-off-by: Brad Rubenstein <brad@wbr.tech >
2019-02-28 01:41:48 +00:00