summaryrefslogtreecommitdiffstats
path: root/core/js/eventsource.js
Commit message (Expand)AuthorAgeFilesLines
* - eventsource.php: in case of potential CSRF attack we send an error message ...Thomas Müller2013-07-111-1/+5
* fixing eventsource.js for IE8Thomas Mueller2013-02-141-3/+7
* Use global oc_requesttoken for Event SourceMichael Gapczynski2013-01-261-1/+1
* remove debug outputArthur Schiwon2012-11-261-3/+0
* coding styleArthur Schiwon2012-11-261-1/+2
* check whether to join url with ? or &Arthur Schiwon2012-11-261-2/+13
* all but the first parameter are introduced by &Arthur Schiwon2012-11-261-3/+3
* Change the requesttoken back to OC.EventSource.requesttokenLukas Reschke2012-10-311-1/+1
* Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-281-1/+1
* CSRF protection for eventsourceRobin Appelman2012-07-221-0/+1
* fix eventsource for ieRobin Appelman2012-03-311-1/+1
* fix potential problem when using multiply eventsource'sRobin Appelman2012-03-311-3/+7
* add option to send get data along with an eventsource requestRobin Appelman2012-01-311-3/+12
* provide server side close option for EventStreamRobin Appelman2012-01-301-1/+6
* provide small wrapper around server side events and provide a fallback for IERobin Appelman2012-01-301-0/+94