Commit Graph

126 Commits

Author SHA1 Message Date
mehdihasanpour bf1e3fe3d0 test: refactor tests (#6217)
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2022-10-16 22:17:10 +02:00
Alexis Saettler 78cd01b2b5 chore: update dependencies for Laravel 9 (#6098) 2022-08-12 18:42:35 +02:00
Alexis Saettler a5ff8fc247 chore: remove pragmarx/countries-laravel dependency (#6237) 2022-07-31 10:37:15 +02:00
Alexis Saettler f4a7b7f10d refactor: remove api call in vue (#6012) 2022-02-28 11:01:24 +01:00
Alexis Saettler 6f887dfb75 feat: add contact soft delete and prunable (#5826) 2022-01-09 19:10:16 +01:00
Dung Nguyen a3e9b79236 feat: add reminders/upcoming API (#5783) 2022-01-06 07:34:43 +01:00
ribounette 9128db8b6f fix: fix edit an activity with a category (#5661) 2021-10-28 14:14:40 +02:00
Alexis Saettler 1da427f113 fix: fix distant contact etag handle (#5605) 2021-10-11 20:46:42 +02:00
Alexis Saettler 0e989fec35 feat: use queue to update contacts with carddav (#5575) 2021-10-08 20:51:47 +00:00
Alexis Saettler e6c92cf005 feat: carddav client (#3851) 2021-09-20 22:54:29 +02:00
Alexis Saettler 8f0bbb1f5c test: fix flaky test (#5217) 2021-05-22 11:15:30 +02:00
dependabot[bot] 4409d85044 chore: Bump facade/ignition from 2.8.4 to 2.9.0 (#5174)
Bumps [facade/ignition](https://github.com/facade/ignition) from 2.8.4 to 2.9.0.
- [Release notes](https://github.com/facade/ignition/releases)
- [Changelog](https://github.com/facade/ignition/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facade/ignition/compare/2.8.4...2.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 16:34:00 +00:00
Alexis Saettler 4db857cc7e test: fix a flaky test (#5162) 2021-05-03 20:56:06 +02:00
Alexis Saettler dfea6a48dd fix: fix journal entry xss vulnerability (#4451) 2020-09-12 13:44:12 +02:00
Alexis Saettler 5c50cad277 feat: support float amount values, and fix debts and gifts amount forms (#3906) 2020-05-20 13:11:58 +02:00
Alexis Saettler 0a2604d6d3 chore: upgrade to laravel 7 (#3746) 2020-04-01 09:50:58 +02:00
Alexis Saettler 849da9bae0 feat: serialize photo in vcard photo value (#3765) 2020-03-30 14:03:50 +02:00
Alexis Saettler ebba317474 fix: fix carddav sync-collection reporting wrong syncToken (#3734) 2020-03-24 21:11:47 +01:00
Alexis Saettler 87bb435ab0 chore: remove access of eager load object if not needed (#3639) 2020-03-04 22:25:24 +01:00
Alexis Saettler 5598ae2fee feat: add ability to set me contact (#3481) 2020-03-01 15:28:34 +01:00
Alexis Saettler 52d03f48c9 feat: add contact field labels (#3606) 2020-02-24 12:28:10 +01:00
Regis Freyd 1ac905580e feat: add support for audit log (#3547) 2020-02-12 08:12:49 -05:00
Regis Freyd 355f3b8a23 chore: refactor user model (#3564) 2020-02-11 16:01:06 -05:00
Regis Freyd dfacb89c87 feat: get all contacts for a given tag in the api (#3534) 2020-02-01 08:31:59 -05:00
Alexis Saettler 3e007af34e feat: enable activities edit (#3422) 2020-01-08 08:24:51 +01:00
Alexis Saettler 56bfde72cd feat: associate a photo to a gift (#3342) 2020-01-04 20:24:17 +01:00
Alexis Saettler 947e56cf1d Apply fixes from StyleCI (#3429) 2020-01-03 22:26:04 +01:00
Alexis Saettler 47ef3d75a7 fix: fix locale (#3420) 2020-01-01 13:04:57 +01:00
Regis Freyd 3e27975606 test: simplify how tests are named (#3394) 2019-12-31 11:58:45 -05:00
Regis Freyd 70f2adb58b chore: add foreign keys on all tables (#3311) 2019-12-24 11:28:04 -05:00
Alexis Saettler 99f84c2906 feat: add API contact properties update + documents + photos + avatar (#3302) 2019-12-18 22:55:24 +01:00
Regis Freyd 161ffcdc1f feat: refactor how activities are managed and displayed (#2299) 2019-12-16 20:42:02 -05:00
Alexis Saettler 9562f196a6 fix: fix request all usage (#3306) 2019-12-15 21:49:32 +01:00
Alexis Saettler 958d4ed614 feat: enable api web navigation (#3289) 2019-12-12 22:22:02 +01:00
Alexis Saettler 9e9ce7fd2a feat: save contact tags in vCard CATEGORIES field (#3232) 2019-11-23 00:34:55 +01:00
mechanarchy c9d060f8f9 fix: fix reminders API GET requests (#3203) 2019-11-16 15:24:21 +01:00
Alexis Saettler c096741beb feat: improve trim string middleware (#3181) 2019-11-11 20:56:12 +01:00
Mohammed Al Sahaf 622cb20e12 fix: update ignored list of currencies in CurrenciesTableSeeder with all default currencies (#2988) 2019-10-25 22:04:00 +02:00
Alexis Saettler 10e73e35b6 feat: vcard photo import (#2915) 2019-08-22 19:31:23 +02:00
Regis Freyd 72ff0d3da4 feat: change avatar management (#2112) 2019-08-17 21:32:10 +02:00
Alexis Saettler 697eb8f83b feat: add notion of _me_ as a contact (#2899) 2019-08-17 11:42:45 +02:00
Bryan Kam eed73add84 fix: rename preferences typo (#2684) 2019-08-11 00:29:47 +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 26126c8208 fix: fix vcard export with empty gender (#2880) 2019-08-09 08:41:17 +02:00
Alexis Saettler 73592fcaef Apply fixes from StyleCI (#2768) 2019-06-13 00:42:33 +02:00
Abmurksi 5de7b9c018 feat: add swiss chf currency (#2375) 2019-05-16 23:32:07 +02:00
Alexis Saettler 3b80e5457a feat: add ability to enable DAV for some users (#2646) 2019-05-05 01:09:17 +02:00
Alexis Saettler aa75e7d3ce chore: add thecodingmachine/safe package (#2630) 2019-05-04 14:48:25 +02:00
dependabot[bot] fa8b326907 chore(deps): bump laravel/passport from 7.2.0 to 7.2.2 (#2545)
* chore(deps): bump laravel/passport from 7.2.0 to 7.2.2

Bumps [laravel/passport](https://github.com/laravel/passport) from 7.2.0 to 7.2.2.
- [Release notes](https://github.com/laravel/passport/releases)
- [Commits](https://github.com/laravel/passport/compare/v7.2.0...v7.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-19 11:52:33 +02:00
Alexis Saettler 8d9303fac3 feat: add ability to update a relationship (#2470) 2019-04-07 15:36:22 +02:00