summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* getStorage belongs to files not to apps.Frank Karlitschek2012-05-192-9/+9
|
* document the public classes a bit moreFrank Karlitschek2012-05-199-1/+25
|
* added documentation to OCP namespaceSam Tuke2012-05-101-2/+6
|
* Merge commit 'refs/merge-requests/100' of ↵Michael Gapczynski2012-05-091-1/+1
|\ | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/100
| * fixed typo in lib/public/util.php:106 (varname to )Philipp Roggan2012-05-091-1/+1
| |
* | fix bug in public apiGeorg Ehrke2012-05-091-1/+1
|/
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-05-071-1/+13
|\
| * Create a function for linking to remote.phpBart Visscher2012-05-071-0/+12
| |
| * Fix typo.Thomas Tanghus2012-05-071-1/+1
| |
* | some more docu fixesFrank Karlitschek2012-05-071-7/+16
|/
* ported the oc_template classFrank Karlitschek2012-05-061-2/+46
|
* some more documentation cleanups. much more is needed.Frank Karlitschek2012-05-067-78/+79
| | | | And greeting from the Atlanta airport. ;-)
* first part of documentation update. lot´s more to comeFrank Karlitschek2012-05-061-47/+47
|
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-052-0/+85
|
* implement missing getusers callFrank Karlitschek2012-05-041-0/+10
|
* ported oc_dbFrank Karlitschek2012-05-031-0/+92
|
* ported oc_jsonFrank Karlitschek2012-05-031-0/+94
|
* port oc_responseFrank Karlitschek2012-05-031-0/+106
|
* new checkAppEnabled callFrank Karlitschek2012-05-021-1/+14
|
* port oc_preferencesFrank Karlitschek2012-05-021-0/+35
|
* port appconfigFrank Karlitschek2012-05-021-0/+28
|
* first part of the config stuffFrank Karlitschek2012-05-021-0/+70
|
* move all the files stuff into a files classFrank Karlitschek2012-05-022-74/+114
|
* ported the oc_app callsFrank Karlitschek2012-05-021-0/+156
|
* 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-012-0/+24
|
* some more portingFrank Karlitschek2012-05-012-2/+68
|
* 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-012-2/+87
|
* 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