Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | Mastdon API: Add ability to get a remote account by nickname to | rinpatch | |
`/api/v1/accounts/:id` | |||
2019-07-10 | Add SetLocalePlug | Egor Kislitsyn | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-05-30 | Use Pleroma.Config everywhere | Egor Kislitsyn | |
2019-05-24 | Move the Cache Control header test to its own file | feld | |
We can consolidate our cache control header tests here | |||
2019-05-11 | Initial bundle of basic AdminFE | feld | |
Due to CSP headers we only allow connecting to self. If you want to host AdminFE on a separate domain without CSP headers you will be able to connect to any public Pleroma host. | |||
2019-04-16 | make Pleroma.Endpoint use extra_cookie_attrs in config | Hakurei Reimu | |
2019-04-08 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # docs/config.md # test/support/factory.ex | |||
2019-04-05 | [#923] OAuth consumer mode refactoring, new tests, tests adjustments, readme. | Ivan Tashkinov | |
2019-04-04 | Set up telemetry and prometheus | href | |
2019-04-01 | [#923] Deps config adjustment (no `override` for `httpoison`), code analysis ↵ | Ivan Tashkinov | |
issues fixes. | |||
2019-03-15 | Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth | Ivan Tashkinov | |
2019-03-15 | [#923] OAuth: prototype of sign in / sign up with Twitter. | Ivan Tashkinov | |
2019-03-15 | robots.txt | William Pearson | |
Add default robots.txt that allows bots access to all paths. Add mix task to generate robots.txt taht allows bots access to no paths. Document custom emojis, MRF and static_dir static_dir documentation includes docs for the robots.txt Mix task. | |||
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-03-11 | Sign in via Twitter (WIP). | Ivan Tashkinov | |
2019-02-01 | Use url() instead of static_url in Endpoint.websocket_url() | eugenijm | |
2019-02-01 | Use String.replace_leading instead of String.replace for getting websocket ↵ | eugenijm | |
streaming api url. Extract the login responsible for obtaining websocket URL into the corresponding Endpoint function. | |||
2019-02-01 | Serve sw-pleroma.js properly | href | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-18 | Documentation: Move generated files to priv/static/doc, add it to endpoint.ex | Haelwenn (lanodan) Monnier | |
2018-12-17 | Instance/Static runtime plug | href | |
This allows to set-up an arbitrary directory which overrides most of the static files: index.html static/ emoji/ packs/ sounds/ images/ instance/ favicon.png. If the files are not present in the directory, the bundled ones in priv/static will be used. | |||
2018-12-17 | Cowboy handler for Mastodon WebSocket | href | |
2018-12-16 | Upgrade to Phoenix 1.4 | href | |
2018-11-30 | reverse proxy / uploads | href | |
2018-11-19 | Various runtime configuration fixes | href | |
2018-11-13 | Add __Host- prefix when secure flag is enabled | shibayashi | |
2018-11-12 | rename CSPPlug to HTTPSecurityPlug. | William Pitcock | |
2018-11-11 | plugs: add CSPPlug | William Pitcock | |
2018-11-10 | endpoint: move CORSPlug in front of Plug.Static | William Pitcock | |
2018-11-10 | endpoint: fix formatting | William Pitcock | |
2018-11-08 | Pleroma.Web.Endpoint: Whitelist schemas directory | Haelwenn (lanodan) Monnier | |
2018-11-03 | Add CORSPlug to make web-based OAuth easier. | lain | |
2018-09-07 | Merge branch 'add-secure-and-samesite-cookie-flags' into 'develop' | kaniini | |
Add Secure and SameSite cookie flags See merge request pleroma/pleroma!302 | |||
2018-08-28 | Explicitly set 'http_only' to true | shibayashi | |
2018-08-28 | Set SameSite flag to 'Strict' | shibayashi | |
2018-08-27 | cleaning up a bit. | Thurloat | |
2018-08-28 | Fix formatting | shibayashi | |
2018-08-28 | Add Secure and SameSite cookie flags | shibayashi | |
2018-07-31 | activitypub: verify remote http signature digests by recomputing the digest ↵ | William Pitcock | |
and replacing the digest header | |||
2018-04-24 | Merge branch 'favicon_tag' into 'develop' | lambda | |
Fix endpoint for favicon See merge request pleroma/pleroma!84 | |||
2018-04-05 | Fix failure to serve media from custom upload path | RX14 | |
2018-04-01 | Fix conflict | KANEKO Yoshitaka | |
2018-03-31 | config: make the upload limit configurable | William Pitcock | |
2018-03-30 | Format the code. | lain | |
2018-03-27 | Switch to Jason for json handling. | lain | |
It's twice as fast and will be the standard in the coming ecto. | |||
2018-03-25 | Fix favicon and add to index.html | KANEKO Yoshitaka | |
2018-02-08 | Merge branch 'fix/config-disable-chat' into 'develop' | lambda | |
Add config option for enabling/disabling chat. See merge request pleroma/pleroma!58 | |||
2018-02-03 | add backend endpoint /images | Hakaba Hitoyo | |