33977c53d6
Imports Optional type hint
...
lint / lint (push) Has been cancelled
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled
Imports the `Optional` type hint from the `typing` module into `crud.py` and `models.py`.
This provides more explicit type annotations where values can be `None`.
2025-11-04 01:42:14 +01:00
7cc622fc44
Merge remote-tracking branch 'upstream/main'
lint / lint (push) Waiting to run
/ release (push) Waiting to run
/ pullrequest (push) Blocked by required conditions
2025-11-03 23:13:22 +01:00
c669da5822
Adds public events endpoint and user tickets
...
lint / lint (push) Waiting to run
Adds a public events endpoint that allows read-only access to all events.
Improves ticket management by adding support for user IDs as an identifier, alongside name and email.
This simplifies ticket creation for authenticated users and enhances security.
Also introduces an API endpoint to fetch tickets by user ID.
2025-11-03 23:05:31 +01:00
Tiago Vasconcelos
ae827a6545
fix: QR copy button ( #38 )
...
* fix QR copy button
* fixup poetry
* rc6 and chore update
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
2025-09-04 07:10:49 +02:00
Tiago Vasconcelos
7aeba1eeb4
Update to use uv ( #37 )
...
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
2025-08-22 16:54:51 +02:00
dni ⚡
c729ef17a6
fix: 1.0.0-rc5
lint / lint (push) Waiting to run
2024-10-22 10:49:52 +02:00
dni ⚡
6714dcddc7
feat: update to lnbits 1.0.0 ( #36 )
2024-10-11 13:52:39 +02:00
dni ⚡
9ca714d878
fix: fetch incoming payment ( #35 )
...
did not work for internal payment
2024-09-03 16:35:42 +02:00
dni ⚡
400b39211d
feat: code quality ( #34 )
...
* feat: code quality
2024-08-29 12:18:49 +02:00
Arc
3df2a56ca2
Merge pull request #30 from lnbits/advanceddescription
...
added video
2024-05-17 17:39:51 +01:00
benarc
ea3a60ecd4
Added video
2024-05-17 17:39:11 +01:00
benarc
57f40b9790
Merge remote-tracking branch 'origin/main' into advanceddescription
2024-05-17 17:38:28 +01:00
Vlad Stan
9c82d9e2df
chore: bump min_lnbits_version
2024-05-14 11:37:27 +03:00
Arc
c24f5ddb84
Merge pull request #29 from lnbits/advanceddescription
...
Added extended description
2024-05-06 12:42:45 +01:00
Tiago Vasconcelos
082f5e7488
Check payment ( #28 )
...
Hotfix the check payment when using fiat tickets
2024-05-06 12:41:35 +01:00
benarc
1b1cf72e17
Added extended description
2024-04-30 15:36:05 +01:00
dni ⚡
b985304384
fix: properly start/stop tasks ( #27 )
...
https://github.com/lnbits/lnbits/issues/2411
2024-04-15 12:53:16 +02:00
Tiago Vasconcelos
662587dbf2
fix timestamp on postgres ( #26 )
2024-03-07 12:06:59 +02:00
Arc
4f5fe8035d
Merge pull request #25 from lnbits/add_image_banner
...
allow for an image banner
2024-02-17 14:05:58 +00:00
benarc
38951a7ebe
Merge branch 'main' into add_image_banner
2024-02-17 14:04:42 +00:00
Tiago Vasconcelos
07d2f59bc3
Refactor events extensions ( #21 )
...
* require admin key
* remove log
* only show paid tickets
* purge tickets
2024-02-05 08:50:39 +01:00
Tiago Vasconcelos
ae8930f884
allow for an image banner
2024-01-31 13:15:52 +00:00
Tiago Vasconcelos
f468183631
Sanitize/Validate name field ( #20 )
...
* escape name
* add email pydantic validation (API)
* format prettier
* don't allow slash on email also
* make regex const
* use string literals
* make get ticket a POST
* email regex
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2024-01-26 14:30:14 +00:00
Tiago Vasconcelos
5e391a04bc
[FEAT] Fiat event tickets ( #10 )
2023-12-12 11:42:50 +01:00
Pavol Rusnak
ff73bc749b
fix typos ( #19 )
2023-12-11 12:13:12 +01:00
Tiago Vasconcelos
0c371e81df
allow custom path ( #17 )
...
* allow custom path
* update to minversion 0.11.0
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
2023-09-25 15:26:13 +01:00
dni ⚡
a0037f685a
[FEAT] add better release workflow ( #18 )
2023-09-23 22:36:08 +02:00
Tiago Vasconcelos
00f552c751
Fix ticket create ( #13 )
...
* don't set ticket as paid on create
* use crud fn in tasks.py
* create ticket is unpaid by default
2023-08-18 08:18:44 +02:00
Tiago Vasconcelos
c8b31d8e3f
[FEAT] add timestamp on register ( #15 )
...
* add timestamp on register
2023-08-18 08:17:29 +02:00
Tiago Vasconcelos
4586164016
Fix updating event ( #9 )
...
* passing a copy of original data to dialog data
2023-07-04 09:17:31 +02:00
Tiago Vasconcelos
1d57e1ae1a
Fix create ticket endpoint ( #7 )
...
* create ticket when creating invoice not on check payment
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
2023-06-28 14:25:28 +02:00
dni ⚡
13658ceda9
Merge pull request #3 from lnbits/fix_responsive_QR
...
make QR responsive on ticket page
2023-06-28 10:39:15 +02:00
dni ⚡
fb428cce40
Merge pull request #6 from lnbits/refactor-singular
...
refactor into singular
2023-06-27 12:06:16 +02:00
dni ⚡
1032bd9d7e
refactor into singular
...
models should always by singular
2023-06-27 11:57:16 +02:00
dni ⚡
cdcba0073a
add github release workflow
2023-06-27 11:47:55 +02:00
dni ⚡
a4a96824c9
add gitignore
2023-06-27 11:47:19 +02:00
Tiago Vasconcelos
2c9a27aed6
fix for desktop
2023-05-23 10:59:23 +01:00
Tiago Vasconcelos
b34fbdca7a
make QR responsive on ticket page
2023-05-23 10:54:53 +01:00
Tiago Vasconcelos
21877523de
Update README.md
2023-04-24 10:43:34 +01:00
Pavol Rusnak
9e91260625
add license
2023-02-24 18:13:39 +01:00
Arc
4e9e9b1f61
Create manifest.json
2023-02-11 08:09:10 +00:00
Arc
bcde392f41
Add files via upload
2023-02-11 08:06:45 +00:00