blizzz
e1a1a1c801
Merge pull request #5128 from nextcloud/ldap-attempt-reconnect-stable11
...
[stable11] Add layer on top of LDAP methods to catch server disconnects and attempt re-connection
2017-06-01 13:15:56 +02:00
Bjoern Schiessle
187e76a184
fix typo
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-06-01 12:34:21 +02:00
Bjoern Schiessle
59f4ffb9a3
use (int) instead of intval for performance reasons
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-06-01 12:34:12 +02:00
Morris Jobke
decdb06e89
properly include class
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-01 12:33:56 +02:00
Morris Jobke
fef75ff2c0
Use intval() for validation of config options
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-01 12:33:41 +02:00
Morris Jobke
26c8f82ba2
Improve the UX for sharing settings
...
* shows a info when list is potentially truncated
* shows a warning when characters length is not enough
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-01 12:33:06 +02:00
Bjoern Schiessle
a5f0f3f4f6
allow to configure a min-length of search strings for auto-compeltion and a max number for of results returned
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-06-01 12:31:34 +02:00
Arthur Schiwon
ee7c6e0db8
emit changeUser only if there really was a change (quota, displayname)
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-06-01 11:50:09 +02:00
Nextcloud bot
0b8deebb4f
[tx-robot] updated from transifex
2017-06-01 00:08:58 +00:00
Arthur Schiwon
05881fa4ed
remove unnecessary lines…
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-05-31 12:26:03 +02:00
Arthur Schiwon
aecb85cf64
Treat PHP Errors on User session regenerate
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-05-31 12:15:06 +02:00
Nextcloud bot
ea9e6722de
[tx-robot] updated from transifex
2017-05-31 00:09:05 +00:00
Nextcloud bot
da4aeaae59
[tx-robot] updated from transifex
2017-05-30 00:09:02 +00:00
Nextcloud bot
09390ab48d
[tx-robot] updated from transifex
2017-05-29 00:08:53 +00:00
Nextcloud bot
2feba45266
[tx-robot] updated from transifex
2017-05-28 00:08:33 +00:00
Nextcloud bot
ce8aaf5f99
[tx-robot] updated from transifex
2017-05-27 00:08:51 +00:00
Arthur Schiwon
351204ec16
fix paging
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-05-26 13:47:38 +02:00
Arthur Schiwon
973f9bfe81
make sure used ldap connection resource is always up to date
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-05-26 13:04:04 +02:00
bline
1b4b7b639f
moved to something a little less invasive. back to passing CR around.
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-05-26 13:03:51 +02:00
bline
3f176a7449
special case for controlPagedResultResponse. It would be nice if there was a generic way to pass by reference with call_user_func_array..
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-05-26 13:00:33 +02:00
Nextcloud bot
3f4cefbb54
[tx-robot] updated from transifex
2017-05-26 00:08:34 +00:00
Nextcloud bot
53b09c1f62
[tx-robot] updated from transifex
2017-05-25 00:08:22 +00:00
Nextcloud bot
2697e84ec6
[tx-robot] updated from transifex
2017-05-24 00:08:40 +00:00
Roeland Jago Douma
840090d39c
Merge pull request #5074 from nextcloud/external-get-for-group-sql-type-11
...
[11] use the correct param type when getting external storages for groups
2017-05-23 22:39:11 +02:00
Robin Appelman
135bf7427f
use the correct param type when getting external storages for groups
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-05-23 16:50:19 +02:00
Roeland Jago Douma
746c263e44
Merge pull request #5052 from nextcloud/stable11-downstream-27027
...
Stable11 downstream 27027
2017-05-23 13:13:45 +02:00
Nextcloud bot
6c01b214a6
[tx-robot] updated from transifex
2017-05-23 00:08:48 +00:00
Robin Appelman
1fd6369a60
set cache to failedcache when shared storage init fails
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-05-22 23:16:28 +02:00
Robin Appelman
0d20865548
return failed cache if the shared storage failed to setup
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-05-22 23:16:25 +02:00
Robin Appelman
4652923011
also set nonmaskedstorage in error cases
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-05-22 23:16:21 +02:00
Vincent Petry
cbeedbfb83
Ignore NoUserException for shares from ghosts
...
Add unit tests for FailedStorage init from SharedStorage
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-22 23:16:18 +02:00
Nextcloud bot
caa48bc984
[tx-robot] updated from transifex
2017-05-22 00:08:40 +00:00
Nextcloud bot
cf9382cef8
[tx-robot] updated from transifex
2017-05-21 00:08:44 +00:00
Morris Jobke
9a36d141dc
Merge pull request #4999 from nextcloud/fix-for-sharing-stable-11
...
fix for sharing stable 11
2017-05-20 17:08:24 -05:00
Daniel Hansson
933beac880
fix for sharing stable 11
...
Signed-off-by: Daniel Hansson <daniel@techandme.se>
2017-05-20 17:22:42 +02:00
Nextcloud bot
369044192a
[tx-robot] updated from transifex
2017-05-20 00:08:46 +00:00
Nextcloud bot
078c619b2c
[tx-robot] updated from transifex
2017-05-19 00:08:46 +00:00
Roeland Jago Douma
b85fc1a03f
Merge pull request #4919 from nextcloud/touch-floor-11
...
[11] round the mtime in touch
2017-05-18 19:50:49 +02:00
Robin Appelman
d212a5167d
round the mtime in touch
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-05-18 13:22:52 +02:00
Nextcloud bot
d785395bed
[tx-robot] updated from transifex
2017-05-18 00:07:59 +00:00
Nextcloud bot
fbcb0e75bd
[tx-robot] updated from transifex
2017-05-17 15:56:41 +00:00
Joas Schilling
59f621e9cd
Fix variable names
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-17 10:30:03 +02:00
Joas Schilling
2e3fe61f99
Fix order of parameter and escaping
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-17 10:29:53 +02:00
Joas Schilling
c85a770ecf
Actually we want to update the mimetype of all files ending with the suffix
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-17 10:29:42 +02:00
Rello
ff41ee40bf
don´t change folders with --repair-filecache
...
check if folder is "httpd/unix-directory" and don´t perform here #27585
2017-05-17 10:29:31 +02:00
Nextcloud bot
494ccee0f1
[tx-robot] updated from transifex
2017-05-17 00:08:18 +00:00
Nextcloud bot
978ccc2e82
[tx-robot] updated from transifex
2017-05-16 00:08:17 +00:00
Nextcloud bot
fb560080fe
[tx-robot] updated from transifex
2017-05-15 00:08:25 +00:00
Nextcloud bot
7dfd35f399
[tx-robot] updated from transifex
2017-05-14 00:08:03 +00:00
Nextcloud bot
717c593584
[tx-robot] updated from transifex
2017-05-13 00:08:12 +00:00