| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Add simple user-management tool for emailsignin
|
| |
| |
| |
| |
| |
| |
| |
| | |
There are only a few scripts in bin/, but not all might be shell. At
least for the moment, it seems reasonable to explicitely enumerate all
shell-scripts in bin/ for shellcheck …
Signed-off-by: Dario Ernst <dario@kanojo.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently, administrators of closed instances need to manually fiddle in
their databases for user-management.
This commit adds a small commandline utility that allows to create and
delete users.
Signed-off-by: Dario Ernst <dario@kanojo.de>
|
|/
|
|
|
|
|
| |
The docker badges have to be updated since we now provide official image
like tags. So `latest-alpine` became `alpine`.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|
|
|
| |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\
| |
| | |
Fix ldap provider name in template
|
| |
| |
| |
| |
| |
| |
| |
| | |
Before this fix it's impossible to set the provider name in the
sign-model since `ldap` is a boolean there and this way not able
to have an attribute like `ldap.providerName`.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \
| | |
| | | |
Remove camel case from `imageuploadtype` in config
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This removes the only camel cased option of the config options
**we** added to the config.json.
In auth provider's config parts are a lot of camel cased options
provided. We shouldn't touch them to keep them as similar as
possible to the examples.
Fixes #315
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \
| | |
| | | |
Upgrade reveal.js to 3.6.0 and useCDN option for CSS include
|
|/ / |
|
|/
|
|
|
|
|
|
|
|
| |
We noticed on multiple places that machines with less than 2GB of RAM
fail their build and result in missing files and unexpected errors.
Sadly we can't really solve this right now since it's a webpack
related bug.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| |
|
|\
| |
| | |
Adding some docs for new Minio Feature
|
| |
| |
| |
| | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| |
| |
| |
| | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \
| | |
| | | |
Reorganize social media links and footer
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \ \
| | | |
| | | | |
Fix task todo might not toggle
|
|/ / /
| | |
| | | |
which caused by not matching syntax with double dashes correctly
|
|\ \ \
| | | |
| | | | |
Allow more detailed configuration of upload mime types
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes #637
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \ \ \
| |_|_|/
|/| | | |
Fix broken port config
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \ \
| | | |
| | | | |
Add support for minio
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Implement basic CSP support
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Didn't work in Firefox for some reason.
`[Script Loader] ReferenceError: module is not defined`
This reverts commit 5b83deb043296c23ff912a2472703c1f7faddb4b.
|
| | | |
| | | |
| | | |
| | | | |
thanks standard
|
| | | |
| | | |
| | | |
| | | | |
Not sure why I was quoting these in the first place
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Managing these for all the integrations seems like a lot of effort
|
| | | |
| | | |
| | | |
| | | | |
Browsers ignore unsafe-inline if a nonce is sent
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Doesn't use eval, plus no window object access
|
| | | |
| | | |
| | | |
| | | | |
The spec allows wss:// for 'self', but not ws:// :(
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Config option; default is to only upgrade if usessl
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add some missing chinese translations
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \ \ \
| | | | |
| | | | | |
Allow posting new note with content
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Dustin Frisch <fooker@lab.sh>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add CE text on index title
|
| | |_|_|/
| |/| | |
| | | | | |
Add CE text on index title
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add option to enable `freely` permission in closed instance
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Before, closed disallowed guest edits completely, by removing
the `freely` permission. This makes it possible to explicitely bring
back guest-editing, but not guest-note-creation, to closed instances.
Signed-off-by: Dario Ernst <dario@kanojo.de>
|