summaryrefslogtreecommitdiffstats
path: root/core/js/eventsource.js
Commit message (Expand)AuthorAgeFilesLines
* Encode requesttokenLukas Reschke2015-02-161-1/+1
* Improved Javascript docs for JSDocVincent Petry2014-10-311-0/+21
* Fix JSHint errors in EventSource classVincent Petry2014-07-021-13/+18
* Fixed event source fallback after closeVincent Petry2014-07-021-0/+6
* Fix a typokondou2014-06-021-1/+1
* Scrutinizer cleanupkondou2014-06-021-5/+7
* Fix typo Lukas Reschke2014-04-221-2/+2
* fixing typoThomas Müller2014-04-221-1/+1
* Fix JSDocLukas Reschke2014-04-211-6/+6
* - 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