aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/collectingMetadata.js
Commit message (Collapse)AuthorAgeFilesLines
* Having switched off XML-RPC is not a problem, we should not report it.Matěj Cepl2011-09-041-2/+1
|
* Fix passwords and XML-RPC logins.Matěj Cepl2011-09-041-1/+2
| | | | | Make switching off XML-RPC per-domain not per-user (fixes #107). Login just once per session and domain (fixes #113).
* Eliminating MakeJSONRPC calls and fixing multiple logins.Matěj Cepl2011-09-011-2/+2
| | | | Fixes #113.
* Add some simple analysis of dmesg output.Matěj Cepl2011-08-061-33/+42
| | | | | | | Adds to dmesg attachments "check" link filtering on /[fF]ail|[eE]rror|drm/ Fix #111
* Make check link working again.Matěj Cepl2011-06-061-2/+3
|
* Make sending bugs upstream working (collecting comments was broken).Matěj Cepl2011-06-061-3/+8
|
* Make coloring reporter’s comments working again.Matěj Cepl2011-06-061-10/+10
|
* Make fixing MIME types of attachments working again.Matěj Cepl2011-06-061-1/+1
| | | | When the Attachment is suddenly object instead of an array.
* Move attachments and comments functions into four separate objects.Matěj Cepl2011-06-051-0/+182
Specifically there are objects AttachList, Attachment, Comment, and CommentList.