Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-29 | Merge remote-tracking branch 'upstream/develop' into block-behavior | Alex Gleason | |
2021-04-20 | Fix incorrect shell command | Mark Felder | |
Can't be in /opt/pleroma/bin and then call ./bin/pleroma_ctl :) | |||
2021-04-16 | Merge branch 'feature/521-pinned-post-federation' into 'develop' | rinpatch | |
Pinned posts federation Closes #521 See merge request pleroma/pleroma!3312 | |||
2021-04-15 | Remove MastoFE configuration stuff | Sean King | |
2021-04-15 | Remove MastoFE stuff from docs and default panel | Sean King | |
2021-04-14 | Fix Mastodon interface link | Sean King | |
2021-03-30 | Add more details to the cheatsheat for FollowBot MRF | Mark Felder | |
2021-03-30 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2021-03-30 | Document :mrf_follow_bot | Mark Felder | |
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins | |||
2021-03-24 | Return token's primary key with POST /oauth/token | Alex Gleason | |
2021-03-23 | migrating config to tmp folder | Alexander Strizhakov | |
2021-03-19 | Merge branch 'fix/remove_auto_nsfw' into 'develop' | rinpatch | |
Remove sensitive setting #nsfw See merge request pleroma/pleroma!3223 | |||
2021-03-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-02-28 | Merge branch 'admin-api-versioning' into 'develop' | lain | |
Pleroma APIs versioning Closes #2509 See merge request pleroma/pleroma!3335 | |||
2021-02-27 | Remove sensitive-property setting #nsfw, create HashtagPolicy | Haelwenn (lanodan) Monnier | |
2021-02-26 | Merge branch 'fix/2498-expires_in-scheduled-posts' into 'develop' | feld | |
expires_in in scheduled status params Closes #2498 See merge request pleroma/pleroma!3315 | |||
2021-02-26 | Removed a command that references "pleroma.env". This file does not seem to ↵ | PestToast | |
be generated at any point during the install, and not having it does not stop the instance from working, as far as I can tell. | |||
2021-02-24 | Merge branch 'docfix/chat-token' into 'develop' | Haelwenn | |
Update terminology in differences_in_mastoapi_responses.md See merge request pleroma/pleroma!3344 | |||
2021-02-24 | Update terminology in differences_in_mastoapi_responses.md | zonk | |
2021-02-23 | Fix URL of Whalebird in docs | AkiraFukushima | |
2021-02-23 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # lib/pleroma/application.ex # lib/pleroma/config.ex | |||
2021-02-23 | [#3213] Misc. tweaks: proper upsert in Hashtag, better feature toggle ↵ | Ivan Tashkinov | |
management. | |||
2021-02-22 | Update the documentation to use make it use /api/v1/pleroma instead of ↵ | eugenijm | |
/api/pleroma | |||
2021-02-18 | [#3213] HashtagsTableMigrator: fault rate allowance to enable the feature ↵ | Ivan Tashkinov | |
(defaults to 1%), counting of affected objects, misc. tweaks. | |||
2021-02-18 | expires_in in scheduled status params | Alexander Strizhakov | |
2021-02-17 | Remove `:auth, :enforce_oauth_admin_scope_usage` | rinpatch | |
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now. | |||
2021-02-13 | [#3213] `rescue` around potentially-raising `Repo.insert_all/_` calls. Misc. ↵ | Ivan Tashkinov | |
improvements (docs etc.). | |||
2021-02-06 | Merge branch 'feat/allow_alt_text_search_config' into 'develop' | rinpatch | |
allow user defined text search config in database See merge request pleroma/pleroma!3275 | |||
2021-02-06 | Update priv/repo/migrations/20190501125843_add_fts_index_to_objects.exs, ↵ | hyperion | |
priv/repo/optional_migrations/rum_indexing/20190510135645_add_fts_index_to_objects_two.exs files | |||
2021-02-03 | Merge branch 'feature/2438-users-posts-total-count' into 'develop' | feld | |
Feature/2438 users/instances posts total count Closes #2438 See merge request pleroma/pleroma!3270 | |||
2021-02-02 | Merge branch 'email-stub-in-verify-credentials' into 'develop' | feld | |
Email-like field in /api/v1/accounts/verify_credentials (for PeerTube OAuth plugin and alike) See merge request pleroma/pleroma!3286 | |||
2021-02-02 | Merge branch 'develop' into 'fix/2411-mutes-api' | feld | |
# Conflicts: # CHANGELOG.md # docs/development/API/differences_in_mastoapi_responses.md | |||
2021-02-01 | only_remote -> remote renaming | Alexander Strizhakov | |
2021-02-01 | `/api/v1/accounts/:id/statuses` docs update | Alexander Strizhakov | |
2021-02-01 | more tests and update for docs and changelog | Alexander Strizhakov | |
2021-02-01 | only_media & only_remote docs and changelog | Alexander Strizhakov | |
2021-01-29 | [#3286] Documentation on configuring Pleroma as OAuth 2.0 provider. | Ivan Tashkinov | |
2021-01-29 | support for with_relationships parameter | Alexander Strizhakov | |
in /api/v1/mutes and /api/v1/accounts/:id endpoints | |||
2021-01-27 | added total | Alexander Strizhakov | |
to the instance adminAPI endpoint | |||
2021-01-27 | added total | Alexander Strizhakov | |
to the user statuses adminAPI endpoint | |||
2021-01-25 | Merge branch 'develop' into docs/apache-config | Mark Felder | |
2021-01-25 | Document pleroma.user activate mix task | Mark Felder | |
2021-01-25 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-23 | add missing sudo prefix in install doc | 𝑓 | |
2021-01-21 | Add ability to invalidate cache entries for Apache | Mark Felder | |
2021-01-21 | use proper naming | Alexander Strizhakov | |
for MediaProxyWarmingPolicy in ConcurrentLimiter | |||
2021-01-21 | Update docs | Mark Felder | |
2021-01-21 | configurable limits for ConcurrentLimiter | Alexander Strizhakov | |
Pleroma.Web.RichMedia.Helpers & Pleroma.Web.MediaProxy | |||
2021-01-20 | Merge branch 'deprecate-public_endpoint' into 'develop' | feld | |
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251 |