Bart Visscher
|
22d22d19c0
|
Do urlencoding in linkTo functions
|
13 years ago |
Georg Ehrke
|
2b42893fa9
|
style fixes for public util api
|
13 years ago |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
13 years ago |
Bart Visscher
|
1a46192433
|
Add args parameter to linkTo(Absolute) function, to append the args automaticly
|
13 years ago |
Bart Visscher
|
db18218a1b
|
Space before tab fixes
|
13 years ago |
Michael Gapczynski
|
0a9d1ed3a6
|
Initial previewer for public links
|
13 years ago |
Bart Visscher
|
99ce7ba1df
|
Move serverHost and serverProtocol functions to OC_Request
|
13 years ago |
Arthur Schiwon
|
6b320a2604
|
provide recursiveArraySearch as Helper function and make available through API
|
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
|
d9607df26f
|
backport of sanitizeHTML() function
|
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
|
625cd822c3
|
Backport CSRF prevention.
|
13 years ago |
Thomas Tanghus
|
8fd9cbcc54
|
White-space fix.
|
13 years ago |
Frank Karlitschek
|
344299a074
|
add two csrf check calls. Review and lot´s of porting needed.
|
13 years ago |
Frank Karlitschek
|
0d2d613f59
|
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 |
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 |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
13 years ago |
Frank Karlitschek
|
08f7d4c552
|
document the public classes a bit more
|
13 years ago |
Philipp Roggan
|
bba434ca37
|
fixed typo in lib/public/util.php:106 (varname to )
|
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
|
5d55c709dd
|
some more documentation cleanups. much more is needed.
And greeting from the Atlanta airport. ;-)
|
13 years ago |
Frank Karlitschek
|
9bcc5c11a8
|
porting the hooks and starting with the templates
|
13 years ago |
Frank Karlitschek
|
8c7f854671
|
move all the files stuff into a files class
|
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 |