Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | HTTPS link to https://en.wikipedia.org/wiki/Server-sent_events | Christian Oliff | 2019-11-15 | 1 | -1/+1 |
| | | | prevents a redirect | ||||
* | Remove unused methods of OC_Json | Morris Jobke | 2018-03-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Some more invalid PHPDocs in legacy classes | Lukas Reschke | 2017-08-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 1 | -0/+4 |
| | | | | Fixes https://github.com/nextcloud/server/issues/50 | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Move non PSR-4 files from lib/private root to legacy | Roeland Jago Douma | 2016-04-30 | 1 | -0/+125 |
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. |