Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use data dir from config.php | Tom Needham | 2012-03-13 | 1 | -2/+3 |
| | |||||
* | added cleanUp() method to OC_Migrate | Tom Needham | 2012-03-13 | 1 | -0/+15 |
| | |||||
* | Find migrate.php even for disabled apps. Improve ui for user and admin ↵ | Tom Needham | 2012-03-13 | 1 | -24/+25 |
| | | | | migrations | ||||
* | Improved import function. Added param to connectDB() to load the db from ↵ | Tom Needham | 2012-03-12 | 1 | -14/+54 |
| | | | | the import | ||||
* | Fix copyRows() return value. Generate app info and oc info on return | Tom Needham | 2012-03-12 | 1 | -50/+71 |
| | |||||
* | Merge returns from insertData() | Tom Needham | 2012-03-11 | 1 | -2/+2 |
| | |||||
* | Fix copyRows() and sqlite connection | Tom Needham | 2012-03-11 | 1 | -14/+51 |
| | |||||
* | Lots of fixes, improve copyRows() method and update settings page. | Tom Needham | 2012-03-10 | 1 | -21/+43 |
| | |||||
* | Add OC_Migrate::copyRows() method | Tom Needham | 2012-03-10 | 1 | -1/+58 |
| | |||||
* | First basic implementation of migration.db. | Tom Needham | 2012-03-09 | 2 | -120/+209 |
| | |||||
* | Use json for migration data | Tom Needham | 2012-03-03 | 2 | -40/+126 |
| | |||||
* | Udpdate bookmarks migration provider. App version included in export. | Tom Needham | 2012-03-03 | 1 | -6/+16 |
| | |||||
* | Replace db on import. Update user_migration export function. | Tom Needham | 2012-03-03 | 1 | -11/+23 |
| | |||||
* | Update database.xml locations. Fix dbexport.xml. | Tom Needham | 2012-03-02 | 1 | -2/+2 |
| | |||||
* | removed duplicate function | Tom Needham | 2012-03-02 | 1 | -22/+2 |
| | |||||
* | Fix merge conflict | Tom Needham | 2012-03-02 | 39 | -852/+1914 |
|\ | |||||
| * | Remove the link between the principals table and the sabre principals connector. | Jakob Sack | 2012-03-02 | 2 | -48/+0 |
| | | |||||
| * | add streamwrapper that provides a callback on stream close | Robin Appelman | 2012-03-02 | 2 | -0/+87 |
| | | |||||
| * | add search implementation to filestorage common | Robin Appelman | 2012-03-02 | 2 | -4/+20 |
| | | |||||
| * | don't try to seach apps in hidden folders | Robin Appelman | 2012-03-02 | 1 | -1/+1 |
| | | |||||
| * | Search: Change provider registration to class name, for lazy loading of ↵ | Bart Visscher | 2012-03-01 | 4 | -13/+6 |
| | | | | | | | | 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 | ||||
| * | Small cleanups | Bart Visscher | 2012-03-01 | 1 | -1/+9 |
| | | |||||
| * | load streamwrappers earlier | Robin Appelman | 2012-03-01 | 1 | -9/+10 |
| | | |||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-03-01 | 9 | -111/+190 |
| |\ | |||||
| | * | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 6 | -5/+15 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | More work on Google Docs storage backend | Michael Gapczynski | 2012-02-28 | 1 | -104/+175 |
| | | | |||||
| | * | dialogs library for apps | Bartek Przybylski | 2012-02-28 | 1 | -0/+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 ;-) | ||||
| * | add test case for getLocalFile | Robin Appelman | 2012-02-28 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix temporary file creation | Robin Appelman | 2012-02-28 | 1 | -1/+5 |
| | | |||||
| * | fix copy/paste error in common filestorage | Robin Appelman | 2012-02-28 | 1 | -1/+1 |
| | | |||||
| * | add temporary file managment | Robin Appelman | 2012-02-28 | 2 | -0/+28 |
| | | |||||
| * | Initial work on Google Docs storage backend | Michael Gapczynski | 2012-02-27 | 1 | -22/+238 |
| | | |||||
| * | spaces -> tabs | Frank Karlitschek | 2012-02-27 | 2 | -50/+50 |
| | | | | | | | | Thanks to Jakob for reminding me | ||||
| * | some cleanup in filestorage | Robin Appelman | 2012-02-27 | 2 | -15/+5 |
| | | |||||
| * | extend filestorage common and provide test implementation | Robin Appelman | 2012-02-27 | 5 | -77/+216 |
| | | |||||
| * | make OC_FileStorage abstract | Robin Appelman | 2012-02-27 | 1 | -25/+25 |
| | | |||||
| * | first part of the abstraction work of the apps folder. more to come | Frank Karlitschek | 2012-02-26 | 6 | -66/+91 |
| | | |||||
| * | add more valid fopen modes | Robin Appelman | 2012-02-26 | 1 | -0/+8 |
| | | |||||
| * | merge master into encryption | Robin Appelman | 2012-02-26 | 12 | -40/+146 |
| |\ | |||||
| | * | improved password hashing based one phpass | Robin Appelman | 2012-02-26 | 1 | -7/+42 |
| | | | | | | | | | | | | old passwords are automatically upgraded on login |