aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api
AgeCommit message (Expand)Author
2019-04-22added healthcheck setting to instance configAlex S
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-22Feature/826 healthcheck endpointAlexander Strizhakov
2019-04-22Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-04-20Fix incorrect multiple emoji tag handling introduced in initial implEkaterina Vaartis
2019-04-18Fix search in TwitterAPIrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-16Handle new-style mastodon follow listsNormandy
2019-04-15Remove inReplyToStatusIdrinpatch
2019-04-12Merge branch 'bugfix/pleroma-email-naming' into 'develop'lambda
2019-04-11move user disable into deactivationEgor Kislitsyn
2019-04-11Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-04-10Merge branch 'feature/767-multiple-use-invite-token' into 'develop'lambda
2019-04-10Merge branch 'fix/emoji-api-nonsense' into 'develop'lambda
2019-04-10s/Pleroma.UserEmail/Pleroma.Emails.UserEmail/Haelwenn (lanodan) Monnier
2019-04-10s/Pleroma.Mailer/Pleroma.Emails.Mailer/Haelwenn (lanodan) Monnier
2019-04-10Merge branch 'notification-pleroma-settings' into 'develop'kaniini
2019-04-09Change response format of /api/pleroma/emoji to the one that actually makes s...rinpatch
2019-04-06code styleAlex S
2019-04-06Merge develop to 770-add-emoji-tagsAlex S
2019-04-06token -> invite renamingAlex S
2019-04-06twitter api registrationAlex S
2019-04-05Refactor html caching functions to have a key instead of a module, use more c...rinpatch
2019-04-02Merging develop into feature/770-add-emoji-tagsAlex S
2019-04-02Merge branch 'bugfix/share-mastodon' into 'develop'lambda
2019-04-02Merge develop into feature/770-add-emoji-tagsAlex S
2019-04-02replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(ni...Egor Kislitsyn
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)`Egor Kislitsyn
2019-04-02add support for all status type (ostatus) and replase case with ifSachin Joshi
2019-04-02fetch url for OStatus to know if it is a/c or statusSachin Joshi
2019-04-01[OStatus] adds status to pleroma instance if the url given is a statusSachin Joshi
2019-04-01Adding tag to emoji ets tableAlex S
2019-03-28Add PUT /api/pleroma/notification_settings endpointeugenijm
2019-03-26Remove ActivityRepresenterrinpatch
2019-03-23Fix text being nullable in TwitterAPIrinpatch
2019-03-22Merge branch 'safe-mentions' into 'develop'kaniini
2019-03-21common api: move context functions from twitterapiWilliam Pitcock
2019-03-21UtilController: Return state of safe dm mentions.lain
2019-03-18Initial attempt at updating return typeZachary Dunn
2019-03-15Allow to mark a single notification as readeugenijm
2019-03-13Unify unfollow, accept and reject follow requests using CommonAPIeugenijm
2019-03-13Pleroma.Web.TwitterAPI.Controller: Remove duplicated alias/esHaelwenn (lanodan) Monnier
2019-03-13[Credo] make all variables use snake_caseHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-13[Credo] Fix the consistencyHaelwenn (lanodan) Monnier
2019-03-04Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-03-04Merge branch 'unify-follow' into 'develop'kaniini
2019-03-04allow users to disable their own accountEgor Kislitsyn
2019-03-04Fix DM visibility for blocking userseugenijm