Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getStorage belongs to files not to apps. | Frank Karlitschek | 2012-05-19 | 2 | -9/+9 |
| | |||||
* | document the public classes a bit more | Frank Karlitschek | 2012-05-19 | 9 | -1/+25 |
| | |||||
* | added documentation to OCP namespace | Sam Tuke | 2012-05-10 | 1 | -2/+6 |
| | |||||
* | Merge commit 'refs/merge-requests/100' of ↵ | Michael Gapczynski | 2012-05-09 | 1 | -1/+1 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/100 | ||||
| * | fixed typo in lib/public/util.php:106 (varname to ) | Philipp Roggan | 2012-05-09 | 1 | -1/+1 |
| | | |||||
* | | fix bug in public api | Georg Ehrke | 2012-05-09 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-05-07 | 1 | -1/+13 |
|\ | |||||
| * | Create a function for linking to remote.php | Bart Visscher | 2012-05-07 | 1 | -0/+12 |
| | | |||||
| * | Fix typo. | Thomas Tanghus | 2012-05-07 | 1 | -1/+1 |
| | | |||||
* | | some more docu fixes | Frank Karlitschek | 2012-05-07 | 1 | -7/+16 |
|/ | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -2/+46 |
| | |||||
* | some more documentation cleanups. much more is needed. | Frank Karlitschek | 2012-05-06 | 7 | -78/+79 |
| | | | | And greeting from the Atlanta airport. ;-) | ||||
* | first part of documentation update. lot´s more to come | Frank Karlitschek | 2012-05-06 | 1 | -47/+47 |
| | |||||
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 2 | -0/+85 |
| | |||||
* | implement missing getusers call | Frank Karlitschek | 2012-05-04 | 1 | -0/+10 |
| | |||||
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 1 | -0/+92 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 1 | -0/+94 |
| | |||||
* | port oc_response | Frank Karlitschek | 2012-05-03 | 1 | -0/+106 |
| | |||||
* | new checkAppEnabled call | Frank Karlitschek | 2012-05-02 | 1 | -1/+14 |
| | |||||
* | port oc_preferences | Frank Karlitschek | 2012-05-02 | 1 | -0/+35 |
| | |||||
* | port appconfig | Frank Karlitschek | 2012-05-02 | 1 | -0/+28 |
| | |||||
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 1 | -0/+70 |
| | |||||
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 2 | -74/+114 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -0/+156 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -4/+111 |
| | |||||
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 1 | -1/+32 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 2 | -0/+24 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 2 | -2/+68 |
| | |||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+8 |
| | |||||
* | some more work on the public API | Frank Karlitschek | 2012-05-01 | 2 | -2/+87 |
| | |||||
* | first step to an public api of ownCloud for the apps. In the future they ↵ | Frank Karlitschek | 2012-04-23 | 1 | -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 |