Commit Graph
37 Commits
Author SHA1 Message Date
Alexis SaettlerandGitHub ee74732a09 feat: add recovery codes (#2120) 2018-12-21 22:41:49 +01:00
Régis FreydandGitHub 6f76405d49 feat: allow editing of phone calls (#2134) 2018-12-08 18:02:50 -05:00
Alexis SaettlerandGitHub 0fc6b76e90 fix: fix using node.js version 10 (#2118) 2018-11-29 21:30:06 +01:00
greenkeeper[bot]andAlexis Saettler 19363e36f9 chore(package): update cypress to version 3.1.2 🚀 (#2071) 2018-11-20 18:25:47 +01:00
Régis FreydandGitHub 1f65b18a3c feat: add ability to autocomplete tags (#1995) 2018-11-09 20:48:12 -05:00
greenkeeper[bot]andAlexis Saettler 735e96a238 chore(package): update cypress to the latest version 🚀 (#1994) 2018-11-08 21:56:32 +01:00
Régis FreydandGitHub be3b6dd710 feat: add ability to track conversations (#1629) 2018-08-31 11:11:46 +00:00
greenkeeper[bot]andAlexis Saettler de3bbb21cc chore(dep): Remove marked package (#1710) 2018-08-22 07:22:32 +02:00
Alexis SaettlerandRégis Freyd ba417b029a feat: Display the date and time of the next reminder (#1704) 2018-08-16 21:42:06 -04:00
Régis FreydandGitHub 5aa3afa08a tests: Add end 2 end frontend testing with Cypress (#1403) 2018-08-15 21:03:35 -04:00
DagoandRégis Freyd cfa4839b41 feat: add rich dropdown on relationships view (#1379) 2018-08-12 22:10:22 -04:00
greenkeeper[bot]andAlexis Saettler 0e10fe9d89 Update vue-i18n to the latest version 🚀 (#1514) 2018-07-08 23:47:46 +02:00
Alexis SaettlerandGitHub 8fe1740326 Change cache key for CircleCI (#1516) 2018-06-24 23:34:00 +02:00
Régis FreydandGitHub f7757c9fe3 Add debts on the dashboard (#1373) 2018-05-28 21:17:55 -04:00
greenkeeper[bot]andAlexis Saettler 0bee03a5ab Update marked to the latest version 🚀 (#1365) 2018-05-25 08:34:59 +02:00
Alexis SaettlerandGitHub a394425fe1 Some cleanups (#1261) 2018-05-02 19:17:24 +02:00
Alexis SaettlerandGitHub 68026d5c8e chore(package): update vuejs-datepicker to version (#1226) 2018-04-30 10:26:30 +02:00
Alexis SaettlerandGitHub ba3e401767 Activate CircleCI (#1194) 2018-04-22 12:06:03 +02:00
Régis FreydandGitHub 499c14f94a Upgrade to laravel 5.6 (#1092) 2018-04-04 07:42:39 -04:00
Régis FreydandGitHub ae521f5226 Refactor relationships (#971) 2018-04-01 20:46:51 -04:00
Alexis SaettlerandGitHub edd3b43eec Update laravel-mix to version 2.1.7 (#1009) 2018-03-17 09:17:24 +01:00
Alexis SaettlerandGitHub bf1c2130cd Update vue-i18n to version 7.6.0 (#1007) 2018-03-16 17:55:16 +01:00
greenkeeper[bot]andAlexis Saettler 1704d17126 Update axios to version 0.18.0 (#914) 2018-03-16 00:00:23 +01:00
Régis FreydandGitHub e96b70f95c Add concept of notifications for reminders (#894) 2018-02-25 17:42:14 -05:00
Régis FreydandGitHub b46fa4631c Better edit contact screen (#890) 2018-02-11 11:23:20 -05:00
Régis FreydandGitHub e78e140b9e Add support for custom genders (#879) 2018-02-04 15:44:26 -05:00
Régis FreydandGitHub 000aa04b76 Revert Laravel mix to 1.7.2 (#866) 2018-01-29 21:40:55 -05:00
greenkeeper[bot]andRégis Freyd 17804320c9 Update laravel-mix to version 2.0.0 (#847) 2018-01-28 15:17:29 -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
Alexis SaettlerandGitHub 7f2d80ec3b Activate Greenkeeper (#791)
* chore(package): update dependencies
* docs(readme): add Greenkeeper badge
* Move greenkeeper badge on top of the page
2018-01-13 23:24:25 +01:00
Régis FreydandGitHub 1c618fbdf6 Update dependencies (#765) 2018-01-06 11:17:45 -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 696d53587e Add notifications in Vue.js (#670)
This PR adds a first draft of notifications in app, using Vue.
It's not ideal yet. I don't know how to make a kind of centralized system to call it from all the Vue files without having to add `<notifications group="main" position="bottom right" />` in all the Vue files. If someone can help there 😀
2017-12-01 11:36:12 -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
Maurice WahbaandRégis Freyd 59d3531eac Upgrade frontend build system to mix (#597)
This replaces the old build system used by Laravel 5.3. If you had
a previous dev installation, you probably need to run those instructions
before doing any front end stuff:
```
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
```
2017-11-02 11:31:38 -04:00
Régis FreydandGitHub 7e1cd96bf5 Add API (#606)
This is the first part of the API. It supports most of contacts, as well as the
journal. This PR also brings Monica to Laravel 5.5, as the API required it with
the new concept of resources. It needs to run `php artisan migrate` as well as
`php artisan passport:keys` to generate the access tokens needed for the API.
2017-10-30 08:38:15 -04:00
Regis Freyd 2e6760e7db Migrate to organization 2017-02-16 19:21:44 -05:00