Roeland Jago Douma
|
1baa2b8deb
|
Move OC\OCS\Person to OCSController
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2016-11-16 19:21:00 +01:00 |
Roeland Jago Douma
|
2812755359
|
Move federated sharing routes to the federatedfilesharingapp
* Move routes to app
* Move routes over to the AppFramework
* Fix tests
There is plenty of stuff to fix properly here. But out of scope for now.
|
2016-08-28 21:26:33 +02:00 |
Roeland Jago Douma
|
6bc1c6590c
|
Move /config over to Core OCSController
|
2016-08-18 09:37:09 +02:00 |
Roeland Jago Douma
|
69da896785
|
Move /cloud/user to Core app
|
2016-08-09 20:56:31 +02:00 |
Roeland Jago Douma
|
02449c8336
|
Move getCapabilities over to Core
|
2016-08-09 20:56:31 +02:00 |
Joas Schilling
|
ba87db3fcc
|
Fix others
|
2016-07-21 18:13:57 +02:00 |
Bjoern Schiessle
|
dc53788711
|
remove unused parameter
|
2016-07-14 16:39:48 +02:00 |
Lukas Reschke
|
aba539703c
|
Update license headers
|
2016-05-26 19:57:24 +02:00 |
Björn Schießle
|
2dc26aada7
|
update share permissions
|
2016-05-20 21:15:15 +02:00 |
Björn Schießle
|
d23df4cba7
|
create re-share by owner and propagate unshare and unshare-from self request
correctly accross share owner and share initiator
|
2016-05-20 21:15:11 +02:00 |
Björn Schießle
|
8f87e1104d
|
use query builder for getShare and add tests
|
2016-05-20 21:15:11 +02:00 |
Björn Schießle
|
5a1641bed2
|
move request handler for federated shares to the federated sharing app
|
2016-05-20 21:15:08 +02:00 |
Björn Schießle
|
e10105474f
|
move federated sharing settings to the federatedfilesharing app
|
2016-04-22 14:55:40 +02:00 |
Thomas Müller
|
682821c71e
|
Happy new year!
|
2016-01-12 15:02:18 +01:00 |
Roeland Jago Douma
|
002e9c76cd
|
Combine OCS API getUser method code into provisioning_api app
Fixes #13002
Move the cloud/users/{userid} code in total to the provisioning API.
|
2015-10-13 21:07:48 +02:00 |
Morris Jobke
|
8366ce2767
|
deduplicate @xenopathic
|
2015-10-06 09:52:19 +02:00 |
Morris Jobke
|
b945d71384
|
update licence headers via script
|
2015-10-05 21:15:52 +02:00 |
Robin McCorkell
|
29dd7d83c4
|
Check if files_sharing is actually enabled before using it
|
2015-09-09 14:56:49 +01:00 |
Morris Jobke
|
f63915d0c8
|
update license headers and authors
|
2015-06-25 14:13:49 +02:00 |
Joas Schilling
|
3f3f8c2f99
|
Fix usage of deprecated private constants
|
2015-04-18 10:30:02 +02:00 |
Jenkins for ownCloud
|
b585d87d9d
|
Update license headers
|
2015-03-26 11:44:36 +01:00 |
Morris Jobke
|
06aef4e8b1
|
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
|
2015-02-26 11:37:37 +01:00 |
Jenkins for ownCloud
|
6a1a4880f0
|
Updating license headers
|
2015-02-23 12:13:59 +01:00 |
Bjoern Schiessle
|
698ecbf308
|
OCS API for server-to-server sharing
|
2014-12-04 13:18:13 +01:00 |
Thomas Müller
|
66a2f3b0b9
|
New OCS route:
/ocs/cloud/user
Response:
<?xml version="1.0"?>
<ocs>
<meta>
<status>ok</status>
<statuscode>100</statuscode>
<message/>
</meta>
<data>
<id>thomas</id>
<display-name>DeepDiver</display-name>
<email>no-response@domain.tld</email>
</data>
</ocs>
|
2013-10-21 20:14:18 +02:00 |
Frank Karlitschek
|
f1836a997f
|
remove the activity call here. it is not implemented anyways. This will be provided by Activity app in the future.
|
2013-08-31 18:14:46 +02:00 |
Tom Needham
|
f14ce1efdc
|
Add quota to core api
|
2013-08-27 15:39:43 +02:00 |
kondou
|
9e8a6b704d
|
Add _many_ newlines at the end of files
|
2013-08-18 11:06:59 +02:00 |
Tom Needham
|
1e1a8b2f3c
|
Fix typo
|
2013-04-27 17:52:37 +01:00 |
Tom Needham
|
66053693f8
|
Code style for ocs/routes.php
|
2013-04-27 17:51:36 +01:00 |
Tom Needham
|
59db762dfa
|
Change app identifier for core api routes
|
2013-04-27 17:45:44 +01:00 |
Tom Needham
|
5ad1b63f76
|
Fix api result merging.
|
2013-02-09 12:50:19 +00:00 |
Tom Needham
|
0956cae39e
|
Add new /cloud/capabilities route and remove unused methods
|
2013-01-16 20:43:46 +00:00 |
Thomas Mueller
|
42678096bb
|
remove php closing tag
|
2013-01-14 23:51:58 +01:00 |
Tom Needham
|
c7a665a1e4
|
API: Tidy up routes.php, remove redundant call registration
|
2012-12-14 14:55:02 +00:00 |
Tom Needham
|
3cc3405536
|
API: Remove old code. Move remaining methods to OC_OCS_Result.
|
2012-12-12 18:06:07 +00:00 |
Tom Needham
|
0c55ca1d0a
|
API: Add required auth level to OCS routes, move some routes to provisioning_api app
|
2012-09-13 15:27:44 +00:00 |
Tom Needham
|
75dbed2208
|
Fix the api routes
|
2012-08-01 14:12:59 +01:00 |
Bart Visscher
|
7426217e76
|
Fix /privatedata/getattribute route
|
2012-07-31 23:26:15 +02:00 |
Bart Visscher
|
28537037ae
|
Fixup OCS modules
|
2012-07-31 22:19:11 +02:00 |
Bart Visscher
|
372fdf8077
|
Add 'ocs' as app name to API registration
|
2012-07-30 21:19:02 +02:00 |
Tom Needham
|
9ffaea480f
|
Add the format parameter inside OC_API
|
2012-07-30 12:44:34 +00:00 |
Tom Needham
|
f09ecee63a
|
Move routes to ocs folder
|
2012-07-30 12:41:26 +00:00 |