Commit graph

946 commits

Author SHA1 Message Date
Eugene Burmakin
78ece977fc Update changelog 2024-11-12 14:59:12 +01:00
Eugene Burmakin
c6156ed05a Update changelog 2024-11-12 14:57:42 +01:00
Eugene Burmakin
4048f4dac6 Allow admins to create users with password and update user password 2024-11-12 14:56:48 +01:00
Eugene Burmakin
bae84d19d9 Hide admin settings from non-admin users 2024-11-12 14:47:41 +01:00
Evgenii Burmakin
fff3190819
Merge pull request #388 from Freika/dependabot/bundler/sidekiq-7.3.5
Bump sidekiq from 7.3.4 to 7.3.5
2024-11-11 15:36:35 +01:00
Evgenii Burmakin
3436f16d58
Merge pull request #389 from Freika/dependabot/bundler/rspec-rails-7.1.0
Bump rspec-rails from 7.0.1 to 7.1.0
2024-11-11 15:35:04 +01:00
dependabot[bot]
c21a6116be
Bump rspec-rails from 7.0.1 to 7.1.0
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.0.1 to 7.1.0.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/compare/v7.0.1...v7.1.0)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 14:30:04 +00:00
dependabot[bot]
db98b675a4
Bump sidekiq from 7.3.4 to 7.3.5
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.4 to 7.3.5.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](https://github.com/sidekiq/sidekiq/commits/v7.3.5)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 14:29:54 +00:00
Eugene Burmakin
94e60c4974 Merge remote-tracking branch 'origin/master' into feature/user-management 2024-11-11 14:53:02 +01:00
Eugene Burmakin
3ba1786f02 Fix version number in CHANGELOG 2024-11-10 22:01:20 +01:00
Eugene Burmakin
51b521dc2a Fix ActionCable not respecting REDIS_URL env var 2024-11-10 22:00:52 +01:00
Alvaro Graves
6ac2bb118b
Update How_to_install_Dawarich_using_Docker.md
It is not clear from the documentation how to log in the first time.
2024-11-09 19:58:10 -08:00
Alexey Ulyanov
3155738601 Create new docker compose with some improvement
* use local folders as db volumes to prevent data loss
* use latest postgres version
* use keydb instead of redis
* rename services and containers
* add healthchecks service dependencies
2024-11-08 21:05:58 +00:00
Eugene Burmakin
abf46a7436 Fix redirect after creating a user in spec 2024-11-08 21:28:45 +01:00
Eugene Burmakin
b97b30c88a Add separate page for user management 2024-11-08 17:56:14 +01:00
Evgenii Burmakin
ed0b28f553
Merge pull request #373 from Freika/fix/gpx-valid-export
Update gpx serializer to make it a valid gpx file
2024-11-08 16:52:42 +01:00
Eugene Burmakin
d09a4f3305 Return a GPX::GPXFile object instead of a string in Points::GpxSerializer 2024-11-08 16:47:20 +01:00
Eugene Burmakin
315b022dff Update changelog 2024-11-08 16:36:03 +01:00
Eugene Burmakin
fb50b2944e Merge remote-tracking branch 'origin/master' into fix/gpx-valid-export 2024-11-08 16:33:34 +01:00
Evgenii Burmakin
657f69db44
Merge pull request #374 from Freika/fix/gpx-geojson-speed-recording
Fix/gpx geojson speed recording
2024-11-08 15:16:38 +01:00
Eugene Burmakin
3880d51b29 Update changelog 2024-11-08 15:12:10 +01:00
Eugene Burmakin
00619837df Add test for parsing speed from Garmin GPX files 2024-11-08 14:54:37 +01:00
Eugene Burmakin
39f9180413 Update CHANGELOG.md and .app_version for 0.16.1 2024-11-08 14:44:10 +01:00
Eugene Burmakin
5c127f913a Make sure speed is recorded when importing GPX files 2024-11-08 14:42:18 +01:00
Eugene Burmakin
3e5ddb7183 Fix importing geojson from GPSLogger for Android 2024-11-08 14:22:23 +01:00
Eugene Burmakin
a5198f3a14 Update gpx serializer to make it a valid gpx file 2024-11-08 13:45:51 +01:00
Eugene Burmakin
fb799eb54a Update date in the CHANGELOG 2024-11-07 19:19:04 +01:00
Evgenii Burmakin
202be783c2
Merge pull request #367 from Freika/feature/websockets
Feature/websockets
2024-11-07 19:18:27 +01:00
Eugene Burmakin
92c9702b23 Add very basic tests for the websockets channels 2024-11-07 19:15:03 +01:00
Eugene Burmakin
ea9ce874be Fix adding new notifications to the list and updating the badge count 2024-11-07 19:07:59 +01:00
Eugene Burmakin
23237b6c7c Add new notification to the list right away 2024-11-07 19:00:11 +01:00
Eugene Burmakin
4de6688827 Update daisyui version 2024-11-07 13:52:39 +01:00
Eugene Burmakin
36cd82b240 Resubscribe to the channel when the live map is enabled 2024-11-07 13:34:22 +01:00
Eugene Burmakin
31ecedb851 Enable subscription only when Live Mode is enabled 2024-11-07 13:30:58 +01:00
Eugene Burmakin
ebee214982 Add live map enabled setting 2024-11-07 13:07:54 +01:00
Evgenii Burmakin
6f26feff97
Merge pull request #370 from Freika/dependabot/bundler/chartkick-5.1.2
Bump chartkick from 5.1.1 to 5.1.2
2024-11-04 23:00:16 +01:00
Evgenii Burmakin
e66269e6a0
Merge pull request #369 from Freika/dependabot/bundler/rails-7.2.2
Bump rails from 7.2.1.2 to 7.2.2
2024-11-04 23:00:04 +01:00
Evgenii Burmakin
657c03e504
Merge pull request #368 from Freika/dependabot/bundler/oj-3.16.7
Bump oj from 3.16.6 to 3.16.7
2024-11-04 22:59:53 +01:00
Evgenii Burmakin
240eb4dc0e
Merge pull request #371 from tetebueno/patch-3
Fixed $HOSTNAME variable usage in healthcheck command
2024-11-04 21:28:00 +01:00
tetebueno
304eb0754e
Fixed $HOSTNAME variable usage in healthcheck command. 2024-11-04 14:47:15 -03:00
dependabot[bot]
bdefb2a316
Bump chartkick from 5.1.1 to 5.1.2
Bumps [chartkick](https://github.com/ankane/chartkick) from 5.1.1 to 5.1.2.
- [Changelog](https://github.com/ankane/chartkick/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/chartkick/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: chartkick
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 14:15:29 +00:00
dependabot[bot]
a6382a99a9
Bump rails from 7.2.1.2 to 7.2.2
Bumps [rails](https://github.com/rails/rails) from 7.2.1.2 to 7.2.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v7.2.1.2...v7.2.2)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 14:15:19 +00:00
dependabot[bot]
aed16ccb3e
Bump oj from 3.16.6 to 3.16.7
Bumps [oj](https://github.com/ohler55/oj) from 3.16.6 to 3.16.7.
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ohler55/oj/compare/v3.16.6...v3.16.7)

---
updated-dependencies:
- dependency-name: oj
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 14:15:05 +00:00
Eugene Burmakin
853d02cd80 Add Imports::Broadcaster to Immich::ImportParser 2024-11-04 13:14:26 +01:00
Eugene Burmakin
3ba70e906f Add Imports::Broadcaster to some more parsers 2024-11-04 13:14:06 +01:00
Eugene Burmakin
4a3f7d5e65 Implement live points count update for imports 2024-11-04 13:06:04 +01:00
Eugene Burmakin
9cc9632b6d Remove unused parser from imports create service 2024-11-04 11:58:15 +01:00
Eugene Burmakin
31f0ee5eab Remove unnecessary code 2024-11-03 20:09:53 +01:00
Eugene Burmakin
d6c3a7ba03 Show popup with timestamp when new point is added 2024-11-03 19:28:33 +01:00
Eugene Burmakin
9c99a835de Implement live map updates with WebSockets 2024-11-03 16:48:43 +01:00