summaryrefslogtreecommitdiffstats
path: root/lib/private/eventsource.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Refactor OC_Util::callCheckMorris Jobke2015-12-221-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Add custom CSP for Win 10 compatibilityLukas Reschke2015-07-211-0/+11
| | | | | | | | | | The default content-security-policy of ownCloud forbids inline JavaScript for security reasons. IE starting on Windows 10 will however also obey the CSP which will break the event source fallback. As a workaround thus we set a custom policy which allows the execution of inline JavaScript. This fixes https://github.com/owncloud/core/issues/14286
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+10
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-10/+20
|
* Explicitly cast id and validate typeRobin Appelman2014-09-041-3/+6
|
* Add event source to the public apiRobin Appelman2014-09-031-1/+1
|
* Initialize an event source when we start using it, not in the constructorRobin Appelman2014-09-031-42/+46
|
* Prevent nginx from buffering event source eventsRobin Appelman2014-07-261-0/+2
|
* sanitize fallbackIdThomas Müller2014-03-121-1/+2
|
* Fixed download file from URL error messagesVincent Petry2013-12-121-3/+3
| | | | | | | | - L10N now converted to string to make them work with json_encode - Added specific error message when server doesn't allow fopen on URLs - Fixed client side to correctly show error message in a notification - Added OCP\JSON::encode() method to encode JSON with support for the OC_L10N_String values
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+85
Conflicts: lib/private/vcategories.php