Robert Flack
Robert Flack
Quickopen currently requires python2, but modern systems no longer provide python2 as python. Adding this explicitly fixes invoking quickopen on modern debian releases when python2 is installed.
The current logic checks for the nearest directory named src, which works for chomium checkouts but many repositories do not have this naming convention. Instead, check for the nearest ancestor...
This issue tracks designing and implementing a plugin API for user scripts. There are probably two types of scripts - host-side (those that respond to messages) and client-side (custom commands,...
Currently push notifications are delivered from the host - however this requires that the host have a valid gcm api key for sending them. If the messages are sent through...
The google auth token retrieved for the host should make use of a refresh token to avoid re-prompting the user regularly.
We should have an easy way to customize the CIRC interface. I'm not sure if relying on custom CSS is sufficient - but perhaps combined with some script which assembles...
You shouldn't have to re-enter your username (and password once we have password auth) everytime you open the page. We could save an authentication token and do this with cookies...
Right now there is no authentication when connecting a client to a host. We could pass a password during the registration process or generate a token which the user would...
I think CIRC needs a settings interface. There are many customizable parts which are very complicated to manage with commands, especially with this new client/server model.
The server needs to save the registered user list so that when relaunched user's accounts are not lost. For most tests we should consider having a switch to disable the...