summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add streamwrapper that provides a callback on stream closeRobin Appelman2012-03-023-0/+118
* add search implementation to filestorage commonRobin Appelman2012-03-023-7/+37
* only test enabled appsRobin Appelman2012-03-021-1/+1
* don't try to seach apps in hidden foldersRobin Appelman2012-03-021-1/+1
* allow apps to ship test casesRobin Appelman2012-03-021-8/+16
* Search: Change provider registration to class name, for lazy loading of searc...Bart Visscher2012-03-0114-36/+26
* Files: Fix wrong attribute name in OC_Search_Provider_FileBart Visscher2012-03-011-2/+2
* Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and ...Bart Visscher2012-03-011-16/+4
* remoteStorage app version 0.5Michiel de Jong2012-03-011-1/+1
* remoteStorage app version 0.5Michiel de Jong2012-03-011-0/+28
* remoteStorage app version 0.5Michiel de Jong2012-03-019-30/+121
* Small cleanupsBart Visscher2012-03-014-4/+13
* Calendar: Don't request edit form for readonly eventsBart Visscher2012-03-011-0/+3
* Implement showing Birthdays of contacts in the calendarBart Visscher2012-03-014-6/+67
* Calendar: fix bug in creating DTEND from DTSTARTBart Visscher2012-03-012-2/+4
* Bookmarks: fix loading and displaying of the bookmarksBart Visscher2012-03-012-4/+19
* load streamwrappers earlierRobin Appelman2012-03-011-9/+10
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-03-0117-126/+405
|\
| * LDAP: set also quota, when there is no explicit default valueArthur Schiwon2012-03-011-2/+6
| * LDPA: fix setting variables and add missing ones to the arrayArthur Schiwon2012-03-012-3/+3
| * LDAP fix: set user quota, if attribute is providedArthur Schiwon2012-03-011-3/+3
| * add test cases for stat and touchRobin Appelman2012-02-291-0/+45
| * add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-297-6/+22
| * remove debug outputRobin Appelman2012-02-291-2/+0
| * Fix opendir for folders aka Google Docs collectionsMichael Gapczynski2012-02-291-2/+1
| * consider changed/new setting variables for user_ldapArthur Schiwon2012-02-291-3/+3
| * make ldap settings a little bit less uglyArthur Schiwon2012-02-291-3/+3
| * More work on Google Docs storage backendMichael Gapczynski2012-02-281-104/+175
| * dialogs library for appsBartek Przybylski2012-02-284-2/+148
| * typo in function callArthur Schiwon2012-02-281-1/+1
* | undo the change of the webroot detection. seams to be buggyFrank Karlitschek2012-03-011-2/+2
|/
* change the detection of the webroot. it is simpler now and also works for app...Frank Karlitschek2012-02-281-18/+20
* make sure the streamwrappers are registered earlyRobin Appelman2012-02-282-7/+5
* never try to load an non existing template,css,img.Frank Karlitschek2012-02-282-4/+18
* make LDAP filter for user list configurableArthur Schiwon2012-02-282-8/+10
* add test case for getLocalFileRobin Appelman2012-02-282-4/+10
* use in-memory files for the datase scheme during installationRobin Appelman2012-02-281-6/+6
* use temporary file managmentRobin Appelman2012-02-283-7/+7
* fix temporary file creationRobin Appelman2012-02-281-1/+5
* fix testcase runnerRobin Appelman2012-02-281-1/+1
* fix copy/paste error in common filestorageRobin Appelman2012-02-281-1/+1
* add temporary file managmentRobin Appelman2012-02-282-0/+28
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudAlessandro Cosentino2012-02-271-22/+238
|\
| * Initial work on Google Docs storage backendMichael Gapczynski2012-02-271-22/+238
* | bookmarklets should not look like buttonsAlessandro Cosentino2012-02-272-2/+4
|/
* spaces -> tabsFrank Karlitschek2012-02-272-50/+50
* more tests for filestorageRobin Appelman2012-02-271-0/+13
* some cleanup in filestorageRobin Appelman2012-02-272-15/+5
* extend filestorage common and provide test implementationRobin Appelman2012-02-276-77/+257
* fix test case for filestorageRobin Appelman2012-02-271-7/+3