Commit Graph

4482 Commits (be54e40890432d2cd8e592e6d4acfa9f1e98586c)
 

Author SHA1 Message Date
Alex S be54e40890 twitter api registration
6 years ago
Alex S 0484f3a8b1 generating tokens with mix
6 years ago
Haelwenn 3c5daa0235 Merge branch 'feature/mastofe-redurect-to-referer-after-login' into 'develop'
6 years ago
Sergey Suprunenko 325a268017 Redirect to the referer url after mastofe authorization
6 years ago
rinpatch e3ca9f708f Merge branch 'revert-8607ae68' into 'develop'
6 years ago
rinpatch e5df8cadea Revert "Merge branch 'test-coverage' into 'develop'"
6 years ago
rinpatch 8607ae6841 Merge branch 'test-coverage' into 'develop'
6 years ago
optikfluffel fb1be1d798 Use --cover option when running CI tests
6 years ago
feld 3fb3f42e77 Merge branch 'feature/admin-api-follow' into 'develop'
6 years ago
Mark Felder fac76bfa35 We actually want the user id not nickname in the test...
6 years ago
Mark Felder c746087f57 Also remove Repo functions in the tests
6 years ago
Mark Felder b5a2d384f7 Redundant Repo.get_by usage was recently removed from the codebase
6 years ago
Mark Felder da64a5aece Document the admin API endpoints for controlling follow/unfollow
6 years ago
Roger Braun 7895ee37fa Add user following / unfollowing to the admin api.
6 years ago
lambda 5499750054 Merge branch 'hotfix/html-sanitization' into 'develop'
6 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
6 years ago
feld 9c9eec62c2 Merge branch 'feature/quack' into 'develop'
6 years ago
feld 3b12eeda19 Add ability to ship logs to a Slack channel
6 years ago
lambda 3c7f5bb1dc Merge branch 'fix/add-oauth-token-indexes' into 'develop'
6 years ago
lambda c900ff39af Merge branch 'features/pleroma-tan-mastofe' into 'develop'
6 years ago
Haelwenn (lanodan) Monnier af0065a71f
mastodon_api_controller.ex: Add pleroma-tan to initial_state
6 years ago
lambda 3f8be270c6 Merge branch 'feature/robotstxt' into 'develop'
6 years ago
Sachin Joshi cd41584ac4 Generate permissive or restrictive robots.txt in the config generator
6 years ago
lambda 9bb122d5a7 Merge branch 'update-autolinker' into 'develop'
6 years ago
Alex S 86f90c0a54 adding indexes to oauth_tokens table
6 years ago
Egor Kislitsyn d313a0c49c Update `auto_linker` dependency
6 years ago
lambda 7c003991d6 Merge branch 'fix/preview-not-working-with-form-data' into 'develop'
6 years ago
rinpatch 79cb34a4b0 Fix preview not being usable in form data
6 years ago
Haelwenn 0cb94cfa94 Merge branch 'fix-slow-relationships' into 'develop'
6 years ago
lambda 256b492a58 Merge branch 'bugfix/wrong-date-format' into 'develop'
6 years ago
lambda a79ce94dd4 Merge branch 'feature/fake-statuses' into 'develop'
6 years ago
lain 39bcf93007 Merge remote-tracking branch 'origin/develop' into fix-slow-relationships
6 years ago
lain fd07745d1b ActivityPub Utils: Greatly speed up the follow / block activity fetching.
6 years ago
lambda 180b87257c Merge branch 'bugfix/share-mastodon' into 'develop'
6 years ago
lambda ce9284b36f Merge branch 'remove-user-activities' into 'develop'
6 years ago
lambda b95cf3d490 Merge branch 'get_by_id' into 'develop'
6 years ago
lambda bd961a3bad Merge branch 'features/pleroma-tan' into 'develop'
6 years ago
rinpatch fdb4357e9b Rename fake param to preview and make the tests check that the object was not inserted to the db
6 years ago
Egor Kislitsyn 20c619f85f replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(nickname)` in tests
6 years ago
lambda 091baf9316 Merge branch 'features/mastoapi/2.6.0-force-login-option' into 'develop'
6 years ago
lambda 26d509cc86 Merge branch 'get_by_id' into 'develop'
6 years ago
lambda b5d486d9ac Merge branch 'fix/nicknames-beginning-with-numbers' into 'develop'
6 years ago
cascode 95c92c49c9 Fix account lookup for nicknames beginning with numbers
6 years ago
Egor Kislitsyn 9a59c26619 replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)`
6 years ago
Egor Kislitsyn 88d3cb44c3 replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(nickname)`
6 years ago
Ivan Tashkinov 15ce710460 Added "GET /oauth/authorize" tests.
6 years ago
Egor Kislitsyn 11c2d6bdc4 change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests
6 years ago
Egor Kislitsyn 1b3d921921 change `Repo.get(User, id)` => `User.get_by_id(id)`
6 years ago
Egor Kislitsyn 4212527928 change `Repo.get(Activity, id)` => `Activity.get_by_id(id)`
6 years ago
Sergey Suprunenko 3db9235150
Ignore dates in wrong formats
6 years ago