Commit graph

197 commits

Author SHA1 Message Date
Tigor Hutasuhut 0d68bbead0 subreddit: implemented add page 2024-05-03 19:44:25 +07:00
Tigor Hutasuhut f4399555b4 subreddit-add: added cron scheduler input 2024-05-03 11:59:44 +07:00
Tigor Hutasuhut 4e7f91d098 subreddit-add: enhanced subreddit check and add form 2024-05-03 10:27:03 +07:00
Tigor Hutasuhut 15f9634187 api: isImageEntryExists: fix image file existence check 2024-05-03 09:31:57 +07:00
Tigor Hutasuhut 99a701fde9 views(cx): cleanup extra space 2024-05-02 23:22:11 +07:00
Tigor Hutasuhut 9ad5d8afdd subreddit-view: added subreddit name input 2024-05-02 23:16:28 +07:00
Tigor Hutasuhut 530723503e subredditsview: added button to add subreddit 2024-05-02 21:26:28 +07:00
Tigor Hutasuhut 08d81a2f94 view: added start download button to subreddit details page 2024-05-02 20:59:32 +07:00
Tigor Hutasuhut fe1ad50670 detailsview: pagination buttons on the bottom is now centered 2024-05-02 20:08:21 +07:00
Tigor Hutasuhut 05cf28635b view(subreddit_details): implement filter bar and showing image from to 2024-05-02 19:24:24 +07:00
Tigor Hutasuhut 387988139e views: implemented subreddit details page 2024-05-02 15:42:10 +07:00
Tigor Hutasuhut 82d5ba23fc makefile: simplify the start target 2024-05-02 14:42:22 +07:00
Tigor Hutasuhut 45540a1207 view: added config route 2024-05-02 09:25:06 +07:00
Tigor Hutasuhut e3bda647f3 view: implemented subreddits list page 2024-05-01 18:16:54 +07:00
Tigor Hutasuhut 4ca2e854d4 dayjs: now support dynamic versioning 2024-05-01 16:10:04 +07:00
Tigor Hutasuhut 3c26baa3cf web: support for versioning from environment variables 2024-05-01 15:51:52 +07:00
Tigor Hutasuhut ba9bb07b21 home: update recently added card view 2024-05-01 14:39:34 +07:00
Tigor Hutasuhut 1495189199 home: more compact cards 2024-05-01 14:27:09 +07:00
Tigor Hutasuhut 65bb5732ca reddit: fix image copy for existing should go to temp dir first 2024-05-01 00:02:30 +07:00
Tigor Hutasuhut c5c8058376 errs: log fields now not nested if error implements slog.LogValuer interface 2024-04-30 21:45:09 +07:00
Tigor Hutasuhut 1c1c0d03d9 errs: fixed error message not giving proper spacing 2024-04-30 21:39:53 +07:00
Tigor Hutasuhut c26d9fa0b0 view: added subreddits listing page 2024-04-30 15:28:04 +07:00
Tigor Hutasuhut 4876930563 refactor: simpler data columns 2024-04-30 14:12:33 +07:00
Tigor Hutasuhut 547e73846d api: isImageExists now returns false if the image does not exist in the target path or database 2024-04-30 12:56:41 +07:00
Tigor Hutasuhut b2f3c9bbdf view: better card handling and truncate title 2024-04-30 12:54:16 +07:00
Tigor Hutasuhut 0073306563 device: updating values now return rows 2024-04-30 11:34:30 +07:00
Tigor Hutasuhut e5b1d4aa9d home: added filters 2024-04-29 22:47:57 +07:00
Tigor Hutasuhut 2b4df20754 sqlite: date based columns migrated to int64 2024-04-29 21:45:18 +07:00
Tigor Hutasuhut 6c973cdf1f web: removed hx-boost 2024-04-29 15:18:23 +07:00
Tigor Hutasuhut f4b5e0a5de card: added hover effeect 2024-04-29 14:39:39 +07:00
Tigor Hutasuhut 33c1b0dd17 navigation: added theme select support 2024-04-29 13:31:09 +07:00
Tigor Hutasuhut 2f66122be1 log: http better log handling 2024-04-29 12:27:46 +07:00
Tigor Hutasuhut 66fc1a964b reddit: get post now unescape title 2024-04-29 09:52:30 +07:00
Tigor Hutasuhut 95b1a2f393 home: reduced border on image cards 2024-04-28 22:11:01 +07:00
Tigor Hutasuhut 6eed661f52 home: recently added images now separated per subreddit 2024-04-28 22:00:56 +07:00
Tigor Hutasuhut 141abc130e home: update recently added cards to be horizontally placed 2024-04-28 10:25:09 +07:00
Tigor Hutasuhut f8921b0cc9 view: updated home page to include recently added images 2024-04-27 22:07:20 +07:00
Tigor Hutasuhut 62e3f9778e images: added list api 2024-04-27 20:00:30 +07:00
Tigor Hutasuhut 9b04b6edfc config: default download directory is Pictures/redmage 2024-04-27 17:48:21 +07:00
Tigor Hutasuhut d99e28d997 api: implemented image download properly 2024-04-27 15:16:14 +07:00
Tigor Hutasuhut 19cd92004c reddit: handled image downloads 2024-04-26 22:13:04 +07:00
Tigor Hutasuhut 6b35321e1e events: added events api route 2024-04-26 15:13:29 +07:00
Tigor Hutasuhut 0b04bed992 subreddit: subreddit not registered message when subreddit not found 2024-04-26 15:09:34 +07:00
Tigor Hutasuhut a0ff88cd43 subreddits: added validation for subreddit existence on reddit when
creating local subreddit
2024-04-26 13:51:36 +07:00
Tigor Hutasuhut a4d840bcbf subreddit(check): fix wrong status code to report upstream 2024-04-26 10:53:00 +07:00
Tigor Hutasuhut c6d84e3de2 subreddit: added check endpoint 2024-04-26 10:51:09 +07:00
Tigor Hutasuhut bd6092fdee subreddits: add create api 2024-04-25 20:22:05 +07:00
Tigor Hutasuhut 86c3a0d699 api: started cron scheduler 2024-04-25 13:52:38 +07:00
Tigor Hutasuhut e5bfe7a29a api: refactor db instance 2024-04-25 13:28:35 +07:00
Tigor Hutasuhut 847b9c1ab9 watermill: added proper logger 2024-04-25 13:22:08 +07:00