Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-17 | Notifications: filter on users rather than activities | Matthieu Rakotojaona | |
2024-03-17 | ActivityPub.Publisher: Don't try federating if a user doesn't have an inbox. | Lain Soykaf | |
2024-03-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-fix-3241 | |||
2024-03-17 | Merge branch 'force-mention' into 'develop' | lain | |
Add ForceMention mrf See merge request pleroma/pleroma!4082 | |||
2024-03-15 | Merge branch 'backups' into 'develop' | feld | |
Include following/followers in backups See merge request pleroma/pleroma!4085 | |||
2024-03-15 | QuestionOptionsValidator: set default AS types | Haelwenn (lanodan) Monnier | |
2024-03-15 | AttachmentValidator: Set "Link" as default type | Haelwenn (lanodan) Monnier | |
2024-03-10 | Include following/followers in backups | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-03-10 | Merge branch 'instance-contact-account' into 'develop' | tusooa | |
Add contact account to InstanceView See merge request pleroma/pleroma!3960 | |||
2024-03-08 | Merge branch 'fix-framegrabs' into 'develop' | feld | |
Fix ffmpeg framegrabs with Exile See merge request pleroma/pleroma!4087 | |||
2024-03-08 | Merge remote-tracking branch 'origin/develop' into instance-contact-account | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-03-07 | Fix ffmpeg framegrabs with Exile | Mark Felder | |
2024-03-07 | Merge remote-tracking branch 'origin/develop' into post-languages | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-03-07 | Fix adding language to json ld header, add transmogrifier test | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-03-07 | Merge remote-tracking branch 'origin/develop' into link-verification | marcin mikołajczak | |
2024-03-07 | Apply tusooa's suggestion | tusooa | |
2024-03-07 | Apply ledyba's suggestion(s) to 1 file(s) | tusooa | |
2024-03-07 | Merge branch 'instance-v2' into 'develop' | tusooa | |
Add some missing fields to instanceV2 See merge request pleroma/pleroma!4081 | |||
2024-03-02 | fmt | Kaede Fujisaki | |
2024-03-02 | Consider a case when inbox is nil | Kaede Fujisaki | |
2024-03-01 | Add ForceMention mrf | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-03-01 | Allow to group bookmarks in folders | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-02-27 | Add some missing fields to instanceV2 | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-02-24 | Merge branch 'remote-fetcher-error' into 'develop' | Haelwenn | |
RemoteFetcherWorker: Make sure {:error, _} is returned on failure See merge request pleroma/pleroma!4077 | |||
2024-02-23 | Rename variable to make the worker retry logic easier to read | Mark Felder | |
The boolean value matches the intent of the "last_attempt" variable name now | |||
2024-02-23 | RemoteFetcherWorker: Make sure {:error, _} is returned on failure | Haelwenn (lanodan) Monnier | |
Otherwise jobs are considered a success. | |||
2024-02-22 | Merge remote-tracking branch 'origin/develop' into HEAD | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-02-22 | Prevent publisher jobs from erroring if the connection pool is full | Mark Felder | |
A full pool is a soft-error. Snooze the job for 30 seconds and try again. | |||
2024-02-22 | Gun Connection Pool was not attempting to free a connection and retry once ↵ | Mark Felder | |
if the pool was full. | |||
2024-02-22 | Merge remote-tracking branch 'origin/develop' into post-languages | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-02-20 | StealEmojiPolicy: Sanitize shortcodes | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3245 | |||
2024-02-17 | Force more frequent full_sweep GC runs on the Websocket processes | Mark Felder | |
Websocket processes seem to be the primary culprit for Binary memory allocation bloat. | |||
2024-02-15 | Merge branch 'websocket-refactor' into 'develop' | feld | |
Websocket refactor to use Phoenix.Socket.Transport See merge request pleroma/pleroma!4064 | |||
2024-02-15 | Merge branch 'oauth-nickname' into 'develop' | lain | |
Use User.full_nickname/1 in oauth html template See merge request pleroma/pleroma!4054 | |||
2024-02-15 | Merge branch 'frontend-caching' into 'develop' | lain | |
FrontendStatic should have reasonable caching See merge request pleroma/pleroma!3685 | |||
2024-02-15 | Merge branch 'config-stat-symlink' into 'develop' | Haelwenn | |
Config: Check the permissions of the linked file instead of the symlink See merge request pleroma/pleroma!4061 | |||
2024-02-15 | Merge branch 'bugfix-ccworks' into 'develop' | Haelwenn | |
Bugfix for ccworks AP bridge Closes #3234 See merge request pleroma/pleroma!4043 | |||
2024-02-14 | Merge branch 'atom-leaks' into 'develop' | feld | |
Fix minor atom leaks See merge request pleroma/pleroma!4065 | |||
2024-02-14 | Fix atom leak in background worker | Mark Felder | |
The only permitted values are "blocks_import", "follow_import", "mutes_import" of which we already have the equivalent atoms defined. | |||
2024-02-14 | Fix atom leak in password digest functionality | Mark Felder | |
The value here gets passesd to :crypto.pbkdf2_hmac and it expects one of these atoms: :sha | :sha224 | :sha256 | :sha384 | :sha512 so it will always exist | |||
2024-02-14 | Websocket refactor to use Phoenix.Socket.Transport | Mark Felder | |
This will make us compatible with Cowboy and Bandit | |||
2024-02-14 | Merge branch 'gun-logs' into 'develop' | feld | |
Gun connection pool logs See merge request pleroma/pleroma!4063 | |||
2024-02-14 | Change some Gun connection pool logs to debug level | Mark Felder | |
2024-02-14 | MediaProxy RFC compliance | Mark Felder | |
2024-02-14 | Config: Check the permissions of the linked file instead of the symlink↵ | Haelwenn (lanodan) Monnier | |
2024-02-12 | Fix notifications index | Alex Gleason | |
2024-02-09 | Fix Gun connection supervisor logic error | Mark Felder | |
This was recently changed to solve a Dialyzer error, but the replacement logic was faulty as "retry" would only be compared to :error and not have its truthiness evaluated. The original logic was also faulty as it returned {:error, :pool_full} even retry was true. It never retried when the pool was full. | |||
2024-02-09 | Use User.full_nickname/1 in oauth html template | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-02-06 | RichMedia.Helpers: move the validate_page_url/1 function to the Parser module | Mark Felder | |
This will ensure that the page validation happens in Parser.parse/1 so it can be called from anywhere and still filter invalid URLs. | |||
2024-02-06 | Pleroma.Web.RichMedia.Parser: Remove test-specific codepaths | Mark Felder | |
Also consolidate Tesla mocks into the HttpRequestMock module. Tests were not exercising the real codepaths. The Rich Media Preview only works with https, but most of these tests were only mocking http. |