little channges
[akkoma] / lib /
2019-04-06 Alex Slittle channges
2019-04-06 Alex Scode style
2019-04-06 Alex Sadmin api endpoints for invites
2019-04-06 Alex Stoken -> invite renaming
2019-04-06 Alex Stwitter api registration
2019-04-06 Alex Sgenerating tokens with mix
2019-04-05 HaelwennMerge branch 'feature/mastofe-redurect-to-referer-after...
2019-04-05 Sergey SuprunenkoRedirect to the referer url after mastofe authorization
2019-04-05 feldMerge branch 'feature/admin-api-follow' into 'develop'
2019-04-05 Mark FelderRedundant Repo.get_by usage was recently removed from...
2019-04-05 Roger BraunAdd user following / unfollowing to the admin api.
2019-04-05 lambdaMerge branch 'hotfix/html-sanitization' into 'develop'
2019-04-05 rinpatchRefactor html caching functions to have a key instead...
2019-04-04 lambdaMerge branch 'fix/add-oauth-token-indexes' into 'develop'
2019-04-04 lambdaMerge branch 'features/pleroma-tan-mastofe' into 'develop'
2019-04-04 Haelwenn (lanodan... mastodon_api_controller.ex: Add pleroma-tan to initial_...
2019-04-03 lambdaMerge branch 'feature/robotstxt' into 'develop'
2019-04-03 Sachin JoshiGenerate permissive or restrictive robots.txt in the...
2019-04-03 lambdaMerge branch 'fix/preview-not-working-with-form-data...
2019-04-02 rinpatchFix preview not being usable in form data
2019-04-02 HaelwennMerge branch 'fix-slow-relationships' into 'develop'
2019-04-02 lambdaMerge branch 'bugfix/wrong-date-format' into 'develop'
2019-04-02 lambdaMerge branch 'feature/fake-statuses' into 'develop'
2019-04-02 lainMerge remote-tracking branch 'origin/develop' into...
2019-04-02 lainActivityPub Utils: Greatly speed up the follow / block...
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 lambdaMerge branch 'features/pleroma-tan' into 'develop'
2019-04-02 rinpatchRename fake param to preview and make the tests check...
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 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 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 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-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 lambdaMerge branch 'admin-api-user-show' into 'develop'
2019-03-27 eugenijmAdd user show endpoint for Pleroma admin API
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
next