Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
373eef2
chore: Tidy logic sharing between AlbumRoots
artonge May 7, 2025
aabc175
feat: Support setting and getting filters in albums
artonge May 7, 2025
b3c7b4f
test(e2e): Enable place filter test
artonge May 7, 2025
03494e6
chore: Remove legacy files client initialisation
artonge May 7, 2025
aa5dd4a
chore: Use public const to identify metadata
artonge May 15, 2025
452d062
feat: Populate albums based on the set filters
artonge May 15, 2025
de77a12
chore: Simplify filters implementation
artonge May 15, 2025
dc2a1a9
chore: Improve layout of HeaderNavigation to support more content
artonge May 15, 2025
bb24c82
feat: Allow edition of filters in album view
artonge May 15, 2025
fd7ba97
feat: Display filters in album form and album
artonge May 16, 2025
7ee8f21
feat: Return cover picture based on filters
artonge May 16, 2025
9b58191
fix: Parent route computing in HeaderNavigation
artonge May 16, 2025
0f41a2d
feat: Use places in the store to render places filter
artonge May 16, 2025
860c94c
fix: Support filters in shared and public albums
artonge May 16, 2025
6ef4c25
feat: Display filters in public and shared albums
artonge May 16, 2025
95e170c
test: Fix e2e tests after adding filters to albums
artonge May 16, 2025
e6a55c4
fix: Setting filters in album form
artonge May 19, 2025
0e2a03f
feat: Navigate to album upon creating it
artonge May 19, 2025
f4c2c84
test: Add e2e test for filters in albums
artonge May 19, 2025
5b12984
fix: Condition to create album from filters
artonge May 20, 2025
f23e077
test(API): Ensure permissions are respected in the DAV API
artonge May 22, 2025
c7e8abf
fix(albums): Do not offer to remove selection if is coming from filters
artonge May 22, 2025
6b7070a
fix: Psalm, cs and eslint error
artonge May 22, 2025
e8176a7
test: Fix instanciation of AlbumMapper
artonge May 22, 2025
94d2210
chore: Compile assets
artonge May 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Photos</name>
<summary>Your memories under your control</summary>
<description>Your memories under your control</description>
<version>5.0.0-dev.0</version>
<version>5.0.0-dev.1</version>
<licence>agpl</licence>
<author mail="[email protected]">John Molakvoæ</author>
<namespace>Photos</namespace>
Expand Down
1 change: 0 additions & 1 deletion css/AlbumContent-lH5pXOBy.chunk.css

This file was deleted.

1 change: 1 addition & 0 deletions css/AlbumContent-yRogb6di.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/AlbumForm-BlDbspqQ.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion css/AlbumForm-DcLgc8Kq.chunk.css

This file was deleted.

1 change: 1 addition & 0 deletions css/Albums-D7SqKU8E.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion css/Albums-QyRARKSs.chunk.css

This file was deleted.

1 change: 0 additions & 1 deletion css/CollectionCover-B5FNrHoX.chunk.css

This file was deleted.

1 change: 1 addition & 0 deletions css/CollectionCover-CnYy0AQc.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/HeaderNavigation-C2UCIZeH.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion css/HeaderNavigation-DhlkEyxe.chunk.css

This file was deleted.

1 change: 1 addition & 0 deletions css/PhotosFiltersDisplay-CRJ0XO2o.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/PhotosFiltersInput-D1hRh98A.chunk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.photos-filters[data-v-a2e4a846]{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
1 change: 0 additions & 1 deletion css/PublicAlbumContent-BG-QVtLp.chunk.css

This file was deleted.

1 change: 1 addition & 0 deletions css/PublicAlbumContent-DYc8OlQH.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/SharedAlbumContent-D8LDSK66.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion css/SharedAlbumContent-cyu-ntoD.chunk.css

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/Timeline-CeDTbBnj.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading