Commit Graph

41 Commits

Author SHA1 Message Date
Alexis Saettler 7fdc4453b6 feat: download and get storage files as private (#5192) 2021-06-22 18:37:38 +02:00
Alexis Saettler b359c90206 feat: add a console command to see memcached stats (#5186) 2021-05-14 20:09:45 +00:00
Alexis Saettler f8442ba507 feat: add a rate limiter for locationiq queries (#5185) 2021-05-14 15:03:19 +02:00
Alexis Saettler a0096eb5a4 refactor: simplify commands exec and tests (#4662)
* refactor: simplify commands exec and tests

* Apply fixes from StyleCI

Co-authored-by: Alexis Saettler <asbiin@users.noreply.github.com>
2020-12-06 19:28:15 +00:00
Alexis Saettler e17b89b656 fix: fix passport setup migration (#4606) 2020-11-15 17:18:31 +01:00
Alexis Saettler 26c84de27c fix: fix amount display on subscription account settings (#4378) 2020-08-27 22:49:39 +02:00
dependabot-preview[bot] 00f0cc12ec chore(deps-dev): Bump vimeo/psalm from 3.7.2 to 3.9.4 (#3664) 2020-03-08 23:21:50 +01:00
Alexis Saettler d5999513fe feat: add a weekly job to update gravatars (#3638) 2020-03-01 23:36:44 +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 8ac53a546e chore: add audit log for updating work information (#3588) 2020-02-17 07:52:42 -05: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 d170ec2758 fix: fix how you met date not being deleted upon save (#3542) 2020-02-02 20:45:19 -05:00
Alexis Saettler 56bfde72cd feat: associate a photo to a gift (#3342) 2020-01-04 20:24:17 +01: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 735aea5b68 feat: enhance user invitation mail (#3158) 2019-11-05 01:08:21 +01:00
Alexis Saettler 91dd6e96b8 fix: fix password resetting page (#3156) 2019-11-03 16:29:38 +01:00
Regis Freyd aad07b8347 feat: refactor the export process (#3119) 2019-10-30 09:41:06 -04: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
dependabot-preview[bot] 296437e737 chore(deps): bump laravel/cashier from 9.3.5 to 10.0.0 (#2901) 2019-08-16 16:38:48 +02:00
Alexis Saettler 8d9303fac3 feat: add ability to update a relationship (#2470) 2019-04-07 15:36:22 +02:00
Régis Freyd 7b51868996 chore: refactor activity type categories (#2348) 2019-02-03 07:17:51 -05:00
Alexis Saettler d0b5223259 chore: remove telescope (#2365) 2019-01-29 22:50:45 +01:00
Alexis Saettler f660c4fd98 feat: register all app services as singleton (#2337) 2019-01-25 15:56:35 +01:00
Alexis Saettler c03d98c59f fix: register telescope app (#2317) 2019-01-19 01:43:50 +01:00
Adrien Poupa a1c93616ae fix: reduce the number of queries in the dashboard by eager loading the contacts (#2138) 2018-12-18 08:32:30 +01:00
Alexis Saettler 1edd0853f9 Add a new variable DB_USE_UTF8MB4 (#1466) 2018-06-10 18:38:11 +02:00
Alexis Saettler cc427af451 Fix for utf8mb4 and mysql < 5.7.7 (#1394) 2018-05-26 17:36:42 +02:00
Régis Freyd 5add7a5913 Remove Dusk from Composer (#807) 2018-01-14 12:14:03 -05:00
Régis Freyd 8e575735d5 Add support for multiple contact fields and addresses (#657)
This requires to run the migrations `php artisan migrate` which might take some time.
2017-11-26 09:36:20 -05:00
Régis Freyd dbdd524236 Add ability to mark contact as dead (#642) 2017-11-09 13:23:33 -05:00
Régis Freyd a2172f0851 Add style CI (#503)
Hopefully this will result in slightly better code.
2017-07-26 21:02:55 -04:00
Régis Freyd fa190ec382 Add import from vCard from inside the application (#407) 2017-06-29 21:57:41 -04:00
Paul Anthony 503f38ee06 Add new currency table and make debt currency agnostic (#188)
* add new currency table and make debt currency agnostic

* removed currencytableseeder from production run job

* russian ruble added to currencies

* fix up default value

* fix down migration and remove seed
2017-06-10 21:34:15 -04:00
webdistortion eb386ddf01 Fix alphabetic country list (#130)
I've added a fix for the alphabetic country list, and externalised the country dropdown to a component. This component is powered by a View composer which means that no data tie up is needed in the main controller..Just plonk the include file in the right place and tell it what it should bind to and away you go. There may be other parts of the project that could benefit from using this component now it is in place.
2017-06-08 16:54:30 -04:00
Regis Freyd 33345476a6 Remove freaking Dusk 2017-05-02 21:41:53 -04:00
Regis Freyd 2e6760e7db Migrate to organization 2017-02-16 19:21:44 -05:00