This project is mirrored from https://github.com/immich-app/immich.
Pull mirroring updated .
- Sep 13, 2022
- Sep 12, 2022
-
-
Thanh Pham authored
* fix(web): timezone * doc(): update readme.md * feat(web): keep using UTC timezone in default * chore(): update doc and remove debug code * chore(): update readme.md * Move timezone into to .env.example * Run prettier check Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
-
- Sep 11, 2022
- Sep 10, 2022
-
-
Alex Tran authored
-
Thanh Pham authored
-
Brett Profitt authored
-
Alex authored
-
Alex Tran authored
-
- Sep 09, 2022
-
-
Alex authored
- Implement a scrollbar with a timeline similar to Google Photos - The scrollbar can also be dragged
-
Jaime Baez authored
Dispose subscriptions and timeouts when the components are removed from the DOM
-
- Sep 08, 2022
-
-
Jaime Baez authored
Add web test / check commands and workflow to run in CI
-
Jaime Baez authored
-
Jaime Baez authored
-
Jaime Baez authored
-
Jaime Baez authored
-
Jaime Baez authored
`svelte-check` returns some "hints" that can be ignored since some are not true and others are not relevant.
-
Fynn Petersen-Frey authored
This change greatly reduces the chance that a backup is not performed when a new photo/video is made. Instead of combining the change trigger and additonal constraints (wifi or charging) into a single worker, these aspects are now separated. Thus, it is now reliably possible to take pictures while the wifi constraint is not satisfied and upload them hours/days later once connected to wifi without taking a new photo. As a positive side effect, this simplifies the error/retry handling by directly leveraging Android's WorkManager without workarounds. The separation also allows to notify the currently running BackupWorker that new assets were added while backing up other assets to also upload those newly added assets. Further, a new tiny service checks if the app is killed, to reschedule the content change worker and allow to detect the first new photo. Bonus: The home screen now shows backup as enabled if background backup is active. * use separate worker/task for listening on changed/added assets * use separate worker/task for performing the backup * content observer worker enqueues backup worker on each new asset * wifi/charging constraints only apply to backup worker * backupworker is notified of assets added while running to re-run * new service to catch app being killed to workaround WorkManager issue
-
Jaime Baez authored
Added `.md` and `.json` to .prettierignore
-
Jaime Baez authored
Add web UI components tests setup @alextran1502 I'll get this merged so I can add CI checks for the web as well. Let me know if you have any questions
-
Jaime Baez authored
Add all server checks to CI - fix lint issues
-
Jaime Baez authored
CI will now run linter, type-checks and tests for the server. All the lint issues have been fixed.
-
Alex Tran authored
-
- Sep 07, 2022
-
-
Alex Tran authored
-
Alex authored
* Get asset and album count * Generate APIs * Added asset count for each type * Added api on the web * Added info button for asset and album count to trigger getting info on hover * Remove websocket event from photo page
-
bo0tzz authored
-
Thanh Pham authored
-
Jaime Baez authored
By convention now it's `album.bloc.ts`
-
Jaime Baez authored
- add libraries for component UI testing - implement AlbumCard UI tests
-
Alex authored
-
Alex authored
-
dependabot[bot] authored
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3 ) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Jaime Baez authored
* Extract logic from Albums page - move "albums" page logic to `albums-bloc` - add types to AlbumCard custom events * Implement some album-bloc unit-tests - add libraries for testing - add album factory - changes in albums-bloc API * Add rest of albums-bloc test Cleanup and remove console logs * Refactor `isShowContextMenu` writable to derived
-
- Sep 06, 2022
-
-
Daniel Weaver authored
Adding a note to the installation section about reverse proxies being a cause for issues when uploading large files.
-
Alex Tran authored
-
Alex Tran authored
-