Nextcloud bot
ba97e60ffc
[tx-robot] updated from transifex
2018-09-17 00:12:40 +00:00
Nextcloud bot
f085101422
[tx-robot] updated from transifex
2018-09-16 00:12:39 +00:00
Nextcloud bot
665db6ba80
[tx-robot] updated from transifex
2018-09-15 00:12:20 +00:00
Nextcloud bot
2d9a488cf3
[tx-robot] updated from transifex
2018-09-14 00:12:43 +00:00
blizzz
acce19f2a5
Merge pull request #10824 from nextcloud/backport/10820/stable13
...
[stable13] [LDAP] The WebUI Wizard also should not assign empty config IDs
2018-09-13 13:11:46 +02:00
blizzz
9c68ce1556
Merge pull request #10829 from nextcloud/backport/10828/mimetype-detection-broken-for-junked-uploads
...
[stable13] Fix mimetype detection for junked uploads
2018-09-13 10:51:06 +02:00
Nextcloud bot
8e668729b1
[tx-robot] updated from transifex
2018-09-13 00:12:22 +00:00
Nextcloud bot
95e2d5f170
[tx-robot] updated from transifex
2018-09-12 00:12:24 +00:00
Nextcloud bot
f6fbd6ee21
[tx-robot] updated from transifex
2018-09-10 00:13:47 +00:00
Nextcloud bot
ef3789e16b
[tx-robot] updated from transifex
2018-09-09 00:13:18 +00:00
Nextcloud bot
dfa6da5a03
[tx-robot] updated from transifex
2018-09-08 00:12:42 +00:00
Nextcloud bot
7c55f20d1d
[tx-robot] updated from transifex
2018-09-07 00:12:46 +00:00
Nextcloud bot
972e8c3399
[tx-robot] updated from transifex
2018-09-06 00:13:04 +00:00
Nextcloud bot
a1a578114f
[tx-robot] updated from transifex
2018-09-05 00:13:00 +00:00
Nextcloud bot
a08fdd8750
[tx-robot] updated from transifex
2018-09-04 00:12:26 +00:00
Roeland Jago Douma
0d8c0215d0
Merge pull request #10911 from nextcloud/customproperties-ignored-list-13
...
[13] use the same ignored properties list for both CustomerPropertiesBackends
2018-09-03 09:04:55 +02:00
Nextcloud bot
f73724b5ec
[tx-robot] updated from transifex
2018-09-03 00:12:27 +00:00
Nextcloud bot
891d923a53
[tx-robot] updated from transifex
2018-09-02 00:12:45 +00:00
Nextcloud bot
90ab77d8bb
[tx-robot] updated from transifex
2018-09-01 00:12:27 +00:00
Morris Jobke
2f024dcd02
Merge pull request #10902 from nextcloud/cast-timestamp-13
...
[13] cast timestamps older than unix epoch to 0
2018-08-31 09:09:12 +02:00
Nextcloud bot
9bde06aab3
[tx-robot] updated from transifex
2018-08-31 00:12:18 +00:00
Nextcloud bot
9db4afce72
[tx-robot] updated from transifex
2018-08-30 00:12:18 +00:00
Nextcloud bot
2ffcba3814
[tx-robot] updated from transifex
2018-08-29 00:12:17 +00:00
Robin Appelman
8a3f6a816b
use the same ignored properties list for both CustomerPropertiesBackends
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-28 18:34:04 +02:00
Christian
ed5224cd46
cast timestamps older than unix epoch to 0
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-28 16:57:42 +02:00
Nextcloud bot
a4daa91b42
[tx-robot] updated from transifex
2018-08-28 00:13:18 +00:00
Nextcloud bot
1769029910
[tx-robot] updated from transifex
2018-08-27 00:12:24 +00:00
Nextcloud bot
1aae409cc8
[tx-robot] updated from transifex
2018-08-26 00:12:42 +00:00
Nextcloud bot
8ec2c933de
[tx-robot] updated from transifex
2018-08-25 00:12:43 +00:00
Roeland Jago Douma
1a016f21e6
Merge pull request #10837 from nextcloud/dav-search-no-negative-mtime-13
...
[13] disallow negative mtime in dav search
2018-08-24 17:46:52 +02:00
Robin Appelman
d69234e339
disallow negative mtime in dav search
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-24 16:25:35 +02:00
Joas Schilling
1eeea993a8
Fix mimetype detection for junked uploads
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-24 10:49:08 +02:00
Nextcloud bot
12a3f776a1
[tx-robot] updated from transifex
2018-08-24 00:12:32 +00:00
Morris Jobke
3940790e79
Merge pull request #10591 from nextcloud/smb-stat-retry-13
...
[13] retry smb stat on timeout
2018-08-23 18:14:40 +02:00
Arthur Schiwon
7c3339521c
[LDAP] The WebUI Wizard also should not assign empty config IDs
...
With 689df9a843
the behaviour to assign only
non-empty config IDs was introduced. Only, this was only effective for CLI
and OCS API.
Related to #3270 .
The web UI creates now also a full configuration on first load. This fixes
#5094 .
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-23 18:02:55 +02:00
Morris Jobke
389b981aa5
Merge pull request #10285 from nextcloud/anonymous-options-13
...
[13] Add sabre plugin to allow anonymous options requests to the dav root
2018-08-23 16:05:56 +02:00
Morris Jobke
893cccba68
Merge pull request #10816 from nextcloud/backport/10700+10815/stable13
...
[stable13] remove unexecutable code
2018-08-23 14:58:29 +02:00
Nextcloud bot
112719f457
[tx-robot] updated from transifex
2018-08-23 00:13:11 +00:00
Arthur Schiwon
f404695602
returning of $tr is expected, otherwise ending up in a JS error
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-23 00:31:32 +02:00
Arthur Schiwon
e1e35b42de
remove unexecutable code
...
OCA.Sharing.SharedFileInfo was never defined and that stopped execution.
Interestingly, FF never showed me an error.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-23 00:31:10 +02:00
Morris Jobke
5bc7af2510
Merge pull request #10783 from nextcloud/backport/10775/stable13
...
[stable13] Resolve all group memberships properly
2018-08-22 10:51:02 +02:00
Roeland Jago Douma
a4e989bb75
Merge pull request #10763 from nextcloud/backport/10687/stable13
...
[stable13] don't blame randome people for background email updates
2018-08-22 08:50:34 +02:00
Nextcloud bot
ff3b132382
[tx-robot] updated from transifex
2018-08-22 00:12:24 +00:00
Morris Jobke
4f6f3b261a
Resolve all group memberships properly
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-21 17:08:22 +02:00
Nextcloud bot
d3ab244b40
[tx-robot] updated from transifex
2018-08-21 00:12:31 +00:00
Arthur Schiwon
bd31fe7c9b
fix unit tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
# Conflicts:
# apps/user_ldap/tests/User_LDAPTest.php
2018-08-20 15:16:33 +02:00
Arthur Schiwon
0f958bf595
don't force LDAP updates on userExists anymore
...
and remove some deprecated code
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-20 15:05:09 +02:00
Arthur Schiwon
7dfb837766
don't blame email address changers
...
the information is being collected with admin_audit
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-20 15:05:04 +02:00
Morris Jobke
aef428733b
Merge pull request #10552 from nextcloud/backport/10523/stable13
...
[stable13] Adding test for table schedulingobjects and fixing postgres LOB
2018-08-20 14:56:37 +02:00
blizzz
ace570d723
Merge pull request #10698 from nextcloud/smb-log-removed-entries-13
...
[13] log entries that are hidden during file listing
2018-08-20 14:53:08 +02:00