Sean Morley
6f720a154f
feat: Add password disable functionality and update localization files
2025-03-17 14:40:33 -04:00
Sean Morley
eb541225bd
Merge branch 'development' of github.com:seanmorley15/AdventureLog into development
2025-03-16 21:49:02 -04:00
Sean Morley
a38828eb45
feat: Implement disable password authentication for users with social accounts
2025-03-16 21:49:00 -04:00
Sean Morley
9adf1d158a
Improved German translation
2025-03-16 13:30:42 -04:00
Marc Schumacher
ea61b5e67a
Update translation to German
2025-03-16 18:17:30 +01:00
Sean Morley
c2fc249c92
feat: Add lodging types icons and update related components
2025-03-15 23:55:53 -04:00
Sean Morley
b7d6d6af56
Merge branch 'development' into fix/zh-translation
2025-03-03 23:37:56 -05:00
Sean Morley
fee6c66eab
feat: Add "Open in Maps" translations for multiple languages
2025-02-28 15:50:25 -05:00
JYYYeung
7a63e1227f
fix: fixing Chinese translation with context
2025-02-26 09:28:30 +00:00
JYYYeung
689d2af21c
fix: updated zh translations
2025-02-26 08:44:17 +00:00
Sean Morley
d5311bb71e
feat: Add "Open in Maps" button for adventures with location coordinates
2025-02-22 20:36:25 -05:00
Sean Morley
d80805a181
feat: Add current timezone and airport description fields to localization files
2025-02-22 17:00:40 -05:00
Sean Morley
ea36b104b6
feat: Add Transportation and Lodging models to AdventureViewSet; update Avatar and TransportationModal components for improved user experience
2025-02-22 10:37:22 -05:00
Sean Morley
a7513d6c06
Merge pull request #495 from Cathnan/main
...
Modified german translation
2025-02-17 10:34:26 -05:00
Sean Morley
b4496508dd
Korean i18n ( #503 )
...
* Update email.md
Removing the single quotes allow SMTP to work -- it did not work otherwise. Also, [Google recommends TLS over SSL](https://support.google.com/a/answer/2520500?sjid=7564827219172741277-NA )
* Update immich_integration.md
Added the /api to the example URL for the Immich server.
* Add Korean language support to Navbar and layout
* chore: Korean translation (#502 )
* correct ko translation at Navbar.svelte
* correct ko.json
correct ko.json::adventures
auto commit
auto commit
auto commit
auto commit
auto commit
adventures
collection
dashboard
home
immich
immich
map
navbar
auto commit
notes
profile
recommendations
settings
share
transportations
auto commit
worldtravel
polishing
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
auto commit
---------
Co-authored-by: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com >
Co-authored-by: motox986 <49492476+motox986@users.noreply.github.com >
Co-authored-by: Seongjun Ji <metalg0su@gmail.com >
2025-02-17 10:32:18 -05:00
Sean Morley
670e499d8f
feat: Localize text in calendar and adventure pages, and update CountryCard component
2025-02-16 13:57:46 -05:00
Sean Morley
d31b95289d
feat: Add reservation number and price fields to lodging information across multiple languages
2025-02-16 09:35:07 -05:00
Sean Morley
b5d6788c11
feat: Add location_name to ReverseGeocode type and implement location fetching in stats view
2025-02-15 19:44:11 -05:00
Cathnan
9e5e2456fa
Modified german translation
2025-02-10 13:31:54 +01:00
Sean Morley
cf4691beaf
Merge branch 'development' of github.com:seanmorley15/AdventureLog into development
2025-02-08 16:10:03 -05:00
Sean Morley
68924d7ecc
feat: Refactor hotel terminology to lodging and update related components
2025-02-08 16:10:01 -05:00
Sean Morley
57db1e088f
Merge branch 'development' into main
2025-02-08 10:14:11 -05:00
Thomas
cbcf2a70d7
improved locals for dutch
2025-02-08 08:04:01 +01:00
Thomas
d4f9abd158
Improved dutch language
2025-02-08 07:58:25 +01:00
Sean Morley
d1f50dfa17
feat: Add hotel management functionality with serializer and UI integration
2025-02-05 19:38:04 -05:00
Sean Morley
9c3a52ae85
feat: Refactor user detail view and enhance localization strings for multiple languages
2025-02-03 19:56:25 -05:00
Sean Morley
85b55660f9
feat: Update user profile handling and enhance public user details response
2025-01-29 22:50:53 -05:00
Sean Morley
6e28e5234e
feat: enhance attachment handling with new localization strings and GPX upload tips
2025-01-21 19:33:48 -05:00
Sean Morley
94c3e3d363
feat: implement attachment management with upload, delete, and permission checks; update serializers and models
2025-01-19 22:22:03 -05:00
Sean Morley
9132ef39ec
fix: add 'finding_recommendations' key and update 'no_adventures_to_recommendations' in multiple locale files
2025-01-18 09:19:21 -05:00
Sean Morley
5b4092ba6c
feat: implement pagination, add activity types and stats views; update category management and localization
2025-01-17 16:50:01 -05:00
Sean Morley
2b78021155
feat: update localization files and add adventure creation messages; refine adventure filtering logic
2025-01-16 21:15:22 -05:00
Sean Morley
0588555707
feat: update toast messages and add city updates; enhance geocoding checks and localizations
2025-01-15 11:53:04 -05:00
Sean Morley
013a2cc751
feat: add password validation and error messages, enhance CityCard styling, and update localization for email and password prompts
2025-01-09 18:25:51 -05:00
Sean Morley
22790ae7c0
feat: add num_cities field to RegionSerializer, update RegionCard to display city count, and enhance CSRF token handling
2025-01-09 14:58:45 -05:00
Sean Morley
abe870506f
feat: enhance region visit tracking with improved toast messages, update localization, and modify page titles
2025-01-09 13:53:16 -05:00
Sean Morley
80cec30fda
feat: add VisitedCity model and serializer, update admin interface, and enhance city visit tracking functionality
2025-01-09 12:38:29 -05:00
Sean Morley
44810e6343
feat: add City model and serializer, update RegionCard and create CityCard component, enhance admin interface for City management
2025-01-09 11:11:02 -05:00
Sean Morley
a883d4104d
feat: enhance adventure sorting by adding date and rating filters, update admin settings localization for OIDC
2025-01-08 17:08:53 -05:00
Sean Morley
f670fbc93a
feat: enhance superuser creation with email verification and update settings for two-factor authentication
2025-01-07 10:27:11 -05:00
Sean Morley
128c33d9a1
feat: add social authentication support with enabled providers endpoint and UI integration
2025-01-06 14:25:57 -05:00
Sean Morley
4fdc16da58
feat: update locale info for immich integration text
2025-01-03 19:28:18 -05:00
Sean Morley
9e4846a66a
feat: enhance Immich integration documentation and add warnings for localhost usage
2025-01-03 18:46:45 -05:00
Sean Morley
50e0d4a34e
feat: add localization for adventure visit confirmation message in multiple languages
2025-01-03 12:12:09 -05:00
Sean Morley
73036dcef8
fix: put languages in locale selection dropdown into native language
2025-01-02 18:38:29 -05:00
Sean Morley
eea87e59a5
feat: update Immich integration migrations and enhance localization strings for user feedback
2025-01-02 18:34:13 -05:00
Sean Morley
cee9f16cf5
feat: implement Immich integration with CRUD API, add serializer, and enhance frontend components
2025-01-02 13:34:51 -05:00
Sean Morley
5d12d103fc
feat: enhance AdventureImage model with custom upload path and add latitude/longitude fields to Country model
2025-01-01 19:27:33 -05:00
Sean Morley
67f6af8ca3
feat: add Immich integration view and API documentation, enhance error handling, and include SVG asset
2025-01-01 16:24:44 -05:00
RedTechTiger
d5ff2fc6b7
fix: slightly improve swedish locale
2024-12-29 15:50:21 -05:00