Commit Graph
109 Commits
Author SHA1 Message Date
Alexis SaettlerandGitHub d16015b48a Apply fixes from StyleCI (#5214) 2021-05-20 22:41:01 +02:00
Alexis SaettlerandGitHub 3f2821d75a fix: fix import vcard stability (#5160) 2021-05-03 20:52:37 +02:00
Alexis SaettlerandGitHub 0a732b218c refactor: fix audit logs display (#4971) 2021-03-17 21:24:37 +01:00
Regis FreydandGitHub 686a0a1f0b feat: set and clear personal description now appears in change log (#4893) 2021-02-20 18:08:54 -05:00
Alexis SaettlerandGitHub a18962ecbf feat: add notion of addressbooks (#3749) 2020-12-15 08:54:27 +01:00
Joaquim Monserrat CompanysandGitHub 657d824273 feat: allow customization of life event types (#4243) 2020-10-31 13:11:18 +01:00
Alexis SaettlerandGitHub c5ecf34214 chore: fix search scopes (#3852) 2020-04-16 23:09:05 +02:00
Joaquim Monserrat CompanysandGitHub d56abc823a fix: edit multiple notes at the same time (#3779) 2020-04-11 21:30:35 +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
Alexis SaettlerandGitHub 87bb435ab0 chore: remove access of eager load object if not needed (#3639) 2020-03-04 22:25:24 +01:00
Alexis SaettlerandGitHub 4bd5edc040 fix: fix _header blade include (#3587) 2020-02-16 17:31:05 +01:00
Regis FreydandGitHub 4863b923fc feat: add audit log for contact description (#3582) 2020-02-13 21:27:34 -05:00
Regis FreydandGitHub 5bf26262dc chore: refactor account model (#3570) 2020-02-13 10:48:51 -05:00
Regis FreydandGitHub 1ac905580e feat: add support for audit log (#3547) 2020-02-12 08:12:49 -05:00
Regis FreydandGitHub 355f3b8a23 chore: refactor user model (#3564) 2020-02-11 16:01:06 -05:00
Regis FreydandGitHub d170ec2758 fix: fix how you met date not being deleted upon save (#3542) 2020-02-02 20:45:19 -05:00
Alexis SaettlerandGitHub 3e007af34e feat: enable activities edit (#3422) 2020-01-08 08:24:51 +01:00
Alexis SaettlerandGitHub 56bfde72cd feat: associate a photo to a gift (#3342) 2020-01-04 20:24:17 +01:00
Alexis SaettlerandGitHub 99f84c2906 feat: add API contact properties update + documents + photos + avatar (#3302) 2019-12-18 22:55:24 +01:00
Regis FreydandGitHub 161ffcdc1f feat: refactor how activities are managed and displayed (#2299) 2019-12-16 20:42:02 -05:00
Alexis SaettlerandGitHub 63c2005ab0 refactor: use request input (#3303) 2019-12-15 22:05:01 +01:00
Alexis SaettlerandGitHub 0a562adfc8 fix: use jobs for create avatar migration (#2984) 2019-09-09 15:48:30 +02:00
Regis FreydandAlexis Saettler 72ff0d3da4 feat: change avatar management (#2112) 2019-08-17 21:32:10 +02:00
Alexis SaettlerandGitHub 4e7a2ca972 fix: fix conversation creation (#2894) 2019-08-12 19:15:13 +02:00
dependabot-preview[bot]andAlexis Saettler 387e45b85d chore(deps): bump laravel/cashier from 8.0.1 to 9.3.5 (#2857)
* chore(deps): bump laravel/cashier from 8.0.1 to 9.3.5

Bumps [laravel/cashier](https://github.com/laravel/cashier) from 8.0.1 to 9.3.5.
- [Release notes](https://github.com/laravel/cashier/releases)
- [Changelog](https://github.com/laravel/cashier/blob/9.0/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/cashier/blob/9.0/UPGRADE.md)
- [Commits](https://github.com/laravel/cashier/compare/v8.0.1...v9.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-10 16:12:47 +02:00
Alexis SaettlerandGitHub b654ffd92f feat: group relationships in create/edit forms (#2642) 2019-05-04 12:38:58 +02:00
Alexis SaettlerandGitHub f42a342ebb chore(deps): update vue-select to the latest version (#2632) 2019-04-29 23:50:47 +02:00
Alexis SaettlerandGitHub 0b265ec73f fix: fix display relationship without a partner (#2598) 2019-04-14 16:06:15 +02:00
Alexis SaettlerandGitHub 6720163725 fix: fix relationship create (#2587) 2019-04-08 22:57:45 +02:00
Alexis SaettlerandGitHub 8d9303fac3 feat: add ability to update a relationship (#2470) 2019-04-07 15:36:22 +02:00
Alexis SaettlerandGitHub a5939d52cf feat: add gender type/sex (#2419) 2019-03-28 07:50:50 +01:00
mechanarchyandAlexis Saettler ca5de97e9c fix: deleting a LifeEvent no longer deletes the associated Contact (#2462) 2019-02-24 11:24:48 +01:00
Matthew BrownandAlexis Saettler 684ce6bc56 refactor: fix bad return types with Psalter (#2435) 2019-02-16 19:20:28 +01:00
Alexis SaettlerandGitHub d6e851fcac fix: set a relationship without select any birthdate option (#2414) 2019-02-10 11:55:43 +01:00
Alexis SaettlerandGitHub 92bef2413c chore: add phpstan (#2383) 2019-02-07 22:44:34 +01:00
Régis FreydandGitHub 7b51868996 chore: refactor activity type categories (#2348) 2019-02-03 07:17:51 -05:00
Alexis SaettlerandGitHub f660c4fd98 feat: register all app services as singleton (#2337) 2019-01-25 15:56:35 +01:00
Alexis SaettlerandGitHub d487b434cb fix: fix datepicker input format for locales (#2334) 2019-01-24 10:36:38 +01:00
Régis FreydandGitHub 69cfdebb1a feat: refactor reminders (#2223)
yolo
2019-01-15 18:03:13 -05:00
Alexis SaettlerandGitHub 1d5515cf6d fix: fix label 'for' attributes (#2283) 2019-01-12 11:47:56 +01:00
Alexis SaettlerandGitHub 95df53135d fix: fix validation fails with Services (#2258) 2019-01-05 16:24:09 +01:00
Alexis SaettlerandGitHub 68f39369f3 fix: fix conversation without message (#2227) 2018-12-30 10:28:21 +01:00
Alexis SaettlerandGitHub 728584bce3 fix: fix associating null tag (#2213) 2018-12-26 11:42:58 +01:00
Régis FreydandGitHub 731a6f0643 feat: add the concept of places (#2169) 2018-12-20 22:23:19 -05:00
Régis FreydandGitHub 3fd483186d feat: add ability to add gps coordinates to addresses (#2160) 2018-12-16 16:23:49 -05:00
Régis FreydandGitHub 64a7e51f72 feat: add ability to upload photos (#2132) 2018-12-13 15:12:45 -05:00
Régis FreydandGitHub 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 FreydandGitHub e226175f62 feat: add ability to indicate who initiated a phone call (#2143) 2018-12-08 21:24:15 -05:00
Régis FreydandGitHub 6f76405d49 feat: allow editing of phone calls (#2134) 2018-12-08 18:02:50 -05:00