Commit Graph

4628 Commits (8c6d5a6b4ddb6c2fc9fea9cf009a99c72260ddee)
 

Author SHA1 Message Date
Ivan Tashkinov 37925cbe78 Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth
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
Ivan Tashkinov 590c935d95 [#923] Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth
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
Egor Kislitsyn a14742f495 add `user delete_activities` mix task
6 years ago
Alex S 484162c187 test fix
6 years ago
Alex S 08d64b977f little changes and typos
6 years ago
Alex S 851c5bf093 updating custom_emoji docs
6 years ago
lambda 9305e241cb Merge branch 'ci-speedup-2-electric-boogalo' into 'develop'
6 years ago
Alex S 9b2188da7c refactoring of emoji tags config to use groups
6 years ago
Egor Kislitsyn a1869f5272 Merge remote-tracking branch 'pleroma/develop' into remove-user-activities
6 years ago
Sachin Joshi f20e8d28de add support for all status type (ostatus) and replase case with if
6 years ago
rinpatch 8c71ea5a1a remove reduntant services in docs deploy and change job names to kebab case
6 years ago
rinpatch 5ee54d8183 what the fuck
6 years ago
rinpatch 7827b929fc huh
6 years ago
rinpatch 4861558b93 Separate CI jobs to 3 stages to allow them to be executed in parallel
6 years ago
rinpatch f8aa917eef Merge branch 'bugfix/mastoapi/2.8.0-fake_identityproof' into 'develop'
6 years ago
Sachin Joshi 6386c1c9c1 fetch url for OStatus to know if it is a/c or status
6 years ago
Haelwenn (lanodan) Monnier f56eef8d8c
router: Add fake identity proof endpoint
6 years ago
lambda fd7dd8f9a2 Merge branch 'fix/default-mail-adapter' into 'develop'
6 years ago
lambda fc2bef5ac3 Merge branch 'documentation-improvements' into 'develop'
6 years ago
Sergey Suprunenko b6f9f7b8aa
Handle dates in the Unix timestamp format (Fixes #763)
6 years ago
Sachin Joshi 1d01e8e656 [OStatus] adds status to pleroma instance if the url given is a status
6 years ago
Haelwenn (lanodan) Monnier 66e7d4966d
COPYING: Wording
6 years ago
rinpatch 5373077501 update mastodon api link in README to point to a non-outdated docs
6 years ago
rinpatch d976cc5df7 Merge branch 'update-readme' into 'develop'
6 years ago
rinpatch e2b94d8f33 Make only important note bold rather than the whole paragraph because it looks better that way
6 years ago
rinpatch a309b49c2d Remove outdated howto change config and port and move it to config.md instead
6 years ago
Karen Konou 41f02e87a1 Link to docs page instead of to clients.md
6 years ago
Haelwenn (lanodan) Monnier 715a31c1ed
COPYING: wrap to 79, city.jpg Unsplash, wording
6 years ago
Karen Konou 3c9abf5dee Fix dead links and add note about new docs site
6 years ago
Ivan Tashkinov 6910fb371b Fixed local MastoFE authentication / `force_login` option.
6 years ago
rinpatch 949cfde065 restart makes no sense here as we instructed to stop the service before
6 years ago
rinpatch bff8cde0cf Instruct to stop the service only after git pulling and getting deps to minimize downtimes
6 years ago
rinpatch 7c69c6f624 change bold text to be proper geadings in introduction.md
6 years ago
rinpatch b46e6f0949 Fix backup/restore page to have proper headings
6 years ago
Ivan Tashkinov cbe09d94d1 Added `force_login` authentication option (previously applied by default).
6 years ago
Alex S 49733f6176 add docs folder to gitignore
6 years ago
Alex S 17d3d05a71 code style
6 years ago
Alex S 3601f03147 Adding tag to emoji ets table
6 years ago