]> source.dussan.org Git - nextcloud-server.git/commit
first step to an public api of ownCloud for the apps. In the future they shouldn...
authorFrank Karlitschek <karlitschek@kde.org>
Mon, 23 Apr 2012 13:50:30 +0000 (15:50 +0200)
committerFrank Karlitschek <karlitschek@kde.org>
Mon, 23 Apr 2012 13:50:30 +0000 (15:50 +0200)
commitf5c9fe9ece6fdfb35bab5eefdf83830b5045b5a8
treebab9f12f5af18468ef135ab88db81c0b7716ce46
parent1b29fc3fb2b090ca132cbe496276c3c0cc2e466e
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
lib/base.php
lib/public/util.php [new file with mode: 0644]