Jakob Sack
|
8a92cd21d6
|
Remove OC_App::register call in OCP\App::register
|
13 years ago |
Georg Ehrke
|
e4679770c4
|
declare OCP\App::register as deprecated
|
13 years ago |
Arthur Schiwon
|
6b320a2604
|
provide recursiveArraySearch as Helper function and make available through API
|
13 years ago |
Arthur Schiwon
|
0196e6eada
|
Offer User and Group interfaces in public API
|
13 years ago |
Thomas Tanghus
|
0af454a23b
|
Trying to get documentation to "Do The Right Thing" (TM)
|
13 years ago |
Thomas Tanghus
|
de8ed98541
|
Added some more documentation to OCP\JSON.
|
13 years ago |
Thomas Tanghus
|
10337c059c
|
Added some documentation for OCP\JSON::callCheck()
|
13 years ago |
Robin Appelman
|
c9be9ab251
|
remove unused variables
|
13 years ago |
Jörn Friedrich Dreyer
|
e59a1806cf
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
13 years ago |
Arthur Schiwon
|
52822652bc
|
provide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_array_change_key_case for handling with UTF 8
|
13 years ago |
Bjoern Schiessle
|
6644511124
|
remove unnecessary comment
|
13 years ago |
Bjoern Schiessle
|
d2936bd90c
|
introducing a sanitize HTML function for the internal and the public API. This
allows to easily convert strings to HTML before displaying them on the web page
to reduce the risk of xss vulnerabilities.
|
13 years ago |
Thomas Tanghus
|
8fd9cbcc54
|
White-space fix.
|
13 years ago |
Thomas Tanghus
|
89464721c7
|
Added JSON methods for CSRF prevention. Make request token accessible from template and add js var.
|
13 years ago |
Frank Karlitschek
|
344299a074
|
add two csrf check calls. Review and lot´s of porting needed.
|
13 years ago |
Frank Karlitschek
|
1e6802e567
|
add deprecated warning
|
13 years ago |
Frank Karlitschek
|
24d14783d7
|
added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer
|
13 years ago |
Bart Visscher
|
a33f580db1
|
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
|
13 years ago |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
13 years ago |
Frank Karlitschek
|
7e49a33d64
|
getStorage belongs to files not to apps.
|
13 years ago |
Frank Karlitschek
|
08f7d4c552
|
document the public classes a bit more
|
13 years ago |
Sam Tuke
|
b055ebc1fc
|
added documentation to OCP namespace
|
13 years ago |
Georg Ehrke
|
bc60b8d87a
|
fix bug in public api
|
13 years ago |
Philipp Roggan
|
bba434ca37
|
fixed typo in lib/public/util.php:106 (varname to )
|
13 years ago |
Frank Karlitschek
|
40b823bc8b
|
some more docu fixes
|
13 years ago |
Bart Visscher
|
4dbc2093c6
|
Create a function for linking to remote.php
|
13 years ago |
Thomas Tanghus
|
cde60dba0f
|
Fix typo.
|
13 years ago |
Frank Karlitschek
|
1945cd6946
|
ported the oc_template class
|
13 years ago |
Frank Karlitschek
|
5d55c709dd
|
some more documentation cleanups. much more is needed.
And greeting from the Atlanta airport. ;-)
|
13 years ago |
Frank Karlitschek
|
2edf59c026
|
first part of documentation update. lot´s more to come
|
13 years ago |
Frank Karlitschek
|
9bcc5c11a8
|
porting the hooks and starting with the templates
|
13 years ago |
Frank Karlitschek
|
eab4a05d78
|
implement missing getusers call
|
13 years ago |
Frank Karlitschek
|
97a8af7f25
|
ported oc_db
|
13 years ago |
Frank Karlitschek
|
43caa3b3b9
|
ported oc_json
|
13 years ago |
Frank Karlitschek
|
351740601a
|
port oc_response
|
13 years ago |
Frank Karlitschek
|
10bbbc8cd2
|
new checkAppEnabled call
|
13 years ago |
Frank Karlitschek
|
82a61e2e1a
|
port oc_preferences
|
13 years ago |
Frank Karlitschek
|
ff66600bc0
|
port appconfig
|
13 years ago |
Frank Karlitschek
|
8e99475886
|
first part of the config stuff
|
13 years ago |
Frank Karlitschek
|
8c7f854671
|
move all the files stuff into a files class
|
13 years ago |
Frank Karlitschek
|
2fe646dcec
|
ported the oc_app calls
|
13 years ago |
Frank Karlitschek
|
93b63cf375
|
ported the rest of the OC_Helper calls
|
13 years ago |
Frank Karlitschek
|
e48f511606
|
port linkto and serverHost
|
13 years ago |
Frank Karlitschek
|
31e32e3c10
|
ported checkLoggedIn and checkAdmin
|
13 years ago |
Frank Karlitschek
|
e2fb094693
|
some more porting
|
13 years ago |
Frank Karlitschek
|
d0554bef06
|
finish porting of the LOG calls or the apps to the public api
|
13 years ago |
Frank Karlitschek
|
0195d5b439
|
some more work on the public API
|
13 years ago |
Frank Karlitschek
|
f5c9fe9ece
|
first step to an public api of ownCloud for the apps. In the future they shouldn´t call internall classes, functions or session variables because this will change and break in upcoming versions. Apps should only call this public interface that we will kepp stable over different releases. The namespace is OCP for ownCloud public. This is just the first step. more coming soon
|
13 years ago |