Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autoloader update | Roeland Jago Douma | 2016-08-26 | 2 | -2/+0 |
| | |||||
* | Merge pull request #969 from nextcloud/allow-to-validate-operations | Lukas Reschke | 2016-08-21 | 2 | -0/+2 |
|\ | | | | | Allow to validate operations | ||||
| * | update composer list | Joas Schilling | 2016-08-19 | 2 | -0/+2 |
| | | |||||
* | | Update autoloader | Roeland Jago Douma | 2016-08-18 | 2 | -2/+0 |
|/ | |||||
* | Add ChangePasswordController to autoloader | Roeland Jago Douma | 2016-08-17 | 2 | -2/+2 |
| | |||||
* | Update autoloader | Roeland Jago Douma | 2016-08-17 | 7 | -150/+78 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 6 | -0/+6 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 7 | -6/+138 |
| | |||||
* | Use classmap to load core files | Roeland Jago Douma | 2016-07-18 | 7 | -125/+1496 |
| | | | | | | We can't use an authoritive classmap in the current state as it would kill app loading. However we can use a proper classmap for the normal core stuff. | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 6 | -12/+112 |
| | |||||
* | Move OC\Core and OC\Settings to composer autoloader | Lukas Reschke | 2016-04-05 | 2 | -1/+3 |
| | |||||
* | Allos OCP classes to be PSR-4 as well | Roeland Jago Douma | 2016-03-22 | 1 | -0/+1 |
| | | | | | This adds the OCP namespace to the composer autoloader as well. This means that now we can use proper PSR-4 filenames in OCP. | ||||
* | Add composers default autoloader to core | Roeland Jago Douma | 2016-03-09 | 8 | -0/+515 |
This introduces the defacto standard PSR-4 autoloader from composer into core. This will allow proper PSR-4 naming of our classes. Since our original autoloader is still available we can slowly switch over classes to PSR-4. |