1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00
High performance self-hosted photo and video management solution.
Find a file
Ben 9bd79ffc00
feat(mobile): Adds file upload progress stats (#7760)
* feat(mobile): Adds file upload progress stats: current upload file size uploaded, current file size and formatted bytes per second upload speed. Closes #7379

* chore(mobile): Fix stan issues

* chore(mobile): Remove non-'en-US' translations, as I saw on another PR review (just looking around) that localisation is done via Localizely and this was the instruction (to only provide the en-US localisation).

* fix(mobile): Provide boundary checks to ensure overflow issues are accounted for on erroneous upload speed calculation, sometimes the numbers received back from the upload handler can be a bit wild.

* fix(mobile): Some heuristic bug fixing. Whilst thinking what could trigger overflow issues or 'zero' readouts, left over values from the previous file may do that. So adding the last upload sent bytes to the values to be reset may help! The time isn't necessary, as the period/cycle is inconsequential in this circumstance, well it should be anyway.

* fix(mobile): Actually, in combination to the last commit, some more heuristic bug fixing. I was thinking it would be advantageous not to reset the update time, as it would trigger a quicker first upload speed calculation. However, I realised that could also cause the calculation to be incorrect on the first cycle as the period wouldn't align. Not really sure if it would be a big deal, but I'm taking wild guesses in the dark here. Again, some purely heuristic debugging as I can't re-produce the underlying issue. This is mainly just ensuring that the state is fully reset and is a known state at the beginning of each file as a common strategy to reduce issues.

* refactor(mobile): Move the UI for the file progress to underneath the progress bar, it makes more sense there than in the file information table which contains only static information pertaining to the file itself. Switching to a monospace font to keep the UI from jumping around as the numbers change.

* refactor(mobile): In order to have the UI always present an 'active' upload speed (as per the discussion on PR #7760), this stores the 'upload speeds' (capped at the latest 10) in a list and calculates the current upload speed as the average over them. This way the UI can always display a 'constant' upload speed during uploading, instead of starting a fresh when each file starts uploading. Limiting it to the 10 latest keeps the average somewhat recent and ensures some level of sensible memory allocation.
2024-03-14 15:15:22 -05:00
.github chore(cli): clean up files (#7955) 2024-03-14 13:09:27 -04:00
.vscode chore: microservices debugger (#2345) 2023-04-28 13:21:01 -05:00
cli chore(cli): clean up files (#7955) 2024-03-14 13:09:27 -04:00
design feat(mobile): update logo (#7919) 2024-03-13 12:14:59 -05:00
docker chore(deps): update grafana/grafana docker tag to v10.4.0 (#7875) 2024-03-12 10:32:19 -05:00
docs docs: Update backup script example (#7734) 2024-03-13 13:08:01 -05:00
e2e feat(server, web): album orders (#7819) 2024-03-14 11:45:03 -05:00
fastlane Added required setup for f-droid (#88) 2022-03-29 14:13:47 -05:00
machine-learning fix(server): ml gunicorn listen on ipv4 and ipv6 by default (#7930) 2024-03-13 12:13:56 -05:00
misc/release fix: update e2e (#7710) 2024-03-08 23:16:36 -05:00
mobile feat(mobile): Adds file upload progress stats (#7760) 2024-03-14 15:15:22 -05:00
open-api feat(server, web): album orders (#7819) 2024-03-14 11:45:03 -05:00
server feat(server, web): album orders (#7819) 2024-03-14 11:45:03 -05:00
web refactor(web): albums list (1) (#7660) 2024-03-14 14:05:57 -05:00
.dockerignore chore: build tweaks (#7484) 2024-02-29 09:22:25 -05:00
.editorconfig chore: linting (#7532) 2024-02-29 11:26:55 -05:00
.gitattributes refactor(web): drop axios (#7490) 2024-02-29 11:22:39 -05:00
.gitignore chore: post release tasks 2024-01-18 21:15:58 -06:00
.gitmodules test(server): full backend end-to-end testing with microservices (#4225) 2023-10-06 23:32:28 +02:00
CODE_OF_CONDUCT.md Added Code of conduct 2022-08-21 12:43:56 -07:00
install.sh fix: shell scripts (#7189) 2024-02-18 20:57:24 -06:00
LICENSE Change license to AGPLv3 (#7046) 2024-02-12 15:31:59 +00:00
localizely.yml fix(mobile): Fix pt-PT locale. Add missing pt-PT localizely entry (#5892) 2023-12-20 09:46:20 -06:00
Makefile refactor: asset e2e (#7769) 2024-03-09 12:51:58 -05:00
README.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_ca_ES.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_de_DE.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_es_ES.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_fr_FR.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_it_IT.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_ja_JP.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_ko_KR.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_nl_NL.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_ru_RU.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_tr_TR.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
README_zh_CN.md chore: update readme with new logo and add design materials (#7852) 2024-03-11 11:16:57 -05:00
renovate.json chore(dep): add intl to ignoreDeps and remove unused packages (#6967) 2024-02-07 21:59:48 +01:00
SECURITY.md Create SECURITY.md (#712) 2022-09-17 13:07:12 -05:00


License: AGPLv3 Discord

High performance self-hosted photo and video backup solution



Català Español Français Italiano 日本語 한국어 Deutsch Nederlands Türkçe 中文 Русский

Disclaimer

  • ⚠️ The project is under very active development.
  • ⚠️ Expect bugs and breaking changes.
  • ⚠️ Do not use the app as the only way to store your photos and videos.
  • ⚠️ Always follow 3-2-1 backup plan for your precious photos and videos!

Content

Documentation

You can find the main documentation, including installation guides, at https://immich.app/.

Demo

You can access the web demo at https://demo.immich.app

For the mobile app, you can use https://demo.immich.app/api for the Server Endpoint URL

The credential
email: demo@immich.app
password: demo
Spec: Free-tier Oracle VM - Amsterdam - 2.4Ghz quad-core ARM64 CPU, 24GB RAM

Activities

Activities

Features

Features Mobile Web
Upload and view videos and photos Yes Yes
Auto backup when the app is opened Yes N/A
Prevent duplication of assets Yes Yes
Selective album(s) for backup Yes N/A
Download photos and videos to local device Yes Yes
Multi-user support Yes Yes
Album and Shared albums Yes Yes
Scrubbable/draggable scrollbar Yes Yes
Support raw formats Yes Yes
Metadata view (EXIF, map) Yes Yes
Search by metadata, objects, faces, and CLIP Yes Yes
Administrative functions (user management) No Yes
Background backup Yes N/A
Virtual scroll Yes Yes
OAuth support Yes Yes
API Keys N/A Yes
LivePhoto/MotionPhoto backup and playback Yes Yes
Support 360 degree image display No Yes
User-defined storage structure Yes Yes
Public Sharing No Yes
Archive and Favorites Yes Yes
Global Map Yes Yes
Partner Sharing Yes Yes
Facial recognition and clustering Yes Yes
Memories (x years ago) Yes Yes
Offline support Yes No
Read-only gallery Yes Yes
Stacked Photos Yes Yes

Support the project

I've committed to this project, and I will not stop. I will keep updating the docs, adding new features, and fixing bugs. But I can't do it alone. So I need your help to give me additional motivation to keep going.

As our hosts in the selfhosted.show - In the episode 'The-organization-must-not-be-name is a Hostile Actor' said, this is a massive undertaking of what the team and I are doing. And I would love to someday be able to do this full-time, and I am asking for your help to make that happen.

If you feel like this is the right cause and the app is something you are seeing yourself using for a long time, please consider supporting the project with the option below.

Donation

  • Monthly donation via GitHub Sponsors
  • One-time donation via GitHub Sponsors
  • Liberapay
  • buymeacoffee
  • Bitcoin: 3QVAb9dCHutquVejeNXitPqZX26Yg5kxb7
  • ZCash: u1smm4wvqegcp46zss2jf5xptchgeczp4rx7a0wu3mermf2wxahm26yyz5w9mw3f2p4emwlljxjumg774kgs8rntt9yags0whnzane4n67z4c7gppq4yyvcj404ne3r769prwzd9j8ntvqp44fa6d67sf7rmcfjmds3gmeceff4u8e92rh38nd30cr96xw6vfhk6scu4ws90ldzupr3sz

Contributors

Star History

Star History Chart