aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eventsource.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-85/+0
| | | | | Conflicts: lib/private/vcategories.php
* Split scanning logic from ajax fileRobin Appelman2013-07-191-1/+1
|
* - eventsource.php: in case of potential CSRF attack we send an error message ↵Thomas Müller2013-07-111-4/+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
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
|
* use new obEnd function instead of ob_end_cleanRobin Appelman2012-11-291-1/+1
|
* Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
|
* Make Jenkins more happy.Felix Moeller2012-10-231-3/+3
| | | | This is NoSpaceAfterComma
* adding space between) and {Thomas Mueller2012-09-071-8/+8
|
* Whitespace fixes in libBart Visscher2012-08-291-1/+1
|
* CSRF protection for eventsourceRobin Appelman2012-07-221-0/+3
|
* fix eventsource fallback when more then one eventsource is activeRobin Appelman2012-07-201-1/+1
|
* fix eventsource for ieRobin Appelman2012-03-311-1/+1
|
* make sure output buffering is dissabled when using eventsourceRobin Appelman2012-03-311-0/+1
|
* dont try to remove buffers, can cause trouble with strict warningsRobin Appelman2012-02-091-1/+0
|
* provide server side close option for EventStreamRobin Appelman2012-01-301-0/+7
|
* provide small wrapper around server side events and provide a fallback for IERobin Appelman2012-01-301-0/+73