Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -85/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Split scanning logic from ajax file | Robin Appelman | 2013-07-19 | 1 | -1/+1 |
| | |||||
* | - eventsource.php: in case of potential CSRF attack we send an error message ↵ | Thomas Müller | 2013-07-11 | 1 | -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 lines | Bart Visscher | 2013-02-14 | 1 | -1/+2 |
| | |||||
* | use new obEnd function instead of ob_end_clean | Robin Appelman | 2012-11-29 | 1 | -1/+1 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -1/+1 |
| | |||||
* | Make Jenkins more happy. | Felix Moeller | 2012-10-23 | 1 | -3/+3 |
| | | | | This is NoSpaceAfterComma | ||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -8/+8 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | CSRF protection for eventsource | Robin Appelman | 2012-07-22 | 1 | -0/+3 |
| | |||||
* | fix eventsource fallback when more then one eventsource is active | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | fix eventsource for ie | Robin Appelman | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | make sure output buffering is dissabled when using eventsource | Robin Appelman | 2012-03-31 | 1 | -0/+1 |
| | |||||
* | dont try to remove buffers, can cause trouble with strict warnings | Robin Appelman | 2012-02-09 | 1 | -1/+0 |
| | |||||
* | provide server side close option for EventStream | Robin Appelman | 2012-01-30 | 1 | -0/+7 |
| | |||||
* | provide small wrapper around server side events and provide a fallback for IE | Robin Appelman | 2012-01-30 | 1 | -0/+73 |