summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use json for migration dataTom Needham2012-03-034-90/+178
* Udpdate bookmarks migration provider. App version included in export.Tom Needham2012-03-032-7/+17
* Replace db on import. Update user_migration export function.Tom Needham2012-03-033-25/+33
* Update bookmarks migration provider.Tom Needham2012-03-031-5/+63
* Update database.xml locations. Fix dbexport.xml.Tom Needham2012-03-022-5/+6
* change <create> value in db exportTom Needham2012-03-021-0/+2
* removed duplicate functionTom Needham2012-03-021-22/+2
* Fix merge conflictTom Needham2012-03-02412-3509/+51184
|\
| * The tables "principals" and "principalgroups" are obsoleteJakob Sack2012-03-021-96/+0
| * Fix missing bracketJakob Sack2012-03-021-0/+1
| * Remove the link between the principals table and the sabre principals connector.Jakob Sack2012-03-022-48/+0
| * Add /dav.php, a single location bundling all *DAV-operations.Jakob Sack2012-03-025-3/+107
| * 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