summaryrefslogtreecommitdiffstats
path: root/lib/public/util.php
Commit message (Collapse)AuthorAgeFilesLines
* fixed typo in lib/public/util.php:106 (varname to )Philipp Roggan2012-05-091-1/+1
|
* Create a function for linking to remote.phpBart Visscher2012-05-071-0/+12
|
* Fix typo.Thomas Tanghus2012-05-071-1/+1
|
* some more documentation cleanups. much more is needed.Frank Karlitschek2012-05-061-19/+18
| | | | And greeting from the Atlanta airport. ;-)
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-051-0/+29
|
* move all the files stuff into a files classFrank Karlitschek2012-05-021-74/+0
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-4/+111
|
* port linkto and serverHostFrank Karlitschek2012-05-011-1/+32
|
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-011-0/+9
|
* some more portingFrank Karlitschek2012-05-011-1/+38
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-1/+8
|
* some more work on the public APIFrank Karlitschek2012-05-011-2/+25
|
* first step to an public api of ownCloud for the apps. In the future they ↵Frank Karlitschek2012-04-231-0/+60
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