Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Photos 2.0 #1157

Merged
merged 62 commits into from
Aug 23, 2022
Merged

Photos 2.0 #1157

merged 62 commits into from
Aug 23, 2022

Commits on Aug 22, 2022

  1. Introduce tiled layout in the timeline

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    926a4de View commit details
    Browse the repository at this point in the history
  2. add album database management bits

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    icewind1991 authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    10f44aa View commit details
    Browse the repository at this point in the history
  3. retreive more metadata for album files

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    icewind1991 authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4aa8a0a View commit details
    Browse the repository at this point in the history
  4. dav api

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    icewind1991 authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    3cd7fed View commit details
    Browse the repository at this point in the history
  5. use unique filenames in albums

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    icewind1991 authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    62dbf99 View commit details
    Browse the repository at this point in the history
  6. fix copyright headers

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    icewind1991 authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    9c68a0f View commit details
    Browse the repository at this point in the history
  7. better error for duplicate

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    icewind1991 authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    3b62ffb View commit details
    Browse the repository at this point in the history
  8. cast to int

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    icewind1991 authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    6bb2c7a View commit details
    Browse the repository at this point in the history
  9. expose more metadata

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    icewind1991 authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    fe215a8 View commit details
    Browse the repository at this point in the history
  10. store album location and last added photo

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    icewind1991 authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    f4dea80 View commit details
    Browse the repository at this point in the history
  11. expose location and last-photo in dav

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    icewind1991 authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    ef3780d View commit details
    Browse the repository at this point in the history
  12. Bump @nextcloud/axios from 1.9.0 to 1.10.0

    Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
    - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
    - [Commits](nextcloud-libraries/nextcloud-axios@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@nextcloud/axios"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Louis Chemineau <louis@chmn.me>
    dependabot[bot] authored and artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0f2bcda View commit details
    Browse the repository at this point in the history
  13. Add Albums view

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c8bf3a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Merge pull request #1142 from nextcloud/feat/album_frontend

    Add Albums view
    artonge authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    21d08d4 View commit details
    Browse the repository at this point in the history
  2. Add Albums view

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c7bdf09 View commit details
    Browse the repository at this point in the history
  3. Don't limit album content height and fix loading icon

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    18693ec View commit details
    Browse the repository at this point in the history
  4. Minor rendering improvements

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    65940ca View commit details
    Browse the repository at this point in the history
  5. Refactor album store and services

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c8b432b View commit details
    Browse the repository at this point in the history
  6. Some more linking to DAV APIs

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    41bc491 View commit details
    Browse the repository at this point in the history
  7. Fix copyright headers

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6999be2 View commit details
    Browse the repository at this point in the history
  8. Use Object.freeze to make some objects read only

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    14fc150 View commit details
    Browse the repository at this point in the history
  9. Make section headers sticky

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8c8dac7 View commit details
    Browse the repository at this point in the history
  10. Reduce the number of displayed row by VirtualScrolling

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a52c430 View commit details
    Browse the repository at this point in the history
  11. Fix delete of a photos

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4b9110e View commit details
    Browse the repository at this point in the history
  12. Remove debug logs

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3a1b187 View commit details
    Browse the repository at this point in the history
  13. Fix lint error

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    427d90d View commit details
    Browse the repository at this point in the history
  14. Add spacing for AlbumContent loader

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    07c0ead View commit details
    Browse the repository at this point in the history
  15. Fix refresh on /folders view

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d4d4c7a View commit details
    Browse the repository at this point in the history
  16. Address reviews

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e3738a5 View commit details
    Browse the repository at this point in the history
  17. First pass implementing faces overview

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    632207b View commit details
    Browse the repository at this point in the history
  18. More work on faces

     - FaceCover: Smart cover selection
     - FaceContent: Display all pictures
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    705526e View commit details
    Browse the repository at this point in the history
  19. FaceCover: Remove context actions

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    bac4591 View commit details
    Browse the repository at this point in the history
  20. Implement renaming faces

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0cf4e96 View commit details
    Browse the repository at this point in the history
  21. Fix FaceContent

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1a43504 View commit details
    Browse the repository at this point in the history
  22. Refetch files after renaming face

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0f10a37 View commit details
    Browse the repository at this point in the history
  23. Fix Viewer in FaceContent

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    388be02 View commit details
    Browse the repository at this point in the history
  24. Implement removeFilesFromFace

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5da9f5d View commit details
    Browse the repository at this point in the history
  25. Fix FaceContent header

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    795b994 View commit details
    Browse the repository at this point in the history
  26. Fix renaming people (again)

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    40e1381 View commit details
    Browse the repository at this point in the history
  27. Add new empty face illustration

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    df59eaa View commit details
    Browse the repository at this point in the history
  28. Implement merging faces

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0723f15 View commit details
    Browse the repository at this point in the history
  29. Use illustration for Faces > empty content

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e2101b4 View commit details
    Browse the repository at this point in the history
  30. Implement isRecognizeInstalled check

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    41da638 View commit details
    Browse the repository at this point in the history
  31. Update FaceCoverMixin

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8dfae85 View commit details
    Browse the repository at this point in the history
  32. Faces: Sort people by amount of pictures

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    eb081a4 View commit details
    Browse the repository at this point in the history
  33. Lots of design and UX fixes

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    706c560 View commit details
    Browse the repository at this point in the history
  34. FaceContent: ResetSelection after removing photos from face

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5236f5f View commit details
    Browse the repository at this point in the history
  35. FaceCover: text-align: center

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d3b6dc2 View commit details
    Browse the repository at this point in the history
  36. Faces: Do not use illustration for empty content

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    62ecc53 View commit details
    Browse the repository at this point in the history
  37. Add copyright

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2ce46b3 View commit details
    Browse the repository at this point in the history
  38. Update src/services/IsRecognizeInstalled.js

    Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr and artonge committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    22465e7 View commit details
    Browse the repository at this point in the history
  39. Update src/mixins/FetchFacesMixin.js

    Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr and artonge committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a93ac3a View commit details
    Browse the repository at this point in the history
  40. ALbum => face

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    49d4a4b View commit details
    Browse the repository at this point in the history
  41. Explain face zooming magic

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    611159b View commit details
    Browse the repository at this point in the history
  42. Make eslint happy

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    df6c790 View commit details
    Browse the repository at this point in the history
  43. Rename class (album => face)

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4bb96f7 View commit details
    Browse the repository at this point in the history
  44. Fix stylelint error

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    709700f View commit details
    Browse the repository at this point in the history
  45. Navigation: Make people icon size=20

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b9c995e View commit details
    Browse the repository at this point in the history
  46. router: Use dynamic import for faces routes

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    fabd498 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    07a960d View commit details
    Browse the repository at this point in the history
  48. Use stub implementation

    Signed-off-by: Carl Schwan <carl@carlschwan.eu>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    CarlSchwan committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    33462ff View commit details
    Browse the repository at this point in the history
  49. Fix stylelint

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    marcelklehr authored and nextcloud-command committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    60a5b1d View commit details
    Browse the repository at this point in the history