Skip to content

Commit

Permalink
Added missing discord bot
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Apr 25, 2021
1 parent 4adde17 commit 32de737
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 49 deletions.
2 changes: 1 addition & 1 deletion app/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function isBot(string $userAgent)
'Slack',
'Twitterbot/',
'discord',
'Discordbot/'
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Firefox/38.0' // discord image bot
];

foreach ($bots as $bot) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sergix44/xbackbone",
"license": "AGPL-3.0-only",
"version": "3.3.4",
"version": "3.3.5",
"description": "A lightweight ShareX PHP backend",
"type": "project",
"require": {
Expand Down
93 changes: 47 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/lang/it.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
'user_create_password' => 'Se lasciato vuoto, si consiglia di inviare una notifica all\'utente via e-mail.',
'mail.new_account' => '%s – Nuovo account creato',
'send_notification' => 'Invia notifica e-mail',
'auto_tagging' => 'Codifica automatica del caricamento',
'auto_tagging' => 'Tagging automatico degli upload',
'mail.new_account_text_with_pw' => 'Ciao %s!<br>un nuovo account è stato creato per te su %s (<a href="%s">%s</a>), con le seguenti credenziali:<br><br>Nome utente: %s<br>Password: %s<br><br>Clicca su questo collegamento per andare alla pagina di accesso:<br><a href="%s">%s</a>',
'mail.new_account_text_with_reset' => 'Ciao %s!<br>un nuovo account è stato creato per te su %s (<a href="%s">%s</a>), clicca sul seguente collegamento per impostare una password e attivarlo:<br><br><a href="%s">%s</a>',
'mail.recover_text' => 'Ciao %s,<br>è stata richiesta una reimpostazione della password per il tuo account. Per completare la procedura clicca sul seguente collegamento:<br><br><a href="%s">%s</a><br><br>Se non sei stato/a tu a richiedere la reimpostazione della password, ignora semplicemente questa e-mail.',
Expand Down

0 comments on commit 32de737

Please sign in to comment.