Commit graph

21031 commits

Author SHA1 Message Date
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
Nextcloud bot
092aaabcef
[tx-robot] updated from transifex 2020-01-31 02:18:02 +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
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
Nextcloud bot
aecc9fb043
[tx-robot] updated from transifex 2020-01-28 02:18:44 +00:00
Nextcloud bot
fbc5301143
[tx-robot] updated from transifex 2020-01-27 02:18:06 +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
Nextcloud bot
8af862026b
[tx-robot] updated from transifex 2020-01-23 02:18:35 +00: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
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
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
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
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
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
Nextcloud bot
06181e3527
[tx-robot] updated from transifex 2020-01-07 02:28:45 +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
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
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
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
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
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
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
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
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
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
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
Robin Appelman
48cd26ae4a
update tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-11 16:35:04 +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
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
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
Nextcloud bot
babe78f20e
[tx-robot] updated from transifex 2019-12-10 02:16:53 +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
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
Nextcloud bot
658c951d68
[tx-robot] updated from transifex 2019-12-04 09:24:22 +00: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
Nextcloud bot
1402d1b153
[tx-robot] updated from transifex 2019-12-03 02:16:56 +00: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