Commit ba855e8
* [fix #142] 앨범 내 사진 조회 최신순으로 정렬 (#143)
* [fix #140] 앨범 공유 수락 API 로직 수정 (#144)
* [feat #128] 포토부스 관련 API 구현 (#146)
* [feat #128] 포토부스 관련 API 구현
* [fix #128] Photo 공유 수락 API 로직 수정
* [chore #128] swagger 업데이트
* [chore #128] 공백 제거
* [fix #147] 포포리즘 공유 API 수정 (#148)
* [feat #128] 포토부스 관련 API 구현
* [fix #128] Photo 공유 수락 API 로직 수정
* [chore #128] swagger 업데이트
* [chore #128] 공백 제거
* [fix #147] 포포리즘 공유 API 수정
* [chore #147] swagger 수정
* [hotfix #149] 포포리즘 공유 API request body 수정 (#150)
* [hotfix #149] 포포리즘 공유 request body 수정
* [chore #149] 사용하지 않는 import 제거
* [setting #149] banner 추가
* [chore #149] CI 스크립트 수정
* [chore #149] CI prod 스크립트 수정
* [chore #149] cd 스크립트 수정
* [fix #151] 배포 전 버그 수정 (access token 만료 시간 변경, 포포리즘 공유 API 수정) (#152)
* [fix #151] Access Token 만료시간 변경
* [fix #151] 사진 upload url 변경
* [fix #151] 포포리즘 공유시에 이미지 저장 url 변경 (#153)
* [fix #151] Access Token 만료시간 변경
* [fix #151] 사진 upload url 변경
* [hotfix #151] 포포리즘 저장 url 변경
---------
Co-authored-by: Yunseo Kang <[email protected]>
1 parent 584b9bd commit ba855e8
File tree
25 files changed
+243
-33
lines changed- .github/workflows
- src/main
- java/com/pophory/pophoryserver
- domain
- album
- auth
- controller
- member
- photo
- controller
- dto/request
- service
- pophorysm
- dto/request
- studio
- version/dto/response
- global
- advice
- entity
- exception
- response
- resources
25 files changed
+243
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | | - | |
| 33 | + | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | | - | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
| 15 | + | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments