Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-13 | TwitterApi: Add direct message endpoint | lain | |
2018-11-13 | MastodonAPI: Add pagination to private messages. | lain | |
2018-11-12 | Merge branch 'twitter-api-null-display-name' into 'develop' | scarlett | |
Twitter API: Fall back to user.nickname if user has no name Closes #375 See merge request pleroma/pleroma!444 | |||
2018-11-12 | Twitter API: Add tests for nil names. | scarlett | |
2018-11-12 | http security: allow referrer-policy to be configured | William Pitcock | |
2018-11-12 | rename CSPPlug to HTTPSecurityPlug. | William Pitcock | |
2018-11-11 | tests: add tests for CSPPlug | William Pitcock | |
2018-11-10 | tests: add test for internal data stripping | William Pitcock | |
2018-11-10 | Merge branch 'bugfix/ostatus-as2-reflection' into 'develop' | kaniini | |
ostatus: only federate activities concerning note objects See merge request pleroma/pleroma!437 | |||
2018-11-10 | Merge branch 'tests/prismo-url-map' into 'develop' | kaniini | |
Test that prismo url-map transforms into a string See merge request pleroma/pleroma!414 | |||
2018-11-10 | add missing prismo testcase data | William Pitcock | |
2018-11-10 | tests: add tests for new OStatus.is_representable? function | William Pitcock | |
2018-11-09 | tests: add testing for new notification behavior | William Pitcock | |
2018-11-08 | tests: flip testing to/cc for mentions | William Pitcock | |
2018-11-08 | Merge branch 'small-jsonld-refactor' into 'develop' | lambda | |
Small jsonld refactor See merge request pleroma/pleroma!433 | |||
2018-11-08 | Unify json ld header handling. | lain | |
2018-11-08 | Small refactor. | lain | |
2018-11-07 | Merge branch 'feature/qvitter-notifications-dismiss' into 'develop' | kaniini | |
qvitter notifications: add new "read notifications" API See merge request pleroma/pleroma!431 | |||
2018-11-07 | Merge branch 'runtime-config' into 'develop' | kaniini | |
Runtime configuration See merge request pleroma/pleroma!430 | |||
2018-11-06 | tests: add tests for twitterapi endpoint | William Pitcock | |
2018-11-06 | tests: add tests for Notification.set_read_up_to() | William Pitcock | |
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-11-06 | Merge branch 'runtime-router' into 'develop' | kaniini | |
Runtime configured router See merge request pleroma/pleroma!426 | |||
2018-11-06 | Small wrapper module around Application.get_env/put_env | href | |
Same API as the old Pleroma.Config | |||
2018-11-06 | format | href | |
2018-11-06 | Get rid of Pleroma.Config in favor of Application | href | |
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232 | |||
2018-11-06 | Add federating plug & public tests | href | |
2018-11-03 | Fix formatting. | lain | |
2018-11-03 | Test for null-content activities. | lain | |
2018-11-03 | Test for case-insensitive mastodon hashtag timelines. | lain | |
2018-11-02 | Check for empty string in_reply_to ids. | lain | |
2018-11-01 | Test that prismo url-map transforms into a string | Haelwenn (lanodan) Monnier | |
2018-11-01 | Ensure filters have a filter_id | Lee Starnes | |
2018-11-01 | Test Relay, switch to runtime configuration. | lain | |
2018-11-01 | Add basic configuration management module. | lain | |
2018-11-01 | object: split object_cache from user_cache | William Pitcock | |
2018-11-01 | test: fixup test breakage caused by User.delete() harmonization | William Pitcock | |
2018-11-01 | tests: add tests for User + cache interactions | William Pitcock | |
2018-11-01 | tests: add tests for object deletion | William Pitcock | |
2018-10-29 | Add user reactivation task. | scarlett | |
2018-10-26 | testsuite: formatting | William Pitcock | |
2018-10-26 | tests: add testsuite for broken thread filter | William Pitcock | |
2018-10-25 | tests: add test for user inbox | William Pitcock | |
2018-10-25 | tests: twitterapi: add additional fields | William Pitcock | |
2018-10-25 | tests: update for new in_reply_to_screen_name field | William Pitcock | |
2018-10-20 | Fix some typos in the list test. | eal | |
2018-10-19 | Add a test for List.get_lists_account_belongs | AkiraFukushima | |
2018-10-17 | tests: add a testcase for matching osada users in the formatter | 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-10-11 | test: add regression test for #316 | William Pitcock | |