Thomas Müller
|
9ec2f8886e
|
Merge pull request #20691 from owncloud/share2.0_di_fixes
[Sharing 2.0] di fixes
|
2015-11-25 15:25:50 +01:00 |
Thomas Müller
|
afe76840f8
|
Merge pull request #20705 from owncloud/fix_20648
Fix overriding function from 3rdparty warning
|
2015-11-25 15:24:20 +01:00 |
Thomas Müller
|
50f6817ce9
|
Merge pull request #20439 from owncloud/etag-propagate-in-storage
Take submount etag into account for folder etags
|
2015-11-25 12:49:54 +01:00 |
Thomas Müller
|
89b9f5518b
|
Merge pull request #20636 from owncloud/savre-3.0
sabre/dav 3.0 and related
|
2015-11-24 16:20:48 +01:00 |
Thomas Müller
|
4bb346a1e6
|
Merge pull request #20692 from owncloud/federation_auto_add_servers
auto-add ownClouds to the list of trusted servers
|
2015-11-24 16:19:39 +01:00 |
Thomas Müller
|
ae36c01b95
|
Adjust sabre changes in core
|
2015-11-24 15:11:54 +01:00 |
Roeland Jago Douma
|
cfdf2b9976
|
Fix overriding function from 3rdparty warning
Fixes #20648
|
2015-11-24 13:25:50 +01:00 |
Björn Schießle
|
964fa1fce3
|
use hooks to auto add server to the list of trusted servers once a federated share was created
|
2015-11-24 11:34:38 +01:00 |
Thomas Müller
|
b7b6770d35
|
Merge pull request #20693 from owncloud/phpdoc_node
Consistent interface declaration OCP\Files\Node
|
2015-11-24 10:56:53 +01:00 |
Thomas Müller
|
d785883eb2
|
Merge pull request #20682 from owncloud/objectid-to-string
Make sure that object id can be a string
|
2015-11-24 10:56:34 +01:00 |
Roeland Jago Douma
|
85976b7293
|
[Sharing 2.0] Fix phpdoc etc
|
2015-11-24 10:26:36 +01:00 |
Roeland Jago Douma
|
a2b8483779
|
[Sharing 2.0] Default share provider only generic DI
No injection of userfolders etc. Only generic DI components
(IRootFolder) etc should be used to make sure we can also run this from
the cli
|
2015-11-24 10:26:36 +01:00 |
Roeland Jago Douma
|
aeae73b364
|
[Sharing 2.0] Removed unused DI stuff
The share manager etc should not care about filtering stuff. They should
return what is asked for them.
|
2015-11-24 10:26:36 +01:00 |
Jenkins for ownCloud
|
cb69e6c201
|
[tx-robot] updated from transifex
|
2015-11-24 01:56:32 -05:00 |
Roeland Jago Douma
|
5873821b8d
|
Consistent interface declaration
|
2015-11-23 22:03:19 +01:00 |
Joas Schilling
|
018bd3ee24
|
Make sure that object id can be a string
|
2015-11-23 14:18:15 +01:00 |
Thomas Müller
|
021137d7ae
|
Merge pull request #20679 from owncloud/fixphpdoc
p() supports string as argument
|
2015-11-23 13:32:46 +01:00 |
Thomas Müller
|
df906f475b
|
Merge pull request #20617 from owncloud/fix-usage-of-lastInsertId
lastInsertId() is properly working with Oracle if the table name is p…
|
2015-11-23 13:29:08 +01:00 |
Thomas Müller
|
240cc1c4ea
|
Merge pull request #20543 from owncloud/share2.0_fix_hooks
Move hook and delete children logic to share manager
|
2015-11-23 13:28:49 +01:00 |
Roeland Jago Douma
|
1360e22d7c
|
[Sharing 2.0] Move hook and delete children logic to share manager
To make sure hooks are always fired and child entries are always
cleaned. This logic is moved to the share manager.
* Updated unit tests
|
2015-11-23 12:28:54 +01:00 |
Morris Jobke
|
7138659080
|
p() supports string as argument
|
2015-11-23 12:11:23 +01:00 |
Thomas Müller
|
aa660ec232
|
Throw an exception in case no table name is passed into lastInsertId of the Oracle adapter
|
2015-11-23 11:44:08 +01:00 |
Thomas Müller
|
9f69021691
|
lastInsertId() is properly working with Oracle if the table name is properly passed in
|
2015-11-23 11:44:08 +01:00 |
Joas Schilling
|
a370c29068
|
Use a DateTime object instead of a timestamp
|
2015-11-23 11:41:48 +01:00 |
Thomas Müller
|
79bbda994b
|
Merge pull request #16902 from owncloud/jsocclient
Web UI uses Webdav instead of ajax/* calls
|
2015-11-23 09:38:01 +01:00 |
Thomas Müller
|
2f89eef334
|
Merge pull request #20524 from owncloud/pgsql-version-check-error
assume pgsql >=9 if checking the version fails
|
2015-11-23 09:05:13 +01:00 |
Jenkins for ownCloud
|
56e05a90af
|
[tx-robot] updated from transifex
|
2015-11-23 01:54:53 -05:00 |
Robin Appelman
|
2d7c9f0ba9
|
also match ie11 with Request::USER_AGENT_IE
|
2015-11-22 16:05:52 +01:00 |
Vincent Petry
|
a05e40932c
|
Now using IE8 workaround of davclient.js for all IE versions
|
2015-11-22 16:05:52 +01:00 |
Thomas Müller
|
358858c9e3
|
Fix undefined HTTP_USER_AGENT
|
2015-11-22 16:05:50 +01:00 |
Vincent Petry
|
fb3d5c7856
|
Add evert's davclient.js + es6-promise + IE8 workaround
- Add davclient.js lib
- Add es6-promise required by that lib
- Wrote IE8 workaround lib/shim for davclient.js
|
2015-11-22 16:05:49 +01:00 |
Jenkins for ownCloud
|
2321cc4854
|
[tx-robot] updated from transifex
|
2015-11-22 01:54:53 -05:00 |
Thomas Müller
|
427d107b9f
|
Merge pull request #20614 from owncloud/use-mocks-when-testing-isSharingDisabledForUser
Use mocks when testing isSharingDisabledForUser
|
2015-11-20 15:22:52 +01:00 |
Thomas Müller
|
c86483f3ed
|
Adjust PHPDoc as suggested
|
2015-11-20 14:38:29 +01:00 |
Thomas Müller
|
479cee66f4
|
Merge pull request #20034 from owncloud/icewind_streams_0.3.0
Bump 3rdparty for icewind/streams-0.3.0
|
2015-11-19 17:27:30 +01:00 |
Thomas Müller
|
c565a7b042
|
Fix failing unit test 💀
|
2015-11-19 16:44:43 +01:00 |
Joas Schilling
|
ea2bf49be0
|
Adjust the method name to reflect it's behaviour
|
2015-11-19 16:08:21 +01:00 |
Thomas Müller
|
30dd610a2a
|
Merge pull request #20563 from owncloud/systemtags-interface
Core interfaces for system tags and its manager
|
2015-11-19 15:47:47 +01:00 |
Thomas Müller
|
9ec2850c78
|
Use mocks when testing isSharingDisabledForUser
|
2015-11-19 15:36:16 +01:00 |
Roeland Jago Douma
|
ca6bd5cacd
|
Follow the interface again
|
2015-11-19 14:34:59 +01:00 |
Robin Appelman
|
888df3933d
|
take the etag of child mounts into account for the folder etag
this replaces shared etag propagation
|
2015-11-19 13:32:00 +01:00 |
Robin Appelman
|
d006a7c723
|
Fix scanning of incomplete folders
|
2015-11-19 13:30:50 +01:00 |
Robin Appelman
|
02f847bc66
|
use relative path
|
2015-11-19 13:30:50 +01:00 |
Robin Appelman
|
d5061b8139
|
fix fileinfo for non existing files
|
2015-11-19 13:30:50 +01:00 |
Robin Appelman
|
1736c70075
|
Some more cleanup for getFIleInfo/getDirectoryContent
|
2015-11-19 13:30:50 +01:00 |
Robin Appelman
|
02be8a3a12
|
Split getting cache entry and checking update to a seperate method
|
2015-11-19 13:29:12 +01:00 |
Vincent Petry
|
ea6341df29
|
Core interfaces for system tags and its manager
|
2015-11-19 11:31:25 +01:00 |
Jenkins for ownCloud
|
c10be07c1b
|
[tx-robot] updated from transifex
|
2015-11-19 01:55:13 -05:00 |
Robin Appelman
|
71b86c0ed4
|
Handle non existing users as owner in the view
|
2015-11-18 17:08:18 +01:00 |
Thomas Müller
|
8d74e28af6
|
Merge pull request #20438 from owncloud/memcache-key-length-fix
Handle errors on memcached level
|
2015-11-18 14:20:57 +01:00 |