Commit Graph

15622 Commits

Author SHA1 Message Date
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
Morris Jobke 1a3df3b701 Merge pull request #5575 from nextcloud/backport-lookup-server-settings
allow to disable upload to lookup server, by default it is enabled
2017-07-04 11:19:14 +02: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
Bjoern Schiessle 9aa41b229d
simplify return statement
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-06-30 17:35:44 +02:00
Bjoern Schiessle 18c292d5c3
allow to disable upload to lookup server, by default it is enabled
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-06-30 17:29:26 +02: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 74407879c4
[tx-robot] updated from transifex 2017-06-28 00:08:36 +00:00
Nextcloud bot 184eedf6d7
[tx-robot] updated from transifex 2017-06-27 00:08:36 +00:00
Nextcloud bot 1be751d23b
[tx-robot] updated from transifex 2017-06-26 00:08:49 +00:00
Nextcloud bot 904fd586e0
[tx-robot] updated from transifex 2017-06-25 00:08:36 +00:00
Nextcloud bot 9d35ab757e
[tx-robot] updated from transifex 2017-06-24 00:08:48 +00:00
Morris Jobke 53ff2c30b6 Merge pull request #5493 from Bekcpear/stable11
[stable11] Fix upload remaining time
2017-06-21 12:18:37 -05:00
Yaojin Qian f56cf517bd
Fix upload remaining time
Backport https://github.com/nextcloud/server/pull/5177

Signed-off-by: Yaojin Qian <i@ume.ink>
2017-06-21 09:11:56 +08: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
Robin Appelman 3758eb8047
dont die if we try to access the shared cache while setting up the shared storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-06-19 14:01:39 +02: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
Nextcloud bot 27710d3fdb
[tx-robot] updated from transifex 2017-06-15 00:09:03 +00:00
Nextcloud bot b7c6586c8d
[tx-robot] updated from transifex 2017-06-14 00:08:59 +00:00
Nextcloud bot b01c39478a
[tx-robot] updated from transifex 2017-06-13 00:08:42 +00:00
Nextcloud bot d93db515b4
[tx-robot] updated from transifex 2017-06-12 00:08:30 +00:00
Nextcloud bot 735e46d79b
[tx-robot] updated from transifex 2017-06-11 00:08:39 +00:00
Nextcloud bot 5f1ee2e2f1
[tx-robot] updated from transifex 2017-06-09 00:08:44 +00:00
Nextcloud bot b620eb192a
[tx-robot] updated from transifex 2017-06-08 00:08:46 +00:00
Nextcloud bot 99180cc30a
[tx-robot] updated from transifex 2017-06-07 00:09:25 +00:00
Nextcloud bot 4f2246a92d
[tx-robot] updated from transifex 2017-06-06 00:09:04 +00:00
Nextcloud bot 7a850244ec
[tx-robot] updated from transifex 2017-06-05 00:08:47 +00:00
Nextcloud bot 480e7d0613
[tx-robot] updated from transifex 2017-06-04 00:08:49 +00:00
Nextcloud bot 19adcc8945
[tx-robot] updated from transifex 2017-06-03 00:09:21 +00:00
Nextcloud bot 3af49dafef
[tx-robot] updated from transifex 2017-06-02 00:08:49 +00:00
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 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
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
Nextcloud bot 0b8deebb4f
[tx-robot] updated from transifex 2017-06-01 00:08:58 +00: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
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
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
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
Nextcloud bot 6c13e0b885
[tx-robot] updated from transifex 2017-05-12 00:07:56 +00:00
Nextcloud bot 39047910b4
[tx-robot] updated from transifex 2017-05-11 00:08:17 +00:00
Nextcloud bot bff6f88c8b
[tx-robot] updated from transifex 2017-05-10 00:08:42 +00:00
Nextcloud bot 4e320c63d1
[tx-robot] updated from transifex 2017-05-09 05:08:17 +00:00
Nextcloud bot da06a6436e
[tx-robot] updated from transifex 2017-05-09 04:33:01 +00:00
Nextcloud bot 26d8de97ba
[tx-robot] updated from transifex 2017-05-09 00:08:01 +00:00
Nextcloud bot 6f0858d44d
[tx-robot] updated from transifex 2017-05-08 20:49:19 +00:00
Nextcloud bot 4fe02f6e3a
[tx-robot] updated from transifex 2017-05-08 00:07:47 +00:00
Nextcloud bot a17c27d526
[tx-robot] updated from transifex 2017-05-07 00:07:40 +00:00
Nextcloud bot 8f3cdc3c23
[tx-robot] updated from transifex 2017-05-06 00:07:43 +00:00
Nextcloud bot 525a412ca4
[tx-robot] updated from transifex 2017-05-05 00:07:38 +00:00
Nextcloud bot 43f36ee6e4
[tx-robot] updated from transifex 2017-05-04 00:07:38 +00:00
Nextcloud bot 3b8f452d3e
[tx-robot] updated from transifex 2017-05-03 00:07:41 +00:00
Nextcloud bot ca96cbcc59
[tx-robot] updated from transifex 2017-05-02 00:07:31 +00:00
Nextcloud bot 89bf0ca0b4
[tx-robot] updated from transifex 2017-05-01 00:07:42 +00:00
Nextcloud bot 24cf33c540
[tx-robot] updated from transifex 2017-04-30 00:07:31 +00:00
Nextcloud bot 8d29f4a0ae
[tx-robot] updated from transifex 2017-04-29 00:07:27 +00:00
Nextcloud bot 3c7da5a0f5
[tx-robot] updated from transifex 2017-04-28 14:06:05 +00:00
Nextcloud bot c4878a8d5a
[tx-robot] updated from transifex 2017-04-28 00:07:52 +00:00
Nextcloud bot 86495d4d2a
[tx-robot] updated from transifex 2017-04-27 00:07:51 +00:00
Nextcloud bot efc8d06583
[tx-robot] updated from transifex 2017-04-26 00:07:54 +00:00
Vincent Petry e47d8028dc
Prevent PHP request to get killed when using fclose callback (#26775)
* Prevent PHP request to get killed when using fclose callback

* Add ignore_user_abort everywhere where the time limit is set to 0

Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-04-25 14:11:38 +02:00
Nextcloud bot ba776a3c0f
[tx-robot] updated from transifex 2017-04-25 00:07:40 +00:00
Joas Schilling 20bbc6d585
Fix the storage info and other checks when the user has wrong casing
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-24 10:35:17 +02:00
Nextcloud bot d632a9053d
[tx-robot] updated from transifex 2017-04-24 00:07:37 +00:00
Nextcloud bot 1964f9d115
[tx-robot] updated from transifex 2017-04-23 00:07:40 +00:00
Nextcloud bot 9649661f8f
[tx-robot] updated from transifex 2017-04-22 00:07:45 +00:00
Nextcloud bot 59b06161a2
[tx-robot] updated from transifex 2017-04-21 00:07:46 +00:00
Nextcloud bot efe6b54f85
[tx-robot] updated from transifex 2017-04-20 00:07:46 +00:00
Nextcloud bot 867950a78b
[tx-robot] updated from transifex 2017-04-19 00:07:50 +00:00
Nextcloud bot e8fe783bb3
[tx-robot] updated from transifex 2017-04-18 23:08:54 +00:00
Nextcloud bot c59c05a810
[tx-robot] updated from transifex 2017-04-18 20:47:55 +00:00
Alan Tygel e57bf44fc9
Translation string corrected > 1 user
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-18 11:49:05 -05:00
Nextcloud bot fbbcc1ccf4
[tx-robot] updated from transifex 2017-04-18 00:07:35 +00:00
Nextcloud bot 0bb960f100
[tx-robot] updated from transifex 2017-04-17 00:07:42 +00:00
Nextcloud bot a864971a45
[tx-robot] updated from transifex 2017-04-16 00:07:33 +00:00
Nextcloud bot b01425be66
[tx-robot] updated from transifex 2017-04-15 00:07:46 +00:00
Nextcloud bot 7ada78ca87
[tx-robot] updated from transifex 2017-04-14 00:07:47 +00:00
Nextcloud bot 4abcd07a7c
[tx-robot] updated from transifex 2017-04-13 00:08:13 +00:00
Nextcloud bot 3f459416f0
[tx-robot] updated from transifex 2017-04-12 00:07:53 +00:00
Georg Ehrke bc67585f3e
fix bug with shared_by for own calendars if shared
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2017-04-11 12:24:29 +02:00
Morris Jobke baa0b3235c Merge pull request #4290 from nextcloud/stable11-maintenance-mode-also-on-dav
Add missing maintenance plugin to new DAV endpoint
2017-04-11 00:44:45 -05:00
Nextcloud bot cbf65030f5
[tx-robot] updated from transifex 2017-04-11 00:07:38 +00:00
Lukas Reschke c576b5e2c3
Add missing maintenance plugin to new DAV endpoint
The `/remote.php/dav/` endpoint was not implementing the MaintenancePlugin. Thus when the instance was put into maintenance mode the endpoints were still accessible and delivered empty content. Sync clients really do love this.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-11 01:00:12 +02:00
Morris Jobke 407831ac3e Merge pull request #4251 from nextcloud/add-share-by-mail-capabilities
add capabilities for share by mail
2017-04-10 12:48:37 -05:00
Bjoern Schiessle 8b7676dfe6
add capabilities for share by mail
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-10 17:20:50 +02:00
Georg Ehrke f54a3d9552
don't remove owner property for public calendars
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2017-04-10 10:45:14 +02:00
Nextcloud bot 210293513e
[tx-robot] updated from transifex 2017-04-10 00:09:00 +00:00
Nextcloud bot 75adf3a7d7
[tx-robot] updated from transifex 2017-04-09 00:07:50 +00:00
Nextcloud bot 70992e92df
[tx-robot] updated from transifex 2017-04-08 00:07:57 +00:00
Nextcloud bot 04e22a94b8
[tx-robot] updated from transifex 2017-04-07 00:09:21 +00:00
Morris Jobke 1f79248a33 Merge pull request #4234 from nextcloud/backport-4066-always-fix-broken-dav-values
[stable11] Directly fix invalid values of DTEND and DTSTART
2017-04-06 10:58:18 -05:00
Morris Jobke 15ecaa9f0f Merge pull request #4235 from nextcloud/backport-3857-legacy-caldav-endpoint-email-invitations
[stable11] Fix scheduling plugin on legacy caldav endpoint
2017-04-06 10:47:48 -05:00
Joas Schilling 125c0eb30e Merge pull request #4238 from nextcloud/4094-stable11
[stable11] Fix LDAP description
2017-04-06 14:18:30 +02:00
Marius Blüm ad41395dc1
Fix LDAP description
Signed-off-by: Marius Blüm <marius@lineone.io>
2017-04-06 10:26:31 +02:00
Joas Schilling d0a7e01baf
Also add the root of external storages to the file id list
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-06 10:13:50 +02:00
Joas Schilling fb9eb6aa68
Fix scheduling plugin on legacy caldav endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-06 10:06:51 +02:00
Joas Schilling abc9e706c5
Directly fix the values
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-06 10:03:56 +02:00
Joas Schilling 392610e3c6 Merge pull request #4154 from nextcloud/stable11-4153
[stable11] Fix upload of folders in Chrome
2017-04-06 09:57:16 +02:00
Morris Jobke b2c87ae63f Merge pull request #4229 from nextcloud/stable11-dont-list-on-public-calendar-endpoint
[stable11] Don't list on public calendar endpoints
2017-04-06 00:55:36 -05:00
Morris Jobke 6918ed9903
Fix upload of folders in Chrome
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-06 00:54:09 -05:00
Morris Jobke 190ccef819 Merge pull request #4228 from nextcloud/stable11-error-messages
[Stable11] Error messages
2017-04-06 00:30:10 -05:00
Nextcloud bot 96c20ebddb
[tx-robot] updated from transifex 2017-04-06 00:08:02 +00:00
Lukas Reschke 022768387c
Don't list on public calendar endpoints
There is no need to allow listing here.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-05 23:18:13 +02:00
Lukas Reschke f9b258a371
Replace unecessary unescaped prints with print
There's no need to have those unescaped from what I can see.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-05 23:14:12 +02:00
Roeland Jago Douma 7f0c07fa5d Merge pull request #4207 from nextcloud/masterkey-publiclink-nc11
[stable11] Make public links work with master key
2017-04-05 10:21:34 +02:00
Nextcloud bot 9c9bdabf74
[tx-robot] updated from transifex 2017-04-05 00:08:31 +00:00
Vincent Petry 6cbb6ceba3
Use master key for public links as well 2017-04-04 17:57:40 +02:00
Vincent Petry f000df0263
Add tests for null user 2017-04-04 17:57:32 +02:00
Vincent Petry c215255771
Fix public link for master key
In public link mode there is no session, so the code should use the
public key instead.
2017-04-04 17:57:20 +02:00
Nextcloud bot e5468409b5
[tx-robot] updated from transifex 2017-04-04 00:07:55 +00:00
Roeland Jago Douma 8bab4ecffc Merge pull request #4167 from nextcloud/backport-4166-invalid-int-for-transparency-on-calendars
[stable11] Make sure transparency is an integer when saving a calendar
2017-04-03 11:00:18 +02:00
Nextcloud bot 9964782b79
[tx-robot] updated from transifex 2017-04-03 00:08:30 +00:00
Nextcloud bot 82eb215c41
[tx-robot] updated from transifex 2017-04-02 00:07:57 +00:00
Nextcloud bot df5ca72796
[tx-robot] updated from transifex 2017-04-01 00:08:18 +00:00
Nextcloud bot 6fa95a2ecf
[tx-robot] updated from transifex 2017-03-31 00:08:44 +00:00
Joas Schilling 21b413b08b
Make sure transparency is an integer when saving a calendar
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-30 18:01:21 +02:00
Nextcloud bot fc43bbe2c0
[tx-robot] updated from transifex 2017-03-30 00:07:51 +00:00
Morris Jobke ca08ab9bd9 Merge pull request #4029 from nextcloud/federation-fixes-stable11
Federation fixes stable11
2017-03-28 18:11:31 -06:00
Nextcloud bot bac0384f16
[tx-robot] updated from transifex 2017-03-29 00:07:51 +00:00
Nextcloud bot 3d3b0d0cdf
[tx-robot] updated from transifex 2017-03-28 00:08:03 +00:00
Nextcloud bot 2ed9c196bd
[tx-robot] updated from transifex 2017-03-27 00:08:07 +00:00
Nextcloud bot 62c7299cda
[tx-robot] updated from transifex 2017-03-26 01:07:13 +00:00
Nextcloud bot 9f060e3073
[tx-robot] updated from transifex 2017-03-25 01:07:54 +00:00
Bjoern Schiessle d44913eeb5
fix tests
calling getAbsoluteBundlePath() in the constructor makes other tests fail

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-03-24 14:36:40 +01:00
Joas Schilling 338636fb3f
Load cert file before syncing addressbooks and contacts
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-24 14:36:28 +01:00
Bjoern Schiessle 55b10e777e
use right format for avatars
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-03-24 14:36:16 +01:00
Bjoern Schiessle 3dabb256c0
don't add empty values to the vcard
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-03-24 14:35:59 +01:00
Bjoern Schiessle e2656c6521
only execute code if exception was thrown by the corresponding controller
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-03-24 14:35:50 +01:00
Bjoern Schiessle 4de5947c07
fix the way we create a new vcard to avoid to have multiple UIDs
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-03-24 14:35:36 +01:00
Nextcloud bot 623647661e
[tx-robot] updated from transifex 2017-03-24 01:08:12 +00:00
Nextcloud bot 677f1e5f67
[tx-robot] updated from transifex 2017-03-23 01:08:02 +00:00
Nextcloud bot 756e8a988c
[tx-robot] updated from transifex 2017-03-22 21:14:15 +00:00
Joas Schilling f5330ed33f Merge pull request #3981 from nextcloud/stable11-3974
[stable11] Fix reshare with user activity message
2017-03-22 10:05:08 +01:00
Nextcloud bot 025c9b7420
[tx-robot] updated from transifex 2017-03-22 01:08:03 +00:00
Joas Schilling 9dca9ff8cd
Fix reshare with user activity message
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-21 16:56:37 -06:00
Lukas Reschke a288c2e50a
[stable11] Fix branding
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-03-21 12:22:51 +01:00
Nextcloud bot e195116332
[tx-robot] updated from transifex 2017-03-21 01:08:25 +00:00
Morris Jobke 0ae993b16b Merge pull request #3765 from nextcloud/backport-3725-mimetype-detection-on-public-uploads
[stable11] Fix mimetype detection on public uploads for the workflow engine
2017-03-20 13:10:01 -06:00
Nextcloud bot 7c51f9f25d
[tx-robot] updated from transifex 2017-03-20 01:07:52 +00:00
Nextcloud bot 3ca60d3506
[tx-robot] updated from transifex 2017-03-19 01:08:29 +00:00
Nextcloud bot a32ef97e1a
[tx-robot] updated from transifex 2017-03-18 01:07:59 +00:00
Nextcloud bot c34fb6bb6c
[tx-robot] updated from transifex 2017-03-17 01:07:51 +00:00
Nextcloud bot 14dbdb4e71
[tx-robot] updated from transifex 2017-03-16 01:07:47 +00:00
Joas Schilling bc7afb55b8
Remove single quotes around search query like in user search
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-15 13:01:33 +01:00
Nextcloud bot 6d0e514f72
[tx-robot] updated from transifex 2017-03-15 01:07:58 +00:00
Nextcloud bot f24d40881c
[tx-robot] updated from transifex 2017-03-14 01:07:56 +00:00
Nextcloud bot 68422fb926
[tx-robot] updated from transifex 2017-03-13 01:08:29 +00:00
Nextcloud bot 0c01440660
[tx-robot] updated from transifex 2017-03-12 01:08:15 +00:00
Nextcloud bot d917837b33
[tx-robot] updated from transifex 2017-03-11 01:07:57 +00:00
Nextcloud bot 5de9889b6f
[tx-robot] updated from transifex 2017-03-10 01:08:12 +00:00
Joas Schilling 2203bdb4ff
Fix mimetype detection on public uploads for the workflow engine
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-08 09:33:47 +01:00
Joas Schilling 12ac777bfd
Set a status code when setting a body
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-08 09:30:56 +01:00
Joas Schilling f7f59ec145
Add new user agent of windows 10 dav backend
Thanks Microsoft

Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-08 09:30:43 +01:00
Nextcloud bot d2687a0f1b
[tx-robot] updated from transifex 2017-03-08 01:07:56 +00:00
Roeland Jago Douma 3332f11975 Merge pull request #3722 from nextcloud/backport-3678-dav-share-order-issue
[stable11] DAV sharing permissions should not depend on the order
2017-03-07 14:28:49 +01:00
Nextcloud bot 8cfd529ba0
[tx-robot] updated from transifex 2017-03-07 01:07:49 +00:00
Joas Schilling 5658404609 Merge pull request #3700 from nextcloud/stable11-3687
Use a proper date format for transfer ownership
2017-03-06 15:31:30 +01:00
Joas Schilling d9beea9428
Make sure shares use read-write when available
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-06 09:49:18 +01:00
Joas Schilling 67da65f83b
Add a unit test for the broken case
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-06 09:49:10 +01:00
Joas Schilling ba30fa0e10
Don't waste energy unless necessary
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-06 09:48:57 +01:00
Nextcloud bot 2ca0ada4c9
[tx-robot] updated from transifex 2017-03-06 01:08:07 +00:00
Nextcloud bot 2209e2364c
[tx-robot] updated from transifex 2017-03-05 01:07:54 +00:00
Nextcloud bot 3bf5720192
[tx-robot] updated from transifex 2017-03-04 01:07:51 +00:00
Morris Jobke ddfc61146d
Use a proper date format for transfer ownership
* on Windows : is not allowed as filename and doesn't get synced then
* uses 2017-03-02 22-00-00 instead of 2017-03-02T22:00:00+00:00 as format

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-03 10:46:33 -06:00
Nextcloud bot f03c2835a5
[tx-robot] updated from transifex 2017-03-03 01:07:55 +00:00
Nextcloud bot 2282e61e2e
[tx-robot] updated from transifex 2017-03-02 16:49:01 +00:00
Joas Schilling 131fadfb60 Merge pull request #3675 from nextcloud/stable11-transifex-for-theming
[stable11] Transifex config for theming app
2017-03-02 09:26:47 +01:00
Roeland Jago Douma 15f6e8dc0a Merge pull request #3658 from GreenArchon/stable11_issue_#3461
[stable11] Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs
2017-03-02 08:54:28 +01:00
Morris Jobke 0a4b4cb7f7
Transifex config for theming app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-01 22:05:52 -06:00
Nextcloud bot 077f071117
[tx-robot] updated from transifex 2017-03-02 01:07:41 +00:00
Robin Appelman 1a5f8492e8 Merge pull request #3293 from nextcloud/streams52-11
update icewind/streams to 0.5.2
2017-03-01 15:40:03 +01:00
Nextcloud bot f0389fdcb6
[tx-robot] updated from transifex 2017-03-01 01:07:51 +00:00
Robin Appelman 75f0e17ae7
update icewind/streams to 0.5.2
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-02-28 12:39:41 -06:00
Christoph Wurst 02e41c9b50
Fix saving backup codes by using a correct data uri
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-28 10:45:40 +01:00
Nextcloud bot c7735006b8
[tx-robot] updated from transifex 2017-02-28 01:08:03 +00:00
Lukas Reschke fbc5bb45a7 Merge pull request #3608 from nextcloud/backport-3598-shared-addressbooks-fail-on-legacy-endpoint
[stable11] Use the correct principal for shared addressbooks
2017-02-27 21:07:27 +01:00
Nextcloud bot c2e88c6f44
[tx-robot] updated from transifex 2017-02-27 01:19:59 +00:00
Nextcloud bot 6d5a916729
[tx-robot] updated from transifex 2017-02-25 01:25:18 +00:00
Frédéric Fortier 0f3cf7fee8 Typecast filecache 'storage' as int to return it as documented, fixes #3461
Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
2017-02-24 12:09:40 -05:00
Joas Schilling 664f802b92
Use the correct principal for shared addressbooks
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-02-24 10:05:17 +01:00
Nextcloud bot 8d23569b92
[tx-robot] updated from transifex 2017-02-24 01:21:48 +00:00
Nextcloud bot 13a5fddd11
[tx-robot] updated from transifex 2017-02-23 01:18:59 +00:00
Nextcloud bot e00a786900
[tx-robot] updated from transifex 2017-02-22 01:12:35 +00:00
Lukas Reschke b7e56a8a0a Merge pull request #3560 from nextcloud/fix-misleading-wording-stable11
[stable11] Fix misleading wording: searching is affected, not user access
2017-02-21 21:38:09 +01:00
Nextcloud bot cd270b8e7e
[tx-robot] updated from transifex 2017-02-21 01:08:55 +00:00
Arthur Schiwon 6625b48213
Fix misleading wording: searching is affected, not user access.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-20 22:38:13 +01:00
Lukas Reschke db7d7a903a Merge pull request #3528 from nextcloud/backport-3521
[stable11] Backport of Fix Broken UUID Attribute Detection #3521
2017-02-20 21:34:13 +01:00
Arthur Schiwon f9b2574fb8
also adjust version no in unit tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-20 17:29:31 +01:00
Nextcloud bot 521aabda2f
[tx-robot] updated from transifex 2017-02-19 01:07:46 +00:00
Arthur Schiwon f58796e21c
Backport of Fix Broken UUID Attribute Detection #3521
Fix integration test by not relying on Fake instances

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

Fix determining the UUID attribute, default of the override is null

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

add integration test for uuid attr detection

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

Add repair steps

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

Background jobs can take 4k of characters only. We find a good batch size.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

add tests to DB group

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-17 22:00:28 +01:00
Nextcloud bot 2504ff1f41
[tx-robot] updated from transifex 2017-02-17 01:08:07 +00:00
Lukas Reschke 04718fa182 Merge pull request #3510 from nextcloud/backport-2704-stable11
[stable11] fix printing backup codes
2017-02-16 23:01:56 +01:00
Morris Jobke cc226b183f Merge pull request #3493 from nextcloud/backport-3324
[stable11] LDAP's checkPassword should only catch when a user was not found
2017-02-16 11:32:37 -06:00
Christoph Wurst 757949eec3
add title to backup codes print page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-16 16:14:58 +01:00
Christoph Wurst 41522306ed
print and close the new tab, not the current one when printing backup codes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-16 16:14:49 +01:00
Nextcloud bot 8296f1a35b
[tx-robot] updated from transifex 2017-02-16 01:07:53 +00:00
Morris Jobke 88720f3565 Merge pull request #3499 from nextcloud/fix-addressbook-deletion
[stable11] Address book data lost when any user receiving a share is deleted backport
2017-02-15 18:37:05 -06:00
John Molakvoæ (skjnldsv) 6923821964
Address book data lost when any user receiving a share is deleted backport
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-02-15 16:09:00 +01:00
John Molakvoæ (skjnldsv) 07da606caa
Css fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-02-15 12:34:54 +01:00
Arthur Schiwon 839f2342da
LDAP's checkPassword should only catch when a user was not found, fixes #2431
Also fixes error processing after ldap_search, due to different return format

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-02-15 11:50:36 +01:00
Nextcloud bot d41b2d688c
[tx-robot] updated from transifex 2017-02-15 01:07:38 +00:00
Nextcloud bot 33c995bc47
[tx-robot] updated from transifex 2017-02-14 01:07:30 +00:00
Lukas Reschke 9ba080f5f8 Merge pull request #3445 from nextcloud/stable11-add-integration-tests-for-dav
[stable11] Add integration tests for legacy DAV endpoints
2017-02-13 10:11:28 +01:00
Nextcloud bot 2cb637ec85
[tx-robot] updated from transifex 2017-02-13 01:07:19 +00:00
Nextcloud bot 1e668ec02b
[tx-robot] updated from transifex 2017-02-12 01:07:36 +00:00
Nextcloud bot 61420af20c
[tx-robot] updated from transifex 2017-02-11 01:07:33 +00:00
Lukas Reschke 886938718d
Add integration tests for legacy DAV endpoints
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-10 16:19:45 +01:00
Lukas Reschke f65b99c17d Merge pull request #3431 from nextcloud/backport-3430-fix-ios-client-detection
[stable11] Fix detection of the new iOS app
2017-02-10 14:45:54 +01:00
Lukas Reschke 592af1fff1 Merge pull request #3259 from nextcloud/add-profile-data-to-provisioning-api-stable11
Add profile data to provisioning api stable11
2017-02-10 13:00:04 +01:00
Lukas Reschke 3f290315ef Merge pull request #3433 from nextcloud/backport-3181-fix-favorite-activity-mail
[stable11] Make sure the file information is available when sending the email
2017-02-10 12:49:39 +01:00
Lukas Reschke 020bf77dde Merge pull request #3286 from nextcloud/popover-backport
[stable11] popovermenu backport
2017-02-10 11:27:03 +01:00
Lukas Reschke 0cb59ad3f5 Merge pull request #3412 from nextcloud/backport-3394-files-activity-expects-parameter-1-to-be-an-array
[stable11] Make sure ownCloud 8.2 activities also can get displayed
2017-02-10 10:44:14 +01:00
Joas Schilling 372474603d
Make sure the file information is available when sending the email
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-02-10 10:35:29 +01:00
Joas Schilling 76a2bf72e6
Fix detection of the new iOS app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-02-10 10:13:33 +01:00