Commit Graph

69 Commits

Author SHA1 Message Date
Alexis Saettler 0770bcc138 fix: fix schedule run (#2652) 2019-05-07 15:02:57 +02:00
Alexis Saettler ab15f93256 feat: add WebAuthn multi-factor authentication (#2570) 2019-05-04 15:44:08 +02:00
Alexis Saettler 789f98b39a fix: fix settings/dav route (#2625) 2019-04-26 09:27:41 +02:00
Alexis Saettler 536f34abd0 chore: use string and array classes instead of helpers (#2605) 2019-04-16 08:21:46 +02:00
Alexis Saettler 397c3e4885 fix: fix event dispatch (#2555) 2019-04-01 06:11:38 +02:00
Matthew Brown 684ce6bc56 refactor: fix bad return types with Psalter (#2435) 2019-02-16 19:20:28 +01:00
Alexis Saettler 92bef2413c chore: add phpstan (#2383) 2019-02-07 22:44:34 +01:00
Alexis Saettler f660c4fd98 feat: register all app services as singleton (#2337) 2019-01-25 15:56:35 +01:00
Alexis Saettler 9b3fd15d94 feat: add a page in settings to display all DAV resources (#2341) 2019-01-25 15:08:13 +01:00
Alexis Saettler 89ef81341c feat: add laravel telescope and admin user (#2313) 2019-01-18 09:08:08 +01:00
Alexis Saettler 8788ac9a1a feat: add ability to name u2fkeys and delete it (#2264) 2019-01-12 12:05:35 +01:00
Alexis Saettler cada421f43 fix: fix ability to delete a user with a u2f key activated (#2263) 2019-01-06 20:11:49 +01:00
Régis Freyd ca34dec8fa feat: add support for weather (#2178) 2018-12-23 09:01:03 -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 574e89a31d feat: read changelogs from json file instead of db (#2016) 2018-11-11 10:44:08 -05:00
Régis Freyd 1f65b18a3c feat: add ability to autocomplete tags (#1995) 2018-11-09 20:48:12 -05:00
Régis Freyd fd9b28537e feat: add ability to upload documents (#1912) 2018-10-27 20:42:46 -04:00
Alexis Saettler b5880bb741 feat: set currency and timezone for new users (#1657) 2018-10-25 23:24:25 +02:00
Régis Freyd e3e9fcbdcd feat: add life events feature (#1765) 2018-09-25 19:18:07 -04:00
Alexis Saettler 8dbd4b536c fix: fix sql export (#1832) 2018-09-22 13:33:37 +02:00
Alexis Saettler b350757653 fix: do not send confirm email when signup_double_optin is false (#1794) 2018-09-12 07:58:13 +02:00
Alexis Saettler b433b45168 fix: fix subscription cancel on account deletion (#1749) 2018-08-31 21:46:46 +02:00
Alexis Saettler ba417b029a feat: Display the date and time of the next reminder (#1704) 2018-08-16 21:42:06 -04:00
Alexis Saettler 42274fed96 feat: Render timezone listbox dynamically (#1672) 2018-08-14 18:17:15 +02:00
Alexis Saettler 99ca21d343 refactor: Change populate account function (#1656) 2018-08-05 10:36:07 +02:00
Alexis Saettler 1c70d4ef24 fix: Fix contacts account mismatch (#1625) 2018-08-01 23:28:05 +02:00
Regis Freyd 665704ce3c fix: fix invoice page not showing properly 2018-08-01 18:04:42 +02:00
Régis Freyd 37ee0fda1f Fix account deletion (#1597) 2018-07-23 19:54:12 -04:00
Alexis Saettler 0ec0e8591d Use route function everywhere (#1568) 2018-07-22 21:04:31 +02:00
Régis Freyd 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 Freyd 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
Tom Rochette d4a1abad6e Replace queries with hardcoded "monica" database name to use the current default connection database (#1372) 2018-06-10 19:14:09 +02:00
Régis Freyd cd38ef44cf Fix account reset not working (#1463) 2018-06-06 20:38:05 -04:00
Régis Freyd 3d1ff3e867 Add support for nickname (#1359) 2018-06-04 18:02:21 -04:00
Alexis Saettler a79c19dd6c Add email confirmation on signup (#1374) 2018-05-28 17:40:17 +02:00
Barry vd. Heuvel acaa6a3b69 Allow multiple imported fields, replace existing (#980) 2018-05-13 22:15:13 +02:00
Matthew Brown da73a6e15d Add Psalm to check for possibly fatal issues (#973) 2018-04-29 19:11:40 +02:00
Régis Freyd ad2b75db75 Add changelog inside the application (#1172) 2018-04-14 19:52:52 -04: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 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
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
Régis Freyd 8d2b21a0ce Fix reset account deleting default account values (#956)
This fixes #922
2018-03-01 20:50:05 -05:00
Régis Freyd e96b70f95c Add concept of notifications for reminders (#894) 2018-02-25 17:42:14 -05:00
Alexis Saettler 2c14f6d0ee Fix default genders seed with setup:production (#898) 2018-02-15 21:40:19 +01:00
Régis Freyd cc754ca35d Add Annual plan (#861) 2018-01-28 13:22:55 -05:00
Alexis Saettler 8e6da8c914 Add translation for preferences updated successfully message (#797) 2018-01-20 09:10:57 -05:00
Alexis Saettler 620c5de2b0 Add Two Factor Authentication (2FA) (#724) 2018-01-08 18:17:06 -05:00