Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zoner-sms-gateway channel #41

Closed
wants to merge 28 commits into from

Commits on Dec 19, 2017

  1. Copied files from skeleton

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    40a8095 View commit details
    Browse the repository at this point in the history
  2. Add some PhpStorm files and git-ignore rest

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    0956443 View commit details
    Browse the repository at this point in the history
  3. Replace :channel_namespace with ZonerSmsGateway

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    2051bf5 View commit details
    Browse the repository at this point in the history
  4. Replace :service_name with Zoner SMS-Gateway

    ...or ZonerSmsGateway.
    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    4eee2a9 View commit details
    Browse the repository at this point in the history
  5. Replace :author_* with proper values

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    f29b83c View commit details
    Browse the repository at this point in the history
  6. Replace :package_name with zoner-sms-gateway

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    094efb7 View commit details
    Browse the repository at this point in the history
  7. Replace :package_description with proper package description

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    6ffaadf View commit details
    Browse the repository at this point in the history
  8. Replace :style_ci_id with our Style CI ID

    It points to wysiwygoy/zoner-sms-gateway for now.
    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    39c157a View commit details
    Browse the repository at this point in the history
  9. Replace :sensio_labs_id with our SensioLabs ID

    It points to wysiwygoy/zoner-sms-gateway for now.
    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    bb05038 View commit details
    Browse the repository at this point in the history
  10. Remove skeleton instructions from README

    Some of them at least.
    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    1eb1e3b View commit details
    Browse the repository at this point in the history
  11. Tell PhpStorm the src and test folders

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    78182d5 View commit details
    Browse the repository at this point in the history
  12. Implement functionality

    Now this is a great title for commit or what!
    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    fe7a70d View commit details
    Browse the repository at this point in the history
  13. Apply fixes from StyleCI

    jarnoan authored and Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    094b954 View commit details
    Browse the repository at this point in the history
  14. Support customizing receiver number in a message

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    5babaf2 View commit details
    Browse the repository at this point in the history
  15. Update PhpStorm project file after composer update

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    2bb2148 View commit details
    Browse the repository at this point in the history
  16. Specify default sender

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    46b7ab0 View commit details
    Browse the repository at this point in the history
  17. Use 'sender' and 'receiver' instead of 'from' and 'to'

    Also improved tests.
    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    e5e1efc View commit details
    Browse the repository at this point in the history
  18. Use notifiable phone_number as receiver as a last resort

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    7339e47 View commit details
    Browse the repository at this point in the history
  19. Rename the receiver number variable in integration test

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    d9cf4c0 View commit details
    Browse the repository at this point in the history
  20. Add more info in README

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    0ada99a View commit details
    Browse the repository at this point in the history
  21. Apply fixes from StyleCI

    jarnoan authored and Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    1bb3265 View commit details
    Browse the repository at this point in the history
  22. Require Laravel 5.4 and PHP 7

    For some reason tests didn't work on Laravel 5.3.
    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    2d17e62 View commit details
    Browse the repository at this point in the history
  23. Use wysiwyg github account for travis and scrutinizer for now

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    e436492 View commit details
    Browse the repository at this point in the history
  24. Use correct comment format in .env example

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    a3a6189 View commit details
    Browse the repository at this point in the history
  25. Fix StyleCI url

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    1c31172 View commit details
    Browse the repository at this point in the history
  26. Fix message creation in examples

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    4489c76 View commit details
    Browse the repository at this point in the history
  27. Fix issues found by Scrutinizer

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    a26ad4e View commit details
    Browse the repository at this point in the history
  28. Remove executability on .md files

    Jarno Antikainen committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    978128a View commit details
    Browse the repository at this point in the history