summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-02-25Note our upgrade path for this functionalityMark Felder
2021-02-25No need to filter out Mix.env() from the API routes.Mark Felder
2021-02-25Improved recursion through the api route listMark Felder
2021-02-25Filter out MIX_ENV from route list and add a testMark Felder
2021-02-25Enum instead of StreamMark Felder
2021-02-24Attempt to filter out API calls from FrontendStatic plugMark Felder
2021-02-22[#2534] Earlier init of Pleroma.Web.Endpoint (must be started prior to Plerom...Ivan Tashkinov
2021-02-20Exiftool also cannot strip from heic files.Mark Felder
2021-02-20Show a proper error. A failure doesn't always mean the command isn't availabl...Mark Felder
2021-02-18Merge branch 'fix/chats-no-unread-in-openapi' into 'develop'rinpatch
2021-02-17OAuthScopesPlug: remove transform_scopes in favor of explicit admin scope def...rinpatch
2021-02-17OpenAPI: Add `admin:` scope prefix to admin operationsrinpatch
2021-02-17Remove `:auth, :enforce_oauth_admin_scope_usage`rinpatch
2021-02-17Merge branch 'feat/chat-list-pagination' into 'develop'Haelwenn
2021-02-17Merge branch 'remove-conversation-api' into 'develop'rinpatch
2021-02-17Merge branch '2510-oauth-app-tokens-further-support' into 'develop'rinpatch
2021-02-17Chats: Introduce /api/v2/pleroma/chats which implements paginationrinpatch
2021-02-16ChatMessage schema: Add `unread` propertyrinpatch
2021-02-15Add API endpoint to remove a conversationEgor Kislitsyn
2021-02-15[#2053] Changed `Notification/for_user_query/2` to use join to filter out ina...Ivan Tashkinov
2021-02-11[#2510] Improved support for app-bound OAuth tokens. Auth-related refactoring.Ivan Tashkinov
2021-02-10Merge branch 'fix/no-version-api-pleroma-social' into 'develop'Haelwenn
2021-02-09Merge branch 'features/ap_id-c2s-authentication' into 'develop'rinpatch
2021-02-09OpenAPI spec: Do not show build enviroment in the spec versionrinpatch
2021-02-09OpenAPI spec task: Load pleroma application to get version inforinpatch
2021-02-08Revert "Add plaintext support for all emails except the digest"Mark Felder
2021-02-08Merge branch 'develop' into 'new-user-emails'feld
2021-02-08Merge branch 'feat/mrf-noemptypolicy' into 'develop'Haelwenn
2021-02-08MRF NoEmptyPolicy: Deny posts from local users if there is no content or only...Mark Felder
2021-02-08Merge branch 'fix/rss-link' into 'develop'rinpatch
2021-02-08RSS: Make sure post URL is the first `<link>` elementrinpatch
2021-02-08activity_pub_controller: Add authentication to object & activity endpointsHaelwenn (lanodan) Monnier
2021-02-08Merge branch 'fix/reports-from-admins' into 'develop'rinpatch
2021-02-06Merge branch 'feat/allow_alt_text_search_config' into 'develop'rinpatch
2021-02-06Update priv/repo/migrations/20190501125843_add_fts_index_to_objects.exs, priv...hyperion
2021-02-05Slightly better formattingMark Felder
2021-02-05Add plaintext support for all emails except the digestMark Felder
2021-02-04Actually send the mailMark Felder
2021-02-04Add a registration email that only sends if no other emails (welcome, approva...Mark Felder
2021-02-04Improve confirmation email languageMark Felder
2021-02-04Also make this maybe_ for consistencyMark Felder
2021-02-04These welcome emails are not guaranteed and can be private functionsMark Felder
2021-02-04Merge branch 'develop' into fix/reports-from-adminsMark Felder
2021-02-04Standardize the way we capture and use Mix.env()Mark Felder
2021-02-04Merge branch 'fix/configdb-error' into 'develop'feld
2021-02-04Merge branch 'bugfix/notice-external-redirect' into 'develop'Haelwenn
2021-02-04Redirect non-local activities when /notice/:id is usedHaelwenn (lanodan) Monnier
2021-02-03Load an emoji.txt specific to the test envMark Felder
2021-02-03Exclude reporter from receiving notifications from their own reports.Mark Felder
2021-02-03Account schema: specify that pleroma.relationship is nullablerinpatch