Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
215f0fc
build: facebook direct posting functionality
marcusyi1 Dec 11, 2025
cc39043
build: schedule facebook page posting functionality
marcusyi1 Dec 13, 2025
1adbe99
build: post history database viewer
marcusyi1 Dec 19, 2025
0062df4
build: facebook direct authentication
marcusyi1 Jan 2, 2026
741c489
fix: scheduled facebook post not posting on time
marcusyi1 Jan 15, 2026
3d04ebc
Merge branch 'development' into Marcus-finishes-facebook-autoposter
marcusyi1 Jan 15, 2026
615e9b7
fix: unused dependency
marcusyi1 Jan 15, 2026
82eeaaa
Remove unused dependencies from package.json
marcusyi1 Jan 15, 2026
1885cdc
fix: merge conflict
marcusyi1 Jan 15, 2026
f9bd9ed
fix: updated package.json
marcusyi1 Jan 15, 2026
dff0191
fix: package lock up to date
marcusyi1 Jan 15, 2026
8007a29
fix: page connection
marcusyi1 Jan 24, 2026
857080d
Revert "fix: page connection"
marcusyi1 Jan 24, 2026
15bd6de
fix: facebook connection troubleshoot
marcusyi1 Feb 6, 2026
3471e4a
fix: routing issue
marcusyi1 Feb 7, 2026
071e028
fix: merge conflicts
marcusyi1 Apr 17, 2026
82b8057
fix: merge conflicts
marcusyi1 Apr 17, 2026
2ed762d
fix: add package lock
marcusyi1 Apr 17, 2026
8f7d868
fix: quality gate fixes
marcusyi1 Apr 17, 2026
58f07c7
fix: sonarcloud security hotspots and cognitive complexity in faceboo…
marcusyi1 May 21, 2026
4f15e1e
Merge branch 'development' into Marcus-finishes-facebook-autoposter
marcusyi1 May 21, 2026
c945ceb
fix: updated package-lock.json
marcusyi1 May 21, 2026
c20f687
fix: add missing @atproto/api and express-session dependencies
marcusyi1 May 21, 2026
b8087ee
fix: remove duplicate cutOffDate declaration in userHelper.js
marcusyi1 May 21, 2026
c72987e
fix: userHelper.js closed bracket
marcusyi1 May 21, 2026
98c10d9
fix: restor userHelper structure
marcusyi1 May 21, 2026
70f6429
Merge branch 'development' into Marcus-finishes-facebook-autoposter
marcusyi1 May 21, 2026
509e948
fix: userHelper
marcusyi1 May 21, 2026
c41517b
fix: quality gate test fixes
marcusyi1 May 23, 2026
6b2be31
chore: trigger sonar re-analysis
marcusyi1 May 24, 2026
4c3d14f
fix(facebook): address SonarCloud security and duplication findings
marcusyi1 May 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,790 changes: 1,781 additions & 9 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"supertest": "^6.3.4"
},
"dependencies": {
"@atproto/api": "^0.15.8",
"@atproto/api": "^0.15.27",
"@aws-sdk/client-s3": "^3.920.0",
"@azure/storage-blob": "^12.26.0",
"@babel/cli": "^7.15.4",
Expand Down Expand Up @@ -104,7 +104,7 @@
"geoip-lite": "^1.4.10",
"googleapis": "^100.0.0",
"isomorphic-fetch": "^3.0.0",
"joi": "^18.0.1",
"joi": "^18.0.2",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
Expand Down
Loading
Loading