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

feat: subscribe with the customer portal instead of stripe #6049

Draft
wants to merge 48 commits into
base: 4.x
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b475659
feat: subscribe with the customer portal instead of stripe
djaiss Mar 9, 2022
2cf35f6
Apply fixes from StyleCI
StyleCIBot Mar 9, 2022
7f16190
wip
djaiss Mar 9, 2022
1956aa1
Apply fixes from StyleCI
StyleCIBot Mar 9, 2022
fd4e04f
wip
djaiss Mar 9, 2022
736acae
Apply fixes from StyleCI
StyleCIBot Mar 9, 2022
af214e8
wip
djaiss Mar 9, 2022
b316fac
Apply fixes from StyleCI
StyleCIBot Mar 9, 2022
d313412
Merge branch 'main' into 2022-03-07-billing
djaiss Mar 9, 2022
0af387c
Update package.json
djaiss Mar 11, 2022
0ddd47b
Update composer.lock
djaiss Mar 11, 2022
2e93998
Update app/Services/Account/Subscription/ActivateLicenceKey.php
djaiss May 14, 2022
8778755
Apply fixes from StyleCI
StyleCIBot May 14, 2022
6e43528
Update resources/views/settings/subscriptions/blank.blade.php
djaiss May 15, 2022
0289cfe
Update resources/views/settings/subscriptions/blank.blade.php
djaiss May 15, 2022
5163375
Update app/Services/Account/Subscription/ActivateLicenceKey.php
djaiss May 15, 2022
d05d621
Update app/Services/Account/Subscription/ActivateLicenceKey.php
djaiss May 15, 2022
fecc952
Update app/Services/Account/Subscription/ActivateLicenceKey.php
djaiss May 15, 2022
444113e
Update app/Jobs/Settings/CheckLicenceKeys.php
djaiss May 15, 2022
c64e5d3
Update app/Models/Account/Account.php
djaiss May 15, 2022
cc37c80
Update app/Services/Account/Subscription/ActivateLicenceKey.php
djaiss May 15, 2022
f22a05e
changes
djaiss May 15, 2022
8a01c7e
adapt with last monicahq/customers changes
asbiin May 16, 2022
25f022c
Apply fixes from StyleCI
StyleCIBot May 16, 2022
4c74f4f
add tests
asbiin May 16, 2022
d806e91
Merge branch '2022-03-07-billing' of github.com:monicahq/monica into …
asbiin May 16, 2022
b5615db
Apply fixes from StyleCI
StyleCIBot May 16, 2022
94a3159
more tests
asbiin May 16, 2022
2df3c55
Apply fixes from StyleCI
StyleCIBot May 16, 2022
58af6db
Merge remote-tracking branch 'origin/main' into 2022-03-07-billing
asbiin May 16, 2022
0af744e
split decodeAndStoreKey
asbiin May 20, 2022
0b68cca
Apply fixes from StyleCI
StyleCIBot May 20, 2022
a9c6c64
Merge branch 'main' into 2022-03-07-billing
djaiss Jul 23, 2022
f8d6f42
Merge branch 'main' into 2022-03-07-billing
djaiss Aug 22, 2022
57f569b
Update AppServiceProvider.php
djaiss Aug 23, 2022
44ae474
Update AccountSubscriptionTest.php
djaiss Aug 23, 2022
ecb82c1
fixes
djaiss Aug 24, 2022
773b853
Delete AccountSubscriptionTest.php
djaiss Aug 25, 2022
7542222
fixes
djaiss Oct 2, 2022
a4fef9c
Merge branch 'main' into 2022-03-07-billing
djaiss Oct 2, 2022
30d9f99
Apply fixes from StyleCI
StyleCIBot Oct 2, 2022
fa6b646
fix
djaiss Oct 2, 2022
258c427
use MissingPrivateKeyException
asbiin Oct 18, 2022
9db1975
Apply fixes from StyleCI
StyleCIBot Oct 18, 2022
964972e
Merge remote-tracking branch 'origin/main' into 2022-03-07-billing
asbiin Oct 19, 2022
9884708
get next_check_at from api call
asbiin Oct 19, 2022
c6ac38e
fix job schedule
asbiin Oct 20, 2022
25a1916
update change and cancel links
asbiin Oct 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
djaiss committed Oct 2, 2022
commit fa6b646584ae6ea1f80f0671335c470a65ae054d
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -34,8 +34,6 @@ parameters:
path: */Traits/Searchable.php
- message: '#Access to an undefined property Faker\\Generator::\$state\.#'
path: */Console/Commands/SetupTest.php
- message: '#Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\HasMany::recurring\(\)\.#'
path: */Traits/Subscription.php
- message: '#Function dns_get_record is unsafe to use\. It can return FALSE instead of throwing an exception\. Please add ''use function Safe\\dns_get_record;'' at the beginning of the file to use the variant provided by the ''thecodingmachine/safe'' library\.#'
path: */Services/DavClient/Utils/Dav/ServiceUrlQuery.php
- message: '#Access to an undefined property App\\Models\\Relationship\\Relationship::\$relationshipTypeLocalized\.#'