Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move OC_Archive to \OC\Archive\Archive | Roeland Jago Douma | 2016-05-02 | 1 | -161/+0 |
| | | | | | | * Move out of legacy folder * Move to proper namespace * Fix calling code | ||||
* | Move OC_Archive_XX to PSR-4 | Roeland Jago Douma | 2016-05-02 | 1 | -3/+6 |
| | | | | | * Fix code * Fix tests | ||||
* | Move non PSR-4 files from lib/private root to legacy | Roeland Jago Douma | 2016-04-30 | 1 | -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. |