summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-03-28mastodon_api_controller.ex: Use min_id in link header instead of since_idHaelwenn (lanodan) Monnier
2019-03-28pagination.ex: Drop atom keys in paramsHaelwenn (lanodan) Monnier
Atom keys could also have been transformed to string, or the other way around but this one is more efficient and what we actually expect with the current param_types in Pagination
2019-03-28activity_pub.ex: Move limit/max_id restrictions to Pagination helpersHaelwenn (lanodan) Monnier
2019-03-28Add PUT /api/pleroma/notification_settings endpointeugenijm
2019-03-28Notification controlseugenijm
Allow users to configure whether they want to receive notifications from people they follow / who follow them, people from remote / local instances
2019-03-27Add user show endpoint for Pleroma admin APIeugenijm
2019-03-27password reset page labels alignAlex S
2019-03-27Merge remote-tracking branch 'remotes/origin/develop' into twitter_oauthIvan Tashkinov
2019-03-27[#923] OAuth consumer improvements, fixes, refactoring.Ivan Tashkinov
2019-03-27Merge branch 'feature/more-user-filters' into 'develop'lambda
Add more user filters + move search to its own module See merge request pleroma/pleroma!982
2019-03-27Fix missing announces in MastoAPI home timelinerinpatch
Closes #762
2019-03-27Add more user filters + move search to its own moduleMaxim Filippov
2019-03-26Add vapid_key to the `POST /api/v1/apps` responseeugenijm
2019-03-26Add GET /api/v1/apps/verify_credentialseugenijm
2019-03-26Merge branch 'fix/ap-icon' into 'develop'lambda
Do not federate instance avatar Closes #759 See merge request pleroma/pleroma!977
2019-03-26Merge branch 'features/mastoapi/2.7.2-instance-attributes' into 'develop'lambda
Mastodon 2.7.2 instance attributes (registrations, languages) See merge request pleroma/pleroma!979
2019-03-26AP UserView: Refactor banner / avatar display code, add test.lain
2019-03-26Merge branch 'features/mastoapi/2.7.0-auth-error-messages' into 'develop'lambda
Mastodon-based auth error messages. User#auth_active?/1 refactoring. See merge request pleroma/pleroma!978
2019-03-26Merge branch 'replies-count' into 'develop'lambda
Increment replies_count (MastoAPI) Closes #756 See merge request pleroma/pleroma!974
2019-03-26Remove ActivityRepresenterrinpatch
2019-03-26Mastodon 2.7.2 instance attributes (registrations, languages).Ivan Tashkinov
2019-03-26Increment replies_count on replies (MastoAPI)eugenijm
2019-03-26Comments split.Ivan Tashkinov
2019-03-26Mastodon-based auth error messages. Defaulted User#auth_active?/1 to `true`.Ivan Tashkinov
2019-03-25Try sending an empty mapMark Felder
2019-03-25Attempt to fix incorrect federation of default instance avatarsMark Felder
2019-03-25Merge branch 'bugfix/missing-announces' into 'develop'rinpatch
fix up missing announcements with preloads See merge request pleroma/pleroma!972
2019-03-25fix up missing announcements with preloadsWilliam Pitcock
2019-03-25Merge branch 'features/s3-uploader-digital-ocean' into 'develop'kaniini
add overriding truncated_namespace condition for truncating paths for digital ocean See merge request pleroma/pleroma!969
2019-03-25Merge branch 'fix/mastoapi-liked' into 'develop'kaniini
Serve non-public activities in /api/v1/favourites Closes #648 See merge request pleroma/pleroma!970
2019-03-25Serve non-public activities in /api/v1/favouritesrinpatch
Fixes #648
2019-03-24add overriding truncated_namespace condition for truncating paths for ↵Austin Lanari
digital ocean
2019-03-24Merge branch 'features/mrf-keyword-nil-summary' into 'develop'rinpatch
mrf/keyword_policy.ex: Fix when summary == nil, do not whitelist content == nil See merge request pleroma/pleroma!968
2019-03-24mrf/keyword_policy.ex: Fix when summary == nil, do not whitelist content == nilHaelwenn (lanodan) Monnier
2019-03-23activity: use left join instead of inner join when fetching activities that ↵William Pitcock
may or may not have a child object
2019-03-23user: use preloads when deleting accountsWilliam Pitcock
2019-03-23ostatus: use preload objects with Object.normalize() when opportunisticWilliam Pitcock
2019-03-23object: downgrade normalize warning to debug severityWilliam Pitcock
2019-03-23activitypub: object view: use preloaded object when possibleWilliam Pitcock
2019-03-23activity: add get_by_ap_id_with_object()William Pitcock
2019-03-23activitypub: when fetching objects, use the preloaded object from the ↵William Pitcock
synthesized activity
2019-03-23notification: formattingWilliam Pitcock
2019-03-23streamer: use the preloaded object if possibleWilliam Pitcock
2019-03-23rich media: helpers: only crawl Create activitiesWilliam Pitcock
2019-03-23notification: preload child objectsWilliam Pitcock
2019-03-23relay: use preloaded object since we always have itWilliam Pitcock
2019-03-23ostatus: fetch preloaded object in note handler for testsuiteWilliam Pitcock
2019-03-23activitypub: allow skipping preload in some cases (like certain tests where ↵William Pitcock
the preload is obnoxious)
2019-03-23activitypub: add missing with_preloaded_object()William Pitcock
2019-03-23activitypub: splice in the child object if we have oneWilliam Pitcock