Frank Karlitschek
5d425a9f79
use our own serverHost call so that ownCloud works with reverse proxy servers
13 years ago
Robin Appelman
1f1498ceca
remove Log completely
14 years ago
Serge Martin
acf7916e71
user is a reserved word in postgresql
14 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
14 years ago
Jakob Sack
2ff8d7a8bc
One class per file!
14 years ago
Robin Appelman
7d15a45e09
use oc_preferences to store ocs privatedata
14 years ago
Robin Appelman
9a575d1ded
port OC_OCS to prepared statements
14 years ago
Robin Appelman
49a78333fb
add the option to use LIKE instead of = when getting data from OCS
...
also fix the returned keys
14 years ago
Jakob Sack
132695ceb1
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
14 years ago
Jonathan Riddell
d294c2f6bd
Fix licencing, make headers refer to intended AGPL, include copy of AGPL
14 years ago
Robin Appelman
78d875c60f
fix ocs private data handeling.
...
- return the app in privateDataGet
- implement privateDataDelete
- split key-value storage from ocs parsing/output so plugins can use it for storage to
14 years ago
Robin Appelman
9d8047382e
fix ocs private data get/set queries for mysql
...
handle the app paramater with private data get correctly according to the spec
still fails under sqlite (and probably postgresql) but I will look more into that later
14 years ago
Martin Sandsmark
9d99c4fbdc
update to comply with the OCS spec (lookup by application name too)
15 years ago
Robin Appelman
ccdb21958e
use = instead of LIKE when selecting private attributes
15 years ago
Martin T. H. Sandsmark
3b065d4dae
more addslashes magic sauce
15 years ago
Martin T. H. Sandsmark
ce0993e0c7
fix mdb2 usage, add optional format variable
15 years ago
Martin T. H. Sandsmark
c2504f54ad
fix some, do not enjoy php
15 years ago
Martin T. H. Sandsmark
e6f6c62113
some fixes
15 years ago
Martin T. H. Sandsmark
58b4485677
fix parsing of url
15 years ago
Martin T. H. Sandsmark
64d4d57615
fix permissions, start to implement private data api
15 years ago
Aldo "xoen" Giambelluca
890d7fa512
Using camelCase for function names in 'inc/lib_ocs.php'
...
PHP function names is case-insensitive so this change isn't
intrusive but improve readability of the code.
15 years ago
Aldo "xoen" Giambelluca
76672fe037
Avoid creation of variables just to put the table names with prefix
15 years ago
Aldo "xoen" Giambelluca
3f45771895
Using table prefix preference in 'inc/lib_ocs.php'
15 years ago
Thibaut GRIDEL
477b9877a0
fix ocs path and queries
15 years ago
Robin
78e54e1909
fixes in log and ocs
15 years ago
Frank Karlitschek
7adbbfe05c
add Open Collaboration API support. You can now connect your ownCloud with the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5
15 years ago