Commit Graph

31 Commits

Author SHA1 Message Date
Alexis Saettler 56bfde72cd feat: associate a photo to a gift (#3342) 2020-01-04 20:24:17 +01:00
Regis Freyd aad07b8347 feat: refactor the export process (#3119) 2019-10-30 09:41:06 -04:00
Regis Freyd 2f94a5f133 chore: more logs (#3115) 2019-10-21 21:00:56 -04:00
Regis Freyd 0f71e60ba8 chore: more logs in the export process (#3114) 2019-10-21 20:39:15 -04:00
Regis Freyd 8a32563e15 chore: add log to the export process (#3113) 2019-10-21 19:39:28 -04:00
Alexis Saettler 0770bcc138 fix: fix schedule run (#2652) 2019-05-07 15:02:57 +02:00
Alexis Saettler ab15f93256 feat: add WebAuthn multi-factor authentication (#2570) 2019-05-04 15:44:08 +02:00
Régis Freyd 64a7e51f72 feat: add ability to upload photos (#2132) 2018-12-13 15:12:45 -05:00
Régis Freyd a4e051e61c feat: add foundation to support emotions and ability to log emotions during a phone call (#2144) 2018-12-13 15:01:47 -05:00
Régis Freyd 574e89a31d feat: read changelogs from json file instead of db (#2016) 2018-11-11 10:44:08 -05:00
Régis Freyd e3e9fcbdcd feat: add life events feature (#1765) 2018-09-25 19:18:07 -04:00
Alexis Saettler 8dbd4b536c fix: fix sql export (#1832) 2018-09-22 13:33:37 +02:00
Régis Freyd a356cb47ab Fix export feature (#1598) 2018-07-23 19:44:16 -04:00
Régis Freyd b4ec3d96ca Replace activity types and activity type categories models (#1556)
This PR adds the first step towards supporting custom activity types and custom activity type categories.
2018-07-14 08:25:31 -04:00
Tom Rochette d4a1abad6e Replace queries with hardcoded "monica" database name to use the current default connection database (#1372) 2018-06-10 19:14:09 +02:00
Alexis Saettler 67171c0309 Get list of countries from countries-laravel package (#1117) 2018-05-08 18:30:35 +02:00
Régis Freyd 874a7f09fb Add ability to define which features you want active on the Contact sheet (#1121) 2018-04-09 09:07:52 -04:00
Gabriel Caruso 1794435726 Use now helper (#1051) 2018-03-29 10:09:04 +02:00
Alexis Saettler 9d2c787b58 Reduce sonar complexity (#992) 2018-03-17 11:12:49 +01:00
Alexis Saettler 9fbf194e89 Fixes based on sonar recommandations (#934) 2018-02-26 19:31:39 +01:00
Régis Freyd 6d8dcefe77 Add Pets management (#722) 2017-12-26 21:38:09 -05:00
Régis Freyd d8bed11785 Add ability to add dates without a year (#677) 2017-12-13 15:38:05 -05:00
Régis Freyd 8e575735d5 Add support for multiple contact fields and addresses (#657)
This requires to run the migrations `php artisan migrate` which might take some time.
2017-11-26 09:36:20 -05:00
Régis Freyd f91d785fcf Omit OAuth tables in the export job (#638) 2017-11-03 09:29:25 -04:00
degan6 d9e4f0db69 Add ability to store files on AWS S3 (#547)
Close #270
2017-08-16 19:09:32 -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 647e8fa4f8 Add version checking (#495) 2017-07-24 23:19:49 -04:00
Houssam 9569a81466 Simplify ExportAccountAsSQL.php (#425) 2017-07-09 17:15:27 -04:00
Régis Freyd fa190ec382 Add import from vCard from inside the application (#407) 2017-06-29 21:57:41 -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
Yamamoto Kadir 86fe1baeef Refactor SettingsController for readability (#308)
* Refactor SettingsController
* Fix issues with account deletion
2017-06-16 19:26:06 -04:00