Lucas Satabin
Lucas Satabin
It should be possible to deactivate the requests to gravatar. In some companies, there may be proxies blocking these requests, or some people might want not to have this external...
Instead of copying the dependencies used by the web client, it would be better to use [webjars](http://www.webjars.org/) and map static resources to packaged js libraries on the server side. This...
It should be possible to generate OAuth tokens allowing other applications to interact with \BlueLaTeX as authenticated users using OAuth.
### Rationale After Integration of the web client, this repository is starting to being huge and monolithic. However not everybody needs all the parts of the project when working on...
Build of a paper should have a descriptor which is an improved version of the current `CompilerSettings`. For example, this descriptor should specify the main file to compile, if there...
For the moment we use the default configurator from logback which expects an xml file. However the rest of the application is configured using HOCON from https://github.com/typesafehub/config. It would be...
New options and possibilities have been added to mango recently: - new query options - partial indexes
When replication process has been run, the conflicting revisions are present on all nodes, however even though the same winning revision is chosen, it is up to the clients to...
Implement the [replication protocol](http://docs.couchdb.org/en/2.0.0/replication/protocol.html) to replicate 2 CouchDB instances.
Offline storage capability will allow Sohva to work in an offline mode, locally storing changes, without having to make requests to an online CouchDB instance.