Commit Graph
39 Commits
Author SHA1 Message Date
Regis FreydandGitHub 161ffcdc1f feat: refactor how activities are managed and displayed (#2299) 2019-12-16 20:42:02 -05:00
Alexis SaettlerandGitHub 735aea5b68 feat: enhance user invitation mail (#3158) 2019-11-05 01:08:21 +01:00
Alexis SaettlerandGitHub 68ac253971 chore: consistency (#3136) 2019-10-27 23:37:45 +01:00
dependabot-preview[bot]andAlexis Saettler 296437e737 chore(deps): bump laravel/cashier from 9.3.5 to 10.0.0 (#2901) 2019-08-16 16:38:48 +02:00
Alexis SaettlerandGitHub 557f34bf55 fix: fix subscription cancel (#2886) 2019-08-11 18:35:30 +02:00
Alexis SaettlerandGitHub 019a69ad7e chore: remove useless mutators (#2888) 2019-08-11 08:54:24 +02:00
Alexis SaettlerandGitHub f9131e71c9 fix: fix exception in case a user register twice (#2882) 2019-08-10 10:00:30 +02:00
Alexis SaettlerandGitHub 536f34abd0 chore: use string and array classes instead of helpers (#2605) 2019-04-16 08:21:46 +02:00
Alexis SaettlerandGitHub a5939d52cf feat: add gender type/sex (#2419) 2019-03-28 07:50:50 +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
Régis FreydandGitHub 69cfdebb1a feat: refactor reminders (#2223)
yolo
2019-01-15 18:03:13 -05:00
Alexis SaettlerandGitHub 1f83b3bbeb fix: fix subscription plan display (#2207) 2018-12-25 22:04:57 +01:00
Régis FreydandGitHub acfb216c86 chore: change how linkedin information is stored (#2200) 2018-12-24 21:27:21 -05:00
Régis FreydandGitHub 6f5d0c20fd feat: add occupation object (#2198) 2018-12-24 19:11:48 -05:00
Régis FreydandGitHub 772b682e87 feat: add company object to the schema (#2195) 2018-12-24 13:17:20 -05:00
Régis FreydandGitHub ca34dec8fa feat: add support for weather (#2178) 2018-12-23 09:01:03 -05:00
Régis FreydandGitHub 731a6f0643 feat: add the concept of places (#2169) 2018-12-20 22:23:19 -05:00
Adrien PoupaandAlexis Saettler a1c93616ae fix: reduce the number of queries in the dashboard by eager loading the contacts (#2138) 2018-12-18 08:32:30 +01:00
Régis FreydandGitHub 64a7e51f72 feat: add ability to upload photos (#2132) 2018-12-13 15:12:45 -05:00
tbirrellandAlexis Saettler 5823d77e82 fix: exclude partials from contact limit (#2058) 2018-11-21 00:59:45 +01:00
Régis FreydandGitHub 574e89a31d feat: read changelogs from json file instead of db (#2016) 2018-11-11 10:44:08 -05:00
Régis FreydandGitHub 364bcc0c43 feat: add account limit for document upload (#2013) 2018-11-10 21:57:23 -05:00
Alexis SaettlerandGitHub 62cc67bb90 fix: fix undefined offset on subscription (#1976) 2018-10-30 18:40:32 +01:00
Régis FreydandGitHub fd9b28537e feat: add ability to upload documents (#1912) 2018-10-27 20:42:46 -04:00
Régis FreydandGitHub a46b61777e feat: change how default module table is populated (#1934) 2018-10-22 22:15:03 -04:00
Régis FreydandGitHub e3e9fcbdcd feat: add life events feature (#1765) 2018-09-25 19:18:07 -04:00
Régis FreydandGitHub b3372264c8 chore: remove events table (#1829) 2018-09-22 22:22:34 -04:00
Alexis SaettlerandGitHub d409c95955 feat: add language selector in register page (#1770) 2018-09-04 00:17:54 +02:00
Alexis SaettlerandGitHub b433b45168 fix: fix subscription cancel on account deletion (#1749) 2018-08-31 21:46:46 +02:00
Régis FreydandGitHub be3b6dd710 feat: add ability to track conversations (#1629) 2018-08-31 11:11:46 +00:00
Régis FreydandGitHub 395e49f039 feat: add limitation to free accounts (#1715) 2018-08-18 18:07:49 -04:00
Alexis SaettlerandGitHub 99ca21d343 refactor: Change populate account function (#1656) 2018-08-05 10:36:07 +02:00
Alexis SaettlerandGitHub 1c70d4ef24 fix: Fix contacts account mismatch (#1625) 2018-08-01 23:28:05 +02:00
Alexis SaettlerandGitHub ed80f544a5 Improve Date and DateTime parsing (#1576) 2018-07-23 00:15:48 +02:00
Régis FreydandGitHub 341ee04197 Dates are now stored in UTC (#1491) 2018-07-22 11:11:06 -04:00
Régis FreydandGitHub b4ec3d96ca Replace activity types and activity type categories models (#1556)
This PR adds the first step towards supporting custom activity types and custom activity type categories.
2018-07-14 08:25:31 -04:00
Régis FreydandGitHub 29197090a7 Restructure where models are stored (#1476)
The idea is to clean the repository a little bit by moving models into their respective folders.
2018-06-14 20:49:12 -04:00