summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-02-24Merge branch 'docfix/chat-token' into 'develop'Haelwenn
Update terminology in differences_in_mastoapi_responses.md See merge request pleroma/pleroma!3344
2021-02-24Update terminology in differences_in_mastoapi_responses.mdzonk
2021-02-23Fix URL of Whalebird in docsAkiraFukushima
2021-02-17Remove `: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-06Merge 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-06Update 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-03Merge 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-02Merge 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-02Merge branch 'develop' into 'fix/2411-mutes-api'feld
# Conflicts: # CHANGELOG.md # docs/development/API/differences_in_mastoapi_responses.md
2021-02-01only_remote -> remote renamingAlexander Strizhakov
2021-02-01`/api/v1/accounts/:id/statuses` docs updateAlexander Strizhakov
2021-02-01more tests and update for docs and changelogAlexander Strizhakov
2021-02-01only_media & only_remote docs and changelogAlexander Strizhakov
2021-01-29[#3286] Documentation on configuring Pleroma as OAuth 2.0 provider.Ivan Tashkinov
2021-01-29support for with_relationships parameterAlexander Strizhakov
in /api/v1/mutes and /api/v1/accounts/:id endpoints
2021-01-27added totalAlexander Strizhakov
to the instance adminAPI endpoint
2021-01-27added totalAlexander Strizhakov
to the user statuses adminAPI endpoint
2021-01-25Merge branch 'develop' into docs/apache-configMark Felder
2021-01-25Document pleroma.user activate mix taskMark Felder
2021-01-25Merge branch 'develop' into refactor/deactivated_user_fieldMark Felder
2021-01-23add missing sudo prefix in install doc𝑓
2021-01-21Add ability to invalidate cache entries for ApacheMark Felder
2021-01-21use proper namingAlexander Strizhakov
for MediaProxyWarmingPolicy in ConcurrentLimiter
2021-01-21Update docsMark Felder
2021-01-21configurable limits for ConcurrentLimiterAlexander Strizhakov
Pleroma.Web.RichMedia.Helpers & Pleroma.Web.MediaProxy
2021-01-20Merge branch 'deprecate-public_endpoint' into 'develop'feld
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251
2021-01-19Improve PostgreSQL optimization articlerinpatch
Move query plan mode setting from OTP installation guide and try to explain what it does.
2021-01-15Remove toggle_activationMark Felder
2021-01-12Deprecate Pleroma.Uploaders.S3, :public_endpointMark Felder
2021-01-10Add development sectionIlja
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md
2021-01-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
1526-account-aliases
2021-01-01AdminAPI: return id for moderation log entriesAlex Gleason
2020-12-30Merge remote-tracking branch 'upstream/develop' into aliasesAlex Gleason
2020-12-28Revert "Merge branch 'features/hashtag-column' into 'develop'"Haelwenn
This reverts merge request !2824
2020-12-28pleroma.database fill_old_hashtags: Add month_limit argumentHaelwenn (lanodan) Monnier
2020-12-22Insert text representation of hashtags into object["hashtags"]Haelwenn (lanodan) Monnier
Includes a new mix task: pleroma.database fill_old_hashtags
2020-12-17Merge remote-tracking branch 'upstream/develop' into registration-workflowAlex Gleason
2020-12-14Fix for dropping posts/notifs in WS when mix task is executedAlexander Strizhakov
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app)
2020-12-09Merge branch 'auth-improvements' into 'develop'lain
Cookie auth rework / Auth subsystem refactoring and tweaks Closes pleroma/secteam/pleroma#3 See merge request pleroma/pleroma!3112
2020-12-09Merge branch 'stream-follow-updates' into 'develop'lain
Stream follow updates Closes #2299 See merge request pleroma/pleroma!3183
2020-12-07Merge remote-tracking branch 'remotes/origin/develop' into auth-improvementsIvan Tashkinov
# Conflicts: # CHANGELOG.md
2020-12-07Merge branch 'feature/configdb-mix-tasks' into 'develop'lain
Add mix tasks to give additional ConfigDB recovery and debugging options See merge request pleroma/pleroma!3174
2020-12-06Merge remote-tracking branch 'remotes/origin/develop' into auth-improvementsIvan Tashkinov
2020-12-05Fix typoEgor Kislitsyn
2020-12-03Docs, Changelog: Add info about regional indicatorslain
2020-12-02Add --force flag for delete and reset commandsMark Felder
Bunch of reorganization and consolidation
2020-12-02Sync docs with mix commandsMark Felder
2020-12-02The debug output is no longer there by defaultMark Felder
2020-12-02Update ConfigDB docs for new mix commandsMark Felder
2020-12-02Add the delete and reset instructionsMark Felder