diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml new file mode 100644 index 00000000..d1520b67 --- /dev/null +++ b/.github/workflows/first-interaction.yml @@ -0,0 +1,42 @@ +name: First interaction + +on: + - pull_request_target + - issues + +jobs: + build: + runs-on: ubuntu-latest + permissions: + pull-requests: write + issues: write + + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + issue-message: | + Thank you for contributing an issue! + + **Welcome to the EMBA firmware analysis community!** + + We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines [here](https://github.com/e-m-b-a/embark/blob/master/CONTRIBUTING.md) and [here](https://github.com/e-m-b-a/embark/blob/master/CONTRIBUTORS.md). + Also, please check [existing open issues](https://github.com/e-m-b-a/embark/issues) and consider to open a discussion in the dedicated [discussion area](https://github.com/e-m-b-a/embark/discussions). + Additionally, we have collected a lot of details around EMBArk, the installation and the usage of EMBArk in our [Wiki](https://github.com/e-m-b-a/embark/wiki). + + If you like _EMBA_ you have the chance to support us by becoming a [Sponsor](https://github.com/sponsors/e-m-b-a) or buying some beer [here](https://www.buymeacoffee.com/securefirmware). + + This is an automatic message. Allow for time for the EMBA community to be able to read the issue and comment on it. + + pr-message: | + Thank you for contributing a pull request! + + **Welcome to the EMBA firmware analysis community!** + + We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines [here](https://github.com/e-m-b-a/embark/blob/master/CONTRIBUTING.md) and [here](https://github.com/e-m-b-a/embark/blob/master/CONTRIBUTORS.md). + Also, please check [existing open issues](https://github.com/e-m-b-a/embark/issues) and consider to open a discussion in the dedicated [discussion area](https://github.com/e-m-b-a/embark/discussions). + Additionally, we have collected a lot of details around EMBArk, the installation and the usage of EMBArk in our [Wiki](https://github.com/e-m-b-a/embark/wiki). + + If you like _EMBA_ you have the chance to support us by becoming a [Sponsor](https://github.com/sponsors/e-m-b-a) or buying some beer [here](https://www.buymeacoffee.com/securefirmware). + + This is an automatic message. Allow for time for the EMBA community to be able to read the pull request and comment on it. \ No newline at end of file diff --git a/embark/embark/settings/deploy.py b/embark/embark/settings/deploy.py index 35a1078e..933d14ac 100644 --- a/embark/embark/settings/deploy.py +++ b/embark/embark/settings/deploy.py @@ -24,7 +24,7 @@ SECRET_KEY = os.environ.get('SECRET_KEY') # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['*'] diff --git a/embark/templates/user/login.html b/embark/templates/user/login.html index d0e29bd1..82debb55 100644 --- a/embark/templates/user/login.html +++ b/embark/templates/user/login.html @@ -4,24 +4,14 @@ {% block title %}EMBArk login{% endblock title %} {% block maincontent %}
- {% if error_message %} - - {% endif %} - {% if success_message %} - - {% endif %}
-

NewPer-user timezone settings in the user menu

+

New Version 0.1

-

NewNew Buttons everywhere

+

New New Buttons everywhere