aboutsummaryrefslogtreecommitdiffstats
path: root/inc/lib_ocs.php
Commit message (Collapse)AuthorAgeFilesLines
* remove for now. main repository is at projects.kde.org/owncloudFrank Karlitschek2011-08-131-496/+0
|
* update to comply with the OCS spec (lookup by application name too)Martin Sandsmark2010-08-021-6/+7
|
* use = instead of LIKE when selecting private attributesRobin Appelman2010-07-281-2/+1
|
* more addslashes magic sauceMartin T. H. Sandsmark2010-07-251-1/+1
|
* fix mdb2 usage, add optional format variableMartin T. H. Sandsmark2010-07-251-12/+12
|
* fix some, do not enjoy phpMartin T. H. Sandsmark2010-07-251-11/+17
|
* some fixesMartin T. H. Sandsmark2010-07-251-6/+7
|
* fix parsing of urlMartin T. H. Sandsmark2010-07-251-6/+8
|
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-161-1/+62
|
* Using camelCase for function names in 'inc/lib_ocs.php'Aldo "xoen" Giambelluca2010-07-101-9/+9
| | | | | PHP function names is case-insensitive so this change isn't intrusive but improve readability of the code.
* Avoid creation of variables just to put the table names with prefixAldo "xoen" Giambelluca2010-07-041-3/+2
|
* Using table prefix preference in 'inc/lib_ocs.php'Aldo "xoen" Giambelluca2010-07-031-2/+4
|
* fix ocs path and queriesThibaut GRIDEL2010-05-161-19/+19
|
* fixes in log and ocsRobin2010-05-151-12/+5
|
* add Open Collaboration API support. You can now connect your ownCloud with ↵Frank Karlitschek2010-04-141-0/+432
the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5