Commit Graph

  • 14226db236 fix(web): reset hyous mts on changing database H1K0 2023-02-12 15:52:13 +03:00
  • 6f0359e99f style(web): simplify tdb_query() func H1K0 2023-02-12 15:51:16 +03:00
  • e8e32c70f0 feat(web): add sorting sasa and tanzaku H1K0 2023-02-12 15:35:52 +03:00
  • e72d371ff1 fix(web): fix settings page radio ids H1K0 2023-02-09 19:22:48 +03:00
  • cd6cae7316 perf(web): improve tdbms.js H1K0 2023-02-09 19:18:38 +03:00
  • 87404e34d3 refactor(web): move common TDBMS functions to tdbms.js H1K0 2023-02-09 18:49:25 +03:00
  • a1e6f3e9e1 perf(web): throw js error on unauthorized TDBMS request H1K0 2023-02-09 18:37:45 +03:00
  • f7c8923199 perf(web): some improvements in buttons H1K0 2023-02-09 01:08:48 +03:00
  • 243621f3b2 feat(web): add TFM settings page H1K0 2023-02-09 00:45:54 +03:00
  • 9c07702409 perf(web): switch to dark theme H1K0 2023-02-07 02:18:37 +03:00
  • 84e3dd19e1 feat(dbms): introduce TDBMS CLI client app H1K0 2023-02-05 15:06:16 +03:00
  • 86dae4c264 perf(web): do not close menu on submit H1K0 2023-02-04 16:30:23 +03:00
  • 8423314b73 style(web): change theme color H1K0 2023-02-04 00:24:04 +03:00
  • 40cd9ca49f fix(web): fix and improve substring filtering H1K0 2023-02-03 23:39:39 +03:00
  • 6eb34f3b59 fix(web): fix lazy load on tag view menu H1K0 2023-02-03 23:33:59 +03:00
  • 223e174568 feat(web): new menu handling supports two view menus at once H1K0 2023-02-03 22:51:35 +03:00
  • 371b091c10 perf(web): improve text input positioning in file menu H1K0 2023-02-03 20:26:44 +03:00
  • 48475158f8 perf(web): reduce preview max height H1K0 2023-02-03 16:43:18 +03:00
  • 94105491af feat(web): redirect client when TDBMS response status is 401 H1K0 2023-02-03 16:39:39 +03:00
  • dc937444e5 perf(web): do not redirect unauthorized TDBMS requests H1K0 2023-02-03 16:34:28 +03:00
  • dfe53d3e16 perf(web): remove highlighting file menu navigation buttons H1K0 2023-02-03 01:30:06 +03:00
  • 4d2326986f feat(web): try to reconnect to TDBMS server on failure to get response H1K0 2023-02-03 01:08:24 +03:00
  • e7be627292 feat(web): make button-flex position fixed at the bottom of menu H1K0 2023-02-03 00:22:09 +03:00
  • c960eb6730 feat(web): use arrow keys for file navigation H1K0 2023-02-02 23:56:35 +03:00
  • 560b255b69 feat(web): add prev/next navigation buttons to file view menu H1K0 2023-02-02 23:50:11 +03:00
  • 82cd625988 fix(web): fix view menu open and close functions H1K0 2023-02-02 23:34:57 +03:00
  • b7ad148d27 refactor(web): move menu open/close actions into separate functions H1K0 2023-02-02 23:28:18 +03:00
  • 689e6f9136 perf(web): a tiny improvement in tdbms.js H1K0 2023-02-02 23:00:08 +03:00
  • 21f57e8767 fix(web): fix localStorage management H1K0 2023-02-02 22:59:32 +03:00
  • 7f5daee11e perf(web): improve menu sizing H1K0 2023-02-02 21:00:25 +03:00
  • 6cd7bb73fe perf(web): save hyous to localStorage H1K0 2023-02-02 18:18:11 +03:00
  • ee787dab18 feat(dbms): return new tanzaku info on successful adding tanzaku H1K0 2023-02-02 16:20:52 +03:00
  • 24c9e39084 feat(core,lib): return new tanzaku when adding tanzaku or HOLE_TANZAKU on failure H1K0 2023-02-02 16:15:30 +03:00
  • d8de645780 feat(dbms): return new sasa info on successful adding sasa H1K0 2023-02-02 16:12:28 +03:00
  • 2ba60d49e6 perf(core,lib): return new sasa when adding sasa or HOLE_SASA on failure H1K0 2023-02-02 16:09:21 +03:00
  • 8b86a34a71 feat(core,lib): return new sasa ID when adding sasa or HOLE_ID on failure H1K0 2023-02-02 15:53:02 +03:00
  • 53320831bb feat(web): lazy load file thumbs on tags menu H1K0 2023-02-02 13:44:44 +03:00
  • 8089c6ae68 feat(web): show image preview in file view menu H1K0 2023-02-02 00:05:04 +03:00
  • ef373db8d5 perf(web): remove js cookie management H1K0 2023-02-01 20:28:53 +03:00
  • e81ee683b7 style(web): a bit of code cleanup H1K0 2023-02-01 20:16:24 +03:00
  • 083eac3fee perf(web): use thumbnails instead of full sized images H1K0 2023-01-31 23:07:35 +03:00
  • eaa7c2f2ce chore(web): a bit of html cleanup H1K0 2023-01-31 18:46:25 +03:00
  • 9226b6cf5a feat(web): introduce lazy loading file thumbs on files page H1K0 2023-01-31 18:45:57 +03:00
  • 9a2fa14a79 fix(lib): load database anyway H1K0 2023-01-31 16:46:24 +03:00
  • 4b7766695e feat(web): introduce tag removing H1K0 2023-01-31 16:24:03 +03:00
  • b4b76fe271 chore(dbms): fix installer H1K0 2023-01-31 16:06:07 +03:00
  • 3a261d5d01 chore(web): add tweb server installation script and systemd service config H1K0 2023-01-31 16:05:39 +03:00
  • 3a5804d235 perf(web): temporary set thumbs directory equal to files dir H1K0 2023-01-31 15:59:13 +03:00
  • a3d901a599 perf(web): reduce sasa margin H1K0 2023-01-31 15:52:31 +03:00
  • 440468bab5 feat(web): log time with microseconds H1K0 2023-01-31 15:41:06 +03:00
  • c62d5fa512 fix(web): fix authorization H1K0 2023-01-31 15:28:28 +03:00
  • 0c03d3a791 perf(web): improve logging H1K0 2023-01-31 15:23:46 +03:00
  • 515beac231 fix(web): fix authorization H1K0 2023-01-31 15:20:35 +03:00
  • 27800737e3 feat(web): log to file H1K0 2023-01-31 15:00:20 +03:00
  • 50d9555d2d perf(web): change server configuration H1K0 2023-01-31 14:39:44 +03:00
  • a3e2062de7 fix(dbms): fix socket file permissions H1K0 2023-01-31 14:28:39 +03:00
  • fefff3ce45 feat(web): introduce saving and discarding changes H1K0 2023-01-31 02:08:42 +03:00
  • 70ac14a17a refactor(web): rename tfm.js to tfm-management.js H1K0 2023-01-31 01:57:28 +03:00
  • 32000c2b9f refactor(web): remove unused variables H1K0 2023-01-31 01:55:05 +03:00
  • 70f593997d perf(web): improve form submit handling H1K0 2023-01-31 01:54:33 +03:00
  • 9cf6daefb8 chore(web): change auth submit element from input to button H1K0 2023-01-31 01:49:07 +03:00
  • 0c84504d2c feat(web): introduce adding new tag to database H1K0 2023-01-31 01:43:59 +03:00
  • 789e24b675 fix(web): fix bug in TDB query handling H1K0 2023-01-31 01:40:36 +03:00
  • 52b54ba792 feat(web): introduce adding new file (path) to database H1K0 2023-01-31 01:21:30 +03:00
  • b535faa4c7 perf(web): some improvements in design H1K0 2023-01-31 01:03:59 +03:00
  • ca0bd0726a feat(web): add text filter to tags page H1K0 2023-01-30 23:31:06 +03:00
  • 478e67cc95 perf(web): improve contents list design H1K0 2023-01-30 23:28:17 +03:00
  • e9f848d39f perf(web): make list elements justified H1K0 2023-01-30 22:03:48 +03:00
  • 9eccd06395 perf(web): make headers' font size adaptive H1K0 2023-01-30 22:02:38 +03:00
  • 59e6b3ba8b fix(web): fix scrolling on mobile H1K0 2023-01-30 21:54:13 +03:00
  • 9f94387fb0 fix(web): fix list height H1K0 2023-01-30 21:53:07 +03:00
  • 5a78facf76 fix(dbms): escape TDB names in response H1K0 2023-01-30 20:23:39 +03:00
  • e9c0c6340a perf(dbms): improve TDBMS installer script H1K0 2023-01-30 18:30:08 +03:00
  • d72348e639 refactor(web): change filters ids H1K0 2023-01-29 23:11:46 +03:00
  • 109cc1ac32 fix(web): text filtering works only with shown elements H1K0 2023-01-29 21:31:42 +03:00
  • 803f723015 fix(web): fix selection filtering H1K0 2023-01-29 21:21:34 +03:00
  • 08b18063aa fix(web): a little bug fix in server code H1K0 2023-01-29 21:12:58 +03:00
  • 591d598d24 perf(dbms): remove extra code line H1K0 2023-01-29 20:58:24 +03:00
  • 733780c17c feat(web): add filtering only selected items in list H1K0 2023-01-29 20:20:10 +03:00
  • 351e0be3ca feat(web): add TFM tags page H1K0 2023-01-29 19:18:13 +03:00
  • 58bd284101 fix(web): change file menu title H1K0 2023-01-29 19:16:37 +03:00
  • efe4339b33 fix(web): fix list height H1K0 2023-01-29 19:15:36 +03:00
  • a089d519ea chore(web): some changes in css H1K0 2023-01-29 18:52:57 +03:00
  • 0871d9209d fix(web): prevent default on double click H1K0 2023-01-29 18:50:27 +03:00
  • 552cb2653f fix(web): some little fixes in tfm-files.js H1K0 2023-01-29 18:49:58 +03:00
  • 8b852401a5 perf(web): don't load shoppyou on load H1K0 2023-01-29 18:26:16 +03:00
  • 20dc58f951 refactor(web): rename hyou load functions H1K0 2023-01-29 18:25:58 +03:00
  • ccca7ac6b9 fix(web): fix TFM pages titles H1K0 2023-01-29 18:22:17 +03:00
  • b618ecbd52 refactor(web): separate TFM files page H1K0 2023-01-29 18:20:39 +03:00
  • 9bfb9f89fe refactor(web): create /tfm directory for TFM pages H1K0 2023-01-29 16:57:17 +03:00
  • 8c2fba25f0 feat(web): adding/removing file tags H1K0 2023-01-29 16:43:11 +03:00
  • 6f3ac78fd0 fix(dbms): clear response when request requires no data H1K0 2023-01-29 16:17:07 +03:00
  • bf4e127908 perf(web): redirect to /auth on fail to get TDBMS response H1K0 2023-01-29 16:00:02 +03:00
  • c78e380d23 feat(web): add tanzaku filtering to sasa menu H1K0 2023-01-29 15:30:53 +03:00
  • ed855ba9f9 perf(web): improve sasa menu design H1K0 2023-01-29 15:20:50 +03:00
  • 9159cd0aca refactor(web): move form and .button-flex styles to general.css H1K0 2023-01-29 13:55:17 +03:00
  • 5cb498112d feat(web): initialize sasa info menu H1K0 2023-01-29 02:45:39 +03:00
  • 660ff87af6 feat(web): add authorization page link to home page H1K0 2023-01-29 00:46:03 +03:00
  • 5725015408 feat(web): initialize TFM page H1K0 2023-01-29 00:45:20 +03:00
  • b55865b8e7 fix(web): escape file paths H1K0 2023-01-29 00:43:44 +03:00