summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Don't check for credentials on the login APIGunnar Mills2018-05-231-4/+0
* Expose host serial console over a websocketDeepak Kodihalli2018-04-301-0/+83
* rest_dbus: upload: Add version id error codeAdriana Kobylak2018-04-101-1/+4
* rest_dbus: upload: Return version idAdriana Kobylak2018-04-101-5/+57
* Spelling fixesGunnar Mills2018-04-081-2/+2
* Remove use of deprecated ListMatchBrad Bishop2018-04-041-1/+1
* Port to python 3CamVan Nguyen2018-03-141-27/+37
* Add web UI routing supportMatt Spinler2018-02-121-0/+90
* Revert "Remove org.openbmc.* from REST server"Lei YU2018-01-261-22/+0
* Remove org.openbmc.* from REST serverNagaraju Goruganti2018-01-231-0/+22
* Security: Cross Site ScriptingRatan Gupta2018-01-231-0/+8
* module: pep8 fixesBrad Bishop2018-01-231-2/+2
* rest_dbus.py:Update abort message for do_postNagaraju Goruganti2018-01-041-1/+1
* rest_dbus.py: Fix UnknownInterface errorAdriana Kobylak2017-12-141-6/+2
* Fix infinite do_put recursive call with retry only onceMarri Devender Rao2017-12-121-6/+6
* websocket client_simple example: add login codeDeepak Kodihalli2017-11-191-6/+8
* Fix missing return value from do_postNagaraju Goruganti2017-11-171-7/+25
* Don't create Image Dir if not presentGunnar Mills2017-11-161-1/+1
* Call all instances of an objectPath when executing "POST"Saqib Khan2017-11-081-6/+10
* Spelling fixesGunnar Mills2017-10-252-4/+4
* Add websocket client exampleDeepak Kodihalli2017-10-191-0/+59
* rest_dbus: implement client subscription APIDeepak Kodihalli2017-10-181-1/+88
* rest_dbus: add new route for event subscriptionDeepak Kodihalli2017-10-181-0/+31
* phosphor-gevent: enable websocket supportDeepak Kodihalli2017-10-181-1/+1
* Remove unused intf_matchBrad Bishop2017-09-111-1/+0
* Change ImageUpload to open file onceGunnar Mills2017-08-301-4/+4
* Change Dump file storage locationJayanth Othayoth2017-08-201-2/+1
* Convert value to expected type during POST methodRatan Gupta2017-08-091-0/+41
* Revert "Set content-type to routes that had none set"Brad Bishop2017-07-111-4/+2
* Revert "rest_dbus: run JSON response format plugin conditionally"Brad Bishop2017-07-101-7/+3
* Allow json response plugin to be suppressedBrad Bishop2017-07-101-3/+4
* pep8 fixesBrad Bishop2017-07-101-1/+1
* Set content-type to routes that had none setDeepak Kodihalli2017-07-081-2/+4
* rest_dbus: implement route 'download/dump/<dumpid>Jayanth Othayoth2017-07-071-1/+40
* rest_dbus: run JSON response format plugin conditionallyJayanth Othayoth2017-07-061-3/+12
* Close file descriptor to release memoryLeonel Gonzalez2017-06-091-2/+9
* Converts value to expected typeLeonel Gonzalez2017-06-051-0/+95
* Finds correct property to set fan speedLeonel Gonzalez2017-05-241-2/+3
* rest_dbus: fix content-type checkDeepak Kodihalli2017-04-271-1/+2
* rest_dbus: allow route '/upload/image/<filename>'Deepak Kodihalli2017-04-261-17/+50
* rest_dbus: implement route '/upload/image'Deepak Kodihalli2017-04-261-0/+36
* rest_dbus: run Json format plugins conditionallyDeepak Kodihalli2017-04-191-0/+11
* rest_dbus: add plug-in to check content-typeDeepak Kodihalli2017-04-191-0/+28
* rest_dbus: Add content_typeDeepak Kodihalli2017-04-111-3/+6
* Change Delete interfaceDeepak Kodihalli2017-04-041-1/+1
* Fix error response status regressionBrad Bishop2017-03-071-0/+1
* Make the attr endpoint case insensitiveBrad Bishop2017-02-261-9/+12
* Fix attr PUT after empty interfaceBrad Bishop2017-02-261-1/+1
* Add CORS supportBrad Bishop2017-02-261-0/+51
* Add HTTP OPTIONS supportBrad Bishop2017-02-261-11/+32
OpenPOWER on IntegriCloud