44 Commits

Author SHA1 Message Date
cd56199263 Update src/utils/getPreviewType.ts 2026-01-20 10:46:19 +00:00
09e6d45792 Update src/pages/[...path].tsx 2026-01-20 10:44:52 +00:00
14845db046 Update src/components/Navbar.tsx 2026-01-20 10:11:09 +00:00
f6e0fe2341 Update src/components/FileListing.tsx 2026-01-20 10:09:57 +00:00
ee8173b3a4 Disable search 2026-01-20 10:06:01 +00:00
Alex
9ded6d2550
Update Notification 2026-01-18 18:07:01 +00:00
Alex
7dadd5d0f3
feat: Fix typo and improved text styles 2025-02-16 18:28:42 -06:00
Alex
c8dc26343e
feat: Update 404 page with new image and add Telegram Channel link for status announcements 2025-02-16 17:41:00 -06:00
Alex
d17ce61ba0
feat: Update notification message and link in multiple languages
- Update the notification message in the common.json files for the English, Spanish and Hindi translations.
- Replace the previous Telegram Channel link with a new announcement on Reddit regarding the official group chat and channel.

chore: Update hideFor duration in Notification component

- Increase the hideFor duration in the Notification component from 24 hours to 3 days.
2024-10-23 23:31:40 -06:00
Alexander
dfd98bee9e
Update Telegram Channel link
oops wrong link
2024-09-12 01:07:08 -06:00
Alex
c787c7773a
feat: Add translations and image to notification message in Notification component 2024-09-12 00:26:58 -06:00
Alex
1f4bb86317
feat: Update donation message in TopBanner component
Update the donation message in the TopBanner component to display a localized message. The message is now retrieved from the locale files and supports translations. This change improves the user experience for different locales.

Related files:
- components/TopBanner.tsx
- public/locales/*
2024-09-11 23:39:11 -06:00
Alex
8196dcf5ba
feat: Add Notification component to pages
The code changes include adding the Notification component to the pages, allowing for the display of announcements or messages to users.
2024-09-07 00:35:59 -06:00
Alex
f564b17ac7
feat: Add notification component for displaying announcements
The code changes include adding a new component called Notification, which is responsible for displaying announcements or messages to users. This component is rendered on the client side and can be hidden or shown based on the configuration in the site.config.js file. The component includes functionality to set an expiration time for the notification and allows users to close it. The notification message can be customized through the site.config.js file.
2024-09-07 00:35:42 -06:00
Alex
49159ba678
feat: Add TopBanner component to pages
The TopBanner component has been added to the pages in order to display a banner at the top of the page. This will be used to show donation links.
2024-09-06 20:54:05 -06:00
Alex
f7f0d432ef
feat: Add donation settings to TopBanner component 2024-09-06 20:53:00 -06:00
Alex
b0758bf81e
feat: Enable folder download based on configuration 2024-09-06 18:03:22 -06:00
Alex
211f371851
feat: Added config to enable/disable the download of folders 2024-09-06 17:39:13 -06:00
Alex
d5577fe282
chore: Remove unused code 2024-09-06 17:07:43 -06:00
Alex
491c454415 Disable video previews due to package's issue 2024-04-15 11:20:50 -06:00
Alex
89c323984b removed bmc API calls 2023-11-14 01:08:12 -06:00
Alex
66b946b8f9
Merge branch 'spencerwooo:main' into main 2023-06-22 22:54:58 -06:00
Nabarun
cd284bef28
Vercel analytics support (#1035) 2023-06-16 14:25:55 +08:00
Alex
4b1fa4c92c
Merge branch 'spencerwooo:main' into main 2023-06-03 17:29:47 -11:00
Vulcanraven
8a01d5905f
Added support for the 'de-DE' language variant (informal) (#1008)
This commit adds support for the German language variant 'de-DE' in the application. The following changes were made:

Created the '/public/locales/de-DE/common.json' file for the 'de-DE' language
Modified the 'SwitchLang.tsx' component to include the 'de-DE' language option
Updated the 'localeText' function to display ' Deutsch' for 'de-DE'
These changes enable the application to provide localization in German for the informal 'de-DE' language variant. The newly created '/public/locales/de-DE/common.json' file contains the necessary translations for the German language. The 'SwitchLang.tsx' component has been updated to include the German language option ('de-DE') with the appropriate flag and language name.

Users can now select the informal German language ('de-DE') to interact with the application.

Co-authored-by: 🍌🐒 <nino@mohr.pw>
2023-06-02 19:47:20 +08:00
Alex
8e8dc5cd6e Show redirect pop-up when visiting unetlab.cloud 2023-04-03 03:20:35 -06:00
Alex
6a4741ac5d Fetch all available pages by BMC API 2023-02-27 01:32:36 -06:00
Alex
35736c4198 Moved send header position 2023-02-26 22:42:05 -06:00
Alex
9ca49a3ec0 Second attempt to skip if fs is read-only
Catch the EROFS error and log a message to the console saying that the writing to file was skipped.
2023-02-26 22:14:42 -06:00
Alex
90bf682d87 Skip writing to file if the file system is read-only 2023-02-26 22:02:16 -06:00
Alex
bdd8301fc3 Write file error handling 2023-02-26 21:07:37 -06:00
Alex
f1938cb22f Cached file will be used if it is not older than 1 hour 2023-02-26 21:06:38 -06:00
Alex
5d2380c166 BMC Supporters API 2023-02-26 20:43:09 -06:00
Alex
ee6042f6ca reverted analytics commit 2023-02-19 15:24:58 -06:00
Alex
ce31e5e533 Google Analytics 2023-02-19 15:17:59 -06:00
Alex
11717cc6bb
Merge branch 'spencerwooo:main' into main 2023-02-19 11:22:22 -06:00
Hafiz Rayan Kurniawan
d59634a771
Indonesia translation (#874) 2023-02-18 10:13:31 +08:00
Alex
de5c57f4b8 Merge branch 'main' of https://github.com/spencerwooo/onedrive-vercel-index into main 2023-01-30 10:27:03 +00:00
Spencer (Shangbo Wu)
0f3191b4be
chore(deps): update deps (#849) 2023-01-30 17:29:20 +08:00
Alex
41ae41f06f
feat: spanish translation (#848) 2023-01-30 17:25:13 +08:00
Alex
86564fac12 Merge branch 'main' of https://github.com/spencerwooo/onedrive-vercel-index 2023-01-29 18:24:58 -06:00
opoet
895c68896f
Fix audio preview covers style when is not square 2023-01-26 18:05:05 +08:00
spencerwooo
ebe202602d
style: eslint, prettier, and tailwind config 2023-01-26 15:36:53 +08:00
spencerwooo
799a423dbd
feat: use src/ dir for holding files 2023-01-26 15:31:07 +08:00