Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-03 | Update Copyrights | Mark Felder | |
2019-09-25 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-07-29 | constants: add as_public constant and use it everywhere | Ariadne Conill | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-05-22 | [#699] add worker to clean expired oauth tokens | Maksim | |
2019-05-17 | Fix/902 random compile failing | Alexander Strizhakov | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> | |||
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-02 | change `Repo.get(User, id)` => `User.get_by_id(id)` | Egor Kislitsyn | |
2019-03-20 | Ecto 3.0.5 migration | rinpatch | |
kms | |||
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-19 | [#468] Merged `upstream/develop`. | Ivan Tashkinov | |
2019-02-18 | Merge branch 'feature/add-oauth-tokens-endpoint' into 'develop' | kaniini | |
Add OAuth tokens endpoint See merge request pleroma/pleroma!805 | |||
2019-02-17 | Render only "id", "valid_until" and "app_name" in TokenView | Maxim Filippov | |
2019-02-17 | [#468] Merged `upstream/develop`, resolved conflicts. | Ivan Tashkinov | |
2019-02-14 | oauth: never use base64 padding when returning tokens to applications | William Pitcock | |
The normal Base64 alphabet uses the equals sign (=) as a padding character. Since Base64 strings are self-synchronizing, padding characters are unnecessary, so don't generate them in the first place. | |||
2019-02-14 | [#468] User UI for OAuth permissions restriction. Standardized storage ↵ | Ivan Tashkinov | |
format for `scopes` fields, updated usages. | |||
2019-02-13 | Update token.ex | Maxim Filippov | |
2019-02-13 | Add revoke token | Maxim Filippov | |
2019-02-13 | Add OAuth tokens endpoint | Maxim Filippov | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-09 | [#468] Prototype of OAuth2 scopes support. TwitterAPI scope restrictions. | Ivan Tashkinov | |
2019-01-23 | Flake Ids for Users and Activities | href | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-10-14 | Delete Tokens and Authorizations on password change | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/320 | |||
2018-05-07 | More warning fixes. | lain | |
2018-03-30 | Format the code. | lain | |
2017-09-09 | Make auth tokens usable once and expire them. | Roger Braun | |
2017-09-07 | Slight cleanup. | Roger Braun | |
2017-09-06 | Add very basic oauth and mastodon api support. | Roger Braun | |