This website requires JavaScript.
Explore
Help
Register
Sign In
paul
/
picpeak
Watch
1
Star
0
Fork
0
You've already forked picpeak
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
v1.0.119
picpeak
/
backend
T
History
Gitea Actions Bot
4264026bbe
chore: bump backend version to 1.0.119
2025-09-09 18:06:15 +00:00
..
__tests__
…
data
docs: fix deployment/admin routing and CORS guidance; add AGENTS.md; ignore AGENTS.md (refs
#18
)
2025-09-05 15:01:16 +02:00
docs
…
migrations
feat(admin): external media import modal + thumbnail fixes for reference events\n\n- Photos tab: replace inline external folder picker with a modal opened via "Import from External Folder" button next to "Upload Photos"; add info that all pictures in the selected folder will be imported.\n- Admin thumbnails: align list endpoint to /api/admin/photos/:eventId/photos and always return thumbnail_url to trigger on-demand generation; normalize external paths to avoid duplicated folder segments (e.g., individual/individual) that broke resolver; improve thumbnail logging.\n- Use authenticated image fetching on admin feedback pages to prevent 401s in automation.\n- i18n: add backup.external.warning strings; complete German backup/restore coverage; add common keys (notSet, of, up, select, selected).\n- Docs: add Local (npm) setup for EXTERNAL_MEDIA_ROOT in deployment guide.\n\nRefs
#17
– gallery feature request:
https://github.com/the-luap/picpeak/issues/17
2025-09-05 23:44:30 +02:00
scripts
chore: clean up codebase for production readiness
2025-08-24 23:19:30 +02:00
src
chore(native): ensure SQLite data dir exists in setup and at runtime; keep native paths consistent under /opt/picpeak/app
2025-09-09 15:25:04 +02:00
.dockerignore
…
.env.example
…
.eslintrc.js
…
audit-backend.json
…
dependencies-backend.json
…
Dockerfile
feat: add GitHub Actions workflow for Docker image builds
2025-08-29 22:07:19 +02:00
Dockerfile.dev
…
ecosystem.config.js
…
init-production.sh
…
jest.config.js
…
jest.setup.js
…
knexfile.js
fix(setup/native): correct repo URL, paths, and systemd for native install; support sqlite in production knex config
2025-09-09 11:13:01 +02:00
package-lock.json
chore: bump backend version to 1.0.119
2025-09-09 18:06:15 +00:00
package.json
chore: bump backend version to 1.0.119
2025-09-09 18:06:15 +00:00
server.js
fix(native/http): disable CSP upgrade-insecure-requests and HSTS unless ENABLE_HSTS=true; prevents HTTPS upgrades on HTTP installs
2025-09-09 20:00:48 +02:00
test-filter.js
docs: fix deployment/admin routing and CORS guidance; add AGENTS.md; ignore AGENTS.md (refs
#18
)
2025-09-05 15:01:16 +02:00
wait-for-db.sh
…