Commit Graph
100 Commits
Author SHA1 Message Date
mbaharip e0bb4c38c7 Fix symbols not escaped 2024-05-09 19:48:51 +07:00
mbaharip 0eeaf04b2c Add theme customizer 2024-05-09 15:31:39 +07:00
mbaharip eda30f23c4 Add math equation parse from config 2024-05-09 06:44:45 +07:00
mbaharip 93e125144b Bump version, and remove unused comments 2024-05-09 06:44:02 +07:00
mbaharip 752550b05b Add info alert about deploy page 2024-05-09 06:43:36 +07:00
mbaharip 6c768ac703 Update default config and Fix download blob 2024-05-09 06:43:19 +07:00
mbaharip ac0ad0e280 Add itemsPerPage and searchResult config 2024-05-09 06:42:23 +07:00
mbaharip b066e40978 Fix missing %t support from name template 2024-05-09 06:41:52 +07:00
mbaharip 7b240bdde8 Update scrollbar background style 2024-05-09 06:41:36 +07:00
mbaharip e7ae919090 Disable cache when fetching cache, and add support for shortcut readme 2024-05-09 06:41:24 +07:00
mbaharip 89c03b7cd4 Update deploy guide icon 2024-05-09 06:40:20 +07:00
mbaharip 54687572d4 Add dev indicator at the bottom of the page 2024-05-09 06:39:48 +07:00
mbaharip 5dd73903f0 Add view document button on document preview 2024-05-08 09:49:24 +07:00
mbaharip fe0e266256 Add isDev helper to dev / preview check 2024-05-08 09:18:43 +07:00
mbaharip e7b7bbb07c Add dev check on footer 2024-05-08 09:05:32 +07:00
mbaharip c9431dcffc Update preview logic 2024-05-08 08:55:40 +07:00
mbaharip 3978928995 Load meta and check path first before loading the file 2024-05-08 08:55:23 +07:00
mbaharip 79cafb821a Add password check, and change the chunk size 2024-05-08 08:55:03 +07:00
mbaharip 4762ba33da Only allows to be accessed from same domain as base path 2024-05-08 08:54:25 +07:00
mbaharip e2a8ffef51 Add Progress components from shadcn/ui 2024-05-08 08:53:51 +07:00
mbaharip 48d93e96cb add streamMaxSize 2024-05-08 08:53:28 +07:00
mbaharip ede772f81e Add streamMaxSize to config template 2024-05-08 08:53:12 +07:00
mbaharip dee7e3554c Update message when password not found 2024-05-08 08:52:55 +07:00
mbaharip 0c721ecbf3 Remove small text, and balance the head3 2024-05-08 08:52:30 +07:00
mbaharip 56639325ae Load low resolution thumbnail before full thumbnail 2024-05-08 08:52:04 +07:00
mbaharip cadddc1482 Load low resolution thumbnail before full thumbnail 2024-05-08 08:51:16 +07:00
mbaharip 372d27b5b9 Add streamMaxSize to config 2024-05-08 08:50:32 +07:00
mbaharip 6be8f15996 Switch jszip with fflate 2024-05-08 08:50:11 +07:00
mbaharip 40be06c79d Fix header to use calculated range instead of request header range 2024-05-06 02:12:53 +07:00
mbaharip cd20ad7222 Update the range end to load 1MB at a time instead of requesting the whole file 2024-05-06 02:02:46 +07:00
mbaharip 3c0a1fdc8e Fix range header, added on the wrong request 2024-05-06 01:53:31 +07:00
mbaharip e1c2e09c9e If there are no range, request first 1MB 2024-05-06 01:47:25 +07:00
mbaharip 50b1ccec96 Add range header to file request 2024-05-06 01:41:06 +07:00
mbaharip b4383c7336 disable ref header 2024-05-05 23:58:48 +07:00
mbaharip 04439d74ef Use /thumbnail endpoint and add long cache 2024-05-05 23:47:55 +07:00
mbaharip a0441387d0 Test new stream logic 2024-05-05 23:47:17 +07:00
mbaharip b08d6cedde Fix missing props for RichHeader 2024-05-05 16:50:46 +07:00
mbaharip eb0804826b Remove error message when password is not set 2024-05-05 16:46:39 +07:00
mbaharip 1254d83fb0 Test stream 2024-05-05 16:46:27 +07:00
Arief Rachmawan e3f79a14df Merge branch 'main' into v2 2024-05-04 20:17:12 +07:00
mbaharip 7c5e079e71 Remove Next Public from env name 2024-05-04 20:08:02 +07:00
mbaharip f13d9a441b Add @types/nprogress package 2024-05-04 20:06:59 +07:00
mbaharip 98d75dd4d0 Add under construction message on theme customization 2024-05-04 20:03:16 +07:00
mbaharip 8fbf531872 Fix: Allowing download on private index when allowDownloadProtectedFile true 2024-05-04 19:38:29 +07:00
mbaharip 47110d3a3a Add theme schema 2024-05-04 19:37:49 +07:00
mbaharip a589fa35c6 🖥️ wip: Up until the app configuration 2024-05-04 05:25:20 +07:00
Arief Rachmawan 747fc682f2 Merge pull request #13 from mbahArip/hf/teamdrive
Fix team drive / shared drive
2024-04-24 20:22:45 +07:00
mbaharip 74b066ee48 Test shared on deployment 2024-04-24 19:42:28 +07:00
mbaharip 61587c2451 Fix getting the files on the root folder 2024-04-24 19:37:16 +07:00
mbaharip 324e4a8717 Add @types/nprogress to dev deps, since it's causing build error 2024-04-23 12:19:24 +07:00
mbaharip 5fb3c2ba0d 🐞 fix: Missing supportAllDrives when getting files 2024-04-23 11:57:57 +07:00
mbaharip a7bbbc0927 🐞 fix: Add shared drive into schema config 2024-04-23 11:53:19 +07:00
mbaharip 163ef9b5db 🐞 fix: teamdrive? 2024-04-22 21:28:07 +07:00
mbaharip 3afe51581b 🖥️ wip: Config screen 2024-04-22 21:22:15 +07:00
mbaharip c5434fe9c4 Add missing size field causing timeout when downloading large files 2024-04-12 05:35:19 +07:00
mbaharip 43b108cf47 Update explanation 2024-04-12 05:35:01 +07:00
mbaharip b8a7926fd2 Prioritize to use NEXT_PUBLIC_DOMAIN 2024-04-12 05:34:49 +07:00
mbaharip bccd550275 Add switch between markdown or raw files on rich preview and readme 2024-04-11 22:52:24 +07:00
mbaharip ac7449f967 Add configuration to show / hide file extension on name 2024-04-11 22:51:54 +07:00
Arief Rachmawan a346f4d067 Merge pull request #9 from mbahArip/v2
Minor hotfix - v2.0.1
2024-04-07 12:10:02 +07:00
mbaharip abc5d65f13 Remove bg-muted from markdown 2024-04-07 12:03:02 +07:00
mbaharip efccdc9ba0 Update preview formats and handling 2024-04-07 12:02:49 +07:00
mbaharip 715de6b70d Add proper error handling 2024-04-07 12:02:25 +07:00
mbaharip f4e768f49e change migration guide encrypt url to localhost 2024-04-07 12:01:58 +07:00
mbaharip 2f39e65616 minor fix > v2.0.1 2024-04-07 12:01:37 +07:00
Arief Rachmawan 21b87f07c9 Merge pull request #7 from mbahArip/v2
Update to version 2.0
2024-04-07 00:40:50 +07:00
mbaharip b645eeb1b8 Fix password handle 2024-04-07 00:35:16 +07:00
mbaharip 1af73e9e15 Update cursor on search result and readme 2024-04-07 00:20:43 +07:00
mbaharip ea72ae7ca5 Remove /e prefix on file 2024-04-07 00:09:28 +07:00
mbaharip 1b3c7f0f79 Fix file retrieval and readme loading in RootPage 2024-04-07 00:01:40 +07:00
mbaharip ac52619532 fix root folder id 2024-04-07 00:01:26 +07:00
mbaharip a4511808fe fix invalid env name 2024-04-07 00:01:05 +07:00
mbaharip 607462041d use Get Files 2024-04-06 23:43:27 +07:00
mbaharip f6942f98f1 test root page without data 2024-04-06 23:39:14 +07:00
mbaharip 49f9b3977b Add /e prefix to file path 2024-04-06 23:30:20 +07:00
mbaharip 6e9dc471b4 Add .env.production to .gitignore and set page to dynamic 2024-04-06 23:13:49 +07:00
mbaharip d5c43f9639 disable private index 2024-04-06 22:59:55 +07:00
mbaharip 511dc4f491 set the page to dynamic, and refresh the lock file 2024-04-06 22:55:11 +07:00
mbaharip 823f62836b Bump @types/react and @types/react-dom version 2024-04-06 22:31:55 +07:00
mbaharip fd59ea54b8 Wrap AudioPlayer inside a div 2024-04-06 22:24:48 +07:00
mbaharip 7aea7703f6 Set NEXT_PUBLIC_DOMAIN as a fallback of NEXT_PUBLIC_VERCEL_URL 2024-04-06 22:24:36 +07:00
mbaharip ca341c1b52 Upgrade react-h5-audio-player 2024-04-06 22:20:45 +07:00
mbaharip f41aaeb343 Update example info 2024-04-06 22:17:15 +07:00
mbaharip 1bd5f75f48 Remove Pages 2024-04-06 22:10:14 +07:00
mbaharip 4c0ba8288a Version 2 2024-04-06 22:09:03 +07:00
mbaharip 3be80bc9fb Update file browser, file grid, file list, and password components 2024-03-31 00:51:04 +07:00
mbaharip f8ec89610f Refactor file name display in FileGrid component 2024-03-31 00:38:53 +07:00
mbaharip 77913a3688 basic layout 2024-03-31 00:38:18 +07:00
Arief Rachmawan 2e8b6c390f Update README.md 2023-09-25 22:07:12 +07:00
Arief Rachmawan 7e0faeca7f Merge pull request #4 from loadingthedev/support-shared-drive
Add support for Shared drive
2023-09-25 22:03:59 +07:00
mbaharip fcec6bcf25 🐞 fix: Remove dev status 2023-09-11 10:49:34 +07:00
mbaharip 5f3e928f34 🐞 fix: Opengraph title 2023-09-11 07:45:38 +07:00
mbaharip 37becc5aa6 🐞 fix: Missing search button on header 2023-09-11 07:06:12 +07:00
mbaharip a09b2d440f 🐞 fix: Remove maxPageIndex from dependencies 2023-09-11 07:05:53 +07:00
mbaharip b6e7f7b821 🐞 fix: Typo for manga icon 2023-09-11 07:05:16 +07:00
mbaharip ac61811086 🐞 fix: Remove toString on redirectURL 2023-09-11 06:59:15 +07:00
mbaharip d6b280ae02 🐞 fix: Add fallback to redirectURL 2023-09-11 06:54:11 +07:00
mbaharip 2b64daa2be 🐞 fix: Fix max page 2023-09-11 06:42:36 +07:00
mbaharip c23858948f 🐞 fix: Check if error code isNan first 2023-09-11 06:42:19 +07:00
mbaharip bdf1d02af1 🐞 fix: Length is undefined when changing route 2023-09-11 05:50:16 +07:00