Commit Graph

55 Commits (75b1ed08b49e5d67359486f4d833d972decbb51d)
 

Author SHA1 Message Date
Alex Tran 75b1ed08b4 Fixed problem of not disconnecting Websocket when logging out 2022-02-14 14:42:06 +07:00
Alex c234c95880
websocket upload notification - closed #24 (#25)
* Render when a new asset is uploaded from WebSocket notification
* Update Readme
2022-02-14 10:40:41 +07:00
dependabot[bot] 7cc7fc0a0c
Bump follow-redirects from 1.14.7 to 1.14.8 in /server (#23)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-13 15:12:51 +07:00
Alex 897d49f734
Implemented delete asset on device and on database (#22)
* refactor serving file function asset service
* Remove PhotoViewer for now since it creates a problem in 2.10
* Added error message for wrong decode file and logo for failed to load file
* Fixed error when read stream cannot be created and crash server
* Added method to get all assets as a raw array
* Implemented cleaner way of grouping image
* Implemented operation to delete assets in the database
* Implemented delete on database operation
* Implemented delete on device operation
* Fixed issue display wrong information when the auto backup is enabled after deleting all assets
2022-02-13 15:10:42 +07:00
Alex Tran 051c958c8b Update Readme 2022-02-11 22:35:14 +07:00
Alex Tran 56627caf5b Fixed EACCES permission when mounting bind volume, add dynamic location for backup directory 2022-02-11 22:23:06 +07:00
Tran, Alex 4f47c8c06b Update readme 2022-02-10 20:42:22 +07:00
Alex de1dbcea9c
Implemented EXIF store and display (#19)
* Added EXIF extracting in the backend
* Added EXIF displaying on `image_viewer_page.dart`
* Added Icon for backup option not enable
2022-02-10 20:40:11 +07:00
Alex Tran d1498506a8 Remove TensorFlow dependency to work with ARM64 2022-02-09 21:06:37 +07:00
Alex Tran 9bcbdd31ce Added arm64 to github action for docker build 2022-02-09 20:52:38 +07:00
Alex 38c968d47e
Support HEIC/HEIF (#16)
* Support HEIC/HEIF backup
* Storing backup directly from original file from the phone
* Directly read and backup video file - Improve performance on video backup
2022-02-09 20:48:06 +07:00
Alex f578ca6d47
Implemented bottom app bar with control buttons for asset's operation (#15) 2022-02-09 12:41:02 +07:00
Alex Tran b04e69fd66 Update readme with screenshots 2022-02-08 14:18:51 +07:00
Alex Tran 0a1e28a08f Update readme 2022-02-08 14:06:58 +07:00
Alex Tran 9fdaa82d77 Update readme with gif 2022-02-08 14:05:31 +07:00
Alex Tran 88123b1cd2 Update readme with gif 2022-02-08 13:59:25 +07:00
Alex Tran 42c4c9dba1 Update readme with gif 2022-02-08 13:56:37 +07:00
Alex Tran e63dc49475 Update readme with gif 2022-02-08 13:55:18 +07:00
Alex Tran 690f30f3dd Update Artifact path 2022-02-08 11:57:49 +07:00
Alex Tran 561b030e80 Update github action 2022-02-08 11:43:38 +07:00
Alex Tran 4756c075b6 Added work flow to build APK on push to master 2022-02-08 11:36:43 +07:00
Alex 328f382f86
Implemented multi select interaction (#13) 2022-02-08 11:24:49 +07:00
Alex Tran 6ad77e9434 Update readme 2022-02-07 23:55:30 +07:00
Alex 919928ab70
Implemented auto backup (#11) 2022-02-07 23:42:35 +07:00
Alex Tran 2a4d4ea999 Change docker hub name to the correct one 2022-02-07 16:20:21 +07:00
Alex Tran 547ce49500 Remove armv7-64bit for docker build as Tensorflow doesn't support that architecture, add amd64 2022-02-07 15:52:42 +07:00
Alex Tran f4970ed053 Update readme 2022-02-07 15:44:03 +07:00
Alex Tran 9cf083decf Update readme 2022-02-07 15:25:51 +07:00
Alex Tran d078367c04 change path in of target docker file in docker-compose for server 2022-02-07 15:11:59 +07:00
Alex Tran a8edc85183 rename docker-minimal to dockerfile as target for github action 2022-02-07 15:06:30 +07:00
Alex Tran 5d48de7fa9 Change to npm instead of yarn in docker image to test for build error on github action 2022-02-07 14:58:23 +07:00
Alex Tran 82beb040bc Remove production build on docker file to test build for arm architecture 2022-02-07 14:38:02 +07:00
Alex Tran 03864e52ff Enable automated dockerhub image build 2022-02-07 08:55:15 +07:00
Alex c24fb403c5
Implemented load new image when navigating back from backup page (#9) 2022-02-06 20:31:32 +07:00
Alex 1d3ee2008c
Update workflow to build on pull request only 2022-02-06 13:11:17 +07:00
schklom c917875943
Automated multi-platform build and DockerHub publication (#8)
* Automated multi-arch build

This setup uses GitHub Actions to build an image for arm/v7 and arm64 then publish them on DockerHub (you need to setup repo secrets first) every time you want (workflow_dispatch), every push, every pull requests (pull_requests), or on a schedule (cronjob) :)

Remove the triggers you don't want.

Reminder: if you ever move the Dockerfile (or some dependencies), you will have to correct the Dockerfile path (and/or the context path).

* Create dependabot.yml

This checks the dependencies' versions for the Actions everyday and creates a pull request if there are new versions available.
2022-02-06 13:06:01 +07:00
Alex Tran e2904a02a5 Update readme, remove apk file in repo 2022-02-06 00:28:50 +07:00
Alex Tran 292eb645b0 Update readme, add latest APK file 2022-02-06 00:24:11 +07:00
Alex Tran 07fdf51069 Update readme, add latest APK file 2022-02-06 00:23:45 +07:00
Alex 97dc7660b4
Implemented Video Upload and Player (#2)
* Implementing video upload features

* setup image resize processor

* Add video thumbnail with duration and icon

* Fixed issue with video upload timeout and upper case file type on ios

* Added video player page

* Added video player page

* Fixing video player not play on ios

* Added partial file streaming for ios/android video request

* Added nginx as proxy server for better file serving

* update nginx and docker-compose file

* Video player working correctly

* Video player working correctly

* Split duration to the second
2022-02-06 00:07:56 +07:00
Alex Tran b6a7d40863 Added fluent ffmpeg 2022-02-05 01:33:08 +07:00
Alex Tran 55cba8aa5f Added toast message component 2022-02-04 17:20:23 +07:00
Alex Tran 6141888d3e Create minimal build for nodejs environment that can run tensorflow 2022-02-04 11:23:14 +07:00
Alex Tran 09964e4b16 Added icons logo 2022-02-04 10:41:51 +07:00
Alex Tran 20cab5a949 Change color of dark theme for UI overlay 2022-02-03 22:22:17 +07:00
Alex Tran da4fd201ad remove safe area for better ui 2022-02-03 22:18:21 +07:00
Alex Tran 13525d2330 remove safe area for better ui 2022-02-03 22:16:12 +07:00
Alex Tran 0d8fddf537 Draggable scroll bar is implemented from commmunity library 2022-02-03 22:08:22 +07:00
Alex Tran 56c92cd83b Implementing scroll bar like Google Photos 2022-02-03 21:01:14 +07:00
Alex Tran bafc32f30a Added design folder to store design file and document 2022-02-03 16:00:14 +07:00