816 Commits

Author SHA1 Message Date
Alexandru Macocian 39591ab84a Setup account linking acceptance view 2025-11-06 23:59:41 +02:00
Alexandru Macocian dfd5529cf0 Always land on login page 2025-11-06 21:03:56 +02:00
amacocian b60165648d Setup authentik sso support 2025-11-01 15:47:28 +01:00
Alexis Saettler b2156909b8 feat: update dependencies, use php 8.2 and fix webauthn (#7251) 2024-05-02 12:44:13 +02:00
khalil Abu jayab 6ec0735a22 feat: add filter to journal (#6758)
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2023-11-06 22:12:59 +01:00
khalil Abu jayab e4a41d8314 feat: edit Option For Daily Journal (#6759)
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2023-11-06 20:13:58 +01:00
khalil Abu jayab bdffa9bd72 feat: allow to edit tags in settings (#6760)
Co-authored-by: Krzysztof Nizioł <kniziol@gmail.com>
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2023-11-06 19:14:21 +01:00
Beto Cuevas 91cf9154e0 fix: bug 2fa redirect to unallowed method (#6703)
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2023-11-05 23:19:53 +01:00
Andrew Aylett 0a9112ecd1 feat: add a name order with the last name outside of brackets (#6286)
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2023-11-05 19:37:08 +01:00
Ismail A. Amassi a24704d6ab fix: selected sort not updated first time selected (#6709)
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2023-11-01 13:29:34 +01:00
Simon Van Accoleyen 4612bb1de3 fix: render markdown in notes on the dashboard (#6576)
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2023-11-01 13:26:35 +01:00
Anas Ouda 3ecf57be1d feat: add the number of contacts not tagged (#6761)
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2023-11-01 10:26:52 +01:00
Monica bot ff296c8ed9 chore(i8n): update translations (#6879) 2023-10-31 19:56:41 +01:00
Connor Gurney 3a0b189623 fix: fix incorrect connection between date label and input (#6928) 2023-10-28 16:49:01 +02:00
Monica bot b4da7b3a09 chore(i18n): update translations (#6456) 2023-01-30 13:10:55 +01:00
Jacek Sawoszczuk 2d7505368c feat: focus tags input box (#6392) 2022-11-27 19:07:18 +01:00
Monica bot 5240f304b0 chore(i18n): update translations (#6422) 2022-11-27 19:03:17 +01:00
Monica bot 85a2f2f984 chore(i18n): update translations (#6144) 2022-10-16 12:13:41 +02:00
Stefan Linke 23860966ac fix: Continuously pressing enter shows empty tags (#6314)
When on a contact page, and adding tags, after adding the first tag,
continuously pressing enter adds "empty" tags to the UI.

Seems to be introduced by a fix of QA tool issues in
57b31f6526

Before this change `this.search != ''` evaluated to true if search was `null`,
with a strict comparison that is no longer the case.
The `this.search` is reset to `null` though in some cases.

I thought about simply extending the condition to also check for `!== null`,
though imho the better solution would be to always reset it to empty string
state, as is the default value. That also matches some click handler value,
and is generally both the value on "non-changed" and on "changed but empty".

fixes #6235
2022-10-16 11:53:57 +02:00
Alexis Saettler 78cd01b2b5 chore: update dependencies for Laravel 9 (#6098) 2022-08-12 18:42:35 +02:00
Monica bot fc5d90c8c5 chore(i18n): update translations (#6133) 2022-05-11 08:16:02 +02:00
Monica bot d5f9da2351 chore(i18n): update translations (#5962) 2022-05-09 08:48:25 +02:00
Landon Dyck 4ba9062f95 feat: check male translation and fall back to generic (#6039) 2022-05-06 14:15:01 +02:00
hydrargyrum ad11e01de9 fix: typo in french translation of nephew (#6074) 2022-04-05 11:19:24 -04:00
Stefan Linke d81123b5ac fix: life event creation with unknown month/day (#6046) 2022-03-08 08:41:07 +01:00
Turlubayev Marat 117fe19545 feat: load more activities (#5973) 2022-03-08 08:38:35 +01:00
Simon Van Accoleyen d690bf6019 fix: fix Journal sidebar width on mobile (#6027) 2022-03-06 22:18:15 +01:00
Simon Van Accoleyen 4cc1d8f251 fix: fix blurry modals from sweet-modal-vue (#6026) 2022-03-06 22:17:20 +01:00
Alexis Saettler f4a7b7f10d refactor: remove api call in vue (#6012) 2022-02-28 11:01:24 +01:00
Monica bot 75855d7f95 chore(i18n): update translations (#5959) 2022-02-06 11:58:25 +01:00
Alexis Saettler e31d9c0725 style: fix failed status message (#5958) 2022-02-06 11:40:22 +01:00
Monica bot 4e1d644f9e chore(i18n): update translations (#5918) 2022-02-06 11:17:07 +01:00
Monica bot 75f0f89110 chore(i18n): update translations (#5903)
* New translations app.php (Spanish)
[skip ci]

* New translations app.php (Spanish)
[skip ci]

* New translations auth.php (Spanish)
[skip ci]

* New translations reminder.php (Spanish)
[skip ci]

* New translations app.php (Spanish)
[skip ci]

* New translations mail.php (Spanish)
[skip ci]

* New translations settings.php (Spanish)
[skip ci]

* New translations validation.php (Spanish)
[skip ci]
2022-01-19 23:48:25 +01:00
Alexis Saettler 503fb36c8b fix: fix month reminder view (#5914) 2022-01-19 23:47:55 +01:00
Monica bot e05137a8f6 chore: update translation files for main branch link (#5902) 2022-01-13 21:37:36 +01:00
Alexis Saettler defcf43e0a fix: fix weather short date (#5901) 2022-01-13 21:21:42 +01:00
Alexis Saettler 6a0af31efc chore: switch to main branch 2022-01-13 20:54:34 +01:00
Monica bot fef9d432c4 chore(i18n): update translations (#5885) 2022-01-13 20:53:49 +01:00
Monica bot 832b425502 chore(i18n): update translations (#5878) 2022-01-12 10:32:13 +01:00
Alexis Saettler 33097850af fix: fix contact search + adorable return data (#5881) 2022-01-12 10:31:44 +01:00
Monica bot 35ba9387b6 chore(i18n): update translations (#5859) 2022-01-11 22:13:05 +01:00
Alexis Saettler 5e4dcc3723 chore: fix gitattributes (#5875) 2022-01-11 21:01:05 +00:00
Alexis Saettler 8c627a28cb feat: export data as json format (#4779) 2022-01-11 21:41:32 +01:00
Alexis Saettler bab6d70c72 chore: fix grandchild missing message (#5871) 2022-01-10 20:04:40 +00:00
Alexis Saettler 0cf965fd61 fix: version display on heroku (#5860) 2022-01-09 20:28:00 +01:00
Mike Graham 9c2bba1cee style: Gender neutral defaults (#5209) 2022-01-09 19:30:47 +01:00
Alexis Saettler c7e53d2485 refactor: optimize stayInTouch data passed (#5858) 2022-01-09 18:11:34 +00:00
Monica bot 7e0d31319e chore(i18n): update translations (#5847) 2022-01-08 16:11:11 +01:00
Alexis Saettler 5e56a5ff6d chore: update langs json file automatically (#5843) 2022-01-07 22:46:18 +00:00
Monica bot 38e25a259d chore(i18n): update translations (#5840) 2022-01-07 23:20:04 +01:00