Commit graph

13223 commits

Author SHA1 Message Date
Nextcloud bot
3b03bf138d
[tx-robot] updated from transifex 2017-08-12 00:08:37 +00:00
Nextcloud bot
85f066cf7a
[tx-robot] updated from transifex 2017-08-09 00:08:40 +00:00
Nextcloud bot
f772749084
[tx-robot] updated from transifex 2017-08-06 00:08:42 +00:00
Nextcloud bot
d7208e1a87
[tx-robot] updated from transifex 2017-08-05 00:08:29 +00:00
Nextcloud bot
867c612d4a
[tx-robot] updated from transifex 2017-08-03 00:08:24 +00:00
Nextcloud bot
bd7da7dd35
[tx-robot] updated from transifex 2017-08-02 00:08:31 +00:00
Nextcloud bot
160cd4f8e6
[tx-robot] updated from transifex 2017-08-01 00:08:44 +00:00
Nextcloud bot
32d466c0d8
[tx-robot] updated from transifex 2017-07-31 00:08:21 +00:00
Nextcloud bot
5a6acaba59
[tx-robot] updated from transifex 2017-07-30 00:08:21 +00:00
Nextcloud bot
1c98a8ce18
[tx-robot] updated from transifex 2017-07-29 00:08:49 +00:00
Nextcloud bot
ffcace0331
[tx-robot] updated from transifex 2017-07-28 00:08:24 +00:00
Nextcloud bot
94dafbcf1a
[tx-robot] updated from transifex 2017-07-27 00:08:21 +00:00
Nextcloud bot
8b4713a591
[tx-robot] updated from transifex 2017-07-26 00:08:23 +00:00
Nextcloud bot
b0b653b479
[tx-robot] updated from transifex 2017-07-25 00:08:21 +00:00
Nextcloud bot
a0c96fb754
[tx-robot] updated from transifex 2017-07-24 00:08:22 +00:00
Nextcloud bot
95e83db4bd
[tx-robot] updated from transifex 2017-07-23 00:08:16 +00:00
Joas Schilling
564b2f974f Use DI
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-20 16:34:16 +02:00
Vincent Petry
a78b13da82 Skip null groups in group manager (#26871) (#26956)
* Skip null groups in group manager (#26871)

* Skip null groups in group manager

* Also skip null groups in group manager's search function

* Add more group null checks in sharing code

* Add unit tests for null group safety in group manager

* Add unit tests for sharing code null group checks

* Added tests for null groups handling in sharing code

* Ignore moveShare optional repair in mount provider

In some cases, data is inconsistent in the oc_share table due to legacy
data. The mount provider might attempt to make it consistent but if the
target group does not exist any more it cannot work. In such case we
simply ignore the exception as it is not critical. Keeping the
exception would break user accounts as they would be unable to use
their filesystem.

* Adjust null group handing + tests

* Fix new group manager tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-20 16:29:14 +02:00
Nextcloud bot
1bb7a31cbc
[tx-robot] updated from transifex 2017-07-15 00:09:17 +00:00
Nextcloud bot
9e463c1f54
[tx-robot] updated from transifex 2017-07-14 00:08:56 +00:00
Nextcloud bot
2954bc8e30
[tx-robot] updated from transifex 2017-07-13 00:08:51 +00:00
Nextcloud bot
6e747dc2b1
[tx-robot] updated from transifex 2017-07-12 00:09:06 +00:00
Nextcloud bot
2cbf555528
[tx-robot] updated from transifex 2017-07-10 00:09:00 +00:00
Nextcloud bot
a3ec0b68e0
[tx-robot] updated from transifex 2017-07-07 00:08:44 +00:00
Nextcloud bot
1692daec40
[tx-robot] updated from transifex 2017-07-06 00:09:02 +00:00
Morris Jobke
bb1ff50f63 Merge pull request #5215 from nextcloud/autocomplete-settings-stable11
[stable11] some sharing settings
2017-07-05 11:22:39 +02:00
Nextcloud bot
9a55dd5867
[tx-robot] updated from transifex 2017-07-05 00:08:45 +00:00
Nextcloud bot
a7c1d2c55a
[tx-robot] updated from transifex 2017-07-04 00:08:43 +00:00
Nextcloud bot
fbd62b53c4
[tx-robot] updated from transifex 2017-07-03 00:08:40 +00:00
Nextcloud bot
b884049064
[tx-robot] updated from transifex 2017-07-02 00:08:32 +00:00
Nextcloud bot
d3cbbf0185
[tx-robot] updated from transifex 2017-07-01 00:08:47 +00:00
Nextcloud bot
0305440263
[tx-robot] updated from transifex 2017-06-30 00:08:45 +00:00
Nextcloud bot
4fc404ca54
[tx-robot] updated from transifex 2017-06-29 00:08:45 +00:00
Nextcloud bot
184eedf6d7
[tx-robot] updated from transifex 2017-06-27 00:08:36 +00:00
Nextcloud bot
904fd586e0
[tx-robot] updated from transifex 2017-06-25 00:08:36 +00:00
Nextcloud bot
8fd41b723a
[tx-robot] updated from transifex 2017-06-23 00:09:33 +00:00
Nextcloud bot
8d6625a211
[tx-robot] updated from transifex 2017-06-22 00:08:55 +00:00
Nextcloud bot
a62530d7c1
[tx-robot] updated from transifex 2017-06-21 00:08:33 +00:00
Nextcloud bot
b28705b31c
[tx-robot] updated from transifex 2017-06-20 00:09:00 +00:00
Nextcloud bot
d22d3b316f
[tx-robot] updated from transifex 2017-06-19 00:08:38 +00:00
Nextcloud bot
f5eaee4f31
[tx-robot] updated from transifex 2017-06-17 00:08:46 +00:00
Nextcloud bot
95c016fc24
[tx-robot] updated from transifex 2017-06-16 00:09:03 +00:00
Morris Jobke
3e9cda35cb Merge pull request #5190 from nextcloud/treat-session-regid-error-stable11
[stable11] Treat PHP Errors on User session regenerate
2017-06-14 23:20:27 -05:00
Nextcloud bot
27710d3fdb
[tx-robot] updated from transifex 2017-06-15 00:09:03 +00:00
Arthur Schiwon
6f1fd9ce08
change PHP errors to ErrorException in the session (PHP >=7)
Otherwise it might be that authentication apps are being disabled on
during operation while in fact the session handler has hiccup.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-06-14 12:57:07 +02:00
Lukas Reschke
c6cd90f18c Merge pull request #5363 from nextcloud/exclude-files-external-dir-from-encryption-stable11
[stable11] don't try to encrypt/decrypt the certificate bundle
2017-06-14 09:50:14 +02:00
Nextcloud bot
b7c6586c8d
[tx-robot] updated from transifex 2017-06-14 00:08:59 +00:00
Morris Jobke
f6181d8e16 Merge pull request #4913 from nextcloud/backport-4810-mimetype-update
[stable11] Fix mimetype update query
2017-06-13 17:39:31 -05:00
Robin Appelman
460df4c007
filter missing groups in share provider
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-06-13 10:55:09 +02:00
Bjoern Schiessle
f8addd4cf9
don't try to encrypt/decrypt the certificate bundle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-06-13 10:16:18 +02:00