Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-06-01 | Keep original Shoutbox channel name as chat:public | Mark Felder | |
There is no sane / high level workaround for merging users who join shout:public and chat:public. | |||
2021-06-01 | Rename the non-federating Chat feature to Shout | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-03-03 | Update Copyrights | Mark Felder | |
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-13 | [Credo] write large numbers with underscore separation | Haelwenn (lanodan) Monnier | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-16 | Upgrade to Phoenix 1.4 | href | |
2018-11-19 | Various runtime configuration fixes | href | |
2018-05-04 | Clean up unused aliases and imports | Mark Felder | |
2018-03-30 | Format the code. | lain | |
2018-02-03 | Add config option for enabling/disabling chat. | eal | |
2017-12-05 | Don't save user in socket, just save the name. | Roger Braun | |
2017-12-04 | Basic backend chat. | Lain Iwakura | |
2017-03-17 | Phoenix skeleton | Roger Braun | |