3104 Commits (7410aee886fbb38615bb595b8b7be0722761a0a4)

Author SHA1 Message Date
  Sergey Suprunenko 325a268017 Redirect to the referer url after mastofe authorization 5 years ago
  Mark Felder b5a2d384f7 Redundant Repo.get_by usage was recently removed from the codebase 5 years ago
  Roger Braun 7895ee37fa Add user following / unfollowing to the admin api. 5 years ago
  rinpatch f0f30019e1 Refactor html caching functions to have a key instead of a module, use more correct terminology and fix summaries in mastoapi 5 years ago
  Haelwenn (lanodan) Monnier af0065a71f
mastodon_api_controller.ex: Add pleroma-tan to initial_state 5 years ago
  Sachin Joshi cd41584ac4 Generate permissive or restrictive robots.txt in the config generator 5 years ago
  rinpatch 79cb34a4b0 Fix preview not being usable in form data 5 years ago
  lain fd07745d1b ActivityPub Utils: Greatly speed up the follow / block activity fetching. 5 years ago
  Alex S d140738edf second level of headertext change in doc 5 years ago
  rinpatch fdb4357e9b Rename fake param to preview and make the tests check that the object was not inserted to the db 5 years ago
  cascode 95c92c49c9 Fix account lookup for nicknames beginning with numbers 5 years ago
  Egor Kislitsyn 88d3cb44c3 replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(nickname)` 5 years ago
  Egor Kislitsyn 1b3d921921 change `Repo.get(User, id)` => `User.get_by_id(id)` 5 years ago
  Egor Kislitsyn 4212527928 change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` 5 years ago
  Sergey Suprunenko 3db9235150
Ignore dates in wrong formats 5 years ago
  Egor Kislitsyn a14742f495 add `user delete_activities` mix task 5 years ago
  Alex S 08d64b977f little changes and typos 5 years ago
  Alex S 9b2188da7c refactoring of emoji tags config to use groups 5 years ago
  Sachin Joshi f20e8d28de add support for all status type (ostatus) and replase case with if 5 years ago
  Sachin Joshi 6386c1c9c1 fetch url for OStatus to know if it is a/c or status 5 years ago
  Haelwenn (lanodan) Monnier f56eef8d8c
router: Add fake identity proof endpoint 5 years ago
  Sergey Suprunenko b6f9f7b8aa
Handle dates in the Unix timestamp format (Fixes #763) 5 years ago
  Sachin Joshi 1d01e8e656 [OStatus] adds status to pleroma instance if the url given is a status 5 years ago
  Ivan Tashkinov 6910fb371b Fixed local MastoFE authentication / `force_login` option. 5 years ago
  Ivan Tashkinov cbe09d94d1 Added `force_login` authentication option (previously applied by default). 5 years ago
  Alex S 17d3d05a71 code style 5 years ago
  Alex S 3601f03147 Adding tag to emoji ets table 5 years ago
  rinpatch fe5145eeaa Move putting fake attribute to lib/pleroma/web/activity_pub/utils.ex 5 years ago
  rinpatch 975482f091 insert object defaults for fake activities and make credo happy 5 years ago
  rinpatch d866b59eea oof 5 years ago
  rinpatch 45ba10bf47 Fix the issue with HTML scrubber 5 years ago
  rinpatch cd387f8693 Add a fake option to lazy_put_actvity_defaults 5 years ago
  rinpatch 1bb4d5d65b Implement fake status submit 5 years ago
  Egor 9a39d1d846 Replace Pleroma.Jobs with `pleroma_job_queue` 5 years ago
  eugenijm 10c81fc902 Add user show endpoint for Pleroma admin API 5 years ago
  rinpatch ce6d64bbd8 Fix missing announces in MastoAPI home timeline 5 years ago
  Maxim Filippov 3cf7539bca Add more user filters + move search to its own module 5 years ago
  eugenijm a4ab60ac54 Add vapid_key to the `POST /api/v1/apps` response 5 years ago
  eugenijm 691d1208b5 Add GET /api/v1/apps/verify_credentials 5 years ago
  lain 10a7a4a868 AP UserView: Refactor banner / avatar display code, add test. 5 years ago
  rinpatch 406d19331f Remove ActivityRepresenter 5 years ago
  Ivan Tashkinov eef1042b16 Mastodon 2.7.2 instance attributes (registrations, languages). 5 years ago
  eugenijm 568e348588 Increment replies_count on replies (MastoAPI) 5 years ago
  Ivan Tashkinov b0759f821b Comments split. 5 years ago
  Ivan Tashkinov 263ca3dea2 Mastodon-based auth error messages. Defaulted User#auth_active?/1 to `true`. 5 years ago
  Mark Felder c410296120 Try sending an empty map 5 years ago
  Mark Felder 6f090f981b Attempt to fix incorrect federation of default instance avatars 5 years ago
  William Pitcock 26b0c802c3 fix up missing announcements with preloads 5 years ago
  rinpatch a7f58b3c13 Serve non-public activities in /api/v1/favourites 5 years ago
  Austin Lanari 6c96d68f77 add overriding truncated_namespace condition for truncating paths for digital ocean 5 years ago