Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP\Route to PSR-4 | Roeland Jago Douma | 2016-05-18 | 1 | -126/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+3 |
| | |||||
* | Deprecate remaining function and entire class | Roeland Jago Douma | 2016-01-07 | 1 | -0/+2 |
| | |||||
* | Cleanup router code | Lukas Reschke | 2016-01-07 | 1 | -2/+11 |
| | | | | | - Some functions are entirely broken - PHPDoc etc... | ||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+15 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+20 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+19 |
| | |||||
* | introduce and use getCurrentConnection() | Jörn Friedrich Dreyer | 2014-07-01 | 1 | -0/+7 |
| | |||||
* | Fix PHPdoc in lib/public | Bart Visscher | 2014-04-15 | 1 | -0/+6 |
| | | | | using scrutinizer patch | ||||
* | Only load routes from the apps we need | Robin Appelman | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Load the routes when matching or generating a route instead of when creating ↵ | Robin Appelman | 2014-03-24 | 1 | -2/+0 |
| | | | | the router | ||||
* | update copyright header | Robin Appelman | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 1 | -0/+71 |