Evgenii Burmakin
ec7eeeb065
Merge pull request #252 from Freika/dependabot/bundler/tailwindcss-rails-2.7.4
...
Bump tailwindcss-rails from 2.7.3 to 2.7.4
2024-09-16 21:55:27 +03:00
Eugene Burmakin
548d0b0e7a
Fix map not loading due to invalid tile layer name
2024-09-16 20:52:51 +02:00
dependabot[bot]
d6c6b6624a
Bump oj from 3.16.5 to 3.16.6
...
Bumps [oj](https://github.com/ohler55/oj ) from 3.16.5 to 3.16.6.
- [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.5...v3.16.6 )
---
updated-dependencies:
- dependency-name: oj
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 14:09:39 +00:00
dependabot[bot]
1702e32ffd
Bump turbo-rails from 2.0.6 to 2.0.7
...
Bumps [turbo-rails](https://github.com/hotwired/turbo-rails ) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/hotwired/turbo-rails/releases )
- [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.6...v2.0.7 )
---
updated-dependencies:
- dependency-name: turbo-rails
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 14:09:18 +00:00
dependabot[bot]
062b4f117b
Bump tailwindcss-rails from 2.7.3 to 2.7.4
...
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails ) from 2.7.3 to 2.7.4.
- [Release notes](https://github.com/rails/tailwindcss-rails/releases )
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rails/tailwindcss-rails/compare/v2.7.3...v2.7.4 )
---
updated-dependencies:
- dependency-name: tailwindcss-rails
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 14:09:09 +00:00
Eugene Burmakin
caa77be67f
Add 17 new tile layers to choose from
2024-09-15 21:04:13 +02:00
Evgenii Burmakin
3c1aa1655e
Merge pull request #246 from Freika/fix/visits-notificaton-url
...
Fix/visits notificaton url
2024-09-15 21:02:21 +03:00
Evgenii Burmakin
cbaf1956a3
Merge branch 'master' into fix/visits-notificaton-url
2024-09-15 20:58:13 +03:00
Evgenii Burmakin
fa39cb27d9
Merge pull request #247 from Freika/feature/points-api-pages-info
...
Add pagination headers to the API response
2024-09-15 20:57:37 +03:00
Eugene Burmakin
4496cd948f
Fix spec expectations
2024-09-15 19:55:00 +02:00
Evgenii Burmakin
637e8612b0
Merge pull request #250 from sunstep/feature/points-api-pages-info
...
Convert the headers to string
2024-09-15 20:54:31 +03:00
sunstep
6d05065659
Convert the headers to string
...
It seems like all HTTP headers are string, while other types may work, its more safe to convert the types to strings to ensure no trouble is caused by non string types. Even if it does work, at least now the types are consistent, as headers are being put as string and they are also retrieved as string.
2024-09-15 12:07:46 +02:00
Eugene Burmakin
1014af527c
Update changelog
2024-09-14 22:53:27 +02:00
Eugene Burmakin
667a1b2e3d
Add pagination headers to the API response
2024-09-14 22:52:25 +02:00
Eugene Burmakin
bbcd55940c
Update changelog
2024-09-14 21:11:17 +02:00
Eugene Burmakin
f285eedd58
Fix url to visits page in notification
2024-09-14 21:09:29 +02:00
Evgenii Burmakin
cf9699a932
Merge pull request #243 from Freika/fix/immich-import-validity-bug
...
Fix/immich import validity bug
2024-09-13 20:20:09 +03:00
Eugene Burmakin
dc1c630184
Set the image version to 3.3.4
2024-09-12 22:45:38 +02:00
Eugene Burmakin
4b5d07ed60
Update bundler
2024-09-12 22:44:15 +02:00
Eugene Burmakin
388a118f5c
Update changelog
2024-09-12 22:42:42 +02:00
Eugene Burmakin
979aa06005
Flatten immich data before processing it
2024-09-12 22:41:26 +02:00
Evgenii Burmakin
62d3aa19af
Create CONTRIBUTING.md
2024-09-08 18:07:42 +02:00
Evgenii Burmakin
c42f12ab4d
Merge pull request #235 from Freika/fix/immich-import-last-year
...
Fix immich import last year
2024-09-08 18:45:20 +03:00
Eugene Burmakin
e688f8837f
Fix immich spec
2024-09-08 17:34:02 +02:00
Eugene Burmakin
0f3268e6b6
Add links to view import points on the map and on the Points page on the Imports page
2024-09-08 17:25:35 +02:00
Eugene Burmakin
d2a8180a7f
Use map instead of flat_map
2024-09-08 17:06:06 +02:00
Eugene Burmakin
031c901001
Update app version
2024-09-08 17:04:56 +02:00
Eugene Burmakin
ca571b8cea
Fix import geodata spec
2024-09-08 17:04:12 +02:00
Eugene Burmakin
d5cbae620e
Update immich data importing service
2024-09-08 16:52:35 +02:00
Eugene Burmakin
63336f2126
Update readme
2024-09-08 15:09:21 +02:00
Evgenii Burmakin
254290ab9d
Merge pull request #226 from ghazlewood/patch-3
...
Update How_to_install_Dawarich_on_Synology.md
2024-09-07 23:54:53 +03:00
Eugene Burmakin
98506a3a4f
Don't update user if it doesn't exist
2024-09-06 22:54:53 +02:00
Eugene Burmakin
ce85e08ed8
Update changelog
2024-09-06 21:33:21 +02:00
Evgenii Burmakin
cb71a33623
Merge pull request #200 from Freika/feature/miles
...
Miles
2024-09-06 22:28:17 +03:00
Evgenii Burmakin
3c6d93f969
Merge pull request #138 from tetebueno/feature-default-to-today
...
Default to today in maps page
2024-09-06 22:27:34 +03:00
Eugene Burmakin
0ac3b025ed
Merge remote-tracking branch 'origin/master' into feature/miles
2024-09-06 21:26:26 +02:00
Eugene Burmakin
662eae81fd
Add miles tests and refactor CreateStats service a bit
2024-09-06 21:22:13 +02:00
Evgenii Burmakin
4ffe0d4a84
Merge pull request #228 from Freika/fix/geojson-import
...
GeoJSON import update
2024-09-06 01:29:17 +03:00
Eugene Burmakin
f2ea6c5ffd
Update changelog
2024-09-06 00:20:42 +02:00
Eugene Burmakin
f81e119283
Display number of points found on the Points page
2024-09-06 00:19:53 +02:00
Eugene Burmakin
3592f46492
Rework GeoJSON import to support FeatureCollection as a root object and remove points counter for imports
2024-09-06 00:07:06 +02:00
Eugene Burmakin
90bfd13f95
Improve GeoJSON import service to work with FeatureCollection
2024-09-05 23:12:21 +02:00
Eugene Burmakin
52f9a64716
Fix typo in Dockerfile
2024-09-05 21:42:55 +02:00
Evgenii Burmakin
40f2db3d24
Merge pull request #227 from Freika/chore/ruby-335
...
Update gems and ruby version
2024-09-05 22:41:25 +03:00
Eugene Burmakin
a8563a12fe
Downgrade to Ruby 3.3.4
2024-09-05 21:38:46 +02:00
Eugene Burmakin
b2823a987b
Update CircleCI Ruby and Postgres images
2024-09-05 21:31:09 +02:00
Eugene Burmakin
bbc1bddcb7
Update Ruby version to 3.3.5 in CircleCI config
2024-09-05 21:26:57 +02:00
Eugene Burmakin
df3c4260fc
Update .circleci/config.yml
2024-09-05 21:24:57 +02:00
Eugene Burmakin
f4c8b2ab45
Update .circleci/config.yml
2024-09-05 21:23:24 +02:00
Eugene Burmakin
7743484e86
Update orb versions
2024-09-05 21:22:29 +02:00