1
Fork 0

Commit Graph

  • 77929fbdb2 fix path Konstantin Koval 2024-05-31 20:57:44 +0300
  • 2ddc661538 printf Konstantin Koval 2024-05-31 20:46:28 +0300
  • 3e8c801e26 println > printf Konstantin Koval 2024-05-31 20:38:35 +0300
  • 8c978ac1a2 debug code Konstantin Koval 2024-05-31 20:27:26 +0300
  • d2114cfcfd set env vars again Konstantin Koval 2024-05-31 19:28:45 +0300
  • 6ac371fc04 remove unused lines Konstantin Koval 2024-05-31 19:18:07 +0300
  • 5ed57cd506 try to use test_utils DB Konstantin Koval 2024-05-31 18:55:01 +0300
  • 86899d05da setting env vars explicitly for DB setup Konstantin Koval 2024-05-31 18:20:54 +0300
  • 51c83b12c1 fix gitignore; add the migration for removing existing invalid GPS data and its test; added better errors to asserts in the GPS validation test Konstantin Koval 2024-05-31 16:28:40 +0300
  • 954f6a5bcb fix test values Konstantin Koval 2024-05-31 14:00:09 +0300
  • f1d7c7401a fix test Konstantin Koval 2024-05-31 13:49:24 +0300
  • ddacba85db
    Fix timeline order with sqlite3. It should be ordered as MySQL and PGSQL like (year, month, day). (#954) Googol Lee 2024-05-31 10:35:41 +0200
  • 6693920b61
    Configure shell to fail if any part of piped command chain fails. Fix Hadolint issue DL4006 (#947) Kostiantyn 2024-05-31 11:34:46 +0300
  • d47bca280e
    configure SQLite to work in multi-connection mode, so it is not locked when scanner runs a job (#955) Kostiantyn 2024-05-31 11:32:47 +0300
  • 44565a90bb corrected the syntax Konstantin Koval 2024-05-28 17:32:46 +0300
  • 1e63f893c4 fix another error Konstantin Koval 2024-05-28 17:16:24 +0300
  • b1d6b40ab3 fixed reported build errors Konstantin Koval 2024-05-28 17:09:35 +0300
  • 14c041f9bc proper types printfuck 2024-05-28 00:28:44 +0200
  • c9115495a7 minor fix printfuck 2024-05-27 16:03:55 +0200
  • 9523f1dcc3 Implement the suggestions from the feedback, as well as merge the template from the discussion #934 Konstantin Koval 2024-05-26 18:21:14 +0300
  • 878cbb5f40 Merge branch 'upstream-master' into 943-contributing-md Konstantin Koval 2024-05-26 15:22:49 +0300
  • 1cb00b2482 configure SQLite to work in multi-connection mode, so it is not locked when scanner runs a job Konstantin Koval 2024-05-25 22:34:51 +0300
  • d6bf41f25e Fix timeline order with sqlite3. It should be ordered as MySQL and PGSQL like (year, month, day). Googol Lee 2024-05-24 09:49:47 +0200
  • b34a4831c6 another try Konstantin Koval 2024-05-22 22:57:39 +0300
  • 332f3196d8 fix build errors Konstantin Koval 2024-05-22 22:32:18 +0300
  • 1c3854df3c extracted GPS data processing to function in external parser; optimized IF in internal parser; removed unnecessary comments; set exact values for positive test Konstantin Koval 2024-05-22 22:02:58 +0300
  • c877290a96 slideshow modes printfuck 2024-05-22 17:30:49 +0000
  • 945cf6c6ac fix missing imports Konstantin Koval 2024-05-21 20:49:50 +0300
  • 3c935ec5b9 Validate incoming GPS data and throw an error if it is incorrect, storing Null values Konstantin Koval 2024-05-21 20:28:30 +0300
  • 7c7089e320
    Fix download path on custom base path (#889) David Valdez 2024-05-20 05:31:53 -0500
  • eb553ab6d4
    Bump ejs in /ui in the npm_and_yarn group across 1 directory dependabot[bot] 2024-05-19 10:54:03 +0000
  • fc9217af4e
    Bump github.com/strukturag/libheif dependabot[bot] 2024-05-19 10:53:49 +0000
  • 1d8d836441 Configure shell to fail if any part of piped command chain fails. Fix Hadolint issue DL4006 Konstantin Koval 2024-05-17 10:35:25 +0300
  • 0193f7703d
    Refactor docker deployment and user setup (#863) Kostiantyn 2024-05-15 11:58:02 +0300
  • d4d719cde8 Handle incorrect media file and folder permissions; set correct permissions for storage folder; fix healthcheck command for postgres Konstantin Koval 2024-05-15 11:05:10 +0300
  • def55315b9 Provide a minimal compose file and update the readme accordingly Konstantin Koval 2024-05-14 18:30:30 +0300
  • e33dad22d9 Revert back to the port 80 inside the container on product owner's request Konstantin Koval 2024-05-14 18:07:51 +0300
  • 35aa3d9478
    Merge branch 'photoview:master' into Enhance-docker-compose Konstantin 2024-05-13 16:57:15 +0300
  • 4189623970 Pin the major version for the `photoview` image for stability Konstantin Koval 2024-05-09 09:29:58 +0300
  • 1d0ca17fd8 removed hardcoded port in Dockerfile Konstantin Koval 2024-05-09 09:16:24 +0300
  • 3b44a18ee9
    Create CONTRIBUTING.md Blake Schafer 2024-05-02 23:01:34 -0700
  • 7dc36666a8 Merge commit '4133694bc23d53db3fa484d04283e75a57ef00db' into 889-download-path Konstantin Koval 2024-04-29 12:16:05 +0300
  • 2a779b0c48
    Merge fed8366280 into 4133694bc2 Alex Kabakaev 2024-04-29 10:59:20 +0300
  • 4133694bc2
    fix: remove logging of database url in place for just dialect (#940) Jordan Hellier 2024-04-27 13:18:56 +0100
  • ecb76f6ab4 Fixed several bugs after complete testing cycle with all 3 DBs Konstantin Koval 2024-04-26 19:56:44 +0300
  • 989569556e
    Merge branch 'photoview:master' into Enhance-docker-compose Konstantin 2024-04-26 16:18:59 +0300
  • ee9fc8d679 Exclude Makefile in the root folder from git; documented multiple mounts case better; fixed incorrect SQLite DB path Konstantin Koval 2024-04-26 16:17:11 +0300
  • d6f34211a1
    fix false trigger of DB migration on sqlite (#936) Alex Kabakaev 2024-04-26 06:46:32 +0200
  • b143a3168f fix: remove logging of database url in place for just dialect jordy2254 2024-04-25 22:12:57 +0100
  • c0eea6ec8b fix fiercex 2024-04-25 09:23:44 +0800
  • ee0f3337b0 move face models back to /app folder; comment out and document unnecessary vars in compose; fix a typo in a few vars Konstantin Koval 2024-04-24 23:05:23 +0300
  • e1c5a2a5ee forgot the compose file Konstantin Koval 2024-04-23 21:33:14 +0300
  • 2897a4739f Implemented many security improvements, suggested by @Omar007, switched to the dedicated Darktable's repo to install the latest released version, as asked in #935; switched Watchtower to labels instead of profiles Konstantin Koval 2024-04-23 21:31:38 +0300
  • 79e44d060e fix false trigger of DB migration on sqlite Alexander Kabakaev 2024-04-23 18:16:32 +0200
  • 132d42efd0 Fixed some typos and styling in Readme, excluded dev-environment setup from the PR; added a list of tips on how to secure Photoview in the Advanced setup section of Readme Konstantin Koval 2024-04-23 11:41:09 +0300
  • ef75e3f55d Merge branch 'master' into add_CustomRaw fiercex 2024-04-23 09:44:37 +0800
  • bfc9c2830e fix a typo in the username; add support of PostgreSQL; split and optimize backup target in Makefile Konstantin Koval 2024-04-20 18:40:39 +0300
  • 9c98767538 fix fiercex 2024-04-19 09:38:03 +0800
  • f10694dd20 Fix audit issues in production (#933) Jordan Hellier 2024-04-11 22:21:08 +0100
  • 4ba309fd91 Make face detection optional at build-time (#881) Simon Ser 2024-04-11 23:20:09 +0200
  • 76d94f1340 Remove login page non-empty password requirement (#828) Connor 2024-04-08 02:22:50 -0400
  • 4363047e25 Don't stop scanning album on media fail (#892) Konstantin 2024-03-30 12:04:03 +0300
  • 31b836b945 move mp4 moov atom to the beginning (#883) Alex Kabakaev 2024-03-30 10:01:16 +0100
  • de0b9026c2 Fix invalid UTC offset during datetime parsing (#823) Yo Sev 2024-03-30 07:57:21 +0100
  • 8e81d86319 chore(docker-compose): add sqlite variable and volumes example (#851) Ale C 2024-03-29 22:09:20 +0100
  • 5516c1e98a feat: complete PL translation (#909) Dorian 2024-03-29 22:07:41 +0100
  • e726258c20 add cross compile support for arm64 to amd64 (#888) cicadabear 2024-03-30 04:18:08 +0800
  • bd051692fe reordered cli arguments for ffmpeg to improve speed to generate thumbnails from videos (#917) Andreas 2024-03-29 20:35:50 +0100
  • 9141661bed Fix UI not serving media and tests expecting localhost:3000 as base URL (#874) Davide Cavestro 2024-03-29 14:49:50 +0100
  • ea56250850 fix fiercex 2024-04-19 09:20:25 +0800
  • 2d30eced2b chore: regenerate ui files jordy2254 2024-04-18 16:07:06 +0100
  • f763acadda feat(ui): enable ability to select user role on edit and create jordy2254 2024-04-18 16:05:56 +0100
  • c67b18e866 test: allow test suite to run in transactions and fix tests jhellier 2024-04-08 11:34:43 +0100
  • 881070f954 feat(api): implement permissions system jhellier 2024-04-01 19:41:19 +0100
  • cfd61bca50 Removed deprecated `version` line from compose files; optimized dockerfile to build with less layers and run as non-root; mapped only Photoview related services to Watchtower by default instead of updating all running images on a host; added template for Postgres to the .env; reverted compose executable definition, so the new compose is called when present; added a tip about `lnav` to help Konstantin Koval 2024-04-13 21:10:17 +0300
  • 49060c28f9
    Merge branch 'photoview:master' into Enhance-docker-compose Konstantin 2024-04-13 14:15:28 +0300
  • f900d55300
    Fix audit issues in production (#933) Jordan Hellier 2024-04-11 22:21:08 +0100
  • d0d0bf21bc
    Make face detection optional at build-time (#881) Simon Ser 2024-04-11 23:20:09 +0200
  • 6299a47294 chore: fix docker build from incorrect depedency jhellier 2024-04-11 22:05:25 +0100
  • e4787b7db9 chore: regenerate files jhellier 2024-04-11 18:51:52 +0100
  • 30368ede79 chore: add missing tools file jhellier 2024-04-11 18:51:20 +0100
  • f3004ee052 chore: migrate ui dependency to latests jhellier 2024-04-11 17:59:29 +0100
  • 23547b32ea chore: update ui dependencies first pass jhellier 2024-04-11 17:54:23 +0100
  • 42229d1376 chore: upgrade api dependencies to latest compatible version jhellier 2024-04-11 17:49:40 +0100
  • 582ac3d9ae
    Merge 9abd61e14d into 896cd1c2fe Jordan Hellier 2024-04-09 16:11:30 +0000
  • 896cd1c2fe
    Remove login page non-empty password requirement (#828) Connor 2024-04-08 02:22:50 -0400
  • cae2062c3d Remove required property from password register Connor Demille 2024-04-07 12:05:37 -0400
  • 66eebf85fc Added slideshow implementation printfuck 2024-04-06 23:52:12 +0000
  • a720468d82 add custome raw fiercex 2024-04-02 10:14:19 +0800
  • dafa519c1e Merge commit 'b2d591bd1b7396ad2ec2b148cb2aa8865e478b74' into Enhance-docker-compose Konstantin Koval 2024-03-30 18:12:53 +0300
  • ece1de2370 Merge commit 'b2d591bd1b7396ad2ec2b148cb2aa8865e478b74' into NOT-FOR-MERGE-rebuild-photoview-image Konstantin Koval 2024-03-30 12:44:08 +0300
  • b2d591bd1b
    Don't stop scanning album on media fail (#892) Konstantin 2024-03-30 12:04:03 +0300
  • 153f37e5fb
    move mp4 moov atom to the beginning (#883) Alex Kabakaev 2024-03-30 10:01:16 +0100
  • 3ecc5cd83c The function that pushes the notification also logs out the error to the console there's no need for your log after the scanner error. Konstantin Koval 2024-03-30 11:05:21 +0300
  • 68f39ab27e fix incorrect logging function Konstantin Koval 2024-03-30 10:40:20 +0300
  • d1c7e907e2 Merge commit '9c85663522a750771f59ed3153e77a8f4677e109' into continue_on_failed_media Konstantin Koval 2024-03-30 10:29:11 +0300
  • 90dc6680d9 Keep both notification and logging Konstantin Koval 2024-03-30 10:26:07 +0300
  • d860790a18
    Update api/scanner/scanner_album.go Konstantin 2024-03-30 09:21:40 +0200
  • 9c85663522
    Fix invalid UTC offset during datetime parsing (#823) Yo Sev 2024-03-30 07:57:21 +0100
  • 31ccb9aad3
    chore(docker-compose): add sqlite variable and volumes example (#851) Ale C 2024-03-29 22:09:20 +0100