-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: oauthId optional * fix: remove optional * hotfix: make oauthid optional (#249) * hotfix: fallback oauth find (#250) * fix: add a forgotten ? to schema * fix: catch null at other places (#252) * fix: forgor (#253) * Fix root url & uploader stuff (#254) * fix: uploader route as root won't be broken * fix: fix broken url route for when on root * fix: catch hopefully the most of the edge cases (#251) * fix: catch hopefully the most of the edge cases * fix: invite only, fools * feat: tsup, small fixes * fix: #264 * fix: urls handle empty strings * fix: remove esbuild * fix: do not mutate res #266 * feat: new embed method * fix: overwrite tmp ss flameshot * fix: overrides for uploading * refactor: chart.js -> recharts * feat: download query on /r/ * fix: better icons on file vie2 * feat: ability to generate url shorten config * fix: sxcu name * fix: react hooks error * feat: ability to insert tabs on Tab keypress * feat: overhaul image upload * fix: clean * fix: group icons vertically * fix: embeds not showing up * fix: docker stuff * feat(3.7.0-rc1): version * fix: cors for files (#257) Co-authored-by: dicedtomato <[email protected]> * refactor: many columns/tables in prisma * feat: keep original name #247 * fix: ability to gen with original-name * fix: type error * fix: no name on dashboard * feat(v3.7.0-rc2): version * fix: sharex DestinationType * fix: ensureDatabaseExists args * fix: sharex config * fix: #277 #272 * fix: 🐛 Add Menu component as parent * refactor: popover -> menu Co-authored-by: IceToast <> Co-authored-by: dicedtomato <[email protected]> * fix: add a "skip" for fresh db's (#274) * fix: add a "skip" for fresh db's * fix: trimming * fix: elevate logging! * fix: allow more variables on view * fix: optimize docker image * fix: root url for upload and shorten (#255) Co-authored-by: dicedtomato <[email protected]> * fix: /app -> /zipline * feat(v3.7.0-rc3): folders for files * fix: use `name` instead of `file` (#281) Co-authored-by: dicedtomato <[email protected]> * feat: search+create for folder select (#283) * feat?: Search for the folder to add. Also you can create a folder right from the file, rather than being redirected. * woops wrong import * fix: return null for no string in parser (#285) * feat: use ENTRYPOINT in docker (#286) * :3 * Update Dockerfile Co-authored-by: dicedtomato <[email protected]> * Update Dockerfile Co-authored-by: dicedtomato <[email protected]> * Update Dockerfile Co-authored-by: dicedtomato <[email protected]> * test --------- Co-authored-by: dicedtomato <[email protected]> * fix: set password to actual text value * fix: url encode password query * fix: entrypoint executable (#289) * feat: override domain header * fix: random domains * feat: better version checking * feat: public folders * fix: dates #278 * feat: devcontainers for codespaces, etc. * experiment with devcontainer.json * introduce a docker-compose for devcontainer * Devcontainers! * version pop * Port labeling and a complimentary env variable * see it to believe it * Update .devcontainer/devcontainer.json * Update .devcontainer/devcontainer.json * Update .devcontainer/docker-compose.yml --------- Co-authored-by: dicedtomato <[email protected]> * fix: spaces and route fixes (#294) * fix: spaces and route fixes * fix: shorten url response * feat: better version checking * fix: use special characters should work If it doesn't, better call saul * save that extra byte * fix: returning protocol again in domain unrelated to this pr but whatever * fix: above ^ * Rename shorten.tsv to shorten.ts --------- Co-authored-by: diced <[email protected]> Co-authored-by: dicedtomato <[email protected]> * fix: #296 * fix: show files per user (#299) * feat: clearing orphaned files (#303) * fix: default public folder (docker) * feat: seperate discord webhooks (shorten/upload) (#260) * fix: title for folders * fix: clipboard & 2fa improvements A workaround that shows the content that would have been copied if `navigator.clipboard` is unavailable for whatever reason. 2FA input autofocuses & submits on enter. * fix: revamp uploaded file modal * fix: revamp mobile ui * feat: more functionality within files table * feat: clear zero byte files script * feat: logger improvements - Timestamp is gray - removed colorette dependency - introduction of LOGGER_FILTERS * chore: update deps * feat(v3.7.0-rc4): version * fix: show warning when password protect * fix: fix (#310) * Muted audio by default! * Code renderin' * not but still decently standard files being viewable * reserved routes * Update validateConfig.ts --------- Co-authored-by: dicedtomato <[email protected]> * feat: file size (#308) * feat: baseline support for file sizes * feat: script to add file sizes * fix: #311 * chore: update to mantine@6 * refactor: remove old File.tsx * feat: initial move to mantine v6 * feat: use api option * remove: useless size modifier * fix: user button * feat: use pininput for 2fa * fix: breaking changes in migrating mantine v6 --------- Co-authored-by: TacticalCoderJay <[email protected]> * feat: add size to datatable * fix: null on non originalName * fix: allow download query on non raw * fix: undef file * fix: spacingg between count_by_user * feat: new ui for shortened urls * fix: spacing within appshell/paper * feat: new login page * feat: reorganize menu * feat: keyboard spotlight * feat: tabler icons * fix: remove feather import * fix: update 2fa enabled appropriately & delete files (#315) * fix: update 2fa enabled appropriately * fix: a proper delete --------- Co-authored-by: dicedtomato <[email protected]> * feat(v3.7.0-rc5): version * feat: add feature request "contact_link" * feat: multiple stuffs * feat: gfycat url #322 * feat: gfycat attribution * feat(3.7.0-rc6): version * fix: type cast * feat: list view for urls, invites, users: #302 * refactor: docker-compose -> docker compose * fix: open folder in new tab * fix: save list-view setting to localStorage * fix: Bug: URLs list view #330 * fix: #332 * fix: #331 * fix: #333 * feat: link to view gallery (icon) * fix: clean up Anchors * refactor: new eslint changes * fix: fine tune devcontainer (#329) Co-authored-by: dicedtomato <[email protected]> * fix: FileModal scrollbars * fix: dynamically import katex * fix: remove rogue console.log * fix: open folder onRowClick * fix: filter on usePaginatedFiles * fix: icon sizes * fix: paste listener * feat(actions): auto-assign milestone * feat(v3.7.0-rc7): version * fix: #339 * fix: resetting avatars * feat: new icons / oauth icons changed * feat: UPLOADER_ASSUME_MIMETYPES (#337) * fix: any instance of #342 * fix: any instance of #345 * fix: make tables take entire vh * chore: update deps * fix: add bigger sizeLimit * fix: token exposed on view/[id] --------- Co-authored-by: Jayvin Hernandez <[email protected]> Co-authored-by: IceToast <[email protected]> Co-authored-by: IThundxr <[email protected]> Co-authored-by: IThundxr <[email protected]>
- Loading branch information
1 parent
4e70daa
commit f9060f8
Showing
204 changed files
with
11,134 additions
and
3,683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18 | ||
|
||
RUN usermod -l zipline node \ | ||
&& groupmod -n zipline node \ | ||
&& usermod -d /home/zipline zipline \ | ||
&& echo "zipline ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers.d/zipline \ | ||
&& chmod 0440 /etc/sudoers.d/zipline \ | ||
&& sudo apt-get update && apt-get install gnupg2 -y | ||
|
||
USER zipline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"name": "Zipline Codespace", | ||
"dockerComposeFile": "docker-compose.yml", | ||
"service": "app", | ||
"workspaceFolder": "/zipline", | ||
"features": { | ||
"ghcr.io/devcontainers/features/common-utils:2": { | ||
"username": "zipline" | ||
}, | ||
"ghcr.io/devcontainers/features/docker-in-docker:1": { | ||
"dockerDashComposeVersion": "v2", | ||
"installDockerBuildx": true | ||
} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"settings": { | ||
"[typescript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[typescriptreact]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true, | ||
"files.autoSave": "afterDelay", | ||
"terminal.integrated.persistentSessionReviveProcess": "never", | ||
"terminal.integrated.defaultProfile.linux": "zsh", | ||
"terminal.integrated.profiles.linux": { | ||
"zsh": { | ||
"path": "/bin/zsh", | ||
"env": { | ||
"ZSH_THEME": "devcontainers" | ||
} | ||
} | ||
} | ||
}, | ||
"extensions": ["prisma.prisma", "esbenp.prettier-vscode", "dbaeumer.vscode-eslint"] | ||
} | ||
}, | ||
"remoteUser": "zipline", | ||
"updateRemoteUserUID": true, | ||
"remoteEnv": { | ||
"CORE_DATABASE_URL": "postgres://postgres:postgres@localhost/zip10" | ||
}, | ||
"portsAttributes": { | ||
"3000": { | ||
"label": "Zipline", | ||
"onAutoForward": "openBrowser" | ||
}, | ||
"5432": { | ||
"label": "Postgres" | ||
} | ||
}, | ||
"postCreateCommand": "sudo chown -R zipline:zipline /zipline && yarn install" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
version: '3.8' | ||
services: | ||
app: | ||
build: | ||
context: ./ | ||
dockerfile: Dockerfile | ||
volumes: | ||
- ../:/zipline:cached | ||
- uploads:/zipline/uploads | ||
- node_modules:/zipline/node_modules | ||
command: sleep infinity | ||
db: | ||
image: postgres:latest | ||
restart: unless-stopped | ||
environment: | ||
- POSTGRES_USER=postgres | ||
- POSTGRES_PASSWORD=postgres | ||
- POSTGRES_DATABASE=postgres | ||
volumes: | ||
- pg_data:/var/lib/postgresql/data | ||
|
||
volumes: | ||
pg_data: | ||
uploads: | ||
node_modules: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
node_modules | ||
dist | ||
.yarn | ||
.devcontainer | ||
.github | ||
.next | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: 'Issue/PR Milestones' | ||
|
||
on: | ||
pull_request: | ||
types: [opened, reopened] | ||
issues: | ||
types: [opened, reopened] | ||
|
||
jobs: | ||
set: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/github-script@v3 | ||
with: | ||
github-token: ${{secrets.GITHUB_TOKEN}} | ||
script: | | ||
const milestone = 2 | ||
github.issues.update({ | ||
issue_number: context.issue.number, | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
milestone | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package-lock=false |
Large diffs are not rendered by default.
Oops, something went wrong.
598 changes: 310 additions & 288 deletions
598
.yarn/releases/yarn-3.2.4.cjs → .yarn/releases/yarn-3.3.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,75 @@ | ||
FROM ghcr.io/diced/prisma-binaries:4.7.x as prisma | ||
# Use the Prisma binaries image as the first stage | ||
FROM ghcr.io/diced/prisma-binaries:4.10.x as prisma | ||
|
||
FROM node:alpine3.16 AS deps | ||
RUN mkdir -p /prisma-engines | ||
WORKDIR /build | ||
# Use Alpine Linux as the second stage | ||
FROM node:18-alpine3.16 as base | ||
|
||
COPY .yarn .yarn | ||
COPY package.json yarn.lock .yarnrc.yml ./ | ||
# Set the working directory | ||
WORKDIR /zipline | ||
|
||
RUN yarn install --immutable | ||
# Copy the necessary files from the project | ||
COPY prisma ./prisma | ||
COPY src ./src | ||
COPY next.config.js ./next.config.js | ||
COPY tsup.config.ts ./tsup.config.ts | ||
COPY tsconfig.json ./tsconfig.json | ||
COPY mimes.json ./mimes.json | ||
COPY public ./public | ||
|
||
FROM node:alpine3.16 AS builder | ||
WORKDIR /build | ||
FROM base as builder | ||
|
||
COPY .yarn ./.yarn | ||
COPY package*.json ./ | ||
COPY yarn*.lock ./ | ||
COPY .yarnrc.yml ./ | ||
|
||
# Copy the prisma binaries from prisma stage | ||
COPY --from=prisma /prisma-engines /prisma-engines | ||
ENV PRISMA_QUERY_ENGINE_BINARY=/prisma-engines/query-engine \ | ||
PRISMA_MIGRATION_ENGINE_BINARY=/prisma-engines/migration-engine \ | ||
PRISMA_INTROSPECTION_ENGINE_BINARY=/prisma-engines/introspection-engine \ | ||
PRISMA_FMT_BINARY=/prisma-engines/prisma-fmt \ | ||
PRISMA_CLI_QUERY_ENGINE_TYPE=binary \ | ||
PRISMA_CLIENT_ENGINE_TYPE=binary | ||
|
||
RUN apk add --no-cache openssl openssl-dev | ||
PRISMA_CLIENT_ENGINE_TYPE=binary \ | ||
ZIPLINE_DOCKER_BUILD=true \ | ||
NEXT_TELEMETRY_DISABLED=1 | ||
|
||
COPY --from=deps /build/node_modules ./node_modules | ||
COPY src ./src | ||
COPY prisma ./prisma | ||
COPY .yarn .yarn | ||
COPY package.json yarn.lock .yarnrc.yml esbuild.config.js next.config.js next-env.d.ts zip-env.d.ts tsconfig.json mimes.json ./ | ||
# Install production dependencies then temporarily save | ||
RUN yarn workspaces focus --production --all | ||
RUN cp -RL node_modules /tmp/node_modules | ||
|
||
ENV ZIPLINE_DOCKER_BUILD 1 | ||
ENV NEXT_TELEMETRY_DISABLED 1 | ||
# Install the dependencies | ||
RUN yarn install --immutable | ||
|
||
# Run the build | ||
RUN yarn build | ||
|
||
FROM node:alpine3.16 AS runner | ||
WORKDIR /zipline | ||
# Use Alpine Linux as the final image | ||
FROM base | ||
# Install the necessary packages | ||
RUN apk add --no-cache perl procps tini | ||
|
||
COPY --from=prisma /prisma-engines /prisma-engines | ||
COPY --from=builder /prisma-engines /prisma-engines | ||
ENV PRISMA_QUERY_ENGINE_BINARY=/prisma-engines/query-engine \ | ||
PRISMA_MIGRATION_ENGINE_BINARY=/prisma-engines/migration-engine \ | ||
PRISMA_INTROSPECTION_ENGINE_BINARY=/prisma-engines/introspection-engine \ | ||
PRISMA_FMT_BINARY=/prisma-engines/prisma-fmt \ | ||
PRISMA_CLI_QUERY_ENGINE_TYPE=binary \ | ||
PRISMA_CLIENT_ENGINE_TYPE=binary | ||
|
||
RUN apk add --no-cache openssl openssl-dev | ||
RUN apk add --no-cache perl procps | ||
|
||
ENV NODE_ENV production | ||
ENV NEXT_TELEMETRY_DISABLED 1 | ||
|
||
COPY --from=builder /build/.next ./.next | ||
COPY --from=builder /build/node_modules ./node_modules | ||
|
||
COPY --from=builder /build/next.config.js ./next.config.js | ||
COPY --from=builder /build/esbuild.config.js ./esbuild.config.js | ||
COPY --from=builder /build/src ./src | ||
COPY --from=builder /build/dist ./dist | ||
COPY --from=builder /build/prisma ./prisma | ||
COPY --from=builder /build/tsconfig.json ./tsconfig.json | ||
COPY --from=builder /build/package.json ./package.json | ||
COPY --from=builder /build/mimes.json ./mimes.json | ||
|
||
CMD ["node", "--enable-source-maps", "dist/server"] | ||
PRISMA_CLIENT_ENGINE_TYPE=binary \ | ||
NEXT_TELEMETRY_DISABLED=1 | ||
|
||
# Copy only the necessary files from the previous stage | ||
COPY --from=builder /zipline/dist ./dist | ||
COPY --from=builder /zipline/.next ./.next | ||
COPY --from=builder /zipline/package.json ./package.json | ||
|
||
COPY --from=builder /zipline/node_modules ./node_modules | ||
COPY --from=builder /zipline/node_modules/.prisma/client ./node_modules/.prisma/client | ||
COPY --from=builder /zipline/node_modules/@prisma/client ./node_modules/@prisma/client | ||
|
||
# Copy Startup Script | ||
COPY docker-entrypoint.sh /zipline | ||
# Make Startup Script Executable | ||
RUN chmod a+x /zipline/docker-entrypoint.sh | ||
# Set the entrypoint to the startup script | ||
ENTRYPOINT ["tini", "--", "/zipline/docker-entrypoint.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
node --enable-source-maps dist/index.js |
Oops, something went wrong.