summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/eventsource.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* HTTPS link to https://en.wikipedia.org/wiki/Server-sent_eventsChristian Oliff2019-11-151-1/+1
| | | prevents a redirect
* Remove unused methods of OC_JsonMorris Jobke2018-03-211-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Some more invalid PHPDocs in legacy classesLukas Reschke2017-08-011-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+4
| | | | Fixes https://github.com/nextcloud/server/issues/50
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-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.