Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-11 | Merge branch 'nodeinfo-federation-enabled' into 'develop' | feld | |
report federating status in nodeinfo See merge request pleroma/pleroma!1971 | |||
2019-11-11 | Merge branch 'feature/static-fe' into 'develop' | kaniini | |
Static frontend See merge request pleroma/pleroma!1917 | |||
2019-11-11 | report federating status in nodeinfo | href | |
2019-11-11 | Merge branch 'fix-dokku-2' into 'develop' | lain | |
Dokku deploys: Keep the git dir so version number generation works. See merge request pleroma/pleroma!1967 | |||
2019-11-11 | Merge branch 'patch-1' into 'develop' | rinpatch | |
Default config: Use extended nickname format See merge request pleroma/pleroma!1968 | |||
2019-11-11 | Merge branch 'chore/changelog-1940' into 'develop' | rinpatch | |
Add a changelog entry for !1940 See merge request pleroma/pleroma!1970 | |||
2019-11-11 | Add a changelog entry for !1940 | rinpatch | |
2019-11-11 | Merge branch 'update-ci' into 'develop' | lain | |
Use PG12 in CI for the RUM pipeline Closes #1377 See merge request pleroma/pleroma!1969 | |||
2019-11-11 | Default config: Use extended nickname format | lain | |
2019-11-11 | Use PG12 in CI for the RUM pipeline | Egor Kislitsyn | |
2019-11-11 | Dokku deploys: Keep the git dir so version number generation works. | lain | |
2019-11-11 | Merge branch 'update-docs' into 'develop' | lain | |
Add a warning about Pg version to the RUM related docs See merge request pleroma/pleroma!1966 | |||
2019-11-11 | Merge branch 'iss-1376' into 'develop' | lain | |
Check client and token in GET /oauth/authorize See merge request pleroma/pleroma!1940 | |||
2019-11-11 | Merge branch 'fix/1399' into 'develop' | lain | |
fix for migrate config to db task Closes #1399 See merge request pleroma/pleroma!1964 | |||
2019-11-11 | Add a warning about Pg version to the RUM related docs | Egor Kislitsyn | |
2019-11-11 | Merge branch 'new-rate-limiter' into 'develop' | lain | |
New rate limiter See merge request pleroma/pleroma!1946 | |||
2019-11-11 | New rate limiter | Steven Fuchs | |
2019-11-10 | fix for migrate task | Alexander | |
2019-11-10 | Merge branch 'disable-attachment-links' into 'develop' | lain | |
Disable attachment links by default Closes #1394 See merge request pleroma/pleroma!1962 | |||
2019-11-10 | Disable attachment links by default | rinpatch | |
Closes #1394 | |||
2019-11-10 | Merge branch 'issue/1339' into 'develop' | lain | |
[#1339] add subject to atom feed See merge request pleroma/pleroma!1961 | |||
2019-11-10 | Apply suggestion to config/config.exs | lain | |
2019-11-10 | Apply suggestion to config/config.exs | lain | |
2019-11-10 | Merge branch 'refactor/readme' into 'develop' | lain | |
Partial readme rewrite See merge request pleroma/pleroma!1958 | |||
2019-11-10 | add subject to atom feed | Maksim Pechnikov | |
2019-11-09 | Formatter moved to new module. | Phil Hagelberg | |
2019-11-09 | Add changelog entry, cheatsheet docs, and alphabetize. | Phil Hagelberg | |
2019-11-09 | Add some further test cases. | Phil Hagelberg | |
Including like ... private visibility, cos that's super important. | |||
2019-11-09 | Add tests for static_fe controller. | Phil Hagelberg | |
2019-11-09 | Prevent non-local notices from rendering. | Phil Hagelberg | |
2019-11-09 | Move static_fe config to its own section instead of in :instance. | Phil Hagelberg | |
2019-11-09 | Render errors in HTML, not with JS. | Phil Hagelberg | |
2019-11-09 | Expand subject content automatically when config is set. | Phil Hagelberg | |
2019-11-09 | Include metadata in static FE conversations and profiles. | Phil Hagelberg | |
2019-11-09 | Catch 404s. | Phil Hagelberg | |
2019-11-09 | Pagination for user profiles. | Phil Hagelberg | |
2019-11-09 | Make many of the improvements suggested in review. | Phil Hagelberg | |
2019-11-09 | Static FE plug should only respond to text/html requests. | Phil Hagelberg | |
2019-11-09 | Move static FE routing into its own plug. | Phil Hagelberg | |
Previously it was piggybacking on FallbackRedirectController for users and OStatusController for notices; now it's all in one place. | |||
2019-11-09 | Make sure notice link is remote if the post is remote. | Phil Hagelberg | |
2019-11-09 | Visually separate header. | Phil Hagelberg | |
2019-11-09 | Fix a bug where reblogs were displayed under the wrong user. | Phil Hagelberg | |
2019-11-09 | Change date formatting. | Phil Hagelberg | |
2019-11-09 | Move static-fe CSS to a separate file. | Phil Hagelberg | |
2019-11-09 | Show counts for replies, likes, and announces for selected notice. | Phil Hagelberg | |
Using text instead of an icon, for now. | |||
2019-11-09 | Format dates using CommonAPI utils. | Phil Hagelberg | |
2019-11-09 | Add header to profile/notice pages linking to pleroma-fe. | Phil Hagelberg | |
2019-11-09 | Remove activity/user representer; move logic to controller. | Phil Hagelberg | |
2019-11-09 | Get rid of @data in views and use separate fields. | Phil Hagelberg | |
2019-11-09 | Use gettext for sensitive media warning. | Phil Hagelberg | |