Commit graph

51049 commits

Author SHA1 Message Date
Nextcloud bot
d1b5d99aea
[tx-robot] updated from transifex 2020-03-28 02:18:34 +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
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
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