Commit Graph

87 Commits

Author SHA1 Message Date
Alexis Saettler 0a562adfc8 fix: use jobs for create avatar migration (#2984) 2019-09-09 15:48:30 +02:00
Regis Freyd 72ff0d3da4 feat: change avatar management (#2112) 2019-08-17 21:32:10 +02:00
Alexis Saettler 4e7a2ca972 fix: fix conversation creation (#2894) 2019-08-12 19:15:13 +02:00
dependabot-preview[bot] 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 Saettler b654ffd92f feat: group relationships in create/edit forms (#2642) 2019-05-04 12:38:58 +02:00
Alexis Saettler f42a342ebb chore(deps): update vue-select to the latest version (#2632) 2019-04-29 23:50:47 +02:00
Alexis Saettler 0b265ec73f fix: fix display relationship without a partner (#2598) 2019-04-14 16:06:15 +02:00
Alexis Saettler 6720163725 fix: fix relationship create (#2587) 2019-04-08 22:57:45 +02:00
Alexis Saettler 8d9303fac3 feat: add ability to update a relationship (#2470) 2019-04-07 15:36:22 +02:00
Alexis Saettler a5939d52cf feat: add gender type/sex (#2419) 2019-03-28 07:50:50 +01:00
mechanarchy ca5de97e9c fix: deleting a LifeEvent no longer deletes the associated Contact (#2462) 2019-02-24 11:24:48 +01:00
Matthew Brown 684ce6bc56 refactor: fix bad return types with Psalter (#2435) 2019-02-16 19:20:28 +01:00
Alexis Saettler d6e851fcac fix: set a relationship without select any birthdate option (#2414) 2019-02-10 11:55:43 +01:00
Alexis Saettler 92bef2413c chore: add phpstan (#2383) 2019-02-07 22:44:34 +01:00
Régis Freyd 7b51868996 chore: refactor activity type categories (#2348) 2019-02-03 07:17:51 -05:00
Alexis Saettler f660c4fd98 feat: register all app services as singleton (#2337) 2019-01-25 15:56:35 +01:00
Alexis Saettler d487b434cb fix: fix datepicker input format for locales (#2334) 2019-01-24 10:36:38 +01:00
Régis Freyd 69cfdebb1a feat: refactor reminders (#2223)
yolo
2019-01-15 18:03:13 -05:00
Alexis Saettler 1d5515cf6d fix: fix label 'for' attributes (#2283) 2019-01-12 11:47:56 +01:00
Alexis Saettler 95df53135d fix: fix validation fails with Services (#2258) 2019-01-05 16:24:09 +01:00
Alexis Saettler 68f39369f3 fix: fix conversation without message (#2227) 2018-12-30 10:28:21 +01:00
Alexis Saettler 728584bce3 fix: fix associating null tag (#2213) 2018-12-26 11:42:58 +01:00
Régis Freyd 731a6f0643 feat: add the concept of places (#2169) 2018-12-20 22:23:19 -05:00
Régis Freyd 3fd483186d feat: add ability to add gps coordinates to addresses (#2160) 2018-12-16 16:23:49 -05: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 e226175f62 feat: add ability to indicate who initiated a phone call (#2143) 2018-12-08 21:24:15 -05:00
Régis Freyd 6f76405d49 feat: allow editing of phone calls (#2134) 2018-12-08 18:02:50 -05:00
Ronald McCollam b496c0ff5f fix: add conversation add/update flash messages (#2066) 2018-11-30 08:52:13 -05:00
Alexis Saettler 4698c9ae90 fix: display avatars in search (#2075) 2018-11-24 13:19:05 +01:00
Régis Freyd 4f3fbd9615 feat: add ability to create tasks that are not linked to contacts (#2067) 2018-11-17 20:02:07 -05:00
Alexis Saettler 566b0b1348 fix: rewrite OAuth login controller (#2014) 2018-11-11 14:45:41 +01:00
Régis Freyd 1f65b18a3c feat: add ability to autocomplete tags (#1995) 2018-11-09 20:48:12 -05:00
Alexis Saettler c8941e4a92 fix: fix some routes and validations (#1991) 2018-11-07 22:20:47 +01:00
Alexis Saettler 444babbb43 test: improve services rules validation (#1986) 2018-11-02 16:34:22 +01:00
Régis Freyd fd9b28537e feat: add ability to upload documents (#1912) 2018-10-27 20:42:46 -04:00
Alexis Saettler a98b762195 feat: add ability to archive a contact (#1769) 2018-10-26 21:33:24 -04:00
Alexis Saettler 232cee4e44 fix: fix task remove after events table removal (#1929) 2018-10-20 09:34:12 +02:00
Régis Freyd 21c9e9f61c feat: add ability to set a reminder for a life event (#1855) 2018-09-30 21:59:21 -04:00
Régis Freyd e3e9fcbdcd feat: add life events feature (#1765) 2018-09-25 19:18:07 -04:00
Régis Freyd b3372264c8 chore: remove events table (#1829) 2018-09-22 22:22:34 -04:00
Alexis Saettler e97bad8ef6 fix: fix gift recipient relation (#1754) 2018-08-31 19:33:44 +02:00
Régis Freyd be3b6dd710 feat: add ability to track conversations (#1629) 2018-08-31 11:11:46 +00:00
Régis Freyd d9857b943a fix: fix gifts listing not being shown (#1744) 2018-08-26 16:23:31 -04:00
Dago cfa4839b41 feat: add rich dropdown on relationships view (#1379) 2018-08-12 22:10:22 -04:00
Régis Freyd dc7c2ff2e3 feat: add activities report page (#1628) 2018-08-12 21:09:43 -04:00
Alexis Saettler 1c70d4ef24 fix: Fix contacts account mismatch (#1625) 2018-08-01 23:28:05 +02:00
Alexis Saettler 893322d378 Fix moment date parsing (#1618) 2018-07-26 11:02:27 +02:00
Alexis Saettler ed80f544a5 Improve Date and DateTime parsing (#1576) 2018-07-23 00:15:48 +02:00
Alexis Saettler 0ec0e8591d Use route function everywhere (#1568) 2018-07-22 21:04:31 +02:00