mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[PR #42] [MERGED] various changes #189
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop/pull/42
Author: @Huskydog9988
Created: 5/7/2025
Status: ✅ Merged
Merged: 5/8/2025
Merged by: @DecDuck
Base:
develop← Head:more-stuff📝 Commits (9)
f1f19c8feat: run tasks at startupc449b45chore: remove redundant omitApi prisma option07b34c8refactor: homepage link in header1f510beMerge branch 'develop' of https://github.com/Huskydog9988/drop into more-stuff30b065dfix: eslint error and server plugin name5aa0899docs: why timeline was disabled731499bfeat: unified cache handler1db2229fix: edgecase where object hash isn't read952df56chore: remove fsbackend console logs📊 Changes
15 files changed (+126 additions, -48 deletions)
View changed files
📝
components/UserHeader.vue(+11 -3)📝
nuxt.config.ts(+16 -1)📝
package.json(+2 -2)📝
prisma/schema.prisma(+1 -1)➕
server/internal/cache/cacheHandler.ts(+33 -0)➕
server/internal/cache/index.ts(+4 -0)📝
server/internal/objects/fsBackend.ts(+29 -22)📝
server/internal/session/db.ts(+6 -9)📝
server/internal/userlibrary/index.ts(+6 -4)📝
server/plugins/01.system-init.ts(+1 -1)📝
server/plugins/02.setup-admin.ts(+1 -1)📝
server/plugins/04.auth-init.ts(+3 -2)➕
server/plugins/tasks.ts(+7 -0)📝
server/tasks/cleanup/invitations.ts(+3 -0)📝
server/tasks/cleanup/sessions.ts(+3 -2)📄 Description
key changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.