Herculino Trotta
e7fe6622cd
style: remove color from scrollbar
2025-06-29 17:38:49 -03:00
Herculino Trotta
60d367dec5
feat: allow loading any available datepicker languages
...
instead of a pre-configured list
2025-06-29 14:40:41 -03:00
Herculino Trotta
858934b7c5
chore: bump npm dependencies
2025-06-29 14:10:38 -03:00
Herculino Trotta
fa6f3e87c0
chore: update npm dependencies
2025-06-29 12:11:17 -03:00
Herculino Trotta
b27633a28e
fix: broken distribution chart when number format is set to dot-comma
2025-06-29 01:31:43 -03:00
Herculino Trotta
e544d7068b
style: improve the look of secondary navbar buttons (profile and calc)
2025-06-29 01:14:06 -03:00
eitchtee
8d93da99c1
chore(locale): update translation files
...
[skip ci] Automatically generated by Django makemessages workflow
2025-06-29 03:23:23 +00:00
Herculino Trotta
cc87477a2e
Merge pull request #266
...
feat: add sounds volume control to user settings
2025-06-29 00:21:54 -03:00
Herculino Trotta
e86e0b8c08
feat: add sounds volume control to user settings
2025-06-29 00:21:32 -03:00
eitchtee
eb0c872c50
chore(locale): update translation files
...
[skip ci] Automatically generated by Django makemessages workflow
2025-06-28 03:05:50 +00:00
Herculino Trotta
b4578df242
Merge pull request #265
...
feat: creating a quick transaction triggers the proper rule
2025-06-28 00:05:10 -03:00
Herculino Trotta
756de12835
feat: creating a quick transaction triggers the proper rule
2025-06-28 00:04:45 -03:00
ichi135
d573d02657
locale(Spanish): update translation
...
Currently translated at 17.6% (116 of 659 strings)
Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/es/
2025-06-27 23:16:54 +00:00
Herculino Trotta
250b352217
Merge pull request #263
...
chore: update tailwind to v4
2025-06-21 16:13:06 -03:00
Herculino Trotta
b4e9446cf6
chore: update tailwind to v4
...
As is customary in the JS world EVERYTHING must break with each major version
2025-06-21 16:12:44 -03:00
Dimitri Decrock
90944f0179
locale(Dutch): update translation
...
Currently translated at 100.0% (659 of 659 strings)
Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/nl/
2025-06-21 16:16:54 +00:00
Herculino Trotta
008d34b1d0
Merge remote-tracking branch 'origin/main'
2025-06-21 10:55:56 -03:00
Herculino Trotta
46dfc7dad4
chore: update npm dependencies
2025-06-21 10:55:32 -03:00
Herculino Trotta
22900b5d9e
locale(Portuguese (Brazil)): update translation
...
Currently translated at 100.0% (659 of 659 strings)
Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/pt_BR/
2025-06-20 07:16:54 +00:00
Herculino Trotta
0c48e9fe3d
docs: wrong OIDC callback url
2025-06-20 02:16:37 -03:00
eitchtee
b2e100d1b0
chore(locale): update translation files
...
[skip ci] Automatically generated by Django makemessages workflow
0.13.0
2025-06-20 05:07:12 +00:00
Herculino Trotta
e49b38a442
Merge pull request #260 from eitchtee/feat/oidc-integration
...
feat: add oidc support
2025-06-20 02:05:28 -03:00
Herculino Trotta
1f2902eea9
Merge branch 'main' into feat/oidc-integration
2025-06-20 02:03:48 -03:00
Herculino Trotta
7d60db8716
Merge pull request #262
...
style: slightly thicker scrollbar
2025-06-20 02:02:17 -03:00
eitchtee
873b0baed7
chore(locale): update translation files
...
[skip ci] Automatically generated by Django makemessages workflow
2025-06-20 05:02:12 +00:00
Herculino Trotta
2313c97761
style: slightly thicker scrollbar
2025-06-20 02:01:53 -03:00
Herculino Trotta
9cd7337153
Merge pull request #261
...
feat: add quick transactions
2025-06-20 02:01:32 -03:00
Herculino Trotta
d3b354e2b8
feat: add quick transactions
2025-06-20 02:01:09 -03:00
Herculino Trotta
e137666e99
docs: add missing oidc variables to example env
2025-06-16 22:27:42 -03:00
Herculino Trotta
4291a5b97d
feat: allow only social auth with django-allauth
2025-06-16 22:20:10 -03:00
Herculino Trotta
c8d316857f
feat: changes
2025-06-16 21:33:59 -03:00
eitchtee
3395a96949
chore(locale): update translation files
...
[skip ci] Automatically generated by Django makemessages workflow
2025-06-15 18:46:38 +00:00
Herculino Trotta
8ab9624619
Merge pull request #259
...
feat: replace action row with a FAB
2025-06-15 15:45:13 -03:00
Herculino Trotta
f9056c3a45
feat: replace action row with a FAB
2025-06-15 15:44:33 -03:00
Herculino Trotta
a9df684ee2
Merge pull request #258
...
style(theme): improve dark colors for a less washed out look
2025-06-15 11:23:05 -03:00
Herculino Trotta
e4d07c94d4
style(theme): improve dark colors for a less washed out look
2025-06-15 10:58:57 -03:00
google-labs-jules[bot]
5d5d172b3b
feat: Initial OIDC integration with django-allauth
...
I've added django-allauth and configured it for OIDC authentication.
This included changes to settings, URLs, and login templates to support OIDC.
I verified that the User model and UserSettings creation are compatible.
I also added documentation for OIDC environment variables to README.md.
2025-05-31 02:31:01 +00:00
JHoh
99f746b6be
locale(German): update translation
...
Currently translated at 97.2% (633 of 651 strings)
Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/de/
2025-05-23 17:16:54 +00:00
Herculino Trotta
a461a33dc2
Merge pull request #256
...
feat(net-worth): display consolidated amounts for currencies without transactions
0.12.11
2025-05-12 20:45:09 -03:00
Herculino Trotta
1213ffebeb
feat(transactions:calculations): add deep_search param to return consolidated amounts for currencies without transactions / sort results by their final total
2025-05-12 20:43:47 -03:00
Herculino Trotta
c5a352cf4d
feat(networth): only display consolidated amounts if they're different from the total
2025-05-12 20:33:50 -03:00
Herculino Trotta
cfcca54aa6
fix(networth): consolidated color doesn't reflect consolidated amount
2025-05-12 20:29:43 -03:00
Felix
234f8cd669
locale(Ukrainian): update translation
...
Currently translated at 14.7% (96 of 651 strings)
Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/uk/
2025-05-12 14:16:54 +00:00
eitchtee
43184140f0
chore(locale): update translation files
...
[skip ci] Automatically generated by Django makemessages workflow
0.12.10
2025-05-11 15:47:57 +00:00
Herculino Trotta
acc325c150
Merge pull request #254
...
fix(api:accounts): unable to create an account with an account group
2025-05-11 12:47:23 -03:00
Herculino Trotta
46eb471a34
fix(api:transactions): wrong schema definition for TransactionCategory
2025-05-11 12:46:30 -03:00
Herculino Trotta
6dc14c73d6
fix(api:accounts): unable to create an account with an account group
...
Fixes #253
2025-05-11 12:41:26 -03:00
Felix
f942924e7c
locale((Ukrainian)): added translation using Weblate
2025-05-11 06:23:59 +00:00
Dimitri Decrock
aa6019e0a9
locale(Dutch): update translation
...
Currently translated at 100.0% (651 of 651 strings)
Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/nl/
2025-05-01 09:16:53 +00:00
Herculino Trotta
9dfbd346bc
locale(Portuguese (Brazil)): update translation
...
Currently translated at 100.0% (651 of 651 strings)
Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/pt_BR/
2025-04-27 20:17:02 +00:00