las2peer icon indicating copy to clipboard operation
las2peer copied to clipboard

A Java-based decentralized framework for distributing community services in a peer-to-peer infrastructure.

Results 31 las2peer issues
Sort by recently updated
recently updated
newest added

### 1. **Motivation** It's quite common for docker containers to support configuration by environment variables. las2peer uses service specific `.properties` files for configuration, which is fine. If we want to...

enhancement

1. **Motivation** - Since we have a peer to peer microservice infrastructure, several Web requests stacked together lead into long waiting times. > Request processing on the server works by...

enhancement

Motivation: Allow for oidc usernames starting with a character that is not a-z or A-Z. This is caused by the "checkLoginNameValidity(String loginName) throws IllegalArgumentException" function in the UserAgentImpl.java class. This...

enhancement

1. **Summary** - After letting a network run for a while, it will crash with some "Thread-pool-..." error. To make it work again, the whole network needs to be restarted....

bug

1. **Summary** - If you use the node frontend on your phone, there is no way to acces the menu to switch to other pages like status for example 2....

bug

1. **Summary** - When deploying the Distributed Noracle Application to the developer las2peer network, a ResourceNotFoundException is throwd when calling an API Endpoint with a Object as Response, that has...

bug

When looking through the source code of the las2peer node fronten, I stumbled upon the following line ``` 'Basic ' + btoa(prefixedIdentifier + ':' + credentials.oidcSub), ``` when setting the...

bug

1. **Motivation** - The gradle build files of the respective las2peer components define their own compile tasks, which call the java compiler (*javac*). This itself is fine, however depending on...

enhancement

The restmapper pulls in a rather dated release of `io.swagger:swagger-jersey2-jaxrs` (Nov 2017). There are two potential ways to fix this: 1. Upgrade to 1.6.2; The 1. release has seen a...

enhancement

[LAS-462] created by neumann

las2peer
template project
epic