Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-14 | CommonAPI: generate ModerationLog for all admin/moderator deletes | Haelwenn (lanodan) Monnier | |
As a side-effect it also changes the ChatMessage delete ID to an Activity.id rather than MessageReference.id Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2958 | |||
2022-09-20 | Make instance document controller test sync | Tusooa Zhu | |
2022-07-03 | Merge branch 'from/upstream-develop/tusooa/server-announcements' into 'develop' | Haelwenn | |
Server announcements (1st pass) See merge request pleroma/pleroma!3643 | |||
2022-04-05 | Fix eratic test for POST /api/pleroma/admin/reports/:id/notes | Ilja | |
It retrieved two ReportNotes and then checked one of them. But the order isn't guaranteed, while the test tested on the content of the first ReportNote. I made the test on the content more generic | |||
2022-03-18 | Use utc_datetime in db schema | Tusooa Zhu | |
2022-03-08 | Add pagination to AdminAPI.AnnouncementController.index | Tusooa Zhu | |
2022-03-08 | Implement update announcement admin api | Tusooa Zhu | |
2022-03-08 | Add starts_at, ends_at and all_day parameters | Tusooa Zhu | |
2022-03-08 | Implement first pass of announcement admin api | Tusooa Zhu | |
CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/2836 CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/1470 | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-02-02 | Tag erratic test | Alex Gleason | |
2021-12-19 | Merge branch 'v2-suggestions' into 'develop' | Alex Gleason | |
V2 suggestions See merge request pleroma/pleroma!3547 | |||
2021-11-26 | v2 Suggestions: return `is_suggested` through the API | Alex Gleason | |
2021-11-26 | v2 Suggestions: dismiss a suggestion | Alex Gleason | |
2021-11-26 | AdminAPI: suggest a user through the API | Alex Gleason | |
2021-11-15 | Merge branch 'fix-tests' into 'develop' | lain | |
Test fixes See merge request pleroma/pleroma!3532 | |||
2021-11-15 | Merge branch 'instance-deletion' into 'develop' | lain | |
AdminAPI: endpoint to delete all content from a remote instance See merge request pleroma/pleroma!3483 | |||
2021-11-14 | MediaProxyCacheControllerTest: Fix unstable tests. | Lain Soykaf | |
Cachex order isn't stable, so we can not depend on the order in tests. This adds some sorting to make the tests stable. | |||
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-08-28 | List available frontends also when no static/frontends folder is present yet | Ilja | |
* To see what front ends are installed, it ls static/frontends. When this folder doesn't exists yet, it will return an empty array. * Installing still works since the folder is created during installation already Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3510 | |||
2021-08-14 | List available frontends also when no static/frontends folder is present yet | Ilja | |
* To see what front ends are installed, it ls static/frontends. When this folder doesn't exists yet, it will return an empty array. * Installing still works since the folder is created during installation already | |||
2021-08-04 | Merge remote-tracking branch 'pleroma/develop' into staff-plug | Alex Gleason | |
2021-07-17 | Merge remote-tracking branch 'pleroma/develop' into instance-deletion | Alex Gleason | |
2021-07-17 | AdminAPI.InstanceController: clean up tests, rename actions | Alex Gleason | |
2021-07-17 | AdminAPI: add DELETE /instances/:instance to delete all content from a ↵ | Alex Gleason | |
remote instance | |||
2021-07-17 | Create AdminAPI.InstanceController | Alex Gleason | |
2021-07-14 | Merge branch 'admin-api-users-sort' into 'develop' | feld | |
AdminAPI: sort new users at the top Closes #2709 See merge request pleroma/pleroma!3481 | |||
2021-07-14 | Merge remote-tracking branch 'pleroma/develop' into admin-api-users-date | Alex Gleason | |
2021-07-14 | AdminAPI: add date to users | Alex Gleason | |
2021-07-13 | Merge remote-tracking branch 'pleroma/develop' into admin-api-users-sort | Alex Gleason | |
2021-07-13 | AdminAPI: sort user results by ID descending | Alex Gleason | |
2021-07-12 | Moderators: reorganize :admin_api pipeline in Router | Alex Gleason | |
2021-06-07 | Fix test warnings | Mark Felder | |
2021-06-01 | Rename the non-federating Chat feature to Shout | Mark Felder | |
2021-05-31 | Merge remote-tracking branch 'pleroma/develop' into cycles-base-url | Alex Gleason | |
2021-05-31 | Deprecate Pleroma.Web.base_url/0 | Alex Gleason | |
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles. | |||
2021-04-14 | Revert guards on string_to_elixir_types/1, remove unnecessary assignment in test | Mark Felder | |
2021-04-13 | Initial test validating the AdminAPI issue | Mark Felder | |
2021-04-13 | Fix assignment / assertion | Mark Felder | |
2021-04-13 | Validate custom instance thumbnail set via AdminAPI produces correct URL | Mark Felder | |
2021-03-02 | Add OpenAPI spec for AdminAPI.UserController | Egor Kislitsyn | |
2021-02-17 | Remove `:auth, :enforce_oauth_admin_scope_usage` | rinpatch | |
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now. | |||
2021-02-04 | Merge branch 'fix/configdb-error' into 'develop' | feld | |
Improve error message for ConfigDB See merge request pleroma/pleroma!3289 | |||
2021-02-03 | Merge branch 'feature/2438-users-posts-total-count' into 'develop' | feld | |
Feature/2438 users/instances posts total count Closes #2438 See merge request pleroma/pleroma!3270 | |||
2021-01-28 | Improve error message for ConfigDB | Mark Felder | |
2021-01-27 | added total | Alexander Strizhakov | |
to the instance adminAPI endpoint | |||
2021-01-27 | added total | Alexander Strizhakov | |
to the user statuses adminAPI endpoint | |||
2021-01-26 | Convert tests to all use clear_config instead of Pleroma.Config.put | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/approval_pending_user_field | Mark Felder | |