Commit Graph
272 Commits
Author SHA1 Message Date
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 67aa882eee Open register page after a clean installation (#954)
* Redirect to /register if there is no account
* Remove default creation for admin@admin.com
2018-03-13 23:28:42 +01:00
Alexis SaettlerandGitHub 9a5a35332e Fix sonar issues (#999) 2018-03-11 23:14:19 +01:00
Alexis SaettlerandGitHub 558515b59a Fix issues proposed by sonar (#986) 2018-03-08 22:37:27 +01:00
Alexis SaettlerandGitHub e2933bd2df Use google2fa-laravel dev-master (#949) 2018-03-06 20:05:33 +01:00
Matthew BrownandAlexis Saettler 749caa2c03 Fix issues found by static analysis (#878) 2018-03-04 18:23:33 +01:00
Alexis SaettlerandGitHub 422a305b14 Fix gravatar support (#944) 2018-03-02 13:04:47 +01:00
Régis FreydandGitHub 8d2b21a0ce Fix reset account deleting default account values (#956)
This fixes #922
2018-03-01 20:50:05 -05:00
Alexis SaettlerandGitHub 9fbf194e89 Fixes based on sonar recommandations (#934) 2018-02-26 19:31:39 +01:00
Régis FreydandGitHub 20d601580d Fix broken search (#941) 2018-02-26 07:41:24 -05:00
Régis FreydandGitHub e96b70f95c Add concept of notifications for reminders (#894) 2018-02-25 17:42:14 -05: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 3cbd95dec0 Add ability to associate and remove one or more tags to a contact via the API (#924)
3 new API methods have been added:

* It allows to associate one or more tags with a contact,
* It allows to remove one or more tags from a contact,
* It allows to remove all the tags from a contact at once.
2018-02-24 18:01:15 -05:00
Régis FreydandGitHub ba9f77fe81 Fix contact deletion not working (#915) 2018-02-19 19:53:42 -05:00
Alexis SaettlerandGitHub 01a7f593b7 Run tests with php 7.0 (#904) 2018-02-18 02:17:13 +01:00
Alexis SaettlerandGitHub 2c14f6d0ee Fix default genders seed with setup:production (#898) 2018-02-15 21:40:19 +01: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 b46fa4631c Better edit contact screen (#890) 2018-02-11 11:23:20 -05:00
Régis FreydandGitHub d004791b11 Refactor destroyAndReplace method to facilitate unit testing (#880) 2018-02-04 16:39:56 -05:00
Régis FreydandGitHub e78e140b9e Add support for custom genders (#879) 2018-02-04 15:44:26 -05:00
Régis FreydandGitHub cc754ca35d Add Annual plan (#861) 2018-01-28 13:22:55 -05:00
Régis FreydandGitHub a9a6e4cdc6 Add more unit tests for Gift model (#843) 2018-01-21 23:19:14 -05:00
Régis FreydandGitHub a5a602033d Add ability to export a contact as CSV (#840) 2018-01-21 22:28:47 -05:00
Alexis SaettlerandRégis Freyd 8e6da8c914 Add translation for preferences updated successfully message (#797) 2018-01-20 09:10:57 -05:00
Régis FreydandGitHub 7f246922ed Add ability to mark a gift idea as being offered (#831) 2018-01-18 23:53:20 -05:00
Steven MaguireandRégis Freyd 92e98516e9 Add pet api support (#779) 2018-01-18 19:02:56 -05:00
Régis FreydandGitHub 5e1ad97d52 Remove list of events being loaded in the dashboard for no reason (#811)
Close #764
2018-01-14 13:37:10 -05:00
DannyandRégis Freyd 495ff6fc90 Add ability to sort contact list by last activity date (#775) 2018-01-08 20:39:35 -05:00
Jakaria BlaineandRégis Freyd c836f56762 API: Fetch Countries in alphabetical order (#752) 2018-01-08 19:22:36 -05:00
Alexis SaettlerandRégis Freyd 620c5de2b0 Add Two Factor Authentication (2FA) (#724) 2018-01-08 18:17:06 -05:00
Régis FreydandGitHub d3f28ae9cb Fix account deletion not being able to be deleted (#770) 2018-01-07 09:54:09 -05:00
DannyandRégis Freyd cfbecb18b1 Display missing page when loading a contact that does not exist (#741)
Close #276
2018-01-06 11:24:02 -05:00
DannyandRégis Freyd b1708801e4 Add ability to filter contacts by more than one tag (#738)
Close #659
2018-01-06 11:00:18 -05:00
Régis FreydandGitHub bf5c8e160c Fix avatars not clickable on dashboard (#761) 2018-01-06 10:48:44 -05:00
Régis FreydandGitHub 97d8028c56 Fix avatars on new dashboard (#759) 2018-01-06 10:21:17 -05:00
Régis FreydandGitHub fe974db4c1 Change the structure of the dashboard (#755) 2018-01-06 09:31:57 -05:00
DannyandRégis Freyd 10941325ef Allow searching by phone number (or contact fields in general) (#735)
This will allow a user to search there contacts by there contact information. It is done by entering the field they are searching by followed by a : then the search term. For example to find a contact with the email example@example.com you would enter email:example@example.com. 

Fixes #729
2018-01-02 11:06:55 -05:00
Régis FreydandGitHub 6d8dcefe77 Add Pets management (#722) 2017-12-26 21:38:09 -05:00
Régis FreydandGitHub 94f8146411 Change how the Journal works (#709) 2017-12-22 14:53:45 -05:00
Alexis SaettlerandRégis Freyd bf084ae2eb Add ability to change password in Settings (#696) 2017-12-18 09:28:34 -05:00
Simon HannaandRégis Freyd 3738695932 Fix contact creation on PostgreSQL (#688) 2017-12-13 16:09:47 -05:00
Régis FreydandGitHub d8bed11785 Add ability to add dates without a year (#677) 2017-12-13 15:38:05 -05:00
Zach2825andRégis Freyd e47917f1aa Allow decimal values in debt (#655) 2017-12-04 12:55:38 -05:00
Régis FreydandGitHub 76c75ce6e7 Add inline notes editing and favorites for notes (#672)
Notes are now edited inline (with Vue.js) and can be marked as favorites.
Favorite notes will appear on the dashboard in a new tab.
2017-12-04 09:55:47 -05:00
Régis FreydandGitHub eb05b61b91 Add ability to edit account owner first and last names (#669) 2017-11-30 21:00:09 -05:00
Régis FreydandGitHub 7e367d67da Manage tasks in Vue.js (#666)
* Tasks are now edited inline
* Tasks can be marked as completed
* Tasks can be edited
2017-11-29 16:07:37 -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