|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
d3ff62299d
|
fix: footer placement
|
2024-11-21 12:47:39 -03:00 |
|
|
|
d7e5968fb8
|
refactor: content inner header as template to be reusable
|
2024-11-21 10:17:09 -03:00 |
|
|
|
f3f4912e41
|
feat(users): adds in client password matching validation
|
2024-11-17 22:39:04 -03:00 |
|
|
|
d00fd4220d
|
feat(users): adds session based conditionally rendering
|
2024-11-17 21:46:38 -03:00 |
|
|
|
6f4d6f7ff1
|
feat(users): starts session and redirects on sucessfull registration
|
2024-11-17 21:44:34 -03:00 |
|
|
|
8a8a53afcb
|
feat(users): adds logout functionality
|
2024-11-17 21:35:33 -03:00 |
|
|
|
9fd8afbfec
|
fix: checks for users email not to be registered
|
2024-11-17 18:20:00 -03:00 |
|
|
|
5e39131856
|
fix: adds uniqueness constraint to users email field
|
2024-11-17 18:19:08 -03:00 |
|
|
|
0eb5344bf3
|
feat(users): configures session with sqlalchemy
|
2024-11-17 18:03:16 -03:00 |
|
|
|
be03c55e89
|
feat(user): adds registration logic and validation
|
2024-11-16 23:26:35 -03:00 |
|
|
|
7541548acf
|
fix: properly imports datetime, adds autoincrement
|
2024-11-16 23:24:56 -03:00 |
|
|
|
19f1bdd612
|
feat(users): adds flash message, some minor fixes
|
2024-11-16 23:21:50 -03:00 |
|
|
|
ee21a194ca
|
feat: adds flash message
|
2024-11-12 23:18:20 -03:00 |
|
|
|
1f3feece2f
|
feat(user): adds registration form template
|
2024-11-05 00:26:12 -03:00 |
|
|
|
2b43da4504
|
feat(layout): updates layout styling
|
2024-11-05 00:22:48 -03:00 |
|
|
|
2eb6de9df0
|
fix: updates user model password max length
|
2024-11-04 23:27:33 -03:00 |
|