Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use json for migration data | Tom Needham | 2012-03-03 | 4 | -90/+178 |
| | |||||
* | Udpdate bookmarks migration provider. App version included in export. | Tom Needham | 2012-03-03 | 2 | -7/+17 |
| | |||||
* | Replace db on import. Update user_migration export function. | Tom Needham | 2012-03-03 | 3 | -25/+33 |
| | |||||
* | Update bookmarks migration provider. | Tom Needham | 2012-03-03 | 1 | -5/+63 |
| | |||||
* | Update database.xml locations. Fix dbexport.xml. | Tom Needham | 2012-03-02 | 2 | -5/+6 |
| | |||||
* | change <create> value in db export | Tom Needham | 2012-03-02 | 1 | -0/+2 |
| | |||||
* | removed duplicate function | Tom Needham | 2012-03-02 | 1 | -22/+2 |
| | |||||
* | Fix merge conflict | Tom Needham | 2012-03-02 | 412 | -3509/+51184 |
|\ | |||||
| * | The tables "principals" and "principalgroups" are obsolete | Jakob Sack | 2012-03-02 | 1 | -96/+0 |
| | | |||||
| * | Fix missing bracket | Jakob Sack | 2012-03-02 | 1 | -0/+1 |
| | | |||||
| * | Remove the link between the principals table and the sabre principals connector. | Jakob Sack | 2012-03-02 | 2 | -48/+0 |
| | | |||||
| * | Add /dav.php, a single location bundling all *DAV-operations. | Jakob Sack | 2012-03-02 | 5 | -3/+107 |
| | | |||||
| * | add streamwrapper that provides a callback on stream close | Robin Appelman | 2012-03-02 | 3 | -0/+118 |
| | | |||||
| * | add search implementation to filestorage common | Robin Appelman | 2012-03-02 | 3 | -7/+37 |
| | | |||||
| * | only test enabled apps | Robin Appelman | 2012-03-02 | 1 | -1/+1 |
| | | |||||
| * | don't try to seach apps in hidden folders | Robin Appelman | 2012-03-02 | 1 | -1/+1 |
| | | |||||
| * | allow apps to ship test cases | Robin Appelman | 2012-03-02 | 1 | -8/+16 |
| | | |||||
| * | Search: Change provider registration to class name, for lazy loading of ↵ | Bart Visscher | 2012-03-01 | 14 | -36/+26 |
| | | | | | | | | search providers | ||||
| * | Files: Fix wrong attribute name in OC_Search_Provider_File | Bart Visscher | 2012-03-01 | 1 | -2/+2 |
| | | |||||
| * | Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and ↵ | Bart Visscher | 2012-03-01 | 1 | -16/+4 |
| | | | | | | | | app dir | ||||
| * | remoteStorage app version 0.5 | Michiel de Jong | 2012-03-01 | 1 | -1/+1 |
| | | |||||
| * | remoteStorage app version 0.5 | Michiel de Jong | 2012-03-01 | 1 | -0/+28 |
| | | |||||
| * | remoteStorage app version 0.5 | Michiel de Jong | 2012-03-01 | 9 | -30/+121 |
| | | |||||
| * | Small cleanups | Bart Visscher | 2012-03-01 | 4 | -4/+13 |
| | | |||||
| * | Calendar: Don't request edit form for readonly events | Bart Visscher | 2012-03-01 | 1 | -0/+3 |
| | | |||||
| * | Implement showing Birthdays of contacts in the calendar | Bart Visscher | 2012-03-01 | 4 | -6/+67 |
| | | |||||
| * | Calendar: fix bug in creating DTEND from DTSTART | Bart Visscher | 2012-03-01 | 2 | -2/+4 |
| | | |||||
| * | Bookmarks: fix loading and displaying of the bookmarks | Bart Visscher | 2012-03-01 | 2 | -4/+19 |
| | | |||||
| * | load streamwrappers earlier | Robin Appelman | 2012-03-01 | 1 | -9/+10 |
| | | |||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-03-01 | 17 | -126/+405 |
| |\ | |||||
| | * | LDAP: set also quota, when there is no explicit default value | Arthur Schiwon | 2012-03-01 | 1 | -2/+6 |
| | | | |||||
| | * | LDPA: fix setting variables and add missing ones to the array | Arthur Schiwon | 2012-03-01 | 2 | -3/+3 |
| | | | |||||
| | * | LDAP fix: set user quota, if attribute is provided | Arthur Schiwon | 2012-03-01 | 1 | -3/+3 |
| | | | |||||
| | * | add test cases for stat and touch | Robin Appelman | 2012-02-29 | 1 | -0/+45 |
| | | | |||||
| | * | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 7 | -6/+22 |
| | | | |||||
| | * | remove debug output | Robin Appelman | 2012-02-29 | 1 | -2/+0 |
| | | | |||||
| | * | Fix opendir for folders aka Google Docs collections | Michael Gapczynski | 2012-02-29 | 1 | -2/+1 |
| | | | |||||
| | * | consider changed/new setting variables for user_ldap | Arthur Schiwon | 2012-02-29 | 1 | -3/+3 |
| | | | |||||
| | * | make ldap settings a little bit less ugly | Arthur Schiwon | 2012-02-29 | 1 | -3/+3 |
| | | | |||||
| | * | More work on Google Docs storage backend | Michael Gapczynski | 2012-02-28 | 1 | -104/+175 |
| | | | |||||
| | * | dialogs library for apps | Bartek Przybylski | 2012-02-28 | 4 | -2/+148 |
| | | | |||||
| | * | typo in function call | Arthur Schiwon | 2012-02-28 | 1 | -1/+1 |
| | | | |||||
| * | | undo the change of the webroot detection. seams to be buggy | Frank Karlitschek | 2012-03-01 | 1 | -2/+2 |
| |/ | |||||
| * | change the detection of the webroot. it is simpler now and also works for ↵ | Frank Karlitschek | 2012-02-28 | 1 | -18/+20 |
| | | | | | | | | app directories outside the owncloud folder. works for me and hopefully for everybody else too | ||||
| * | make sure the streamwrappers are registered early | Robin Appelman | 2012-02-28 | 2 | -7/+5 |
| | | |||||
| * | never try to load an non existing template,css,img. | Frank Karlitschek | 2012-02-28 | 2 | -4/+18 |
| | | | | | | | | do propper checking, error reporting and motivate the developerto fix it ;-) | ||||
| * | make LDAP filter for user list configurable | Arthur Schiwon | 2012-02-28 | 2 | -8/+10 |
| | | |||||
| * | add test case for getLocalFile | Robin Appelman | 2012-02-28 | 2 | -4/+10 |
| | | |||||
| * | use in-memory files for the datase scheme during installation | Robin Appelman | 2012-02-28 | 1 | -6/+6 |
| | | |||||
| * | use temporary file managment | Robin Appelman | 2012-02-28 | 3 | -7/+7 |
| | |