Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/>;' | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-07-17 | using atom keys in search params | Alexander Strizhakov | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-08-14 | use default child_specs | stwf | |
2019-05-14 | gopher: fix rendering of post content (closes #895) | William Pitcock | |
2019-04-22 | Replace Object.normalize(activity.data[object] with ↵ | rinpatch | |
Object.normalize(acitivty) to benefit from preloading | |||
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2019-04-02 | change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` | Egor Kislitsyn | |
2019-03-21 | Add a gopher url port config option | Quentin Rameau | |
This lets the user advertise a different port in the gopher urls, for example listening locally on port 7070 but telling clients to connect to the regular port 70. | |||
2019-03-13 | [Credo] Remove parentesis on argument-less functions | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-22 | Move visibility into own module. | lain | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-09 | Credo fixes: alias grouping/ordering | Haelwenn (lanodan) Monnier | |
2019-02-09 | Credo fixes: parameter consistency | 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-07 | Make gopher respect ip | Rin Toshaka | |
2018-12-04 | gopher: use Object.normalize() | William Pitcock | |
2018-11-30 | Fix supervisor order | href | |
This starts `Pleroma.Web.Endpoint` after all other processes and may avoid some weird bugs (especially at start/restart). Also properly ignores starting the gopher's gen_server if disabled. | |||
2018-11-06 | Runtime configuration | href | |
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro. | |||
2018-09-10 | formatting | William Pitcock | |
2018-09-10 | everywhere: use Pleroma.HTML module instead of HtmlSanitizeEx directly | William Pitcock | |
2018-08-10 | lib/pleroma/gopher/server.ex: Fix errorneous empty lines | Haelwenn (lanodan) Monnier | |
2018-08-10 | fix gopher server informational messages | trqx@goat.si | |
some gopher clients did not accept those lines due to a missing tab | |||
2018-05-04 | Group response declarations together | Mark Felder | |
2018-04-02 | Fix some test stuff. | lain | |
2018-03-31 | Use correct linefeed. | lain | |
2018-03-31 | Small fix. | lain | |
2018-03-31 | Fix typo. | lain | |
2018-03-31 | Modify newlines. | lain | |
2018-03-31 | Remove inspect. | lain | |
2018-03-31 | Proper info. | lain | |
2018-03-31 | No tabs. | lain | |
2018-03-31 | Gopher: Add like / repeat count. | lain | |
2018-03-31 | Add gopher server. | lain | |