Merge branch 'improve-formatter' into 'develop'
[akkoma] / lib /
2019-04-02 lainActivityPub Utils: Greatly speed up the follow / block...
2019-04-02 Alex SMerging develop into feature/770-add-emoji-tags
2019-04-02 Alex Ssecond level of headertext change in doc
2019-04-02 lambdaMerge branch 'bugfix/share-mastodon' into 'develop'
2019-04-02 lambdaMerge branch 'remove-user-activities' into 'develop'
2019-04-02 lambdaMerge branch 'get_by_id' into 'develop'
2019-04-02 Alex SMerge develop into feature/770-add-emoji-tags
2019-04-02 lambdaMerge branch 'features/pleroma-tan' into 'develop'
2019-04-02 rinpatchRename fake param to preview and make the tests check...
2019-04-02 Ivan TashkinovMerge remote-tracking branch 'remotes/upstream/develop...
2019-04-02 lambdaMerge branch 'features/mastoapi/2.6.0-force-login-optio...
2019-04-02 lambdaMerge branch 'get_by_id' into 'develop'
2019-04-02 lambdaMerge branch 'fix/nicknames-beginning-with-numbers...
2019-04-02 cascodeFix account lookup for nicknames beginning with numbers
2019-04-02 Ivan Tashkinov[#923] Merge remote-tracking branch 'remotes/upstream...
2019-04-02 Egor Kislitsynreplace `Repo.get_by(User, nickname: nickname)` with...
2019-04-02 Egor Kislitsynchange `Repo.get(User, id)` => `User.get_by_id(id)`
2019-04-02 Egor Kislitsynchange `Repo.get(Activity, id)` => `Activity.get_by_id...
2019-04-02 Sergey SuprunenkoIgnore dates in wrong formats
2019-04-02 Egor Kislitsynadd `user delete_activities` mix task
2019-04-02 Alex Slittle changes and typos
2019-04-02 Alex Srefactoring of emoji tags config to use groups
2019-04-02 Egor KislitsynMerge remote-tracking branch 'pleroma/develop' into...
2019-04-02 Sachin Joshiadd support for all status type (ostatus) and replase...
2019-04-02 rinpatchMerge branch 'bugfix/mastoapi/2.8.0-fake_identityproof...
2019-04-02 Sachin Joshifetch url for OStatus to know if it is a/c or status
2019-04-01 Haelwenn (lanodan... router: Add fake identity proof endpoint
2019-04-01 Sergey SuprunenkoHandle dates in the Unix timestamp format (Fixes #763)
2019-04-01 Sachin Joshi[OStatus] adds status to pleroma instance if the url...
2019-04-01 Ivan TashkinovFixed local MastoFE authentication / `force_login`...
2019-04-01 Ivan TashkinovAdded `force_login` authentication option (previously...
2019-04-01 Alex Scode style
2019-04-01 Alex SAdding tag to emoji ets table
2019-04-01 rinpatchMove putting fake attribute to lib/pleroma/web/activity...
2019-04-01 rinpatchinsert object defaults for fake activities and make...
2019-04-01 rinpatchoof
2019-04-01 rinpatchFix the issue with HTML scrubber
2019-04-01 Ivan Tashkinov[#923] Minor code readability fix.
2019-04-01 Ivan Tashkinov[#923] Deps config adjustment (no `override` for `httpo...
2019-04-01 Ivan Tashkinov[#923] Merge remote-tracking branch 'remotes/upstream...
2019-03-30 rinpatchAdd a fake option to lazy_put_actvity_defaults
2019-03-29 rinpatchImplement fake status submit
2019-03-29 lambdaMerge branch 'pleroma_job_queue' into 'develop'
2019-03-29 EgorReplace Pleroma.Jobs with `pleroma_job_queue`
2019-03-29 lambdaMerge branch 'sayonara-gitlab-wiki' into 'develop'
2019-03-29 lambdaMerge branch 'feature/deploy-docs' into 'develop'
2019-03-28 Haelwenn (lanodan... mastodon_api_controller.ex: fallback to first for min_id
2019-03-28 Haelwenn (lanodan... mastodon_api_controller.ex: Use min_id in link header...
2019-03-28 Haelwenn (lanodan... pagination.ex: Drop atom keys in params
2019-03-28 Haelwenn (lanodan... activity_pub.ex: Move limit/max_id restrictions to...
2019-03-28 eugenijmAdd PUT /api/pleroma/notification_settings endpoint
2019-03-28 lambdaMerge branch 'admin-api-user-show' into 'develop'
2019-03-28 eugenijmNotification controls
2019-03-27 eugenijmAdd user show endpoint for Pleroma admin API
2019-03-27 Alex Spassword reset page labels align
2019-03-27 Ivan TashkinovMerge remote-tracking branch 'remotes/origin/develop...
2019-03-27 Ivan Tashkinov[#923] OAuth consumer improvements, fixes, refactoring.
2019-03-27 lambdaMerge branch 'feature/more-user-filters' into 'develop'
2019-03-27 rinpatchMerge branch 'hotfix/missing-announce-mastoapi' into...
2019-03-27 rinpatchFix missing announces in MastoAPI home timeline
2019-03-27 lambdaMerge branch 'apps-verify-credentials' into 'develop'
2019-03-26 Maxim FilippovAdd more user filters + move search to its own module
2019-03-26 eugenijmAdd vapid_key to the `POST /api/v1/apps` response
2019-03-26 eugenijmAdd GET /api/v1/apps/verify_credentials
2019-03-26 lambdaMerge branch 'fix/ap-icon' into 'develop'
2019-03-26 lambdaMerge branch 'features/mastoapi/2.7.2-instance-attribut...
2019-03-26 lainAP UserView: Refactor banner / avatar display code...
2019-03-26 lambdaMerge branch 'features/mastoapi/2.7.0-auth-error-messag...
2019-03-26 lambdaMerge branch 'replies-count' into 'develop'
2019-03-26 lambdaMerge branch 'refactor/remove-activity-representer...
2019-03-26 rinpatchRemove ActivityRepresenter
2019-03-26 Ivan TashkinovMastodon 2.7.2 instance attributes (registrations,...
2019-03-26 eugenijmIncrement replies_count on replies (MastoAPI)
2019-03-26 Ivan TashkinovComments split.
2019-03-26 Ivan TashkinovMastodon-based auth error messages. Defaulted User...
2019-03-26 Mark FelderTry sending an empty map
2019-03-25 Mark FelderAttempt to fix incorrect federation of default instance...
2019-03-25 rinpatchMerge branch 'bugfix/missing-announces' into 'develop'
2019-03-25 William Pitcockfix up missing announcements with preloads
2019-03-25 kaniiniMerge branch 'features/s3-uploader-digital-ocean' into...
2019-03-25 kaniiniMerge branch 'fix/mastoapi-liked' into 'develop'
2019-03-24 rinpatchServe non-public activities in /api/v1/favourites
2019-03-24 Austin Lanariadd overriding truncated_namespace condition for trunca...
2019-03-24 rinpatchMerge branch 'features/mrf-keyword-nil-summary' into...
2019-03-24 Haelwenn (lanodan... mrf/keyword_policy.ex: Fix when summary == nil, do...
2019-03-24 rinpatchMerge branch 'fix/eldap-warnings' into 'develop'
2019-03-24 kaniiniMerge branch 'feature/object-normalize-preload' into...
2019-03-23 William Pitcockactivity: use left join instead of inner join when...
2019-03-23 William Pitcockuser: use preloads when deleting accounts
2019-03-23 William Pitcockostatus: use preload objects with Object.normalize...
2019-03-23 William Pitcockobject: downgrade normalize warning to debug severity
2019-03-23 William Pitcockactivitypub: object view: use preloaded object when...
2019-03-23 William Pitcockactivity: add get_by_ap_id_with_object()
2019-03-23 William Pitcockactivitypub: when fetching objects, use the preloaded...
2019-03-23 William Pitcocknotification: formatting
2019-03-23 William Pitcockstreamer: use the preloaded object if possible
2019-03-23 William Pitcockrich media: helpers: only crawl Create activities
2019-03-23 William Pitcocknotification: preload child objects
2019-03-23 William Pitcockrelay: use preloaded object since we always have it
2019-03-23 William Pitcockostatus: fetch preloaded object in note handler for...
next