summaryrefslogtreecommitdiffstats
path: root/files/ajax/autocomplete.php
Commit message (Collapse)AuthorAgeFilesLines
* move files to app folderGeorg Ehrke2012-04-181-56/+0
|
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
|
* Use OC_JSON for json responsesBart Visscher2011-09-251-9/+2
| | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
* Renaming classes :-)Jakob Sack2011-07-291-4/+4
|
* fix error in autocomplete when try to list non-existing or unreadable foldersRobin Appelman2011-07-121-10/+12
|
* make path autocompletion case insensitiveRobin Appelman2011-06-021-1/+2
|
* fix autocompletionRobin Appelman2011-06-011-0/+4
|
* add autocomplete for pathsRobin Appelman2011-05-281-0/+56