Commit Graph
17 Commits
Author SHA1 Message Date
Régis FreydandGitHub ae521f5226 Refactor relationships (#971) 2018-04-01 20:46:51 -04:00
Régis FreydandGitHub ce7ecf5adc Add with parameter in Contact object to retrieve contact fields (#1044) 2018-03-23 22:12:12 -04:00
Régis FreydandGitHub 8be4c15e90 Add ability to sort tasks by completed_at attribute (#1021) 2018-03-20 20:58:22 -04:00
Alexis SaettlerandGitHub c442969abb Fix bug with return values (#1013) 2018-03-18 14:26:28 +01:00
Alexis SaettlerandGitHub 9d2c787b58 Reduce sonar complexity (#992) 2018-03-17 11:12:49 +01:00
Alexis SaettlerandGitHub 558515b59a Fix issues proposed by sonar (#986) 2018-03-08 22:37:27 +01:00
Alexis SaettlerandGitHub 9fbf194e89 Fixes based on sonar recommandations (#934) 2018-02-26 19:31:39 +01:00
Régis FreydandGitHub 8886aa802c Add sort capabilities in the API (#933) 2018-02-25 17:18:37 -05:00
Régis FreydandGitHub 562016f7a9 Improve contact search through the API (#930) 2018-02-25 13:40:43 -05:00
Régis FreydandGitHub dd84961568 Add ability to search contacts through the API (#895) 2018-02-13 22:36:14 -05:00
Régis FreydandGitHub e78e140b9e Add support for custom genders (#879) 2018-02-04 15:44:26 -05:00
Régis FreydandGitHub d8bed11785 Add ability to add dates without a year (#677) 2017-12-13 15:38:05 -05:00
Régis FreydandGitHub 84a1461c0f Add the ability to set an external avatar (#662)
This will allow the new Chrome extension for Monica to fetch
contacts from Facebook and retrieve the avatar.
2017-11-27 19:32:45 -05:00
Régis FreydandGitHub 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 FreydandGitHub dbdd524236 Add ability to mark contact as dead (#642) 2017-11-09 13:23:33 -05:00
Régis FreydandGitHub f776aec510 Add notion of how you met (#633) 2017-11-02 12:36:37 -04: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