Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix JSHint errors in EventSource class | Vincent Petry | 2014-07-02 | 1 | -13/+18 |
| | |||||
* | Fixed event source fallback after close | Vincent Petry | 2014-07-02 | 1 | -0/+6 |
| | |||||
* | Fix a typo | kondou | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | Scrutinizer cleanup | kondou | 2014-06-02 | 1 | -5/+7 |
| | |||||
* | Fix typo | Lukas Reschke | 2014-04-22 | 1 | -2/+2 |
| | | | to => too | ||||
* | fixing typo | Thomas Müller | 2014-04-22 | 1 | -1/+1 |
| | |||||
* | Fix JSDoc | Lukas Reschke | 2014-04-21 | 1 | -6/+6 |
| | |||||
* | - eventsource.php: in case of potential CSRF attack we send an error message ↵ | Thomas Müller | 2013-07-11 | 1 | -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 IE8 | Thomas Mueller | 2013-02-14 | 1 | -3/+7 |
| | |||||
* | Use global oc_requesttoken for Event Source | Michael Gapczynski | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | remove debug output | Arthur Schiwon | 2012-11-26 | 1 | -3/+0 |
| | |||||
* | coding style | Arthur Schiwon | 2012-11-26 | 1 | -1/+2 |
| | |||||
* | check whether to join url with ? or & | Arthur Schiwon | 2012-11-26 | 1 | -2/+13 |
| | |||||
* | all but the first parameter are introduced by & | Arthur Schiwon | 2012-11-26 | 1 | -3/+3 |
| | |||||
* | Change the requesttoken back to OC.EventSource.requesttoken | Lukas Reschke | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | CSRF protection for eventsource | Robin Appelman | 2012-07-22 | 1 | -0/+1 |
| | |||||
* | fix eventsource for ie | Robin Appelman | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | fix potential problem when using multiply eventsource's | Robin Appelman | 2012-03-31 | 1 | -3/+7 |
| | |||||
* | add option to send get data along with an eventsource request | Robin Appelman | 2012-01-31 | 1 | -3/+12 |
| | |||||
* | provide server side close option for EventStream | Robin Appelman | 2012-01-30 | 1 | -1/+6 |
| | |||||
* | provide small wrapper around server side events and provide a fallback for IE | Robin Appelman | 2012-01-30 | 1 | -0/+94 |