Commit Graph

20 Commits

Author SHA1 Message Date
Alexis Saettler 78cd01b2b5 chore: update dependencies for Laravel 9 (#6098) 2022-08-12 18:42:35 +02:00
Alexis Saettler 223fbed0a8 Apply fixes from StyleCI (#5495) 2021-09-12 09:13:02 +02:00
Alexis Saettler e298c63dd2 feat: allow to update a subscription frequency (#5436) 2021-08-26 14:16:39 +02:00
Alexis Saettler 53977cc9eb fix: fix stripe pages stability (#5161) 2021-05-03 22:26:37 +02:00
Alexis Saettler ca217056bb fix: fix subscriptions list display (#4967) 2021-03-16 13:20:11 +00:00
Alexis Saettler a18962ecbf feat: add notion of addressbooks (#3749) 2020-12-15 08:54:27 +01:00
Alexis Saettler 0a2604d6d3 chore: upgrade to laravel 7 (#3746) 2020-04-01 09:50:58 +02:00
Regis Freyd 5bf26262dc chore: refactor account model (#3570) 2020-02-13 10:48:51 -05:00
Regis Freyd 34c392bda0 feat: add a link to archive all contacts during downgrade process (#3536) 2020-02-02 21:02:31 -05:00
dependabot-preview[bot] 296437e737 chore(deps): bump laravel/cashier from 9.3.5 to 10.0.0 (#2901) 2019-08-16 16:38:48 +02:00
Alexis Saettler 557f34bf55 fix: fix subscription cancel (#2886) 2019-08-11 18:35:30 +02:00
Matthew Brown 684ce6bc56 refactor: fix bad return types with Psalter (#2435) 2019-02-16 19:20:28 +01:00
dependabot[bot] 37ee26af33 build(deps-dev): bump vimeo/psalm from 2.0.10 to 2.0.11 (#1774)
* build(deps-dev): bump vimeo/psalm from 2.0.10 to 2.0.11

Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Changelog](https://github.com/vimeo/psalm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vimeo/psalm/compare/2.0.10...2.0.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Initialize errorMessage variable
2018-09-04 21:33:28 +02:00
Alexis Saettler c1571334ee fix: Catch stripe errors (#1714) 2018-08-19 14:06:16 +02:00
Alexis Saettler 0ec0e8591d Use route function everywhere (#1568) 2018-07-22 21:04:31 +02:00
Alexis Saettler 006ce9ad3e I18n improvements (#1060)
* Add a default locale
* Use html lang and dir attributes
* Fix translations
* Add pluralize forms
2018-03-26 22:00:36 +02:00
Régis Freyd cc754ca35d Add Annual plan (#861) 2018-01-28 13:22:55 -05:00
Régis Freyd 8b7d9206c2 Fix access to upgrade account view (#578) 2017-09-06 08:45:38 -04:00
Régis Freyd a2172f0851 Add style CI (#503)
Hopefully this will result in slightly better code.
2017-07-26 21:02:55 -04:00
Régis Freyd 5b5b2da5f8 Add multi user support and subscriptions (#359)
This pull request adds support to multi users in one account. It also introduces the notion of subscriptions.

Accounts can now have multiple users.

Subscriptions are defined by a new env variable called REQUIRES_SUBSCRIPTION, and defaults to false. As promised, all the paid features on .com will be free if you download and host Monica on your own server.
2017-06-20 20:51:40 -04:00