summaryrefslogtreecommitdiffstats
path: root/core/js/eventsource.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | to => too
* 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
| | | | | | | | from the EventSource to the browser - eventsource.js: handle undefined data on event - update.js: in case of error we close the event source - advise the user to reload the page - update.php: EventSource initialization is now done before we enter the maintenance mode in order to allow browser reload in case of possible CSRF attack
* 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