summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-04fix most testsWilliam Pitcock
2018-12-04ostatus: use Object.normalize() where appropriate when representing activitiesWilliam Pitcock
2018-12-04mastodon api: use Object.normalize() in a few missing spotsWilliam Pitcock
2018-12-04mastodon api: status view: use Object.normalize()William Pitcock
2018-12-04twitterapi: more object normalization workWilliam Pitcock
2018-12-04activitypub: normalize objects when streaming them outWilliam Pitcock
2018-12-04ostatus: note handler: appropriately use Object.normalize()William Pitcock
2018-12-04common api: utils: access inReplyTo object ID correctlyWilliam Pitcock
2018-12-04common api: fetch visibility from normalized objectWilliam Pitcock
2018-12-04gopher: use Object.normalize()William Pitcock
2018-12-04activity: clean up direct use of object dataWilliam Pitcock
2018-12-03Merge branch 'fix/parse-user-bio' into 'develop'lambda
Parse user's bio on register See merge request pleroma/pleroma!492
2018-12-03Merge branch 'fix-media-proxy-defaults' into 'develop'lambda
Fix media proxy config defaults See merge request pleroma/pleroma!495
2018-12-03Parse bio for MastodonAPIMaxim Filippov
2018-12-03Merge branch 'update-pleroma-frontend' into 'develop'kaniini
update-pleroma-frontend See merge request pleroma/pleroma!494
2018-12-03update-pleroma-frontendhakabahitoyo
2018-12-02Merge branch 'user_info_fixes_again' into 'develop'Haelwenn
User info fixes again See merge request pleroma/pleroma!489
2018-12-03Merge branch 'develop' into fix/theora-detection-read-bytesrinpatch
2018-12-03Change @read_bytes to 35rinpatch
2018-12-02F O R M A T I N GRin Toshaka
2018-12-02Move generate_invite to user.exRin Toshaka
2018-12-02Format filesMaxim Filippov
2018-12-02Refactor copypasta to a private function in instance.exRin Toshaka
2018-12-02Parse user's bio on registerMaxim Filippov
2018-12-02Lint fixRin Toshaka
2018-12-02Move gen.instance to instance.exRin Toshaka
2018-12-02TwitterAPI: Implement hide_network.lain
2018-12-02Move unsubscribe user task to pleroma/user.ex. Delete unsubscribe_user.ex. ↵Rin Toshaka
Fix pleroma.user toggle_activated to work not only on local users.
2018-12-02MastodonApi: Implement hide_network.lain
2018-12-02Hide network in ap.lain
2018-12-02Fix media proxy config defaultshref
2018-12-02Add uuid generation extension to sample_psql.eex.lain
2018-12-02Fix background updating / handling.lain
2018-12-02Lint fixRin Toshaka
2018-12-02Add admin option to pleroma.user new. Add user existence checking to ↵Rin Toshaka
toggle_activated
2018-12-01Merge branch 'validate-user-info' into 'develop'kaniini
Validate user info See merge request pleroma/pleroma!465
2018-12-01Move set_admin task to lib/mix/tasks/pleroma/user.exrinpatch
2018-12-01Delete reactivate user taskrinpatch
2018-12-01Fix toggle_deactivated to reactivate a deactivated userrinpatch
2018-12-01Merge branch 'fix/config-replace-try-catch-with-file-exists' into 'develop'lambda
#292 Replace try/rescue with File.Exists? in dev.exs See merge request pleroma/pleroma!488
2018-12-01Attempt to resolve merge conflictrinpatch
2018-12-01replace try/catch with File.Exists? in dev.exsrinpatch
2018-12-01More fixes for Info schema.lain
2018-12-01TwitterAPI: Fix banner and background update.lain
2018-12-01Genereate uuids for existing info fields.lain
2018-12-01Fix masto api user updating.lain
2018-12-01Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
validate-user-info
2018-12-01Fix admin api.lain
2018-12-01Merge branch 'feature/anonymize-filenames' into 'develop'kaniini
Upload filter: anonymize filename See merge request pleroma/pleroma!486
2018-11-30Upload filter: anonymize filenamehref
It replaces the original filename with a randomly generated string.