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 |
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 |
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 |
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 |
Thomas Müller
|
6efa72867a
|
Merge pull request #20540 from owncloud/fix-format-call-in-logger
Try to fix logging errors we did observe on ci ....
|
2015-11-18 09:18:54 +01:00 |
Thomas Müller
|
aba119951e
|
Merge pull request #20494 from owncloud/storage-forbidden-exception
Allow storage wrappers to through a forbidden exception with retry information for clients
|
2015-11-18 09:13:45 +01:00 |
Thomas Müller
|
8db9c49cda
|
Merge pull request #20551 from owncloud/notification-fix-tests
Notification - Add tests for the "return $this" and fix it on the new method
|
2015-11-18 09:12:27 +01:00 |
Thomas Müller
|
20c251a575
|
Merge pull request #20188 from owncloud/webdav-exposeshareowner
Expose share owner id and display name via files webdav
|
2015-11-17 13:40:25 +01:00 |
Thomas Müller
|
74ce6d29e1
|
Merge pull request #20544 from owncloud/move-index-to-appframework
Move index.php from files to AppFramework
|
2015-11-17 12:49:38 +01:00 |
Joas Schilling
|
e2cfcd992c
|
Allow storage wrappers to through a forbidden exception with retry information
|
2015-11-17 10:39:52 +01:00 |
Joas Schilling
|
2fde6a77d7
|
Add tests for the "return $this" and fix it on the new method
|
2015-11-17 09:26:13 +01:00 |
Thomas Müller
|
705d208a8a
|
Merge pull request #20539 from owncloud/notification-api-adjustment
Notification api update
|
2015-11-17 08:39:06 +01:00 |
Lukas Reschke
|
daa388ce8d
|
Move index.php from files to AppFramework
1. Allows it to use the more secure CSP rules of the AppFramework.
2. Adds some unit tests.
|
2015-11-16 21:10:11 +01:00 |
Thomas Müller
|
6ffd042a64
|
fixes #20538
|
2015-11-16 16:29:21 +01:00 |
Joas Schilling
|
40d5d55124
|
Remove the icon for now
|
2015-11-16 16:17:23 +01:00 |
Joas Schilling
|
1666af89c2
|
Add "is primary action" to actions
|
2015-11-16 16:14:52 +01:00 |
Thomas Müller
|
8169e4fdc8
|
Merge pull request #20465 from owncloud/forms.css
Move form styles from styles.css to inputs.css
|
2015-11-16 15:29:02 +01:00 |