Compare commits

...

5 Commits

Author SHA1 Message Date
Alex The Bot
07466fa7b7 Version v1.94.1 2024-01-31 19:21:00 +00:00
Jason Rasmussen
7a075d78a3 fix(web): oauth login (#6813) 2024-01-31 19:18:40 +00:00
Alex
d2c2db2595 chore: post release tasks 2024-01-31 12:53:56 -06:00
Alex
0b5e138b1b Merge branch 'main' of github.com:immich-app/immich 2024-01-31 12:53:40 -06:00
Alex The Bot
a7ed2b7132 Version v1.94.0 2024-01-31 15:41:53 +00:00
20 changed files with 31 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "machine-learning"
version = "1.94.0"
version = "1.94.1"
description = ""
authors = ["Hau Tran <alex.tran1502@gmail.com>"]
readme = "README.md"

View File

@@ -36,7 +36,7 @@ platform :android do
build_type: 'Release',
properties: {
"android.injected.version.code" => 120,
"android.injected.version.name" => "1.94.0",
"android.injected.version.name" => "1.94.1",
}
)
upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab')

View File

@@ -5,17 +5,17 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000253">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000307">
</testcase>
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="74.926686">
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="94.411929">
</testcase>
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="28.933555">
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="29.826675">
</testcase>

View File

@@ -180,4 +180,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 64c9b5291666c0ca3caabdfe9865c141ac40321d
COCOAPODS: 1.11.3
COCOAPODS: 1.12.1

View File

@@ -379,7 +379,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 134;
CURRENT_PROJECT_VERSION = 136;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@@ -515,7 +515,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 134;
CURRENT_PROJECT_VERSION = 136;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@@ -543,7 +543,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 134;
CURRENT_PROJECT_VERSION = 136;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;

View File

@@ -55,11 +55,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.93.0</string>
<string>1.94.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>134</string>
<string>136</string>
<key>FLTEnableImpeller</key>
<true />
<key>ITSAppUsesNonExemptEncryption</key>

View File

@@ -19,7 +19,7 @@ platform :ios do
desc "iOS Beta"
lane :beta do
increment_version_number(
version_number: "1.94.0"
version_number: "1.94.1"
)
increment_build_number(
build_number: latest_testflight_build_number + 1,

View File

@@ -5,32 +5,32 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.00026">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000255">
</testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.172341">
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="1.040605">
</testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="6.491104">
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.393894">
</testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.217405">
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.185907">
</testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="138.23059">
<testcase classname="fastlane.lanes" name="4: build_app" time="147.537526">
</testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="70.463048">
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="87.643366">
</testcase>

View File

@@ -3,7 +3,7 @@ Immich API
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 1.94.0
- API version: 1.94.1
- Build package: org.openapitools.codegen.languages.DartClientCodegen
## Requirements

View File

@@ -2,7 +2,7 @@ name: immich_mobile
description: Immich - selfhosted backup media file on mobile phone
publish_to: "none"
version: 1.94.0+120
version: 1.94.1+120
isar_version: &isar_version 3.1.0+1
environment:

View File

@@ -6473,7 +6473,7 @@
"info": {
"title": "Immich",
"description": "Immich API",
"version": "1.94.0",
"version": "1.94.1",
"contact": {}
},
"tags": [],

View File

@@ -4,7 +4,7 @@
* Immich
* Immich API
*
* The version of the OpenAPI document: 1.94.0
* The version of the OpenAPI document: 1.94.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

View File

@@ -4,7 +4,7 @@
* Immich
* Immich API
*
* The version of the OpenAPI document: 1.94.0
* The version of the OpenAPI document: 1.94.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

View File

@@ -4,7 +4,7 @@
* Immich
* Immich API
*
* The version of the OpenAPI document: 1.94.0
* The version of the OpenAPI document: 1.94.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

View File

@@ -4,7 +4,7 @@
* Immich
* Immich API
*
* The version of the OpenAPI document: 1.94.0
* The version of the OpenAPI document: 1.94.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

View File

@@ -4,7 +4,7 @@
* Immich
* Immich API
*
* The version of the OpenAPI document: 1.94.0
* The version of the OpenAPI document: 1.94.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

View File

@@ -1,12 +1,12 @@
{
"name": "immich",
"version": "1.94.0",
"version": "1.94.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "immich",
"version": "1.94.0",
"version": "1.94.1",
"license": "UNLICENSED",
"dependencies": {
"@babel/runtime": "^7.22.11",

View File

@@ -1,6 +1,6 @@
{
"name": "immich",
"version": "1.94.0",
"version": "1.94.1",
"description": "",
"author": "",
"private": true,

View File

@@ -1,4 +1,3 @@
import { goto } from '$app/navigation';
import type { AxiosError, AxiosPromise } from 'axios';
import {
notificationController,
@@ -45,7 +44,7 @@ export const oauth = {
try {
const redirectUri = location.href.split('?')[0];
const { data } = await api.oauthApi.startOAuth({ oAuthConfigDto: { redirectUri } });
goto(data.url);
window.location.href = data.url;
} catch (error) {
handleError(error, 'Unable to login with OAuth');
}

View File

@@ -11,7 +11,7 @@
export let data: PageData;
afterNavigate(async ({ from }) => {
if (from?.url.pathname === AppRoute.AUTH_CHANGE_PASSWORD) {
if (from?.url?.pathname === AppRoute.AUTH_CHANGE_PASSWORD) {
resetSavedUser();
await api.authenticationApi.logout();
}