Commit Graph

859 Commits

Author SHA1 Message Date
nhirokinet 73b0e76a8c
not to backquote LIMIT on CalDavBackend.php 2017-09-11 11:24:11 +02:00
Nextcloud bot 04d40ca0a4
[tx-robot] updated from transifex 2017-08-30 00:08:46 +00:00
Nextcloud bot 85f066cf7a
[tx-robot] updated from transifex 2017-08-09 00:08:40 +00:00
Nextcloud bot 5a6acaba59
[tx-robot] updated from transifex 2017-07-30 00:08:21 +00:00
Nextcloud bot 94dafbcf1a
[tx-robot] updated from transifex 2017-07-27 00:08:21 +00:00
Bjoern Schiessle e4ba2ff476
fix preview for public links
in case a user is already logged in on the same server from
which the public link comes from, we need to setup the owners
file system in order to show the preview

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-07-20 11:32:11 +02:00
Nextcloud bot 1bb7a31cbc
[tx-robot] updated from transifex 2017-07-15 00:09:17 +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 1be751d23b
[tx-robot] updated from transifex 2017-06-26 00:08:49 +00:00
Nextcloud bot f5eaee4f31
[tx-robot] updated from transifex 2017-06-17 00:08:46 +00:00
Nextcloud bot 27710d3fdb
[tx-robot] updated from transifex 2017-06-15 00:09:03 +00:00
Nextcloud bot 99180cc30a
[tx-robot] updated from transifex 2017-06-07 00:09:25 +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 0b8deebb4f
[tx-robot] updated from transifex 2017-06-01 00:08:58 +00:00
Nextcloud bot da4aeaae59
[tx-robot] updated from transifex 2017-05-30 00:09:02 +00:00
Nextcloud bot ce8aaf5f99
[tx-robot] updated from transifex 2017-05-27 00:08:51 +00:00
Nextcloud bot 53b09c1f62
[tx-robot] updated from transifex 2017-05-25 00:08:22 +00:00
Nextcloud bot 6c01b214a6
[tx-robot] updated from transifex 2017-05-23 00:08:48 +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 717c593584
[tx-robot] updated from transifex 2017-05-13 00:08:12 +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 4fe02f6e3a
[tx-robot] updated from transifex 2017-05-08 00:07:47 +00:00
Nextcloud bot 89bf0ca0b4
[tx-robot] updated from transifex 2017-05-01 00:07:42 +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 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
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
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
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
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
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
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
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
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 df5ca72796
[tx-robot] updated from transifex 2017-04-01 00:08:18 +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 3d3b0d0cdf
[tx-robot] updated from transifex 2017-03-28 00:08:03 +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