summaryrefslogtreecommitdiffstats
path: root/src/entities/account.rs
AgeCommit message (Expand)Author
2020-09-25use nightly fmtPaul Woolcock
2020-09-25Second fmt passPaul Woolcock
2020-09-25making clippy happyPaul Woolcock
2020-09-25Cargo-fmt passPaul Woolcock
2020-09-25Various cleanup tasksPaul Woolcock
2020-06-11Update to the 2018 editionPaul Woolcock
2020-04-07add documentation to metadata fieldsJennifer Glauche
2020-04-07make MetadataFields be publicJennifer Glauche
2019-04-30account: Properly mark nullable source fieldsChristopher Davis
2019-03-05Add `derive(PartialEq)` to all entitiesPaul Woolcock
2018-09-18Pleroma doesn't have a `fields` field herePaul Woolcock
2018-09-04Allow the user to update their profile metadata fieldsPaul Woolcock
2018-09-01Add a test for UpdateCredentials::buildPaul Woolcock
2018-09-01feat(update_credentials): Implement UpdateCredsRequestPaul Woolcock
2018-08-30Document "everything"Paul Woolcock
2018-08-28Add some more lints, and fix the compile errors they generatePaul Woolcock
2018-08-27Add test for entities::AccountPaul Woolcock
2018-08-27Credientials -> CredentialsPaul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-08-22This field can be `true/false` or `"true"/"false"`Paul Woolcock
2018-06-28fix(account): Fix moved field on Account (#31)Klaus Purer
2018-02-12Version 0.10.0-rc1Aaron Power
2018-02-10Changes IDs to Strings for compliance with APIv1 (#20)Johannes
2017-11-11docs(all): Added documentation to missing partsAaron Power
2017-07-03Fix incompatible serde versions, misspelled reference (#9)Bryan Tsang
2017-04-23Fixed website not being nullable, added static version of urlsAaron Power
2017-04-210.3.0 Redone registration api, added debug/cloneAaron Power
2017-04-10Initial commitAaron Power