Jenkins for ownCloud
b585d87d9d
Update license headers
10 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
...
This reverts commit 6a1a4880f0
.
10 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
10 years ago
Morris Jobke
0d4f0ab871
reduce OC_Preferences, OC_Config and \OCP\Config usage
...
* files_encryption
* files_versions
* files_trashbin
* tests
* status.php
* core
* server container
10 years ago
Robin McCorkell
87b548ed91
Fix all PHPDoc types and variable names, in /lib
11 years ago
Lukas Reschke
1b55c312e5
Removed two unused functions
...
These two functions were actually not usable and only a todo since ages. I think it's better to remove it than having dead and unmaintained code.
11 years ago
tomneedham
df38d4ef1a
Return 101 if user doesnt exist
11 years ago
tomneedham
2f1a24eee7
Add displayname for admins
11 years ago
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>
12 years ago
Thomas Müller
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
...
Conflicts:
lib/private/vcategories.php
12 years ago
Morris Jobke
e91edabe0f
add documentation
12 years ago
Tom Needham
273f162b26
Code style
12 years ago
Tom Needham
f14ce1efdc
Add quota to core api
12 years ago
Bart Visscher
cd35d257bb
Fix NoSpaceAfterComma and SpaceBeforeComma
12 years ago
Robin Appelman
ad360296b9
Update tests and apps to the new \OC\Files\Filesystem::init signature
12 years ago
Tom Needham
6d74aa0d00
more code style
12 years ago
Tom Needham
742cafb03a
Change strucutre of cloud/capabilities response
12 years ago
Tom Needham
aec5ab3ad2
Remove app related values and change structure of /cloud/capabilties call
12 years ago
Thomas Mueller
8b9cabf514
fixing variable name type
12 years ago
Tom Needham
a08e8632bb
Add <syncpollinterval> and order the result for /cloud/capabilities
12 years ago
Tom Needham
0956cae39e
Add new /cloud/capabilities route and remove unused methods
12 years ago
Bart Visscher
5bfe4adbaa
Whitespace cleanup
12 years ago
Lukas Reschke
31b1a73e1f
Check if user is admin - bool
...
There was no "isAdminUser()" function which returned bool. This is
irritiating as there were a loooooooot of places in the code which
checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not
use a function for this?
(Especially if you consider that we might change the group name in the
future, which would lead to problems then)
Additionally, @Raydiation needed such a method for his AppFramework :)
12 years ago
Thomas Mueller
a143e77ee4
removing unused parameter $parameters
...
fixing undefined variable $useDir
12 years ago
Tom Needham
3cc3405536
API: Remove old code. Move remaining methods to OC_OCS_Result.
12 years ago
Tom Needham
2a4b554ca6
API: OCS methods now use OC_OCS_Result to return data
12 years ago
Bart Visscher
28537037ae
Fixup OCS modules
13 years ago
Tom Needham
9072106048
Move OCS methods to lib/ocs/.php
13 years ago