Alexis Saettler
a75fa01ac2
Fix delete contact's relationship on contact delete ( #1132 )
2018-04-10 09:42:39 +02:00
Dago
97a1d3a97c
Add ability to set a journal entry date ( #1116 )
2018-04-09 20:48:02 -04:00
Alexis Saettler
6657aeec9a
Fix bugs with last commits ( #1130 )
2018-04-09 21:07:04 +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
Alexis Saettler
0830b09134
Fix Gifts handle ( #1115 )
2018-04-08 23:58:15 +02:00
Danny
54aecde3d9
Fix a bug when editing gift ( #1088 )
2018-04-08 23:46:20 +02:00
Danny
3ba96cf18b
Add UUID instead of actual ID to identify contacts ( #777 )
...
Close #381
2018-04-08 14:23:13 -04:00
Régis Freyd
ae521f5226
Refactor relationships ( #971 )
2018-04-01 20:46:51 -04:00
Christian Fratta
444f5f51b8
Order lastname and middlename parameters correctly for contact->setName call ( #1073 )
2018-03-30 11:42:39 +02:00
Pascal Schneider
dd8484f0b5
Fixed usage of wrong success message when adding existing contact as kid of someone ( #1041 )
2018-03-30 00:53:19 +02:00
Gabriel Caruso
1794435726
Use now helper ( #1051 )
2018-03-29 10:09:04 +02:00
Alexis Saettler
6ec2597314
Fix i18n improvements ( #1061 )
...
* Fix some codes and pluralize
* Remove urls from locales
2018-03-27 04:16:41 +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
9d883ecba6
Add yearly statistics to activities and calls object ( #1049 )
2018-03-25 12:26:11 -04:00
Régis Freyd
ce7ecf5adc
Add with parameter in Contact object to retrieve contact fields ( #1044 )
2018-03-23 22:12:12 -04:00
Régis Freyd
f5810865e7
Add sorting capabilities to most models in the API ( #1022 )
2018-03-20 21:32:59 -04:00
Régis Freyd
8be4c15e90
Add ability to sort tasks by completed_at attribute ( #1021 )
2018-03-20 20:58:22 -04:00
Alexis Saettler
c442969abb
Fix bug with return values ( #1013 )
2018-03-18 14:26:28 +01:00
Alexis Saettler
9d2c787b58
Reduce sonar complexity ( #992 )
2018-03-17 11:12:49 +01:00
Alexis Saettler
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 Saettler
9a5a35332e
Fix sonar issues ( #999 )
2018-03-11 23:14:19 +01:00
Alexis Saettler
558515b59a
Fix issues proposed by sonar ( #986 )
2018-03-08 22:37:27 +01:00
Alexis Saettler
e2933bd2df
Use google2fa-laravel dev-master ( #949 )
2018-03-06 20:05:33 +01:00
Matthew Brown
749caa2c03
Fix issues found by static analysis ( #878 )
2018-03-04 18:23:33 +01:00
Alexis Saettler
422a305b14
Fix gravatar support ( #944 )
2018-03-02 13:04:47 +01:00
Régis Freyd
8d2b21a0ce
Fix reset account deleting default account values ( #956 )
...
This fixes #922
2018-03-01 20:50:05 -05:00
Alexis Saettler
9fbf194e89
Fixes based on sonar recommandations ( #934 )
2018-02-26 19:31:39 +01:00
Régis Freyd
20d601580d
Fix broken search ( #941 )
2018-02-26 07:41:24 -05:00
Régis Freyd
e96b70f95c
Add concept of notifications for reminders ( #894 )
2018-02-25 17:42:14 -05:00
Régis Freyd
8886aa802c
Add sort capabilities in the API ( #933 )
2018-02-25 17:18:37 -05:00
Régis Freyd
562016f7a9
Improve contact search through the API ( #930 )
2018-02-25 13:40:43 -05:00
Régis Freyd
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 Freyd
ba9f77fe81
Fix contact deletion not working ( #915 )
2018-02-19 19:53:42 -05:00
Alexis Saettler
01a7f593b7
Run tests with php 7.0 ( #904 )
2018-02-18 02:17:13 +01:00
Alexis Saettler
2c14f6d0ee
Fix default genders seed with setup:production ( #898 )
2018-02-15 21:40:19 +01:00
Régis Freyd
dd84961568
Add ability to search contacts through the API ( #895 )
2018-02-13 22:36:14 -05:00
Régis Freyd
b46fa4631c
Better edit contact screen ( #890 )
2018-02-11 11:23:20 -05:00
Régis Freyd
d004791b11
Refactor destroyAndReplace method to facilitate unit testing ( #880 )
2018-02-04 16:39:56 -05:00
Régis Freyd
e78e140b9e
Add support for custom genders ( #879 )
2018-02-04 15:44:26 -05:00
Régis Freyd
cc754ca35d
Add Annual plan ( #861 )
2018-01-28 13:22:55 -05:00
Régis Freyd
a9a6e4cdc6
Add more unit tests for Gift model ( #843 )
2018-01-21 23:19:14 -05:00
Régis Freyd
a5a602033d
Add ability to export a contact as CSV ( #840 )
2018-01-21 22:28:47 -05:00
Alexis Saettler
8e6da8c914
Add translation for preferences updated successfully message ( #797 )
2018-01-20 09:10:57 -05:00
Régis Freyd
7f246922ed
Add ability to mark a gift idea as being offered ( #831 )
2018-01-18 23:53:20 -05:00
Steven Maguire
92e98516e9
Add pet api support ( #779 )
2018-01-18 19:02:56 -05:00
Régis Freyd
5e1ad97d52
Remove list of events being loaded in the dashboard for no reason ( #811 )
...
Close #764
2018-01-14 13:37:10 -05:00
Danny
495ff6fc90
Add ability to sort contact list by last activity date ( #775 )
2018-01-08 20:39:35 -05:00
Jakaria Blaine
c836f56762
API: Fetch Countries in alphabetical order ( #752 )
2018-01-08 19:22:36 -05:00
Alexis Saettler
620c5de2b0
Add Two Factor Authentication (2FA) ( #724 )
2018-01-08 18:17:06 -05:00
Régis Freyd
d3f28ae9cb
Fix account deletion not being able to be deleted ( #770 )
2018-01-07 09:54:09 -05:00