* add config file possibility
* revert port in docker compose
* Update docker-compose.yml
Co-authored-by: Elias Schneider <login@eliasschneider.com>
* Update docker-compose.yml
Co-authored-by: Elias Schneider <login@eliasschneider.com>
* add attribute description to config file
* remove email message config
* add package to resolve errors
* remove email messages from config
* move config initialization to config module
* revert unnecessary change
* add order
* improve alert
* run formatter
* remove unnecessary packages
* remove unnecessary types
* use logger
* don't save yaml config to db
* allowEdit if no yaml config is set
* improve docs
* fix allow edit state
* remove unnecessary check and refactor code
* restore old config file
* add script that generates `config.example.yaml` automatically
* allow config variables to be changed if they are not set in the `config.yml`
* add back init user
* Revert "allow config variables to be changed if they are not set in the `config.yml`"
This reverts commit 7dbdb6729034be5b083f126f854d5e1411735a54.
* improve info box text
---------
Co-authored-by: Elias Schneider <login@eliasschneider.com>
* Started adding locale translations :)
* Added some more translations
* Working on translating even more pages
* More translations
* Added test default locale retrieval
* replace `intl.formatMessage` with custom `t` hook
* add more translations
* improve title syntax
* add more translations
* translate admin config page
* translated error messages
* add language selecter
* minor fixes
* improve language handling
* add upcoming languages
* add `crowdin.yml`
* run formatter
---------
Co-authored-by: Steve Tautonico <stautonico@gmail.com>
* More email share vars + unfinished placeolders config
{desc} {expires} vars
(unfinished) config placeholder vals
* done
* migrate
* edit seed
* removed comments
* refactor: replace dependecy `luxon` with `moment`
* update shareRecipientsMessage message
* chore: remove `luxon`
* fix: grammatically incorrect `shareRecipientsMessage` message
* changed to defaultValue and value instead
* fix: don't expose defaultValue to non admin user
* fix: update default value if default value changes
* refactor: set config value to null instead of a empty string
* refactor: merge two migrations into one
* fix value check empty
---------
Co-authored-by: Elias Schneider <login@eliasschneider.com>