Commit Graph

257 Commits

Author SHA1 Message Date
Stefano Del Prete
33522fcdc6 fix: conditional modifiers fix (#667)
* should be signed

* remove boolean modifiers that cna be replaced by istrue/isfalse

* added exists check on string, removed isfalse check on boolean since it the same as istrue but inverting the true/false strings

* add ::exists conditional modifier to date since {file.deletesAt} can be null

* Fix parser regex

before this fix, here `{file.createdAt::locale::it-IT,Europe/Rome}{file.id}` it would matcg `it-IT,Europe/Rome}{file.id` as locale timezone

here `{file.name::exists["yes"||"no"]}{file.originalName::exists["yes"||"no"]}` it would match `yes"||"no"]}{file.originalName::exists["yes"||"no` as `mod_check_true` group

* Forgot `\` before first `{` in the regex

* add conditional mods to originalName too, fix regex not matching when true/false string had "\n", fix "::exists" matching on string when they were "null"

---------

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2025-01-17 16:59:40 -08:00
diced
85699e658c fix: clear folder value after upload 2025-01-16 20:25:00 -08:00
Stefano Del Prete
7ea8207c30 feat: exists conditional modifier to date, fix parser regex (#666)
* should be signed

* remove boolean modifiers that cna be replaced by istrue/isfalse

* added exists check on string, removed isfalse check on boolean since it the same as istrue but inverting the true/false strings

* add ::exists conditional modifier to date since {file.deletesAt} can be null

* Fix parser regex

before this fix, here `{file.createdAt::locale::it-IT,Europe/Rome}{file.id}` it would matcg `it-IT,Europe/Rome}{file.id` as locale timezone

here `{file.name::exists["yes"||"no"]}{file.originalName::exists["yes"||"no"]}` it would match `yes"||"no"]}{file.originalName::exists["yes"||"no` as `mod_check_true` group

* Forgot `\` before first `{` in the regex
2025-01-16 11:49:27 -08:00
Dylan
f68d670600 fix: sharex url shortening config (#664)
V4 API requires destination, not url anymore. This should fix the generated config for url shortening.
2025-01-13 17:00:48 -08:00
diced
084feadc01 feat: support for non-english characters, japanese, korean, chinese, etc. 2025-01-13 12:56:25 -08:00
diced
46e16f6dc8 fix: title responsiveness 2025-01-13 12:27:28 -08:00
diced
768b84a1a7 fix: only log fastify errors on 500 2025-01-13 12:12:58 -08:00
diced
9e25062835 fix: bigint conversion (#663) 2025-01-13 12:06:40 -08:00
diced
eea0c093dd fix: pnpm@9.15.4 fixes 429 2025-01-13 11:50:47 -08:00
Stefano Del Prete
0464d0da18 feat: conditional modifiers for variables (#662)
* should be signed

* remove boolean modifiers that cna be replaced by istrue/isfalse

* added exists check on string, removed isfalse check on boolean since it the same as istrue but inverting the true/false strings
2025-01-13 11:38:29 -08:00
diced
3848064f90 fix: discord webhook config 2025-01-11 14:59:03 -08:00
diced
329e0c969a fix: reload not resolving as a next route 2025-01-11 13:22:50 -08:00
diced
5f026bd2f3 feat: loginBackgroundBlur option 2025-01-11 13:22:42 -08:00
diced
84d5066b1b fix: favicon + weird title errors 2025-01-10 12:24:05 -08:00
diced
863d68695f feat: support website title 2025-01-10 12:07:53 -08:00
diced
4a2988914a fix: /dashboard not building/resolving 2025-01-10 11:56:20 -08:00
diced
1513cb295b fix: images not showing up on firefox 2025-01-10 11:38:34 -08:00
diced
f5d4b1845d fix: issue with pnpm action & update ubuntu-latest 2025-01-09 13:19:38 -08:00
diced
e7a437c2f8 feat: update action versions 2025-01-09 13:15:11 -08:00
diced
fa4d21ecac feat: change versions in actions 2025-01-09 12:42:20 -08:00
Arlind
9d7f2915df feat: add tzdata to dockerfile for timezones 2025-01-09 12:03:48 -08:00
Creation's
c0311283a5 feat: add DATASOURCE_S3_FORCE_PATH_STYLE (#658)
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2025-01-08 22:28:18 -08:00
diced
d6ef09f5b3 fix: uncomment meta tags (#652) 2025-01-08 22:22:07 -08:00
diced
ff4a5c9d74 fix: diff icon for server settings 2025-01-08 22:20:05 -08:00
diced
3d364c7d57 fix: remove debug log 2025-01-08 22:16:29 -08:00
diced
9a117d7032 feat: string bytes/ms settings so they wont overflow 2025-01-08 22:15:27 -08:00
diced
49fb0434bd fix: linux scripts 2025-01-08 01:05:02 -08:00
diced
b70293182d feat: add links to oauth setup providers directly 2025-01-06 17:27:56 -08:00
diced
68f46ef9f7 fix: original name for partial upload (#655) 2025-01-06 17:08:27 -08:00
diced
2ed06a6bf7 fix: hover on text files (#650) 2025-01-04 15:31:29 -08:00
diced
f16d507bfc fix: long urls get wrapped 2025-01-03 16:01:52 -08:00
diced
fa39ac77d4 fix: non-view route password protected file 2025-01-03 15:55:54 -08:00
diced
a96b99c97d fix: defaultExpiration as a string now 2025-01-03 15:46:19 -08:00
diced
4a3e83a387 fix: add ffmpeg to dockerfile 2025-01-03 15:30:34 -08:00
diced
252df5b9fb fix: scripts 2025-01-03 15:15:10 -08:00
diced
651efbc047 feat: prisma migrations 2024-12-28 15:51:59 -08:00
diced
6f044c6f35 feat: merge data from an export3 2024-12-28 14:37:39 -08:00
diced
c8bf8aa18b fix: explicitly state production mode for react-jsx in docker 2024-12-23 11:13:31 -08:00
diced
a55a43d99f fix: allow s3 endpoints 2024-12-20 15:40:58 -08:00
diced
12fcff1a14 fix: a bunch of random stuff 2024-12-20 00:07:33 -08:00
diced
dcb4a4e9e7 fix: types for export3 2024-12-16 15:54:19 -08:00
diced
4d472a167c fix: more export validation 2024-12-16 15:47:21 -08:00
diced
57e9790112 fix: cookies should work on all browser 2024-12-16 15:41:25 -08:00
diced
7f7764f1df fix: remove themes dir from dockerfile 2024-12-16 14:46:20 -08:00
diced
d1cef2c56d feat: skeletons for most ui components 2024-12-16 14:40:41 -08:00
diced
2af85b4fcf fix: theming issues & all included themes are builtin 2024-12-13 22:12:38 -08:00
diced
4cdfee211b fix: error message notifications use right prop now 2024-12-13 21:54:18 -08:00
diced
dcb6b287fa feat: --skip-next flag to skip loading nextjs 2024-12-13 15:44:16 -08:00
diced
cf3c92e045 feat: importing v3 exports 2024-12-13 15:43:57 -08:00
diced
8d123bc517 fix: close modals server actions 2024-12-13 15:42:12 -08:00