Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emT3web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
emT3web
Commits
b7b87516
Commit
b7b87516
authored
Apr 07, 2026
by
Elias Sarraf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v 0.8.4 deployed -changed message to 'Login Error: Invalid url parameters')
parent
7a4d7d63
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
.gitignore
.gitignore
+1
-1
ConnectionModule.pas
emT3Web/ConnectionModule.pas
+1
-1
Auth.ServiceImpl.pas
emT3XDataServer/Source/Auth.ServiceImpl.pas
+2
-2
emT3XDataServer.ini
emT3XDataServer/bin/emT3XDataServer.ini
+4
-4
emT3XDataServer.dproj
emT3XDataServer/emT3XDataServer.dproj
+2
-2
No files found.
.gitignore
View file @
b7b87516
emT3VCLDemo/__history/
emT3VCLDemo/__history/
emT3VCLDemo/__recovery/
emT3VCLDemo/Win64x/
emT3VCLDemo/Win64x/
emT3Web/__history/
emT3Web/__history/
emT3Web/__recovery/
emT3Web/__recovery/
...
@@ -19,4 +20,3 @@ emT3XDataServer/Win32/
...
@@ -19,4 +20,3 @@ emT3XDataServer/Win32/
*.txt
*.txt
*.zip
*.zip
emT3VCLDemo/__recovery/
emT3Web/ConnectionModule.pas
View file @
b7b87516
...
@@ -20,7 +20,7 @@ type
...
@@ -20,7 +20,7 @@ type
FUnauthorizedAccessProc
:
TUnauthorizedAccessProc
;
FUnauthorizedAccessProc
:
TUnauthorizedAccessProc
;
public
public
const
clientVersion
=
'0.8.
3
'
;
const
clientVersion
=
'0.8.
4
'
;
procedure
InitApp
(
SuccessProc
:
TSuccessProc
;
procedure
InitApp
(
SuccessProc
:
TSuccessProc
;
UnauthorizedAccessProc
:
TUnauthorizedAccessProc
);
UnauthorizedAccessProc
:
TUnauthorizedAccessProc
);
procedure
SetClientConfig
(
Callback
:
TVersionCheckCallback
);
procedure
SetClientConfig
(
Callback
:
TVersionCheckCallback
);
...
...
emT3XDataServer/Source/Auth.ServiceImpl.pas
View file @
b7b87516
...
@@ -190,8 +190,8 @@ begin
...
@@ -190,8 +190,8 @@ begin
if
userState
=
0
then
if
userState
=
0
then
begin
begin
Logger
.
Log
(
2
,
'Login Error: Invalid
code
'
);
Logger
.
Log
(
2
,
'Login Error: Invalid
url parameters
'
);
raise
EXDataHttpUnauthorized
.
Create
(
'Invalid
code
'
);
raise
EXDataHttpUnauthorized
.
Create
(
'Invalid
url parameters
'
);
end
;
end
;
if
userState
=
1
then
if
userState
=
1
then
...
...
emT3XDataServer/bin/emT3XDataServer.ini
View file @
b7b87516
[Settings]
[Settings]
MemoLogLevel
=
4
MemoLogLevel
=
4
FileLogLevel
=
4
FileLogLevel
=
4
webClientVersion
=
0.8.
3
webClientVersion
=
0.8.
4
LogFileNum
=
13
6
LogFileNum
=
13
8
[Database]
[Database]
--
Server
=
192.168.116.131
Server
=
192.168.116.131
--Server
=
192.168.116.128
--Server
=
192.168.116.128
Server
=
192.168.102.131
--
Server
=
192.168.102.131
--Server
=
192.168.159.10
--Server
=
192.168.159.10
Database
=
eTask
Database
=
eTask
Username
=
root
Username
=
root
...
...
emT3XDataServer/emT3XDataServer.dproj
View file @
b7b87516
...
@@ -114,10 +114,10 @@
...
@@ -114,10 +114,10 @@
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_Locale>1033</VerInfo_Locale>
<DCC_ExeOutput>.\bin</DCC_ExeOutput>
<DCC_ExeOutput>.\bin</DCC_ExeOutput>
<DCC_UnitSearchPath>C:\RADTOOLS\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_UnitSearchPath>C:\RADTOOLS\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<VerInfo_Keys>CompanyName=EM Systems;FileDescription=$(MSBuildProjectName);FileVersion=0.8.
3
.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=0.9.11;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=EM Systems;FileDescription=$(MSBuildProjectName);FileVersion=0.8.
4
.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=0.9.11;Comments=</VerInfo_Keys>
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MinorVer>8</VerInfo_MinorVer>
<VerInfo_MinorVer>8</VerInfo_MinorVer>
<VerInfo_Release>
3
</VerInfo_Release>
<VerInfo_Release>
4
</VerInfo_Release>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment