dawarich/app
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
..
assets 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
channels/application_cable Initial Rails 7.0.2.3 template w/ rspec, tailwind, and devise user 2022-04-06 22:46:10 +04:00
controllers Convert the headers to string 2024-09-15 12:07:46 +02:00
helpers Update immich data importing service 2024-09-08 16:52:35 +02:00
javascript Merge remote-tracking branch 'origin/master' into feature/miles 2024-09-06 21:26:26 +02:00
jobs Update immich data importing service 2024-09-08 16:52:35 +02:00
mailers Initial Rails 7.0.2.3 template w/ rspec, tailwind, and devise user 2022-04-06 22:46:10 +04:00
models Update immich data importing service 2024-09-08 16:52:35 +02:00
policies Extract some useful code from January of 2023 app 2023-02-01 14:30:09 +01:00
serializers Merge remote-tracking branch 'origin/master' into feature/gpx-export 2024-09-02 22:43:51 +02:00
services Flatten immich data before processing it 2024-09-12 22:41:26 +02:00
uploaders Use shrine to upload files instead of ActiveStorage 2024-04-25 22:28:34 +02:00
views Add pagination headers to the API response 2024-09-14 22:52:25 +02:00