Alexis Saettler
|
223fbed0a8
|
Apply fixes from StyleCI (#5495)
|
2021-09-12 09:13:02 +02:00 |
|
Alexis Saettler
|
e298c63dd2
|
feat: allow to update a subscription frequency (#5436)
|
2021-08-26 14:16:39 +02:00 |
|
Alexis Saettler
|
a4c037f539
|
feat: revoke session from other browser after a password change (#5328)
|
2021-06-28 23:15:37 +02:00 |
|
Alexis Saettler
|
8b4821f139
|
fix: fix layout selection (#5313)
|
2021-06-27 16:01:02 +02:00 |
|
Alexis Saettler
|
a3fdac949f
|
feat: make archived contact readonly (#5285)
|
2021-06-22 19:01:45 +02:00 |
|
Alexis Saettler
|
99bd8e17f8
|
fix: fix tags list filtering (#5123)
|
2021-06-22 18:59:31 +02:00 |
|
Alexis Saettler
|
7fdc4453b6
|
feat: download and get storage files as private (#5192)
|
2021-06-22 18:37:38 +02:00 |
|
Alexis Saettler
|
2c22d73d4d
|
chore(deps): update psalm (#5287)
|
2021-06-19 22:29:32 +02:00 |
|
Alexis Saettler
|
8357d0f579
|
fix: fix unarchive on limited account (#5256)
|
2021-06-17 23:10:07 +02:00 |
|
Alexis Saettler
|
d3217c067e
|
fix: fix name order selection and result (#5255)
|
2021-06-06 14:03:15 +02:00 |
|
Michael Bianco
|
2392afc0aa
|
feat: email field on add person (#5097)
|
2021-05-23 21:01:35 +02:00 |
|
Mike Graham
|
a658fcf074
|
feat: datestamp filename of exported SQL file. (#5136)
|
2021-05-23 20:59:52 +02:00 |
|
Alexis Saettler
|
d16015b48a
|
Apply fixes from StyleCI (#5214)
|
2021-05-20 22:41:01 +02:00 |
|
Alexis Saettler
|
f8442ba507
|
feat: add a rate limiter for locationiq queries (#5185)
|
2021-05-14 15:03:19 +02:00 |
|
Simon Van Accoleyen
|
1f4c4c4b6c
|
feat: allow recovery codes when disabling 2FA (#4970)
|
2021-05-04 20:30:52 +02:00 |
|
Alexis Saettler
|
53977cc9eb
|
fix: fix stripe pages stability (#5161)
|
2021-05-03 22:26:37 +02:00 |
|
Alexis Saettler
|
3f2821d75a
|
fix: fix import vcard stability (#5160)
|
2021-05-03 20:52:37 +02:00 |
|
Alexis Saettler
|
cf8041cfe7
|
fix: fix importvcard job (#5151)
|
2021-05-03 10:32:11 +02:00 |
|
Alexis Saettler
|
56572bbd57
|
fix: left trim url if there is a trailing slash (#5149)
|
2021-05-03 10:16:18 +02:00 |
|
Alexis Saettler
|
fbac24891a
|
fix: fix import job without subscription bypass (#5147)
|
2021-05-02 22:22:20 +02:00 |
|
Alexis Saettler
|
d889475230
|
fix: fix bypass invitation (#5127)
|
2021-04-30 08:44:46 +02:00 |
|
Alexis Saettler
|
33e0952ca4
|
refactor: distinguish passport password client and personal access token client configuration (#5105)
|
2021-04-25 19:05:46 +02:00 |
|
Alexis Saettler
|
f808704032
|
refactor: update laravel-mix and peer dependencies (#5094)
|
2021-04-24 11:11:19 +02:00 |
|
Dragos
|
105b74f94e
|
fix: sort and group relationships by relationship type (#4985)
|
2021-03-21 22:09:42 +01:00 |
|
Alexis Saettler
|
0a732b218c
|
refactor: fix audit logs display (#4971)
|
2021-03-17 21:24:37 +01:00 |
|
Alexis Saettler
|
ca217056bb
|
fix: fix subscriptions list display (#4967)
|
2021-03-16 13:20:11 +00:00 |
|
Alexis Saettler
|
70c6e70b71
|
ci: fix github action dep (#4939)
|
2021-03-07 18:19:42 +01:00 |
|
Regis Freyd
|
686a0a1f0b
|
feat: set and clear personal description now appears in change log (#4893)
|
2021-02-20 18:08:54 -05:00 |
|
dependabot[bot]
|
31138a81ea
|
chore: Bump nunomaduro/larastan from 0.6.13 to 0.7.0 (#4858)
* chore: Bump nunomaduro/larastan from 0.6.13 to 0.7.0
Bumps [nunomaduro/larastan](https://github.com/nunomaduro/larastan) from 0.6.13 to 0.7.0.
- [Release notes](https://github.com/nunomaduro/larastan/releases)
- [Changelog](https://github.com/nunomaduro/larastan/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/larastan/compare/v0.6.13...v0.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
* fix phpdoc
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexis Saettler <alexis@saettler.org>
|
2021-02-13 08:42:02 +00:00 |
|
Serkan
|
69331a9211
|
refactor: simplify setSQLOrderByQuery function (#4686)
* setSQLOrderByQuery function simplified
* double quote to single
* Update ApiController.php
Co-authored-by: Alexis Saettler <alexis@saettler.org>
|
2021-01-02 12:06:33 +01:00 |
|
Kavan Pancholi
|
c0561cef7b
|
fix: fix add gender type (#4548)
* fix default gender type
* add default gender type in validation
* fix validation error in default gender setting update
* set default gender from settings instead of static value
* update assets
* fix method
* fixes
* fix style
* Update CHANGELOG.md
Co-authored-by: Alexis Saettler <alexis@saettler.org>
|
2021-01-01 14:47:50 +01:00 |
|
Alexis Saettler
|
a18962ecbf
|
feat: add notion of addressbooks (#3749)
|
2020-12-15 08:54:27 +01:00 |
|
Alexis Saettler
|
28d4cc94bb
|
fix: fix oauth login bad credentials (#4688)
|
2020-12-12 13:45:34 +01:00 |
|
Alexis Saettler
|
01d1248c4f
|
chore: reactivate analysers (#4660)
* chore: reactivate analysers
* reactivate psalm
* Apply fixes from StyleCI
* fix
* fixes
* rename back the file
Co-authored-by: Alexis Saettler <asbiin@users.noreply.github.com>
|
2020-12-06 15:51:47 +00:00 |
|
Alexis Saettler
|
90e7c6d77c
|
chore: fixes from sonarcloud (#4415)
|
2020-11-15 23:21:06 +01:00 |
|
Joaquim Monserrat Companys
|
657d824273
|
feat: allow customization of life event types (#4243)
|
2020-10-31 13:11:18 +01:00 |
|
Can Vural
|
3d5f897672
|
chore(deps): Upgrade Larastan to 0.6.5 (#4547)
|
2020-10-16 23:19:49 +02:00 |
|
Alexis Saettler
|
a0a7d41a20
|
fix: fix exception when trying to register a user (#4226)
|
2020-08-06 11:14:33 +02:00 |
|
Alexis Saettler
|
a8b2151f3e
|
feat: update passport conf and env. variables (#4293)
|
2020-08-06 00:01:49 +02:00 |
|
Joaquim Monserrat Companys
|
0ffe4e8f28
|
feat: faster "Add New Person" user experience via a couple of tweaks (#3817)
|
2020-05-10 19:21:03 +02:00 |
|
vwvw
|
330e5cfb90
|
feat: add new name order pattern nickname (first name/last name) (completing #3446) (#3933)
|
2020-05-05 00:09:18 +02:00 |
|
Alexis Saettler
|
7f68e93988
|
feat: improve synctoken support (#3871)
|
2020-04-20 22:01:31 +02:00 |
|
Alexis Saettler
|
d23cae97f8
|
chore: fix search broken in #3852 (#3855)
|
2020-04-17 20:23:51 +02:00 |
|
Alexis Saettler
|
c5ecf34214
|
chore: fix search scopes (#3852)
|
2020-04-16 23:09:05 +02:00 |
|
Alexis Saettler
|
a03c0d9af1
|
fix: fix vmodel everywhere (#3584)
|
2020-04-13 19:37:56 +02:00 |
|
Joaquim Monserrat Companys
|
d56abc823a
|
fix: edit multiple notes at the same time (#3779)
|
2020-04-11 21:30:35 +02:00 |
|
Alexis Saettler
|
df166d62e6
|
fix: fix login route already set by Laravel now (#3802)
|
2020-04-08 09:28:34 +02:00 |
|
Alexis Saettler
|
597b97fa68
|
fix: fix setMe contact controller (#3792)
|
2020-04-04 15:35:39 +02:00 |
|
Alexis Saettler
|
0a2604d6d3
|
chore: upgrade to laravel 7 (#3746)
|
2020-04-01 09:50:58 +02:00 |
|
Alexis Saettler
|
12f67d1340
|
feat: remove u2f support (replaced with WebAuthn) (#3756)
|
2020-03-30 14:46:47 +02:00 |
|