Skip to content

Commit e3a7265

Browse files
Merge branch 'sws2apps:main' into CU-86c1dwh1e_FIX-Allow-only-one-empty-CO-visit-field-Congregation-settings_Jake-Maragos
2 parents fe22508 + 3a79dad commit e3a7265

File tree

250 files changed

+4138
-3640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+4138
-3640
lines changed

.github/workflows/code-ql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3
26+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
2727
with:
2828
languages: javascript
2929
queries: security-extended
3030

3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3
32+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1515

1616
- name: Running Dependency Review
17-
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b
17+
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3

.github/workflows/njsscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
args: '. --sarif --output results.sarif || true'
3232

3333
- name: Upload njsscan report
34-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3
34+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
3535
with:
3636
sarif_file: results.sarif

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: 'Run analysis'
31-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde
31+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a
3232
with:
3333
results_file: results.sarif
3434
results_format: sarif
3535
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
3636
publish_results: true
3737

3838
- name: 'Upload to code-scanning'
39-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3
39+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
4040
with:
4141
sarif_file: results.sarif

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
## [3.34.1](https://github.com/sws2apps/organized-app/compare/v3.34.0...v3.34.1) (2025-09-28)
2+
3+
### Bug Fixes
4+
5+
* **persons:** unable to add congregation manually ([802d4d9](https://github.com/sws2apps/organized-app/commit/802d4d98787b1f07ae4c81e54c879a6dd4809904))
6+
7+
## [3.34.0](https://github.com/sws2apps/organized-app/compare/v3.33.0...v3.34.0) (2025-09-28)
8+
9+
### Bug Fixes
10+
11+
* **meetings:** refresh assignment types when changing source language ([00c3262](https://github.com/sws2apps/organized-app/commit/00c32628547b7d83696ec6ba21fa57d62c69aaa6))
12+
* **meetings:** remove speakers from deleted congregations ([2f49fdd](https://github.com/sws2apps/organized-app/commit/2f49fdd92a4521614b929ae2a9d761c4c925352b))
13+
* **persons:** persist display name if already set ([263112c](https://github.com/sws2apps/organized-app/commit/263112c07ef7a3319b901f28f85855eb0b8df198))
14+
* **persons:** persist display name in speakers catalog ([a87c404](https://github.com/sws2apps/organized-app/commit/a87c4043ac53983e3e0f1ae52e4f4561b3bfdff6))
15+
* **persons:** use all records when opening person details ([b9d7607](https://github.com/sws2apps/organized-app/commit/b9d7607042dc48d1d30d5f9d13f7a0c82e26e3ba))
16+
17+
### Smaller adjustments
18+
19+
* **persons:** enable hours credit for special pioneer ([4bd2971](https://github.com/sws2apps/organized-app/commit/4bd29718d94d5e95622fe33d6eef29e2269e17de))
20+
21+
### Features
22+
23+
* **app:** support new congregation api response ([1edcb25](https://github.com/sws2apps/organized-app/commit/1edcb25a38295c5d4393ba4d612655d597a27805))
24+
25+
## [3.33.0](https://github.com/sws2apps/organized-app/compare/v3.32.5...v3.33.0) (2025-09-21)
26+
27+
### Bug Fixes
28+
29+
* **meetings:** handle null value for person display name ([8693e9b](https://github.com/sws2apps/organized-app/commit/8693e9b7b9ca4a3a3b800935fb91db16d257141d))
30+
31+
### Features
32+
33+
* **onboarding:** support login with email otp code ([a085501](https://github.com/sws2apps/organized-app/commit/a0855013fec341014c40350b386fa1fbe78af585))
34+
35+
## [3.32.5](https://github.com/sws2apps/organized-app/compare/v3.32.4...v3.32.5) (2025-09-17)
36+
37+
### Bug Fixes
38+
39+
* **congregation:** update listing of baptized brothers in app users ([8bcab5f](https://github.com/sws2apps/organized-app/commit/8bcab5fd67ecdef3bcad99d944e4d0f7b7b456de))
40+
* **meetings:** sort by any last assignment for students part ([84a7394](https://github.com/sws2apps/organized-app/commit/84a739446a02e05e78b2790da2edbc9d9d5a5b8a))
41+
* **meetings:** use exact meeting date when checking time away ([63de9f2](https://github.com/sws2apps/organized-app/commit/63de9f2418d6ec503ef5e8a26f837340ecd6d8cd))
42+
43+
### Smaller adjustments
44+
45+
* **congregation:** use group servant label for ministerial servant ([e5ccf12](https://github.com/sws2apps/organized-app/commit/e5ccf12208a88928482efbccd1512b6c6d27a182))
46+
* **onboarding:** remove the dark mode on illustrations ([53c2e37](https://github.com/sws2apps/organized-app/commit/53c2e3771e4430e02fe07ac14be3065aa1a15066))
47+
* **states:** use jotai for app theme and color ([4c8c188](https://github.com/sws2apps/organized-app/commit/4c8c188fd435c53dd9ec785fc55623cfed1f3369))
48+
149
## [3.32.4](https://github.com/sws2apps/organized-app/compare/v3.32.3...v3.32.4) (2025-09-07)
250

351
### Bug Fixes

0 commit comments

Comments
 (0)