eopo

Results 44 issues of eopo

**Is your feature request related to a problem? Please describe.** Sometimes, Aliasses lose their meaning and get reused. Currently the only way to represent that in pagermon is to rename...

enhancement
API
DOCUMENTATION

# Description In Germany, we have the beautiful word "Frühjahrsputz", which translates zu "Spring cleaning". It refers to getting rid of the winter's dirt in order to start the new...

# Description Feature Request #609 wishes for the ability, to use Filters similar to the AdvancedWebhook plugin. This PR: - Adds the mqtt package to the package.json - Adds the...

# Description Issue #620 requests the shell plugin to support `bash`. This PR adds an option to set the bash. Due to the nature of plugin configurations it is not...

We currently don't have a uniform response format for API requests, especially for POST and DELETE requests. We should choose a uniform format that all queries adhere to. Additionally, for...

We currently use `connect-sqlite3`, which always uses an sqlite3-db for session storage, even when mysql or oracle is used for the main database. We could switch over to `connect-session-knex`, which...

# Description We relied a lot on JavaScript control structures depending on the dbtype, to manually choose the right quotes for our queries. Knex offers some convenience functions like "db.ref()"...

# Description Sometimes you want to store and process messages, but don't show them in the gui. This feature enables you to hide messages belonging to a certain capcode from...

**Is your feature request related to a problem? Please describe.** Sometimes clients drop out or loose the connection to the server. Currently, this stays unnoticed, until the user notices a...

enhancement
CLIENT
ADMIN
API

### Summary Inside the config directory, a symlink to the config directory is created. ### Steps to reproduce - Create a simplelogin container, eg: ```yaml services: spamassassin: image: tiredofit/spamassassin volumes:...

bug