aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/archive.php
Commit message (Collapse)AuthorAgeFilesLines
* Move OC_Archive to \OC\Archive\ArchiveRoeland Jago Douma2016-05-021-161/+0
| | | | | | * Move out of legacy folder * Move to proper namespace * Fix calling code
* Move OC_Archive_XX to PSR-4Roeland Jago Douma2016-05-021-3/+6
| | | | | * Fix code * Fix tests
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+158
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.