Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-05-06Update SerwerSMS.phpVitor Mattos
2022-05-06Merge branch 'master' into masterVitor Mattos
2022-05-06Merge pull request #481 from rotdrop/bugfix/obsolete-signal-web-gatewayVitor Mattos
Use signal-cli-dbus-rest-api over abandoned signal-web-gateway.
2022-05-06Apply lintVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-14Add support for sipgate through their REST-apiClaus-Justus Heine
Was easy going. Most difficult thing was to figure out the necessary ACL for the access-token at the sipgate-site (sessions:sms:write). Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
2022-02-12Use signal-cli-dbus-rest-api over abandoned signal-web-gateway.Claus-Justus Heine
See https://gitlab.com/morph027/signal-cli-dbus-rest-api. Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
2021-11-27Remove deprecated appinfo/app.php and replace APP_NAME by APP_IDVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-11-24Make compatible with old versions of Nextcloud serverVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-11-08Return success on commandVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-10-04add SerwerSMS.pl API response error handlingPaweł Kuffel
Signed-off-by: Paweł Kuffel <pawel@kuffel.io>
2021-09-18add SerwerSMS.pl providerPaweł Kuffel
Signed-off-by: Paweł Kuffel <pawel@kuffel.io>
2021-06-06Fix issues found by php-cs.Niklas Seyfarth
Signed-off-by: Niklas Seyfarth <niklas@seyfarth.de>
2021-06-06Add NC 21 and PHP 8 SupportHenning Bopp
Changed Telegram API Class to one not having a Guzzle requirement. Tested with NC 21.0.0 on PHP 8.0.3 (on Alpine Linux Docker Container). Fixes https://github.com/nextcloud/twofactor_gateway/issues/426 and https://github.com/nextcloud/twofactor_gateway/issues/425 Signed-off-by: Henning Bopp <henning.bopp@gmail.com>
2020-09-02Added Voipbuster SMS providerJeroen de Jong
2020-05-27Allow removing gateways via CLISimon Spannagel
Signed-off-by: Simon Spannagel <simonspa@kth.se>
2020-05-13Merge pull request #346 from boppy/add_clicksendChristoph Wurst
Add ClickSend.com SMS Gateway
2020-05-11explicitely convert elemet of the SimpleXML objectMartin Keßler
previously it was enough to use the elements of a SimpleXML object directly when assembling the header for the following HTTP query as the conversion to a string was happening implicitely: 'headers' => [ '__RequestVerificationToken' => $sessionTokenXml->TokInfo, ] but something in the HTTP library has changed and now it was complaining that not all elements of the header are strings. Therefor the conversion is done explicitely: 'headers' => [ '__RequestVerificationToken' => (string) $sessionTokenXml->TokInfo, ] Signed-off-by: Martin Keßler <martin@moegger.de>
2020-05-09Fixed indentationHenning Bopp
Signed-off-by: Henning Bopp <henning.bopp@gmail.com>
2020-05-09Add ClickSend.com SMS GatewayHenning Bopp
Signed-off-by: Henning Bopp <henning.bopp@gmail.com>
2020-04-17Fix the coding styleChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Implement central.clickatell.com APIChristian Schrötter
Signed-off-by: Christian Schrötter <cs@fnx.li>
2020-02-03Merge pull request #316 from piti-diablotin/masterChristoph Wurst
Add OVH SMS gateway
2020-02-03sms77io: added sender identifer for improved statistics on our sideAndré Matthies
Signed-off-by: André Matthies <matthiez@gmail.com>
2020-01-22What happened to this file ?!Jordan Bieder
Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr>
2020-01-22Merge branch 'master' into masterpiti-diablotin
2020-01-22Ovh SMS gateway integrationJordan Bieder
- Add configuration class - Add Provider class Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Integrate Ovh gateway - add php API with composer - install the new dependencies - Add configuration for ovh - Update ProviderFactory for ovh Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Debug Ovh sms gateway. Has been tested with the test function Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Improve documentation since it seems not that easy Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Update Admin Documentation.md Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Update Admin Documentation.md Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Update Admin Documentation.md Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Fix php syntax Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Bump css-loader from 3.4.1 to 3.4.2 Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.1...v3.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> [tx-robot] updated from transifex [tx-robot] updated from transifex Add sms77 to help and fix case selection string Signed-off-by: Olav Seyfarth <nursoda@users.noreply.github.com> Update OVH sms provider to remove ovh/ovh dependency Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Update OVH sms provider to remove ovh/ovh dependency Update ovh endpoints Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Fix typos Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Fix typos bis Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Fix POST request Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Remove ovh/ovh with composer Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Stupid commit to get the DCO ?! Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Add requested corrections Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr> Fix indentation Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr>
2020-01-19Add sms77 to help and fix case selection stringOlav Seyfarth
Signed-off-by: Olav Seyfarth <nursoda@users.noreply.github.com>
2019-12-10add sms77io SMS providerAndré Matthies
Signed-off-by: André Matthies <matthiez@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-10Merge pull request #293 from astriffe/patch-1Christoph Wurst
Upgrade eCall SMS gateway to their new API spec
2019-12-10* Added Spryng as SMS providerRuben de Wit
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-27Upgrade eCall SMS gateway to their new API specAlexander Striffeler
The current URL doesn't work any longer, update the API scheme according to https://www.ecall.ch/fileadmin/user_upload/ecall/Homepage_neu/Flyer_und_Papers/F24-Schweiz_Beschreibung_HTTP-HTTPS-2.0_DE.pdf Signed-off-by: Alexander Striffeler <alexanders@bluewin.ch>
2019-05-09Simplify telegram setupChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-21add provider to send SMS via Huawei E3531 3G stickMartin Keßler
2019-03-08Show the app's icons in the personal settingsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-07Migrate personal settings to Nextcloud 15 provider settings APIChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-15Merge branch 'master' into remove-invalid-providerFrancois Blackburn
2019-01-15remove invalid voipsms providerFrancois Blackburn
This change was introduce by the ecallsms pull requests: https://github.com/nextcloud/twofactor_gateway/pull/182 and it seems a result from copy paste of voipms pull requests: https://github.com/nextcloud/twofactor_gateway/pull/169
2019-01-15Merge branch 'master' into voipmsFrancois Blackburn
2019-01-08Add eCall SMS providerFabian Zihlmann
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-07improved the gateway and identifier argument description.j-ed
2019-01-07Improved the gateway argument description.j-ed
2018-12-27add voip.ms sms providerFrancois Blackburn
2018-11-12Added support for PuzzelSMSKim Syversen
2018-10-04Add debug logging to telegram gatewayChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-28Merge pull request #121 from nextcloud/fix/telegram-chat-id-cachingChristoph Wurst
Fix caching of telegram chat id
2018-09-26set correct classnameMario Klug
2018-09-26added clockworksms as providerMario Klug
2018-09-26Fix caching of telegram chat idChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-19Add unit tests for the gateway state and factory classesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-19Remove dead TestGateway classfix/remove-dead-classChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>