|
f2720e4fb2
|
load MEDIA_ROOT AND STATIC_ROOT from .env
|
2023-11-18 21:13:41 +01:00 |
|
|
a340154cd9
|
add public domain to ALLOWED_HOSTS
|
2023-11-18 19:57:32 +01:00 |
|
|
ac6eade412
|
read database settings from .env file
|
2023-11-18 17:46:54 +01:00 |
|
|
618ede273d
|
unpin some python requirements
|
2023-11-18 16:49:41 +01:00 |
|
|
1f41b81b8f
|
add django backend in /core
ported from laravel in c3lf/lfbackend repo
|
2023-11-18 12:57:50 +01:00 |
|
|
dd75c2b0d6
|
move frontend to /web
|
2023-11-18 12:51:24 +01:00 |
|
|
9747c08bab
|
disable server based search while it is buggy
|
2023-10-13 23:34:57 +02:00 |
|
lagertonne
|
269a3ca339
|
howto: small typo fixes
|
2023-08-15 12:35:22 +02:00 |
|
|
a69bf30440
|
add english version of /howto page
|
2023-08-15 12:06:45 +02:00 |
|
|
a7cfaf8ec7
|
change default event url
|
2023-08-14 16:06:52 +02:00 |
|
|
0bead62c83
|
hotfix /howto page again
|
2023-08-14 15:58:49 +02:00 |
|
|
b61a3d5776
|
hotfix /howto page
|
2023-08-14 15:42:44 +02:00 |
|
busti
|
9f29af03c5
|
chore: set camera facing mode to "environment"
|
2023-08-13 20:02:45 +02:00 |
|
|
af4e7dc241
|
only use uid instead of item_uid
|
2020-01-18 22:05:46 +01:00 |
|
busti
|
df43159acf
|
debounce search box
|
2020-01-08 22:20:45 +01:00 |
|
|
6bcbd59362
|
second shitty fix
|
2020-01-01 22:13:09 +01:00 |
|
|
ac608117d8
|
shitty fix
|
2020-01-01 19:52:56 +01:00 |
|
busti
|
0c0b8a79af
|
only close the post modal when the request succeeds
|
2019-12-29 22:27:30 +01:00 |
|
busti
|
df5a5f4729
|
close modal when clicking on it's outside
|
2019-12-29 18:10:55 +01:00 |
|
busti
|
8c759c4f23
|
close modal on esc press
|
2019-12-29 18:08:09 +01:00 |
|
|
ca38616395
|
remember last box
|
2019-12-29 17:04:03 +01:00 |
|
|
7141c8e34e
|
use more intuitive sorting
|
2019-12-29 12:58:37 +01:00 |
|
|
58ee59ddbc
|
sort InputCombo dropdown option by label
|
2019-12-29 12:43:17 +01:00 |
|
|
d9b598d078
|
change card flow
|
2019-12-28 23:10:29 +01:00 |
|
|
c10429a08f
|
remove test on button in table
|
2019-12-28 06:04:20 +01:00 |
|
busti
|
2c2b7f5532
|
fix bug
|
2019-12-28 05:56:38 +01:00 |
|
busti
|
192ade42a5
|
implement an image selection button (from files)
|
2019-12-28 05:28:09 +01:00 |
|
|
9797a5e137
|
add 'returned' button
|
2019-12-28 04:29:29 +01:00 |
|
busti
|
5edf382bcb
|
change http error toast formatting
|
2019-12-28 04:24:53 +01:00 |
|
busti
|
d3e15bb9ba
|
support unicode in search queries
|
2019-12-28 04:05:58 +01:00 |
|
|
2f653382eb
|
highlight selected element in InputCombo ad fix minor bug
|
2019-12-27 16:27:48 +01:00 |
|
busti
|
14d2c05c1f
|
fix toast pointer event pass-through
|
2019-12-27 02:54:31 +01:00 |
|
busti
|
93edc2c117
|
fix bug
|
2019-12-27 02:39:56 +01:00 |
|
busti
|
7131a54455
|
close modals when saving
|
2019-12-27 02:38:58 +01:00 |
|
busti
|
d3a52aae06
|
fix toast z-index
|
2019-12-27 02:08:24 +01:00 |
|
busti
|
cecda6194d
|
implemented toasts for error messages
|
2019-12-27 02:06:51 +01:00 |
|
|
79deed25bc
|
switch back to base64 images
|
2019-12-27 01:26:40 +01:00 |
|
|
2a69e231be
|
make the main searchbar do stuff too
|
2019-12-25 17:50:18 +01:00 |
|
|
5c56329ee3
|
implement Files view as table
|
2019-12-24 19:52:22 +01:00 |
|
|
d1279eb098
|
implement Events view as table
|
2019-12-24 16:08:22 +01:00 |
|
|
e7ba2acc0c
|
icons for actions
|
2019-12-24 14:55:10 +01:00 |
|
|
6290eee156
|
use slot in table too
|
2019-12-24 14:40:01 +01:00 |
|
|
52dcab03ba
|
add some more routes
|
2019-12-24 14:02:56 +01:00 |
|
|
aff6186a53
|
use config for lightbox url
|
2019-12-24 13:18:21 +01:00 |
|
|
a63da41435
|
Merge branch 'typed-fields' into dev
|
2019-12-23 22:25:17 +01:00 |
|
|
0fdc63cea4
|
revert hacky fix
|
2019-12-23 22:21:21 +01:00 |
|
busti
|
cba05f545f
|
implement item deletion in cards
|
2019-12-23 21:54:23 +01:00 |
|
busti
|
ae3812434d
|
implement lightbox
|
2019-12-23 21:49:21 +01:00 |
|
|
ed164c889a
|
refactor InputCombo
|
2019-12-23 21:09:30 +01:00 |
|
busti
|
0ad42dad88
|
change field names
|
2019-12-23 19:04:36 +01:00 |
|