aboutsummaryrefslogtreecommitdiffstats
path: root/lib/migration/content.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-258/+0
* more is_resource checks before readdirArthur Schiwon2013-09-051-1/+2
* app migrate: Use = instead of LIKE as described in the comment above.Andreas Fischer2013-07-291-1/+1
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+3
* Whitespace indent fixesBart Visscher2013-02-141-7/+7
* fixing undefined variable $result - should be $query I assumeThomas Mueller2013-01-061-1/+1
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
* Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
* Whitespace cleanupBart Visscher2012-10-141-2/+2
* Only try to delete migration.db if it was created.Tom Needham2012-09-181-8/+11
* adding space between) and {Thomas Mueller2012-09-071-21/+21
* Whitespace fixes in libBart Visscher2012-08-291-40/+40
* escape all identifiers with backticksjfd2012-07-311-2/+2
* Typo fix (breif->brief)Bart Visscher2012-04-141-9/+9
* Fix user app data exportTom Needham2012-04-011-3/+7
* Remove db tmp file after export creationTom Needham2012-03-311-2/+9
* Added unified import method.Tom Needham2012-03-201-2/+4
* Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham2012-03-191-0/+239