Roeland Jago Douma
368be8894c
Move non PSR-4 files from lib/private root to legacy
As discussed we move all old style classes (OC_FOO_BAR) to legacy.
Then from there we can evaluate the need to convert them back or if they
can be fully deprecated/deleted.
10 years ago
Thomas Müller
682821c71e
Happy new year!
10 years ago
Morris Jobke
b945d71384
update licence headers via script
10 years ago
Morris Jobke
8fbb0c7b49
Fix format of log/private/ocs.php
Fixes https://github.com/owncloud/core/pull/14314#discussion_r37305256
10 years ago
Lukas Reschke
a7e4785be9
Cleanup OCS code
This removes unused code from `OC_OCS` which nobody understood what it really was for anyways.
11 years ago
Thomas Müller
649cc2fa89
Remove duplicate and unused code
10 years ago
Thomas Müller
3358db320b
Reduce duplicate code
10 years ago
Jenkins for ownCloud
b585d87d9d
Update license headers
11 years ago
Lukas Reschke
5c2fafa05f
Read from IRequest instead of reading twice
Potentially fixes https://github.com/owncloud/core/issues/14541 and https://github.com/owncloud/core/issues/14506
11 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
11 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
11 years ago
Bernhard Posselt
fdc64e370c
add a controller and reponse for ocs
11 years ago
Lukas Reschke
67f8875f47
Remove invalid PHPDoc
Despite the documentation this function does not read values from the cookie
11 years ago
Robin McCorkell
87b548ed91
Fix all PHPDoc types and variable names, in /lib
12 years ago
Lukas Reschke
e88731a477
Some more PHPDoc fixes
12 years ago
Scrutinizer Auto-Fixer
adaee6a5a1
Scrutinizer Auto-Fixes
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720
Enabled analysis tools:
- PHP Analyzer
- JSHint
- PHP Copy/Paste Detector
- PHP PDepend
12 years ago
Joas Schilling
b330d07b51
Fix more documentation failes
Issue #7111
12 years ago
Jörn Friedrich Dreyer
2a6a9a8cef
polish documentation based on scrutinizer patches
12 years ago
Frank Karlitschek
330d026be7
fix the privatedata key value store
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
Bart Visscher
ffae6f4b84
Style-fix: Breakup long lines
13 years ago
Bart Visscher
cd35d257bb
Fix NoSpaceAfterComma and SpaceBeforeComma
13 years ago
Bart Visscher
d3ef967993
Fix indentation style
13 years ago
Tom Needham
3cc3405536
API: Remove old code. Move remaining methods to OC_OCS_Result.
13 years ago
Bart Visscher
fecfeac55d
Fix introduced style errors
13 years ago
Robin Appelman
6db81afab9
move some stuff to the new api
13 years ago
Sam Tuke
265f3654af
all unit files_encryption crypt unit tests now passing after merge
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Robin Appelman
aaa1b73364
don't use depricated OC_Filesystem
13 years ago
Tom Needham
8926038591
API: Fix merge conflict remnants
13 years ago
Thomas Müller
5a65c5a46c
Respect coding style
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Bart Visscher
52f2e7112e
Whitespace fixes in lib
13 years ago
Bjoern Schiessle
2e796b563f
urldecode private- and public-key
13 years ago
Bjoern Schiessle
d039f11905
provide ocs calls and keymanager functions to get/set both keys (private, public) of a user together
13 years ago
Bjoern Schiessle
34f93ac765
check if user has write access to a given file before updating the filekey
13 years ago
Bart Visscher
87d1cdb945
Fix for running doing routing in lib/ocs.php
13 years ago
Bjoern Schiessle
d4974b6d4a
set default dependencies in keymanager.php
fix calls in ocs.php
13 years ago
Bjoern Schiessle
773d7b119d
OCS api calls cleanup
13 years ago
Bjoern Schiessle
d5808f07ca
return a list of all public keys for a given file
13 years ago
Tom Needham
5922599f48
Handle function not needed in lib/ocs.php
14 years ago
Bjoern Schiessle
9bab06537c
update file encryption key over webdav properties for client side encryption
14 years ago
Bart Visscher
7a24f0cd8d
Make calling ocs/v1.php/config work
14 years ago
Bjoern Schiessle
1f2aa32d22
url needs to be case sensitive to be able to have files and paths as part of the URL
14 years ago
Bjoern Schiessle
23391b3694
get/set key files, take shared files into account
14 years ago
Bjoern Schiessle
e5704bf8bf
ocs call to get file key for client side enncryption
14 years ago
Bjoern Schiessle
f752a27605
write keyfiles to server
14 years ago
Bjoern Schiessle
bb229f7291
write private/public key from the client to the server
14 years ago
Bjoern Schiessle
cb5d935b82
implemented publicKeyGet() and privateKeyGet() calls
14 years ago
Bart Visscher
b3848581bf
Small cleanup
14 years ago