90 Commits

Author SHA1 Message Date
4a6419c476 fix: fix typos in readme 2024-12-10 21:20:37 -03:00
b33c115dcf docs: extends project description 2024-12-10 21:13:56 -03:00
a88130b136 fix: updates readme file name to uppercase 2024-12-10 20:40:18 -03:00
c7578043b9 docs: updates video url 2024-12-10 20:11:15 -03:00
33beea7178 fix: removes duplicate logout menu item 2024-12-10 19:45:31 -03:00
fb7fae0b5b fix: adds logout option for smaller viewport size 2024-12-10 19:37:08 -03:00
cf7a536938 docs: add readme 2024-12-10 18:41:00 -03:00
4c5cdfb13d fix(pets): adds file ext validation on the server side 2024-12-10 17:48:29 -03:00
24c01ff2bb fix: adds validator asset 2024-12-10 17:07:28 -03:00
6277a81c2c fix: properly marks active menu item 2024-12-10 17:07:15 -03:00
0519d9a262 feat(home): updates section 2024-12-10 16:07:45 -03:00
ff18cd63bc fix: makes email field required in contact form 2024-12-10 12:38:02 -03:00
93bb84f2a2 feat(us): adds contact and about sections 2024-12-10 01:05:56 -03:00
5cd59bee2d fix: page titles 2024-12-09 23:54:49 -03:00
eff1c8b1b6 feat(pets): implements adoption 2024-12-09 23:23:36 -03:00
053eefe939 feat(pets): adds validator for pet id 2024-12-09 23:22:02 -03:00
a0245a50e7 feat(pets): adds add pet option to menu 2024-12-09 16:46:49 -03:00
175dbf81ac fix: prevents user with active session to register 2024-12-09 16:35:48 -03:00
61fe4728a5 feat(pet): integrates cloudinary, finishes register 2024-12-09 01:58:19 -03:00
28544a4bf8 build: adds cloudinary sdk 2024-12-08 23:31:57 -03:00
a41a929ca5 feat(pets): adds register view and validations wip 2024-12-08 23:07:45 -03:00
ff9d94bb72 feat: adds decimals validator method 2024-12-08 23:02:13 -03:00
6b9b5e201f feat(pets): adds new pet img placeholder asset 2024-12-08 22:50:25 -03:00
609abb3362 refactor: outsources common validation methods 2024-12-08 19:53:33 -03:00
76ef384102 feat(pets]): modifies db setup to add pets at app start 2024-12-06 22:39:51 -03:00
35770c2301 fix: updates pets menu with filters 2024-12-06 22:39:10 -03:00
53db560609 feat(pets): adds pets img assets 2024-12-06 22:38:42 -03:00
981a282f12 feat(pets): updates pets view 2024-12-06 22:38:10 -03:00
1f65b3681e feat(pets): adds pet methods 2024-12-06 22:35:35 -03:00
f5733722c8 feat(pets): adds paginator macro 2024-12-06 22:21:54 -03:00
28f743daef fix: prevents null node to be added 2024-12-06 00:50:05 -03:00
8c54599b7e fix: adds img src property to pets model 2024-12-04 22:41:17 -03:00
d157f294a9 build: modifies gitignore 2024-12-04 00:13:02 -03:00
0e25bf660c feat(pets): adds bp, service and filters template and logic 2024-12-04 00:01:40 -03:00
e8c79ed04d feat(pets): adds pets kind insertion at app start 2024-12-03 23:59:08 -03:00
da565ea275 fix: removes username from user model 2024-12-02 21:42:49 -03:00
e02ea505de fix: adds user option to layout menu 2024-12-01 18:14:15 -03:00
371c6037c2 feat(user): adds validation for changes before updating user profile 2024-12-01 13:11:24 -03:00
5b8bf004fa feat(user); adds update methods and template 2024-11-30 01:02:49 -03:00
59a44f4ee2 refactor: adds category to flash messages 2024-11-30 00:56:40 -03:00
512cec6a3c refactor: standalone message block for better customization 2024-11-29 22:15:46 -03:00
6279dc7dd0 refactor: js password validation to single file 2024-11-25 23:46:39 -03:00
348d04e1e9 refactor: adds css variable 2024-11-24 22:40:18 -03:00
2f48687f3c fix: sets header's img width and height preventing layout shift 2024-11-23 21:00:06 -03:00
3c40455884 fix: redirects to user's home page on register and login 2024-11-23 20:49:02 -03:00
1e4c565a52 fix: some minor improvements 2024-11-23 20:26:10 -03:00
76fb0aa94f feat(users): adds login functionality 2024-11-23 19:53:27 -03:00
46a364dac7 feat(users): adds login required decorator 2024-11-23 19:52:16 -03:00
5d7d67dbb4 fix: css for footer 2024-11-23 14:17:58 -03:00
5030eb42ce refactor: extracts form submit button
template and js validation
2024-11-21 13:00:11 -03:00