1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-21 01:22:08 +02:00

Commit Graph

  • 086bc47a01
    Merge pull request #868 from grasdk/master Patrik J. Braun 2024-03-30 22:12:29 +0100
  • 78fbc942b9 mediaentity rating back to unsigned gras 2024-03-30 22:04:07 +0100
  • 9aab44b7af Removed 0 as a rating, since it means unrated. gras 2024-03-30 21:23:10 +0100
  • b071b6daae xmp-rating valid values now 1-5. 0 means "unrated" and the attribute does not exist with value 0 gras 2024-03-30 21:07:41 +0100
  • 1e0dbc08dc
    Merge pull request #862 from sarayourfriend/fix/numerical-file-sort Patrik J. Braun 2024-03-30 19:31:00 +0100
  • 0c84d5010f caption and title from DC group is now read gras 2024-03-30 19:27:15 +0100
  • 658ba04184 Merge branch 'master' of https://github.com/grasdk/pigallery2 into feature/metadata-sidecar-reading-cleanup gras 2024-03-30 16:41:40 +0100
  • 77982e6c10 changed database to be able to contain rating -1 gras 2024-03-30 15:59:38 +0100
  • 9e7acc46c1 gps coordinate undefined check + rating update gras 2024-03-30 15:31:16 +0100
  • a8b00d549b changed orientation to const gras 2024-03-30 14:13:47 +0100
  • 4ae2494d43 changed orientation to const gras 2024-03-30 14:11:02 +0100
  • 1514662b8d
    Feature/metadata sidecar reading cleanup (#13) grasdk 2024-03-30 13:58:06 +0100
  • 1d9ebbd1ea changed sidecar reading for video to shared reader and fixed tests accordingly (more data is read now) gras 2024-03-30 13:56:11 +0100
  • 05def83d97 CreationDateOffset is now mapped from Sidecar timestamps. Tests updated accordingly. gras 2024-03-30 13:28:53 +0100
  • 3acd1dee85 Moved date mapping code into one function - fixed testdata - did not yet resolve offset bug gras 2024-03-30 10:21:46 +0100
  • dc232c74eb simplification of sidecar date reading logic gras 2024-03-30 10:04:56 +0100
  • a6cad038cb consolidated GPS coordinate mapping gras 2024-03-30 09:31:15 +0100
  • 1a3bb81499 refactored mapping of metadata into smaller functions gras 2024-03-30 01:07:28 +0100
  • 5820d6233b xmp rating fix - 0 is a value. prep for xmp timestamp handling grasdk 2024-03-29 22:31:28 +0100
  • 66bdc8658f merge incoming changes grasdk 2024-03-29 19:51:19 +0100
  • 70d38bb287 Merge branch 'master' of https://github.com/grasdk/pigallery2 into feature/metadata-sidecar-reading-cleanup grasdk 2024-03-29 19:35:50 +0100
  • c44110d4a6
    Trim extensions when sorting filenames sarayourfriend 2024-03-29 13:20:40 +1100
  • fafab0db18 Disable broken test Patrik J. Braun 2024-03-26 00:45:30 +0100
  • 663b5bff95 remove debug logging Patrik J. Braun 2024-03-26 00:30:15 +0100
  • 6149e869d1 let flaky test through CI Patrik J. Braun 2024-03-26 00:28:37 +0100
  • 4176123865 test logging.. Patrik J. Braun 2024-03-26 00:16:29 +0100
  • fc20126f0e test logging.. Patrik J. Braun 2024-03-26 00:15:58 +0100
  • 01e6b60aa4 Disable extensions for settings integration test Patrik J. Braun 2024-03-26 00:09:32 +0100
  • 6b3a208794 Improving integration tests. Patrik J. Braun 2024-03-25 23:10:10 +0100
  • ed0ea40758 Improving integration tests. Patrik J. Braun 2024-03-25 22:51:27 +0100
  • 78b72e2528 Fix integration tests port race condition Patrik J. Braun 2024-03-25 22:21:18 +0100
  • 7f65dfd1b2 Check if folder exists before listing it. Patrik J. Braun 2024-03-25 21:47:05 +0100
  • 743d29b208 Merge remote-tracking branch 'origin/master' Patrik J. Braun 2024-03-25 21:39:41 +0100
  • d4d8dcfcdb Fix extension loading #784, #847, fixes #855 Patrik J. Braun 2024-03-25 21:38:09 +0100
  • d0c59244ae
    Merge pull request #860 from martyone/xmp-no-rating Patrik J. Braun 2024-03-24 21:34:20 +0100
  • 0541eeab85 added new test for special chars and timezone grasdk 2024-03-23 16:23:57 +0100
  • da43376b57 Merge branch 'master' of https://github.com/grasdk/pigallery2 into feature/metadata-sidecar-reading-cleanup. Added new test on special chars and offsets in sidecars grasdk 2024-03-23 16:23:41 +0100
  • 8517430a1b Deal with rating missing in XMP sidecars Martin Kampas 2024-03-01 22:41:29 +0100
  • 026f1c8e55 Most sidecar metadata is now read with the same function as embedded metadata (for photos). Fixed a bug with rating: 0 being ignored grasdk 2024-03-23 11:17:48 +0100
  • 64dcc8d4c7 Moved metadata-mapping into separate function to prepare for reuse grasdk 2024-03-23 10:16:08 +0100
  • e3a0f5967c
    Merge pull request #859 from martyone/xmp-gps Patrik J. Braun 2024-03-23 10:02:17 +0100
  • 1d1df01a68 Read GPS coordinates from XMP sidecar too Martin Kampas 2024-03-01 19:55:01 +0100
  • d6bc65dd44 Removed the SideCar Type to make reading sidecar data just as generic as reading the embedded exif data grasdk 2024-03-21 22:28:25 +0100
  • 40e8147883
    Merge pull request #855 from mblythe86/issue847 Patrik J. Braun 2024-03-20 08:20:29 +0100
  • 5f0a7a1873
    Merge pull request #841 from martyone/xmp-time Patrik J. Braun 2024-03-20 08:18:52 +0100
  • e89af221c9 Fix extension configuration loading issue Matthew Blythe 2024-03-19 02:00:42 -0600
  • 35839ef732 test-fixing grasdk 2024-03-14 10:41:41 +0100
  • 6a52d84881 Add tests for reading sidecar files Martin Kampas 2024-03-07 10:14:50 +0100
  • da0b7d8e21 Allow for "xap" ns prefix instead of "xmp" Martin Kampas 2024-03-05 12:57:55 +0100
  • 03e0822181 Improve on reading dates from XMP sidecars Martin Kampas 2024-03-01 13:20:09 +0100
  • 98a78e34fe Move utilities for parsing time stamps to Utils Martin Kampas 2024-03-13 19:56:28 +0100
  • 6173350a69 Fix errors reading properties of undefined Martin Kampas 2024-03-01 22:24:46 +0100
  • 3ec3b5a030
    Merge pull request #839 from kagahd/issue838 Patrik J. Braun 2024-03-12 23:07:09 +0100
  • d8c064857f
    re-enable unit test that keywords from photo are merged with keywords from sidecar kagahd 2024-03-12 08:48:55 +0100
  • f356eae957
    Merge pull request #1 from grasdk/feature/kagahd_issue838 Kay Agahd 2024-03-12 07:06:30 +0000
  • 390e24a2c4 Added read of CreationDate to sidecar and fixed tests grasdk 2024-03-11 23:47:44 +0100
  • a2fc61320d
    resolve merge conflicts for a second time due to bug in PR #829 kagahd 2024-03-11 08:45:44 +0100
  • f05ee7a867
    Merge branch 'master' into issue838 kagahd 2024-03-11 08:35:14 +0100
  • f551509fee Messenger handler should override when adding #784 Patrik J. Braun 2024-03-09 01:16:38 +0100
  • 79817820c9
    Merge pull request #851 from grasdk/master Patrik J. Braun 2024-03-08 16:22:36 +0100
  • 219cac5219 DataStructureVersion bump to trigger database rebuild grasdk 2024-03-08 16:07:23 +0100
  • 4ac4192bf1
    Merge pull request #850 from grasdk/master Patrik J. Braun 2024-03-08 00:21:17 +0100
  • e21e67cfc7
    Feature/location info (#9) grasdk 2024-03-08 00:01:23 +0100
  • 2687923cf2
    9ij (#12) grasdk 2024-03-07 23:49:53 +0100
  • 3055574a98
    s (#11) grasdk 2024-03-07 23:49:09 +0100
  • cdbac8155e
    s (#10) grasdk 2024-03-07 23:48:28 +0100
  • a8b35bb76e
    Merge pull request #848 from grasdk/master Patrik J. Braun 2024-03-07 22:58:59 +0100
  • f02c7967c0 fixed the DiskManagerWorker test grasdk 2024-03-07 20:38:27 +0100
  • 59b78d0223 fixed the DiskManagerWorker test grasdk 2024-03-07 20:38:27 +0100
  • 65c25c50ac Unit test and bugfix for CreationDate (#8) grasdk 2024-03-07 09:29:44 +0100
  • 2af6115f2a
    Unit test and bugfix for CreationDate (#8) grasdk 2024-03-07 09:29:44 +0100
  • 5cfdcd4059
    Merge branch 'bpatrik:master' into feature/location_info grasdk 2024-03-06 23:05:39 +0100
  • 3811fc3c99 Add missing $localize #784 Patrik J. Braun 2024-03-06 22:43:52 +0100
  • 5d5be0604e
    Merge pull request #845 from grasdk/feature/timestamp_rework_test_fix Patrik J. Braun 2024-03-06 22:29:06 +0100
  • eb36707062
    Merge pull request #844 from mblythe86/ext_excludeDir Patrik J. Braun 2024-03-06 22:11:40 +0100
  • af4e915749 Changed CRLF back to LF grasdk 2024-03-06 16:54:30 +0100
  • d528760b26
    Merge branch 'bpatrik:master' into feature/timestamp_rework_test_fix grasdk 2024-03-06 06:24:19 +0100
  • c4cc99bcc7 Removed Unnecessary semicolon grasdk 2024-03-06 06:11:39 +0100
  • f11a133f43 fix leap year searching and tests. small metadatabuffer size optimization. grasdk 2024-03-06 00:40:18 +0100
  • 5852dac1ad Add excludeDir to extension interface Matthew Blythe 2024-03-05 01:52:00 -0700
  • fb65910993
    resolve merge conflicts due to PR #829 kagahd 2024-03-04 12:21:39 +0100
  • 0f0a66c05d
    Merge branch 'master' into issue838 kagahd 2024-03-04 11:55:04 +0100
  • 4352ff89b7
    Merge pull request #832 from bpatrik/feature/extension-settings Patrik J. Braun 2024-03-03 15:50:52 +0100
  • f5f34c55f3
    Merge pull request #843 from mblythe86/log_funcs Patrik J. Braun 2024-03-03 15:49:45 +0100
  • 9864316a3f Merge branch 'master' of https://github.com/xuthus83/pigallery2 xuthus 2024-03-03 19:48:26 +0800
  • ced248b9de
    Merge branch 'bpatrik:master' into feature/location_info grasdk 2024-03-03 09:25:34 +0100
  • 745e486e1c Add logging elision Matthew Blythe 2024-03-03 01:19:21 -0700
  • 2121471ae0 Merge branch 'feature/extension-settings' of https://github.com/bpatrik/pigallery2 into feature/extension-settings Patrik J. Braun 2024-03-02 22:36:16 +0100
  • 1502e80150 Add basic extension UI #784 Patrik J. Braun 2024-03-02 22:18:31 +0100
  • 9172f89e78 Add basic extension UI #784 Patrik J. Braun 2024-02-19 22:15:57 +0100
  • 8a8fc57c67 Refactor extension settings Patrik J. Braun 2023-12-24 08:59:36 +0100
  • 7f3056158a
    Merge pull request #836 from veroxzik/feature/lightbox-mousewheel-improvements Patrik J. Braun 2024-03-02 22:24:32 +0100
  • 9a90a15e82
    Merge pull request #829 from grasdk/master Patrik J. Braun 2024-03-02 22:22:54 +0100
  • cb90d08c88 Add basic extension UI #784 Patrik J. Braun 2024-03-02 22:18:31 +0100
  • 917b738aa8
    add two more unit tests kagahd 2024-02-28 18:50:19 +0100
  • 8702586e9e
    add unit tests kagahd 2024-02-27 18:53:53 +0100
  • 3ee030d8ba
    fix bug 2 of #838 : If the xmp file does not include the file extension of the tagged file, no keywords and ratings are shown in PiGallery's frontend. kagahd 2024-02-26 21:38:25 +0100
  • 75e4ed70b6
    fix bug 1 of #838 : If the tagged video contains only one keyword, the keyword is shown in PiGallery2 character by character, each prefixed by a hash sign, all separated by comma and space kagahd 2024-02-26 21:37:28 +0100
  • eed4f0b6fa
    Fix zoom behavior and add horizontal scrolling. veroxzik 2024-02-22 19:18:31 -0500
  • 313aee8def
    Merge branch 'bpatrik:master' into master grasdk 2024-02-21 23:38:43 +0100