Commit Graph
37 Commits
Author SHA1 Message Date
Alexis SaettlerandGitHub 055ef8cd2f fix: allow debug dav navigate (#3863) 2020-04-19 13:16:44 +02:00
Alexis SaettlerandGitHub 36ec2a0fcd fix: fix AuthenticateWithTokenOnBasicAuth (#3861) 2020-04-19 11:03:41 +02:00
Alexis SaettlerandGitHub 91597533da feat: remove authentication with login + password for carddav (#3830) 2020-04-12 22:44:58 +02:00
Alexis SaettlerandGitHub df166d62e6 fix: fix login route already set by Laravel now (#3802) 2020-04-08 09:28:34 +02:00
Alexis SaettlerandGitHub 0a2604d6d3 chore: upgrade to laravel 7 (#3746) 2020-04-01 09:50:58 +02:00
Alexis SaettlerandGitHub 7257a5a1b3 fix: fix bugs with phpstan and psalm (#3753) 2020-03-29 16:44:06 +02:00
Regis FreydandGitHub 5bf26262dc chore: refactor account model (#3570) 2020-02-13 10:48:51 -05:00
Regis FreydandGitHub 355f3b8a23 chore: refactor user model (#3564) 2020-02-11 16:01:06 -05:00
Alexis SaettlerandGitHub c096741beb feat: improve trim string middleware (#3181) 2019-11-11 20:56:12 +01:00
dependabot-preview[bot]andAlexis Saettler 9a050c0d9c chore(deps-dev): bump vimeo/psalm from 3.4.11 to 3.4.12 (#2924)
* chore(deps-dev): bump vimeo/psalm from 3.4.11 to 3.4.12

Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.4.11 to 3.4.12.
- [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/3.4.11...3.4.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 23:47:09 +02:00
Alexis SaettlerandGitHub dfb7b07ff4 feat: add stripe webhook handle (#2890) 2019-08-11 10:52:53 +02:00
Alexis SaettlerandGitHub afcafa679b chore(deps): upgrade to laravel/framework 5.8 (#2553) 2019-03-31 00:17:20 +01:00
Alexis SaettlerandGitHub 00eb3c96dd chore(deps): update monicahq/laravel-cloudflare package (#2548) 2019-03-23 13:00:46 +01:00
dependabot[bot]andAlexis Saettler ec8835b88f chore(deps): bump sentry/sentry-laravel from 0.11.0 to 1.0.0 (#2471) 2019-03-03 20:22:52 +01:00
Alexis SaettlerandGitHub 92bef2413c chore: add phpstan (#2383) 2019-02-07 22:44:34 +01:00
Alexis SaettlerandGitHub 6c8a8ea9a9 feat: vcard services for import/export (#1996)
Improve CardDAV with write functions
2018-11-11 16:24:52 +01:00
Alexis SaettlerandGitHub 566b0b1348 fix: rewrite OAuth login controller (#2014) 2018-11-11 14:45:41 +01:00
Samuel VandammeandAlexis Saettler c7eea2b8c5 feat: CardDAV support (#1284) 2018-10-29 23:25:47 +01:00
Alexis SaettlerandGitHub b15f1e5af5 chore: remove old email verification module and use laravel's one (#1965) 2018-10-28 22:58:17 +01:00
Alexis SaettlerandGitHub 4259d5f955 feat: update mail template (#1768) 2018-09-19 00:16:16 +02:00
Alexis SaettlerandGitHub 2c85d32e75 feat: sentry integration (#1824) 2018-09-18 23:45:39 +02:00
Alexis SaettlerandGitHub b350757653 fix: do not send confirm email when signup_double_optin is false (#1794) 2018-09-12 07:58:13 +02:00
Alexis SaettlerandGitHub d409c95955 feat: add language selector in register page (#1770) 2018-09-04 00:17:54 +02:00
Alexis SaettlerandGitHub 0ec0e8591d Use route function everywhere (#1568) 2018-07-22 21:04:31 +02:00
Alexis SaettlerandGitHub 18be5acaea Fix some sonar issues (#1546) 2018-07-07 16:24:07 +02:00
Régis FreydandGitHub 29197090a7 Restructure where models are stored (#1476)
The idea is to clean the repository a little bit by moving models into their respective folders.
2018-06-14 20:49:12 -04:00
Alexis SaettlerandGitHub a79c19dd6c Add email confirmation on signup (#1374) 2018-05-28 17:40:17 +02:00
DanielandAlexis Saettler 8396ede379 Add trusted proxies to support ssl terminating lb (#1287) (#1312) 2018-05-22 23:57:30 +02:00
Régis FreydandGitHub 9018b558b8 Add GDPR compliance (#1296) 2018-05-20 16:00:03 -04:00
Matthew BrownandAlexis Saettler da73a6e15d Add Psalm to check for possibly fatal issues (#973) 2018-04-29 19:11:40 +02:00
Alexis SaettlerandGitHub 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 FreydandGitHub 7e1cd96bf5 Add API (#606)
This is the first part of the API. It supports most of contacts, as well as the
journal. This PR also brings Monica to Laravel 5.5, as the API required it with
the new concept of resources. It needs to run `php artisan migrate` as well as
`php artisan passport:keys` to generate the access tokens needed for the API.
2017-10-30 08:38:15 -04:00
Régis FreydandGitHub a2172f0851 Add style CI (#503)
Hopefully this will result in slightly better code.
2017-07-26 21:02:55 -04:00
Régis FreydandGitHub 647e8fa4f8 Add version checking (#495) 2017-07-24 23:19:49 -04:00
Daniel LovattandRégis Freyd a1a4accf72 Display human readable dates for latest actions on the dashboard (#406) 2017-06-29 07:00:18 -04:00
Regis Freyd fb4b6f74d6 Fix infinite redirect problem #15 2017-06-06 21:12:17 -04:00
Regis Freyd 2e6760e7db Migrate to organization 2017-02-16 19:21:44 -05:00