Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
8d81cac
fix(tags): clean up post assignments on tag deletion and stop matchin…
giladresisi Aug 3, 2026
74ac26b
fix(facebook): surface Graph API errors in page analytics instead of …
giladresisi Sep 18, 2026
78f8a04
fix(sentry): stop tracing GET requests to the MCP streamable routes
giladresisi Sep 18, 2026
6345ca5
fix(gmb): use Google's searchUrl as the post release URL
giladresisi Sep 21, 2026
450f0b4
fix(sentry): reduce tracesSampleRate to 0.1 for better performance
egelhaus Sep 21, 2026
30be46e
Merge pull request #2100 from gitroomhq/fix/sentry-skip-mcp-get-traces
egelhaus Sep 21, 2026
ce6a7d2
Merge pull request #2107 from gitroomhq/fix/gmb-release-search-url
giladresisi Sep 21, 2026
12978be
fix(hashnode): move to the live GraphQL endpoint and current publishP…
giladresisi Sep 21, 2026
0ffdbc9
fix(hashnode): fail once when publishPost returns no post
giladresisi Sep 21, 2026
e3c9f1f
Merge pull request #2108 from gitroomhq/fix/hashnode-api-migration
giladresisi Sep 21, 2026
fc14ff1
feat: clipping
nevo-david Sep 21, 2026
08f0a68
Merge remote-tracking branch 'origin/main'
nevo-david Sep 21, 2026
dac36ed
feat(public-api): clipping endpoints
nevo-david Sep 21, 2026
901f84f
Merge pull request #2111 from gitroomhq/feat/clipping-public-api
nevo-david Sep 21, 2026
3d3e9ee
feat: update chatgpt submission
nevo-david Sep 22, 2026
6af357d
feat: update chatgpt submission
nevo-david Sep 22, 2026
c023843
feat: update chatgpt submission
nevo-david Sep 22, 2026
9c594d2
Merge pull request #2098 from gitroomhq/fix/facebook-analytics-swallo…
giladresisi Sep 22, 2026
9948b07
fix(facebook): request the reels metrics in video post analytics
giladresisi Sep 22, 2026
4fa33d5
Merge pull request #2115 from gitroomhq/fix/facebook-reel-insights
giladresisi Sep 22, 2026
9259cf2
fix: CVE-2026-94455
nevo-david Sep 22, 2026
ab6e4e8
Merge remote-tracking branch 'origin/main'
nevo-david Sep 22, 2026
4c83513
fix: CVE-2026-94456
nevo-david Sep 22, 2026
398b41e
feat(reddit): resolve a pasted r/name or subreddit URL in the subredd…
giladresisi Sep 22, 2026
4e83569
fix(slack): surface chat.postMessage failures instead of marking the …
giladresisi Sep 22, 2026
678acd4
fix(slack): reject video attachments at save time
giladresisi Sep 22, 2026
df0dd91
feat(reddit): only offer public subreddits from the exact r/name lookup
giladresisi Sep 22, 2026
e62ef36
Merge pull request #2116 from gitroomhq/feat/reddit-search-by-name
giladresisi Sep 22, 2026
89121c0
Merge origin/main into fix/slack-surface-post-errors
giladresisi Sep 22, 2026
b7e5037
Merge origin/main into fix/slack-reject-video
giladresisi Sep 22, 2026
04e60c8
Merge pull request #2117 from gitroomhq/fix/slack-surface-post-errors
giladresisi Sep 22, 2026
c762ace
Merge origin/main into fix/slack-reject-video
giladresisi Sep 22, 2026
6577ad8
Merge pull request #2118 from gitroomhq/fix/slack-reject-video
giladresisi Sep 22, 2026
dcb5b09
fix: allow mov
nevo-david Sep 22, 2026
b254878
Merge remote-tracking branch 'origin/main'
nevo-david Sep 22, 2026
8b84b0d
feat: onboarding
nevo-david Sep 22, 2026
87ac77c
feat: update readme
nevo-david Sep 22, 2026
c33f218
feat: update readme
nevo-david Sep 22, 2026
5ff9e0b
feat: update readme
nevo-david Sep 22, 2026
ae1b80f
Merge pull request #1827 from gitroomhq/fix/tag-deletion-cleanup
giladresisi Sep 23, 2026
305f7c0
Enhance README with Postiz Cloud vs Open-source section
nevo-david Sep 23, 2026
38cb6a4
Update Postiz compliance information in README
nevo-david Sep 23, 2026
b90fc69
Revise README for clarity on Postiz offerings
nevo-david Sep 23, 2026
fa93eff
fix(frontend): stop the Sentry report dialog on the posthog-js record…
giladresisi Sep 23, 2026
28730a0
fix(instagram): disconnect the channel on Meta checkpoint errors inst…
giladresisi Sep 9, 2026
ba1f85b
Merge pull request #2122 from gitroomhq/fix/ignore-posthog-recorder-e…
giladresisi Sep 23, 2026
5536d8a
fix(threads): retry publish when Threads has not found the container …
giladresisi Sep 9, 2026
002a341
fix(pinterest): make the numeric board id mapping actually match
giladresisi Sep 9, 2026
c444224
Merge pull request #2123 from gitroomhq/fix/instagram-190-login-disco…
giladresisi Sep 23, 2026
6154538
Merge pull request #2124 from gitroomhq/fix/threads-media-not-found-r…
giladresisi Sep 23, 2026
4c81af9
Merge pull request #2125 from gitroomhq/fix/pinterest-board-id-mappin…
giladresisi Sep 23, 2026
6fb5df4
fix(reddit): retry the submit after a RATELIMIT rejection instead of …
giladresisi Sep 23, 2026
7049956
fix(facebook): map five recurring Graph API rejections instead of "Un…
giladresisi Sep 9, 2026
8b5999b
fix(facebook): match error subcodes on a word boundary
giladresisi Sep 9, 2026
9fbaf55
fix(reddit): only retry when RATELIMIT is the sole submit error
giladresisi Sep 23, 2026
cd899ea
fix(pinterest): validate board as a numeric id and map the board-name…
giladresisi Sep 9, 2026
35f174b
Merge pull request #2126 from gitroomhq/fix/reddit-ratelimit-retry
giladresisi Sep 23, 2026
5f8639b
Merge pull request #2127 from gitroomhq/fix/facebook-error-mappings-main
giladresisi Sep 23, 2026
0a2fc96
fix(lemmy): surface Lemmy API errors instead of crashing on post_view
giladresisi Sep 9, 2026
1ae4a3b
fix(x): readable message when Too Many Requests retries are exhausted
giladresisi Sep 9, 2026
96bca72
fix(vk): surface VK API errors instead of marking posts completed
giladresisi Sep 8, 2026
20d7c98
Merge pull request #2129 from gitroomhq/fix/pinterest-board-id-main
giladresisi Sep 23, 2026
935c80a
fix(x): mark the channel for reconnect on Unauthorized media upload e…
giladresisi Sep 9, 2026
e475160
fix(lemmy): route community search through this.fetch
giladresisi Sep 23, 2026
41d24f2
Merge pull request #2130 from gitroomhq/fix/x-rate-limit-retry-messag…
giladresisi Sep 23, 2026
a722357
Merge pull request #2131 from gitroomhq/fix/vk-surface-api-errors-main
giladresisi Sep 23, 2026
f477777
fix(x): map remaining known error responses to readable messages
giladresisi Sep 9, 2026
a63b28b
fix(dribbble): map 4xx shot rejections to non-retryable BadBody
giladresisi Sep 7, 2026
53fd19f
Merge pull request #2128 from gitroomhq/fix/lemmy-error-handling-main
giladresisi Sep 23, 2026
135b1cc
Merge pull request #2132 from gitroomhq/fix/x-unauthorized-refresh-to…
giladresisi Sep 23, 2026
fd1482b
Merge branch 'main' into fix/x-error-mappings-main
giladresisi Sep 23, 2026
4e538ec
Merge remote-tracking branch 'origin/main' into fix/x-error-mappings-…
giladresisi Sep 23, 2026
ce3bea1
Merge branch 'main' into fix/dribbble-badbody-mapping-main
giladresisi Sep 23, 2026
3540edc
Merge pull request #2133 from gitroomhq/fix/x-error-mappings-main
giladresisi Sep 23, 2026
4c33d52
Merge pull request #2134 from gitroomhq/fix/dribbble-badbody-mapping-…
giladresisi Sep 23, 2026
ff8e69a
Merge remote-tracking branch 'upstream/main' into upstream-sync-20260922
JOY Sep 23, 2026
38a06ef
fix(sync): restore makeId import and remove upstream connector URL table
JOY Sep 23, 2026
ec7194c
fix(sync): restore getMcpOauthUrl import used by getCursorInstallUrl
JOY Sep 23, 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 change: 1 addition & 0 deletions .github/agents/ai-agents-cli.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/chatgpt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/claude-code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/claude-cowork.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/claude.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/codex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/cursor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/grok-bot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/grok-build.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/hermes-agent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/mcp-server.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/muse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/agents/nanoclaw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading