vladp
|
d167e92d90
|
add fileentity controller
Test Workflow / test (push) Successful in 4s
|
2025-12-18 11:23:42 +07:00 |
|
vladp
|
f3aa6324c2
|
add fileentity controller
Test Workflow / test (push) Successful in 3s
|
2025-12-18 01:13:19 +07:00 |
|
vladp
|
e2747fc999
|
Merge branch 'NCBACK-18' into NCBACK-15
# Conflicts:
# src/main/java/ru/soune/nocopy/controller/AuthController.java
# src/main/java/ru/soune/nocopy/controller/file/FileUploadController.java
# src/main/java/ru/soune/nocopy/dto/AuthResponse.java
# src/main/java/ru/soune/nocopy/dto/LoginResponse.java
# src/main/java/ru/soune/nocopy/dto/RegisterRequest.java
# src/main/java/ru/soune/nocopy/exception/UserAlreadyExistsException.java
# src/main/java/ru/soune/nocopy/service/AuthService.java
# src/test/java/ru/soune/nocopy/service/AuthServiceTest.java
|
2025-12-17 22:41:01 +07:00 |
|
vladp
|
7e2dd4a654
|
fix path
Test Workflow / test (push) Successful in 3s
|
2025-12-17 22:37:46 +07:00 |
|
vladp
|
a030837d45
|
update controller chunk endpoints
Test Workflow / test (push) Successful in 3s
|
2025-12-17 22:31:30 +07:00 |
|
vladp
|
651b92cb59
|
fix job
Test Workflow / test (push) Successful in 2s
|
2025-12-17 15:40:38 +07:00 |
|
vladp
|
11a7ab6a73
|
Изменения в FileType.java
Test Workflow / test (push) Successful in 3s
|
2025-12-17 13:49:22 +07:00 |
|
vladp
|
641e983b89
|
change package
Test Workflow / test (push) Waiting to run
|
2025-12-17 13:41:05 +07:00 |
|
backdev
|
8b6f0f1072
|
Merge pull request 'NCBACK-9' (#7) from NCBACK-9 into dev
Test Workflow / test (push) Successful in 3s
Reviewed-on: #7
|
2025-12-17 13:41:27 +08:00 |
|
vladp
|
9e8c7f0fa1
|
add fileentity
Test Workflow / test (push) Successful in 4s
|
2025-12-17 01:19:48 +07:00 |
|
vladp
|
6797a47df5
|
check unique phone
Test Workflow / test (push) Successful in 3s
|
2025-12-16 16:43:20 +07:00 |
|
vladp
|
58b4a2f95f
|
delete not use dto's
Test Workflow / test (push) Successful in 2s
|
2025-12-16 15:58:52 +07:00 |
|
vladp
|
4a6de6ad9a
|
add extensions,true path for file
Test Workflow / test (push) Successful in 2s
|
2025-12-16 14:27:03 +07:00 |
|
vladp
|
fade754c7c
|
fix check email
Test Workflow / test (push) Successful in 2s
|
2025-12-16 12:41:55 +07:00 |
|
vladp
|
b3f29935f6
|
save chunks
Test Workflow / test (push) Successful in 4s
|
2025-12-16 04:18:09 +07:00 |
|
vladp
|
997daae639
|
save chunks
Test Workflow / test (push) Successful in 4s
|
2025-12-16 03:44:59 +07:00 |
|
vladp
|
4ddf2f5dde
|
add bone for file system
Test Workflow / test (push) Successful in 4s
|
2025-12-15 19:49:09 +07:00 |
|
vladp
|
07aad9f51c
|
return good piplne
Test Workflow / test (push) Has been cancelled
|
2025-12-13 01:52:53 +07:00 |
|
vladp
|
f164370989
|
add check adress
Test Workflow / test (push) Successful in 4s
|
2025-12-12 13:07:46 +07:00 |
|
vladp
|
015f2f516c
|
delete need full name
Test Workflow / test (push) Successful in 2s
|
2025-12-11 20:53:28 +07:00 |
|
vladp
|
d34a304763
|
add logout request,delete old controller
Test Workflow / test (push) Successful in 3s
|
2025-12-11 13:00:01 +07:00 |
|
vladp
|
0635b9b4ac
|
add check jsonbody for request
Test Workflow / test (push) Successful in 4s
|
2025-12-10 19:25:45 +07:00 |
|
vladp
|
a30b0488e8
|
change package,change message_code
Test Workflow / test (push) Waiting to run
|
2025-12-10 19:12:54 +07:00 |
|
vladp
|
76da2e94c9
|
change code message
Test Workflow / test (push) Successful in 3s
|
2025-12-10 17:17:48 +07:00 |
|
vladp
|
420734ff87
|
fix work controller code 20001,20002
Test Workflow / test (push) Successful in 3s
|
2025-12-10 15:27:14 +07:00 |
|
vladp
|
9ef192ed32
|
add strategy for controller
Test Workflow / test (push) Successful in 3s
|
2025-12-10 12:17:08 +07:00 |
|
vladp
|
8a33bd33a2
|
NCBACK-9 add login
Test Workflow / test (push) Successful in 4s
|
2025-12-10 04:51:07 +07:00 |
|
vladp
|
b5b8bebb69
|
NCBACK-9 work controller for register
Test Workflow / test (push) Successful in 7s
|
2025-12-10 04:22:09 +07:00 |
|
vladp
|
c2ffe08e7d
|
NCBACK-9 add Validator,Add new enums with codes
Test Workflow / test (push) Successful in 3s
|
2025-12-10 02:37:31 +07:00 |
|
vladp
|
92d0cbbf3b
|
add jenkins jobs
Test Workflow / test (push) Successful in 2s
|
2025-12-09 13:41:46 +07:00 |
|
backdev
|
b2daaa1010
|
Merge pull request 'NCP-4' (#6) from NCP-4 into dev
Test Workflow / test (push) Successful in 2s
Reviewed-on: #6
|
2025-12-08 14:57:16 +08:00 |
|
vladp
|
d97b7e679f
|
fix type GF_AUTH
Test Workflow / test (push) Successful in 2s
|
2025-12-08 13:09:31 +07:00 |
|
vladp
|
530477fb75
|
add healt chekc status
Test Workflow / test (push) Successful in 2s
|
2025-12-08 12:38:56 +07:00 |
|
backdev
|
fc941f97e4
|
Merge pull request 'NCP-3 add UserContent entity' (#5) from NCP-3 into dev
Test Workflow / test (push) Successful in 3s
Reviewed-on: #5
|
2025-12-05 17:58:17 +08:00 |
|
vladp
|
182de806a8
|
add controller versions
|
2025-12-05 11:45:51 +07:00 |
|
vladp
|
aabce4d646
|
add cookie
|
2025-12-04 15:28:52 +07:00 |
|
vladp
|
82fb7394d2
|
add cookie
|
2025-12-04 15:21:14 +07:00 |
|
vladp
|
5425681ac2
|
add cookie
|
2025-12-04 15:09:47 +07:00 |
|
vladp
|
243c32be72
|
retutn port 80
|
2025-12-04 14:15:50 +07:00 |
|
vladp
|
6f90835c27
|
retutn network
|
2025-12-04 10:50:26 +07:00 |
|
vladp
|
e8b17031ec
|
retutn network
|
2025-12-04 10:26:00 +07:00 |
|
vladp
|
0696668790
|
retutn network
|
2025-12-03 16:56:49 +07:00 |
|
vladp
|
36694afd45
|
delete network
|
2025-12-03 15:44:30 +07:00 |
|
vladp
|
96257c21bf
|
add network
|
2025-12-03 14:51:14 +07:00 |
|
vladp
|
575342a128
|
add network
|
2025-12-03 13:20:09 +07:00 |
|
vladp
|
eccd5d94fc
|
add fron deploy job
|
2025-12-03 12:41:56 +07:00 |
|
vladp
|
f73f465aa3
|
add field with server
|
2025-12-02 17:06:04 +07:00 |
|
vladp
|
cf6034e74a
|
Completed deploy job with works backend apps
|
2025-12-02 16:40:52 +07:00 |
|
vladp
|
2997d61616
|
fix grafana environmebnt type
|
2025-12-02 15:17:11 +07:00 |
|
vladp
|
d54bff1a91
|
add user by mail endpoint
|
2025-12-02 13:57:07 +07:00 |
|