|
|
24c9e39084
|
feat(core,lib): return new tanzaku when adding tanzaku or HOLE_TANZAKU on failure
|
2023-02-02 16:15:30 +03:00 |
|
|
|
d8de645780
|
feat(dbms): return new sasa info on successful adding sasa
|
2023-02-02 16:12:28 +03:00 |
|
|
|
2ba60d49e6
|
perf(core,lib): return new sasa when adding sasa or HOLE_SASA on failure
|
2023-02-02 16:09:21 +03:00 |
|
|
|
8b86a34a71
|
feat(core,lib): return new sasa ID when adding sasa or HOLE_ID on failure
|
2023-02-02 15:53:02 +03:00 |
|
|
|
53320831bb
|
feat(web): lazy load file thumbs on tags menu
|
2023-02-02 13:44:44 +03:00 |
|
|
|
8089c6ae68
|
feat(web): show image preview in file view menu
|
2023-02-02 00:05:04 +03:00 |
|
|
|
ef373db8d5
|
perf(web): remove js cookie management
|
2023-02-01 20:28:53 +03:00 |
|
|
|
e81ee683b7
|
style(web): a bit of code cleanup
|
2023-02-01 20:16:24 +03:00 |
|
|
|
083eac3fee
|
perf(web): use thumbnails instead of full sized images
|
2023-01-31 23:07:35 +03:00 |
|
|
|
eaa7c2f2ce
|
chore(web): a bit of html cleanup
|
2023-01-31 18:46:25 +03:00 |
|
|
|
9226b6cf5a
|
feat(web): introduce lazy loading file thumbs on files page
|
2023-01-31 18:45:57 +03:00 |
|
|
|
9a2fa14a79
|
fix(lib): load database anyway
|
2023-01-31 16:46:24 +03:00 |
|
|
|
4b7766695e
|
feat(web): introduce tag removing
|
2023-01-31 16:24:03 +03:00 |
|
|
|
b4b76fe271
|
chore(dbms): fix installer
|
2023-01-31 16:06:07 +03:00 |
|
|
|
3a261d5d01
|
chore(web): add tweb server installation script and systemd service config
|
2023-01-31 16:05:39 +03:00 |
|
|
|
3a5804d235
|
perf(web): temporary set thumbs directory equal to files dir
|
2023-01-31 15:59:13 +03:00 |
|
|
|
a3d901a599
|
perf(web): reduce sasa margin
|
2023-01-31 15:52:31 +03:00 |
|
|
|
440468bab5
|
feat(web): log time with microseconds
|
2023-01-31 15:41:06 +03:00 |
|
|
|
c62d5fa512
|
fix(web): fix authorization
|
2023-01-31 15:28:28 +03:00 |
|
|
|
0c03d3a791
|
perf(web): improve logging
|
2023-01-31 15:23:46 +03:00 |
|
|
|
515beac231
|
fix(web): fix authorization
|
2023-01-31 15:20:35 +03:00 |
|
|
|
27800737e3
|
feat(web): log to file
|
2023-01-31 15:00:20 +03:00 |
|
|
|
50d9555d2d
|
perf(web): change server configuration
|
2023-01-31 14:39:44 +03:00 |
|
|
|
a3e2062de7
|
fix(dbms): fix socket file permissions
|
2023-01-31 14:28:39 +03:00 |
|
|
|
fefff3ce45
|
feat(web): introduce saving and discarding changes
|
2023-01-31 02:08:42 +03:00 |
|
|
|
70ac14a17a
|
refactor(web): rename tfm.js to tfm-management.js
|
2023-01-31 01:57:28 +03:00 |
|
|
|
32000c2b9f
|
refactor(web): remove unused variables
|
2023-01-31 01:55:05 +03:00 |
|
|
|
70f593997d
|
perf(web): improve form submit handling
|
2023-01-31 01:54:33 +03:00 |
|
|
|
9cf6daefb8
|
chore(web): change auth submit element from input to button
|
2023-01-31 01:49:07 +03:00 |
|
|
|
0c84504d2c
|
feat(web): introduce adding new tag to database
|
2023-01-31 01:43:59 +03:00 |
|
|
|
789e24b675
|
fix(web): fix bug in TDB query handling
|
2023-01-31 01:40:36 +03:00 |
|
|
|
52b54ba792
|
feat(web): introduce adding new file (path) to database
|
2023-01-31 01:21:30 +03:00 |
|
|
|
b535faa4c7
|
perf(web): some improvements in design
|
2023-01-31 01:03:59 +03:00 |
|
|
|
ca0bd0726a
|
feat(web): add text filter to tags page
|
2023-01-30 23:31:06 +03:00 |
|
|
|
478e67cc95
|
perf(web): improve contents list design
|
2023-01-30 23:28:17 +03:00 |
|
|
|
e9f848d39f
|
perf(web): make list elements justified
|
2023-01-30 22:03:48 +03:00 |
|
|
|
9eccd06395
|
perf(web): make headers' font size adaptive
|
2023-01-30 22:02:38 +03:00 |
|
|
|
59e6b3ba8b
|
fix(web): fix scrolling on mobile
|
2023-01-30 21:54:13 +03:00 |
|
|
|
9f94387fb0
|
fix(web): fix list height
|
2023-01-30 21:53:07 +03:00 |
|
|
|
5a78facf76
|
fix(dbms): escape TDB names in response
|
2023-01-30 20:23:39 +03:00 |
|
|
|
e9c0c6340a
|
perf(dbms): improve TDBMS installer script
|
2023-01-30 18:30:08 +03:00 |
|
|
|
d72348e639
|
refactor(web): change filters ids
|
2023-01-29 23:11:46 +03:00 |
|
|
|
109cc1ac32
|
fix(web): text filtering works only with shown elements
|
2023-01-29 21:31:42 +03:00 |
|
|
|
803f723015
|
fix(web): fix selection filtering
|
2023-01-29 21:21:34 +03:00 |
|
|
|
08b18063aa
|
fix(web): a little bug fix in server code
|
2023-01-29 21:12:58 +03:00 |
|
|
|
591d598d24
|
perf(dbms): remove extra code line
|
2023-01-29 20:58:24 +03:00 |
|
|
|
733780c17c
|
feat(web): add filtering only selected items in list
|
2023-01-29 20:20:10 +03:00 |
|
|
|
351e0be3ca
|
feat(web): add TFM tags page
|
2023-01-29 19:18:13 +03:00 |
|
|
|
58bd284101
|
fix(web): change file menu title
|
2023-01-29 19:16:37 +03:00 |
|
|
|
efe4339b33
|
fix(web): fix list height
|
2023-01-29 19:15:36 +03:00 |
|