Commit Graph
13 Commits
Author SHA1 Message Date
Alexis SaettlerandGitHub d791e6afd3 chore: remove deprecated call (#3671) 2020-03-08 20:41:23 +01:00
Alexis SaettlerandGitHub 947e56cf1d Apply fixes from StyleCI (#3429) 2020-01-03 22:26:04 +01:00
Alexis SaettlerandGitHub 62dca0ffd0 fix: improve import vcards command (#2345) 2019-01-26 17:47:17 +01: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
Tom RochetteandRégis Freyd 845d65b821 Build absolute path to stubs files in UploadVCardTest and UploadVCardsTest (#1282)
This is necessary if the working directory is not set (or not the root of the project) when executing PHPUnit.
2018-05-07 21:59:17 -04:00
Alexis SaettlerandGitHub 9d2c787b58 Reduce sonar complexity (#992) 2018-03-17 11:12:49 +01:00
Alexis SaettlerandGitHub 558515b59a Fix issues proposed by sonar (#986) 2018-03-08 22:37:27 +01:00
Alexis SaettlerandGitHub 422a305b14 Fix gravatar support (#944) 2018-03-02 13:04:47 +01:00
Régis FreydandGitHub e78e140b9e Add support for custom genders (#879) 2018-02-04 15:44:26 -05:00
Régis FreydandGitHub d8bed11785 Add ability to add dates without a year (#677) 2017-12-13 15:38:05 -05:00
Régis FreydandGitHub 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 FreydandGitHub a2172f0851 Add style CI (#503)
Hopefully this will result in slightly better code.
2017-07-26 21:02:55 -04:00
Yamamoto KadirandRégis Freyd 79e5a37856 Add import:vcard command (#201)
This pull request adds a command to import vcards (similar to #60 ).

Usage: php artisan import:vcard {user: User's email address} {path: Path to a .vcf file} 

The command checks whether an email already exists, so duplicates shouldn't be an issue.
2017-06-11 22:20:33 -04:00