summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* configure users/groups before loading appsRobin Appelman2011-07-311-3/+4
* laod apps ways earlier!Jakob Sack2011-07-311-4/+6
* provide json interface for searchRobin Appelman2011-07-301-17/+4
* Renaming classes :-)Jakob Sack2011-07-2940-321/+321
* One class per file!Jakob Sack2011-07-2925-229/+207
* Merge branch 'master' of git://anongit.kde.org/owncloud into autoloadJakob Sack2011-07-2910-147/+126
|\
| * some more changes for navigation subentriesRobin Appelman2011-07-291-10/+26
| * some refactoring for subnavigation codeRobin Appelman2011-07-291-14/+6
| * use proper file icons for image and audio filesRobin Appelman2011-07-291-0/+5
| * implemented relative file size and coloringJan-Christoph Borchardt2011-07-291-0/+23
| * set installed version in config fileRobin Appelman2011-07-281-0/+1
| * bumb version number for upcomming betaRobin Appelman2011-07-281-1/+1
| * use oc_preferences to store ocs privatedataRobin Appelman2011-07-281-58/+18
| * make use of the command line tools id3info and mp3info for scanning music if ...Robin Appelman2011-07-282-57/+46
| * fix log when no tablename prefix is usedRobin Appelman2011-07-271-4/+4
* | Further improvementsJakob Sack2011-07-274-214/+10
* | One class per FileJakob Sack2011-07-273-412/+620
* | Use autoloadJakob Sack2011-07-2717-352/+322
|/
* bumb jquery and jquery-ui versionsRobin Appelman2011-07-251-3/+3
* add OC_APP::getCurrentApp() to get the id of the active appRobin Appelman2011-07-251-0/+16
* fix sabredav for sqlite2Robin Appelman2011-07-251-1/+1
* Merge branch 'sabredav'Jakob Sack2011-07-226-757/+570
|\
| * Merge branch 'sabredav' of git://anongit.kde.org/owncloud into sabredavJakob Sack2011-07-221-1/+1
| |\
| | * fix problem with removing locksRobin Appelman2011-07-221-1/+1
| * | Remove HTTP_WebdavJakob Sack2011-07-221-757/+0
| |/
| * Properties work fine nowJakob Sack2011-07-222-15/+19
| * properties nearly workJakob Sack2011-07-222-1/+93
| * Support for locks, minor changesJakob Sack2011-07-225-6/+144
| * Use SabreDAV authentication Code!Jakob Sack2011-07-201-0/+35
| * Integration of SabreDAVJakob Sack2011-07-203-0/+301
* | add getLocalFile to local storage providerRobin Appelman2011-07-221-0/+4
* | only remove old sqlite database if it existsRobin Appelman2011-07-211-1/+3
* | remember login addedBartek Przybylski2011-07-201-0/+16
|/
* move list of mimetypes by extention to a seperate file.Robin Appelman2011-07-172-63/+88
* Fix typo in setup, thanks for pointing it out ab0ooMichael Gapczynski2011-07-131-3/+3
* Add missing argument for fromTmpFile() inside of rename()Michael Gapczynski2011-07-131-1/+1
* Add missing parameter for fromTmpFile() inside of copy()Michael Gapczynski2011-07-121-1/+1
* Fix post_create and post_write hooks in copy(), was referencing an undefined ...Michael Gapczynski2011-07-121-2/+2
* introducing simple file size, only MB as unit, details on hoverJan-Christoph Borchardt2011-07-071-0/+8
* Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock...Kunal Ghosh2011-07-021-1/+6
* not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manuallyRobin Appelman2011-06-261-1/+5
* allow plugins/apps to add custom headers to all pagesRobin Appelman2011-06-242-9/+18
* redirect_url to be respected in linkTo functionAamir Khan2011-06-251-5/+12
* provide an option to add custom elements to the header of templatesRobin Appelman2011-06-241-2/+20
* fix 404Kamil Domanski2011-06-232-2/+2
* no indexing in generated htaccessKamil Domanski2011-06-232-0/+2
* fix creating usersRobin Appelman2011-06-231-9/+17
* Use new user backend APIDominik Schmidt2011-06-231-9/+10
* Detect backend features dynamically instead of trial-and-error usageDominik Schmidt2011-06-232-61/+144
* add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-223-3/+16