Matthias Rupp
fc21e37b2c
Run prettier
2023-05-01 23:22:41 -11:00
Matthias Rupp
7f7ef949df
Fix eslint error
2023-05-01 22:04:32 -11:00
Matthias Rupp
73f1ad6e73
Fix ts errors
2023-05-01 22:00:47 -11:00
Matthias Rupp
cb781c250b
Add newlines
2023-05-01 21:32:35 -11:00
Matthias Rupp
71c7438a79
Fix linter errors
2023-05-01 21:26:03 -11:00
Matthias Rupp
f49e122361
Allow cluster viewing
2023-05-01 21:03:52 -11:00
Matthias Rupp
d48b0f7a1d
Center map to most recent asset
2023-05-01 08:45:49 -11:00
Matthias Rupp
a87700c9a5
Add dark theme support
2023-05-01 08:37:56 -11:00
Matthias Rupp
e30fe5e208
Remove sidebar icon flip
2023-04-30 08:09:52 -11:00
Matthias Rupp
1b1d2f0ba4
Add API endpoint that returns only assets with location information (Thanks @EPP100)
2023-04-30 08:01:49 -11:00
Matthias Rupp
9a1e8e55f5
Add asset viewer
2023-04-29 03:45:23 -11:00
Matthias Rupp
337b42a838
Refactor
2023-04-29 03:25:44 -11:00
Matthias Rupp
30c6fa9cf7
Minor layout changes
2023-04-29 03:21:04 -11:00
Matthias Rupp
6e0859b67c
Use single DOM element for all markers
2023-04-28 22:00:07 -11:00
Matthias Rupp
7b550023a8
First crude implementation of the global asset map in web
2023-04-28 21:34:52 -11:00
Jason Rasmussen
6acfb55dcc
fix: correct npx path ( #2354 )
2023-04-28 21:28:35 -05:00
Jason Rasmussen
ce42b84430
build: improve pump script ( #2351 )
2023-04-28 21:10:32 -05:00
Jason Rasmussen
59d93138d3
fix: linting ( #2353 )
2023-04-28 21:10:20 -05:00
Jason Rasmussen
78de189d56
ci: simplify server npm steps ( #2352 )
2023-04-28 21:10:01 -05:00
Covalent
b21c99eb12
add auto postgress dump docs ( #2349 )
...
* add auto postgress dump docs
* add link to repo for auto db dumps
---------
Co-authored-by: Luke McCarthy <mail@lukehmcc.com>
2023-04-28 15:22:00 -05:00
Jason Rasmussen
e22cdea485
chore(server,mobile): remove device info entity ( #1527 )
...
* chore(server): remove unused device info code
* chore: generate open api
* remove any DeviceTypeEnum usage from mobile
* chore: coverage
* fix: drop device info table
---------
Co-authored-by: Fynn Petersen-Frey <zody22@gmail.com>
2023-04-28 15:01:03 -05:00
Jason Rasmussen
1e97407025
chore: microservices debugger ( #2345 )
...
* chore: microservices debugger
* Update launch.json
2023-04-28 13:21:01 -05:00
Jason Rasmussen
c4f5dc6d01
fix(server): oauth mobile callback url ( #2339 )
...
* fix(server): mobile redirect uri
* chore: add test
2023-04-26 15:39:18 -05:00
Jason Rasmussen
c329a17975
feat(web): organize user settings ( #2340 )
2023-04-26 12:25:36 -05:00
Trenton H
2a88cc74bf
chore(ci): Implement a cleanup of Docker images ( #2302 )
...
This adds a workflow to clean containers when the pull request closes
and remove untagged images generated as tags are updated
2023-04-26 05:50:31 -05:00
Alex
7e965cb6d4
chore(ml): move to fastAPI ( #2336 )
2023-04-26 05:39:24 -05:00
faupau
6631b286c1
fix(web): asset viewer navbar overlapping with details tab and context menu not closing on button press (except in album viewer) ( #2323 )
...
* fix overlapping of asset-viewer-nav-bar
with details tab
* fix contextmenu not closing on button press
---------
Co-authored-by: faupau03 <paul.paffe@gmx.net>
2023-04-25 21:30:19 -05:00
Jason Rasmussen
b8313abfa8
feat(web,server): manage authorized devices ( #2329 )
...
* feat: manage authorized devices
* chore: open api
* get header from mobile app
* write header from mobile app
* styling
* fix unit test
* feat: use relative time
* feat: update access time
* fix: tests
* chore: confirm wording
* chore: bump test coverage thresholds
* feat: add some icons
* chore: icon tweaks
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-04-25 21:19:23 -05:00
Jason Rasmussen
aa91b946fa
fix(server): use current schema for search/explore ( #2331 )
2023-04-25 12:21:07 -05:00
Jason Rasmussen
82af2c5717
docs: backup and restore ( #2326 )
2023-04-24 21:14:21 -05:00
Jason Rasmussen
4cdc59e51c
ci: doc format check ( #2325 )
...
* ci: doc format check
* chore: linting
2023-04-24 12:49:20 -05:00
Jason Rasmussen
d34585e4b0
chore: update readme ( #2324 )
2023-04-24 10:16:40 -05:00
faupau
d565a684a1
feat(web): immich as webapp, add apple icons and manifest file ( #2310 )
...
* add apple specific icons
so it can be added to homescreen
* remove jpg icons
* change background color to white
---------
Co-authored-by: faupau03 <paul.paffe@gmx.net>
2023-04-23 20:30:38 -05:00
Alex
13f178dca8
fix(web): correct color sidebar button when selected in dark mode ( #2322 )
2023-04-23 16:12:45 -05:00
Alex Tran
f8ba33e81c
pump openapi version
2023-04-22 21:40:33 -05:00
Alex The Bot
3d251f51fc
Version v1.54.1
2023-04-23 02:36:09 +00:00
Alex
57704522cd
feat(web): smaller thumbnails on timeline mobile ( #2316 )
2023-04-22 21:13:15 -05:00
faupau
787926c111
feat(web): show asset count in sharing tab and album viewer ( #2311 )
...
* show asset count in sharing tab
* add asset count to album-viewer
* remove duplicate font size
* fix test
---------
Co-authored-by: faupau03 <paul.paffe@gmx.net>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-04-22 13:38:45 -05:00
Alex Tran
08b424b3df
update gitignore
2023-04-22 13:31:42 -05:00
Jason Rasmussen
736a946101
fix(web): justified layout ( #2313 )
2023-04-21 16:24:25 -05:00
Alex
6f6f847ee2
feat(web): Add action button to search result page ( #2303 )
...
* feat(web): Add action button to search result page
* fix test
* rename
* pr feedback
* better condition
* fix test
2023-04-21 10:10:08 -05:00
Fynn Petersen-Frey
13be271df7
chore(Android): update gradle, kotlin, configure glide ( #2306 )
2023-04-21 05:31:44 -05:00
Jason Rasmussen
b423852fad
chore: flip album icon ( #2300 )
2023-04-20 13:23:03 -05:00
Alex
fe3d6b870a
feat(web): add button to archive and unarchive in detail viewer ( #2296 )
2023-04-20 09:09:27 -05:00
Alex
14be63039f
chore(doc): update FAQ for Photo Stream on iOS ( #2295 )
2023-04-19 18:54:19 -05:00
Alex
d339d4c8dd
post release note
2023-04-18 14:38:46 -05:00
Alex The Bot
b0d5cb62fa
Version v1.54.0
2023-04-18 16:34:37 +00:00
Alex
975d23ee5c
fix(web): empty album is not auto deleted ( #2283 )
...
* fix(web): empty album is not auto deleted
* regenerate api
* fix test
2023-04-18 11:26:04 -05:00
Michel Heusschen
8a421831ab
fix(web): noscript message ( #2278 )
2023-04-18 11:24:17 -05:00
Alex
c8d3faec6d
fix(mobile): video player disposes early ( #2275 )
...
* fix(mobile): video player disposes early
* fixed show download button based on asset state
* style icon size
* disable screensleep on video player
* better position for video
* better scroll physics on iOS
2023-04-18 11:23:56 -05:00