Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Having switched off XML-RPC is not a problem, we should not report it. | Matěj Cepl | 2011-09-04 | 1 | -2/+1 |
| | |||||
* | Fix passwords and XML-RPC logins. | Matěj Cepl | 2011-09-04 | 1 | -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 Cepl | 2011-09-01 | 1 | -2/+2 |
| | | | | Fixes #113. | ||||
* | Add some simple analysis of dmesg output. | Matěj Cepl | 2011-08-06 | 1 | -33/+42 |
| | | | | | | | Adds to dmesg attachments "check" link filtering on /[fF]ail|[eE]rror|drm/ Fix #111 | ||||
* | Make check link working again. | Matěj Cepl | 2011-06-06 | 1 | -2/+3 |
| | |||||
* | Make sending bugs upstream working (collecting comments was broken). | Matěj Cepl | 2011-06-06 | 1 | -3/+8 |
| | |||||
* | Make coloring reporter’s comments working again. | Matěj Cepl | 2011-06-06 | 1 | -10/+10 |
| | |||||
* | Make fixing MIME types of attachments working again. | Matěj Cepl | 2011-06-06 | 1 | -1/+1 |
| | | | | When the Attachment is suddenly object instead of an array. | ||||
* | Move attachments and comments functions into four separate objects. | Matěj Cepl | 2011-06-05 | 1 | -0/+182 |
Specifically there are objects AttachList, Attachment, Comment, and CommentList. |