Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-20 | restrict_unauthenticated setting | Alexander Strizhakov | |
2020-03-20 | Merge branch 'feature/1635-notifications-include-types' into 'develop' | lain | |
include_types parameter in /api/v1/notifications Closes #1635 See merge request pleroma/pleroma!2311 | |||
2020-03-20 | include_types parameter in /api/v1/notifications | Alexander Strizhakov | |
2020-03-19 | Merge remote-tracking branch 'pleroma/develop' into bugfix/apc2s_upload_activity | Haelwenn (lanodan) Monnier | |
2020-03-19 | Merge branch 'fix-testing' into 'develop' | lain | |
Fix CI by temporarily removing federated testing See merge request pleroma/pleroma!2314 | |||
2020-03-19 | transmogrifier.ex: rework fix_attachment for better IR | Haelwenn (lanodan) Monnier | |
2020-03-19 | Fix linting. | lain | |
2020-03-19 | Merge branch 'remake-remodel' into develop | lain | |
2020-03-19 | remove federated testing | stwf | |
2020-03-19 | Add emoji reactions to features in nodeinfo | Mark Felder | |
2020-03-19 | WIP | Haelwenn (lanodan) Monnier | |
2020-03-18 | Improved in-test config management functions. | Ivan Tashkinov | |
2020-03-18 | Merge branch 'gun' of git.pleroma.social:alex.s/pleroma into gun | Alexander Strizhakov | |
2020-03-18 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-18 | Merge branch 'feature/1530-removing-with_move' into 'develop' | rinpatch | |
Feature/1530 removing with move Closes #1530 See merge request pleroma/pleroma!2306 | |||
2020-03-17 | activity_pub_controller_test.exs: test posting with AP C2S uploaded media | Haelwenn (lanodan) Monnier | |
2020-03-16 | Fix ssl option on Ecto config breaking release | Cevado | |
To use `:ssl` option on Ecto config it's required to include Erlang ssl application, this prevents releases to start when `:ssl` option is set to true. | |||
2020-03-16 | Enable Gun adapter by default | Mark Felder | |
We need devs to dogfood this before we merge it into the 2.1 release | |||
2020-03-16 | [#1364] Improved notification-related tests. | Ivan Tashkinov | |
2020-03-16 | Admin API: `PATCH /api/pleroma/admin/users/:nickname/credentials`, `GET ↵ | eugenijm | |
/api/pleroma/admin/users/:nickname/credentials`. | |||
2020-03-16 | Merge branch 'docs/mrf_object_age' into 'develop' | Haelwenn | |
Improve documentation of mrf_object_age See merge request pleroma/pleroma!2305 | |||
2020-03-16 | Admin API: `PATCH /api/pleroma/admin/users/:nickname/change_password` | eugenijm | |
2020-03-16 | removing with_move parameter | Alexander Strizhakov | |
2020-03-16 | Improve documentation of mrf_object_age | Mark Felder | |
2020-03-16 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-notifications-sending-control | |||
2020-03-16 | Merge branch 'feat/templates' into 'develop' | rinpatch | |
gitlab: create templates for bug reports and release MRs See merge request pleroma/pleroma!2304 | |||
2020-03-16 | gitlab: create templates for bug reports and release MRs | rinpatch | |
2020-03-16 | fix | Alexander Strizhakov | |
2020-03-16 | temp fix for `:gun.info` MatchError | Alexander Strizhakov | |
2020-03-16 | Merge remote-tracking branch 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-16 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-16 | Merge branch 'fix-warnings-in-tests' into 'develop' | rinpatch | |
Warnings fix See merge request pleroma/pleroma!2303 | |||
2020-03-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-16 | warnings fix | Alexander Strizhakov | |
2020-03-16 | Merge branch 'removing-deprecated' into 'develop' | rinpatch | |
Removing from descriptions.exs deprecated settings See merge request pleroma/pleroma!2302 | |||
2020-03-16 | removing from descriptions.exs deprecated settings | Alexander Strizhakov | |
2020-03-16 | fix for content-type header for tag feed | Alexander Strizhakov | |
2020-03-16 | adding rss for user feed | Alexander Strizhakov | |
2020-03-16 | fix for feed page pagination | Alexander Strizhakov | |
2020-03-15 | Merge branch 'release/2.0.1' into 'stable' | rinpatch | |
2.0.1 release See merge request pleroma/pleroma!2298 | |||
2020-03-16 | CHANGELOG.md: Add upgrade notes for 2.0.1 | rinpatch | |
2020-03-16 | CHANGELOG.md: Add remaining entries for 2.0.1 | rinpatch | |
2020-03-16 | static-fe tests: fix to work on stable | rinpatch | |
2020-03-16 | rate limiter: disable based on if remote ip was found, not on if the plug ↵ | rinpatch | |
was enabled The current rate limiter disable logic won't trigger when the remote ip is not forwarded, only when the remoteip plug is not enabled, which is not the case on most instances since it's enabled by default. This changes the behavior to warn and disable when the remote ip was not forwarded, even if the RemoteIP plug is enabled. Also closes #1620 | |||
2020-03-16 | rip out fetch_initial_posts | rinpatch | |
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422 | |||
2020-03-16 | Merge branch 'features/staticfe-sanitization' into 'develop' | rinpatch | |
static_fe: Sanitize HTML Closes #1614 See merge request pleroma/pleroma!2299 | |||
2020-03-15 | Merge branch 'bugfix/earmark_renderer_test' into 'develop' | rinpatch | |
test/earmark_renderer_test.exs: Rename from test/earmark_renderer_test.ex See merge request pleroma/pleroma!2300 | |||
2020-03-15 | Merge branch 'features/staticfe-sanitization' into 'develop' | rinpatch | |
static_fe: Sanitize HTML Closes #1614 See merge request pleroma/pleroma!2299 | |||
2020-03-15 | static_fe: Sanitize HTML in users | Haelwenn (lanodan) Monnier | |