Kiel Hurley
1db255fd3e
Disallow all robots ( #977 )
...
Blank `Disallow` disallows nothing
2022-11-15 21:36:04 -06:00
Jason Rasmussen
909e4820d6
chore(web,mobile): update github repo url ( #974 )
2022-11-15 20:30:44 -06:00
be bright
4727671c79
Update Korean translation with the latest version. ( #971 )
2022-11-15 09:52:24 -06:00
Jason Rasmussen
f2f255e6e6
feat(server): multi archive downloads ( #956 )
2022-11-15 09:51:56 -06:00
Jason Rasmussen
b5d75e2016
feat(server,web): system config for admin ( #959 )
...
* feat: add admin config module for user configured config, uses it for ffmpeg
* feat: add api endpoint to retrieve admin config settings and values
* feat: add settings panel to admin page on web (wip)
* feat: add api endpoint to update the admin config
* chore: re-generate openapi spec after rebase
* refactor: move from admin config to system config naming
* chore: move away from UseGuards to new @Authenticated decorator
* style: dark mode styling for lists and fix conflicting colors
* wip: 2 column design, no edit button
* refactor: system config
* chore: generate open api
* chore: rm broken test
* chore: cleanup types
* refactor: config module names
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
Co-authored-by: Zack Pollard <zack.pollard@moonpig.com>
2022-11-14 22:39:32 -06:00
Jason Rasmussen
d3c35ec9c5
feat(server,web): OIDC Implementation ( #884 )
...
* chore: merge
* feat: nullable password
* feat: server debugger
* chore: regenerate api
* feat: auto-register flag
* refactor: oauth endpoints
* chore: regenerate api
* fix: default scope configuration
* refactor: pass in redirect uri from client
* chore: docs
* fix: bugs
* refactor: auth services and user repository
* fix: select password
* fix: tests
* fix: get signing algorithm from discovery document
* refactor: cookie constants
* feat: oauth logout
* test: auth services
* fix: query param check
* fix: regenerate open-api
2022-11-14 20:24:25 -06:00
Devin Buhl
d476656789
feat(ci): Push images to GitHub Container Registry ( #964 )
...
* feat(ci): Push images to GitHub Container Registry
* fix up tag
* fix typo
* use github.repository_owner
2022-11-13 08:32:50 -06:00
Fynn Petersen-Frey
8d0ff974e1
refactor(mobile): tidy-up dependencies, remove unused, replace rarely used ones ( #948 )
2022-11-11 11:52:02 -06:00
Alex
33ded2a174
Update README.md
2022-11-11 09:41:39 -06:00
Alex
277af33ab0
Update automatic-backup.md
...
Fixed incorrect sentence idea
2022-11-10 22:44:04 -06:00
Jason Rasmussen
2e4c005ad9
refactor: multistage builds ( #955 )
2022-11-10 22:22:17 -06:00
Alex
739bed737e
Added database migration info to docs
2022-11-10 09:30:32 -06:00
bo0tzz
a1a7e6ac06
Small docs site tweaks ( #954 )
...
* Add yarn.lock to .gitignore
* Tweak announcementBar message
* Add demo link to docs homepage
* chore(docs): logo-meaning page cleanup
* chore(docs): support page cleanup
* chore(docs): tech-stack page cleanup
* chore(docs): requirements page cleanup
* Update main README warning to match docs site
* Add clearer documentation link to main README
* chore(docs): one-step-install page cleanup
* chore(docs): Security: remove example JWT_SECRET value
* chore(docs): recommended-install page cleanup
* chore(docs): portainer-install page cleanup
* chore(docs): unraid-install page cleanup
2022-11-10 08:20:23 -06:00
Alex Tran
c3348bd068
Fixed Dockerfile not working in dev
2022-11-09 23:34:35 -06:00
Jason Rasmussen
cc61729f01
build(server): use github-action cache ( #949 )
...
* build(server): prune dependencies in docker builder
* fix: e2e tests
* refactor: dockerfile step order
* fix: vips build dependency
* feat: use caching
2022-11-09 19:53:21 -06:00
Christian Paul
b457bfbd4e
typo(android-feature-note): Reserve geocoding -> Reverse geocoding ( #946 )
...
* Typo: Reserve geocoding -> Reverse geocoding
https://en.wikipedia.org/wiki/Reverse_geocoding
* Update mobile/android/fastlane/metadata/android/en-US/full_description.txt
2022-11-09 10:17:43 -06:00
Jason Rasmussen
1877834fd1
fix(web): broken unit tests ( #947 )
2022-11-09 10:32:12 -05:00
Alex Tran
afdfd1863f
Adjusting dark mode color on the web admin panel
2022-11-09 05:42:06 -06:00
Ian
f6aba0f9ec
feat(deployment) Allow overriding service host and ports with env variables ( #930 )
...
* Add proxy changes
* Add web changes
* Add microservices changes
* Add examples
* Add header comment to nginx config
* Use URLs instead of host and port
2022-11-09 05:11:32 -06:00
Alex
66640ebfeb
Up version for release
2022-11-08 14:34:47 -06:00
Alex
9057e4b7d0
Update documentation
2022-11-08 14:22:42 -06:00
Matthias Rupp
0deb8f4090
Add equals and hashcode to Asset
2022-11-08 19:02:02 +01:00
Fynn Petersen-Frey
1633af7af6
feat(mobile): show local assets ( #905 )
...
* introduce Asset as composition of AssetResponseDTO and AssetEntity
* filter out duplicate assets (that are both local and remote, take only remote for now)
* only allow remote images to be added to albums
* introduce ImmichImage to render Asset using local or remote data
* optimized deletion of local assets
* local video file playback
* allow multiple methods to wait on background service finished
* skip local assets when adding to album from home screen
* fix and optimize delete
* show gray box placeholder for local assets
* add comments
* fix bug: duplicate assets in state after onNewAssetUploaded
2022-11-08 11:00:24 -06:00
Jason Rasmussen
99da181cfc
feat(web): favorite an asset ( #939 )
...
* feat(web): favorite an asset
* fix: test and linting
* fix: asset dto type
2022-11-08 10:20:36 -06:00
Jason Rasmussen
8a9b0347bb
fix(server): increase json body payload limit ( #941 )
2022-11-08 09:24:49 -06:00
Zeeshan Khan
fe4b307fe6
feat(server,web): Delete and restore user from the admin portal ( #935 )
...
* delete and restore user from admin UI
* addressed review comments and fix e2e test
* added cron job to delete user, and some formatting changes
* addressed review comments
* adding missing queue registration
2022-11-07 15:53:47 -06:00
Coyote6705
948ff5530c
Grammar and syntax edits for the new docs ( #936 )
...
* Update introduction.mdx
* Update logo-mearning.md
* Update support-the-project.md
Fixing more grammar/syntax :)
* Update one-step-installation.md
* Update recommended-installation.md
* Update requirements.md
* Update automatic-backup.md
* Update bulk-upload.md
* Update post-installation.md
* Update update.md
* Update contribution-guidelines.md
2022-11-06 21:27:14 -06:00
Alex Tran
2ff1a81f19
Update size
2022-11-06 21:20:48 -06:00
Alex Tran
d90527a095
Up version for release
2022-11-06 21:00:32 -06:00
Alex
f0874ff3fd
feat(mobile) Enhance bottom app bar on home page ( #934 )
...
* Added bottom sheet
* Finished styling bottom app bar
* Fixed border radius
2022-11-06 20:41:10 -06:00
Alex
c8538cc62f
feat(mobile): Enhanced vertical swiping motion in image viewer ( #932 )
2022-11-05 22:59:06 -05:00
Alex Tran
bbe820d797
Switched hero image to webp
2022-11-05 20:42:26 -05:00
Matthias Rupp
b5751a3fa8
feat(mobile): Add selected assets to album ( #901 )
...
* First implementation that uses new API
* Various UI improvements
* Create new album from home screen
* Fix padding when in multiselect mode
* Alex Suggestions
* Change to album after creation
2022-11-05 20:21:55 -05:00
Jason Rasmussen
02bc84062e
feat(server): reset admin password using cli command in the server container ( #928 )
2022-11-05 11:28:40 -05:00
Alex Tran
dd8a4c0c56
Update screenshots readme
2022-11-04 22:33:20 -05:00
Jason Rasmussen
4274fceafe
feat(web): add selected asset on main timeline to album from selection ( #926 )
2022-11-04 22:29:48 -05:00
Alex Tran
da06440fdc
Update screenshots in readme
2022-11-04 16:00:24 -05:00
Alex Tran
c1c1d7fabb
Update website url
2022-11-04 15:58:08 -05:00
Alex
8b39a1da00
chore: Update repo readme ( #927 )
2022-11-04 15:50:26 -05:00
Jason Rasmussen
86e50f97ba
fix(web): album download progress bar ( #925 )
2022-11-04 11:45:17 -05:00
Alex
0d7ccc2b26
chore(web): Modified styling for add to album panel ( #924 )
2022-11-04 09:42:24 -05:00
Jason Rasmussen
5aa06ed3be
feat(web): add current view asset to album ( #923 )
2022-11-04 09:32:09 -05:00
Jason Rasmussen
d696ce4e41
fix(server, web): harden auto pick album thumbnails ( #918 )
2022-11-04 08:41:04 -05:00
Alex Tran
2782dae518
doc: Added contribution guide line
2022-11-03 22:26:09 -05:00
Alex
0f9c2f0a38
doc: Add content for usage section ( #922 )
2022-11-03 21:42:24 -05:00
Jason Rasmussen
296a5e786e
test(server): all the tests ( #911 )
2022-11-03 18:55:13 -05:00
Jason Rasmussen
db0a55cd65
fix(server): download album error handling ( #917 )
2022-11-03 09:12:02 -05:00
Alex
32e79ce7b3
Update portainer-installation.md
2022-11-02 09:53:39 -05:00
Alex
a898610f13
docs: add installation section ( #912 )
...
* Implemented requirements
* Added one-step installation
* Finished section
2022-11-01 20:01:03 -05:00
Fynn Petersen-Frey
dc7df5bcfa
fix(mobile, Android): throttle all background backup notifications
2022-11-01 16:26:15 +01:00