Support LDAP method start_tls
[akkoma] / lib / pleroma /
2019-03-12 link0ffSupport LDAP method start_tls
2019-03-03 link0ffMove LDAP code to LDAPAuthenticator. Use Authenticator...
2019-03-03 link0ffMerge remote-tracking branch 'upstream/develop' into...
2019-03-03 kaniiniMerge branch 'features/bio_rel_me' into 'develop'
2019-03-03 kaniiniMerge branch 'feature/add-pagination-to-users-admin...
2019-03-03 kaniiniMerge branch 'get-follow-requests-sql' into 'develop'
2019-03-03 kaniiniMerge branch 'atomic-note-count-updates' into 'develop'
2019-03-03 kaniiniMerge branch 'count-only-public-statuses' into 'develop'
2019-03-03 kaniiniMerge branch 'remove-follow-request-count' into 'develop'
2019-03-03 eugenijmRemove follow_request_count as it's not needed for...
2019-03-03 eugenijmUse atomic update for note count and follower count
2019-03-03 lambdaMerge branch 'fix/dont-show-dms-in-mentions-timeline...
2019-03-03 eugenijmIncrement user note count only on public activities
2019-03-02 eugenijmUse sql query in User.get_follow_requests/1 for filteri...
2019-03-02 Maxim FilippovAdd pagination to search
2019-03-02 rinpatchMerge branch 'bugfix/oauth-scopes-join' into 'develop'
2019-03-02 Haelwenn (lanodan... Pleroma.User: mix format
2019-03-02 Haelwenn (lanodan... RelMe.maybe_put_rel_me/2: When true put "me" otherwise nil
2019-03-02 Haelwenn (lanodan... Pleroma.User: Fix syntax and user.ap_id call
2019-03-02 Haelwenn (lanodan... Pleroma.User: Pass an array to profile_urls
2019-03-02 Haelwenn (lanodan... Pleroma.Web.RelMe: fixups
2019-03-02 Haelwenn (lanodan... Pleroma.User: Add rel=me to URLs where it linkbacks...
2019-03-02 Haelwenn (lanodan... Web.OAuth.OAuthController: Fix scopes Enum.join for...
2019-03-01 Maxim FilippovRefactor a little bit
2019-03-01 Maxim FilippovShow current user in users list as well
2019-03-01 Maxim FilippovAdd "local" params to users search
2019-03-01 kaniiniMerge branch 'hotfix/http-date-header' into 'develop'
2019-03-01 William Pitcockactivitypub: fix date header format
2019-03-01 lambdaMerge branch 'bugfix/236-ambiguous-route-for-numerical...
2019-03-01 lambdaMerge branch 'feature/cowboy2' into 'develop'
2019-03-01 rinpatch[#675] Do not show DMs in mentions timeline
2019-02-28 William Pitcockmastodon websocket: return errors using ok, not stop
2019-02-28 William Pitcockmastodon websocket: bring back infinity timeout
2019-02-28 Maxim FilippovAdd search users endpoint
2019-02-28 William Pitcockmastodon websocket: use pattern match to get query...
2019-02-28 William Pitcockmastodon api: websocket: update code for cowboy 2.x
2019-02-28 Maxim FilippovUse Mastodon API views in Admin API
2019-02-28 hrefMerge branch 'customizable_auth' into 'develop'
2019-02-28 Ivan TashkinovRenamed *DatabaseAuthenticator to *Authenticator.
2019-02-28 Ivan TashkinovAdded `auth_template/0` to DatabaseAuthenticator.
2019-02-28 kaniiniMerge branch 'with-mutes' into 'develop'
2019-02-28 hrefMerge branch 'customizable_auth' into 'develop'
2019-02-28 kaniiniMerge branch 'speedup-follow-requests' into 'develop'
2019-02-28 kaniiniMerge branch 'deactivated-in-user-view' into 'develop'
2019-02-28 Ivan TashkinovMade auth customization be runtime-configurable.
2019-02-28 lambdaMerge branch 'feature/mastoapi-embedded-relationships...
2019-02-28 eugenijmAdded deactivated to the user view
2019-02-27 Maxim FilippovAdd pagination to users admin API
2019-02-27 lainRemove parts of the old activity view.
2019-02-27 lainAdd user muted status info to twitterapi.
2019-02-27 lainAdd user muted status info to MastodonAPI.
2019-02-27 lainAdd `with_muted` param.
2019-02-27 lainFollower requests: Utilize object index.
2019-02-27 William Pitcockmastodon api: embed relationship card under account...
2019-02-27 kaniiniMerge branch 'fix/formatter' into 'develop'
2019-02-27 Egor Kislitsynfix formatter
2019-02-26 kaniiniMerge branch 'auto_linker' into 'develop'
2019-02-26 EgorAutoLinker
2019-02-26 kaniiniMerge branch 'feature/more-actions-to-admin-api' into...
2019-02-26 Maxim FilippovAdd more admin actions
2019-02-26 Ivan TashkinovAdded missing copyright headers.
2019-02-26 Ivan TashkinovMerge remote-tracking branch 'remotes/origin/develop...
2019-02-26 Ivan TashkinovDatabase authenticator behaviour / Pleroma implementati...
2019-02-24 kaniiniMerge branch 'trivial/remove-io-inspect-spam' into...
2019-02-24 William Pitcocktwitter card: remove IO.inspect() spam
2019-02-24 11backslashesdelegate user retrieval to the User module
2019-02-23 kaniiniMerge branch 'add-apache-cache-config' into 'develop'
2019-02-23 kaniiniMerge branch 'card-handling' into 'develop'
2019-02-22 link0ffOpenLDAP support
2019-02-22 lainMove visibility into own module.
2019-02-22 lainFix private post card handling.
2019-02-22 Ivan TashkinovMinor setting name adjustment (:app_template -> :app_la...
2019-02-22 kaniiniMerge branch 'fix/twittercards' into 'develop'
2019-02-22 kaniiniMerge branch 'bugfix/outbox-bomb-on-empty-activities...
2019-02-22 KZFix: Fixing an outbox related bug when local user activ...
2019-02-21 Ivan TashkinovAuth customization support.
2019-02-21 lambdaMerge branch 'bugfix/httpsig-sign-date' into 'develop'
2019-02-21 lambdaMerge branch 'bugfix/as2-accept-json' into 'develop'
2019-02-21 William Pitcockactivitypub: sign http date header
2019-02-20 William Pitcockfix fetching AP objects with application/json
2019-02-20 lambdaMerge branch 'feature/improve-error-logging' into ...
2019-02-20 William Pitcocklogging: only return ISE reasons in API responses when...
2019-02-20 William Pitcocklogging: improve visibility into ISE errors
2019-02-20 kaniiniMerge branch 'feature/reports' into 'develop'
2019-02-20 EgorReports
2019-02-20 kaniiniMerge branch 'nicer-share-urls' into 'develop'
2019-02-20 lainAdd some nicer urls in status view.
2019-02-20 lambdaMerge branch '468_oauth2_scopes' into 'develop'
2019-02-20 Ivan Tashkinov[#468] Added support for `push` OAuth scope (Mastodon...
2019-02-20 Ivan Tashkinov[#468] Merged `upstream/develop`.
2019-02-20 lambdaMerge branch 'muting' into 'develop'
2019-02-20 Ivan Tashkinov[#468] Adjusted scope restriction for MastodonAPIContro...
2019-02-19 kaniiniMerge branch 'set-activation-status-admin-api' into...
2019-02-19 Ekaterina VaartisUpdate the mute implementation to the current codebase
2019-02-19 Ekaterina VaartisRemove unused "muted" parameter, use piping for mute...
2019-02-19 Ekaterina VaartisDo not unfollow muted users
2019-02-19 Ekaterina VaartisImplement mastodon mutes endpoint
2019-02-19 Ekaterina VaartisImplement muting, add it to the mastodon API
2019-02-19 hrefPlayer: allow styles on CSP, loop videos
2019-02-19 hrefCSP: Allow iframes on embed player
next