Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-12 | [#114] Addressed warnings. Fix of `with` statement clause in `password_reset`. | Ivan Tashkinov | |
2018-12-12 | [#114] Initial implementation of user password reset emails (user-initiated). | Ivan Tashkinov | |
2018-12-12 | [#114] Added /dev/mailbox dev-only route (emails preview). Added mailer ↵ | Ivan Tashkinov | |
config examples. | |||
2018-12-12 | [#114] SMTP deps and config. | Ivan Tashkinov | |
2018-12-12 | fix warnings | Maksim Pechnikov | |
2018-12-10 | Add new frontend options to server-side config. | scarlett | |
2018-12-10 | Fix warnings. | lain | |
2018-12-10 | Merge branch 'fix_empty_bio_crash' into 'develop' | lambda | |
Fixes #415. Do not crash during registration when hasn't filled bio field Closes #415 See merge request pleroma/pleroma!529 | |||
2018-12-10 | Merge branch 'support/bugfix_272' into 'develop' | lambda | |
[#272] fix hashtags in api See merge request pleroma/pleroma!510 | |||
2018-12-10 | Merge branch 'fix/theora-detection-read-bytes' into 'develop' | lambda | |
Fix Theora detection in mime.ex See merge request pleroma/pleroma!493 | |||
2018-12-10 | Merge branch 'anonymize-filter-text' into 'develop' | lambda | |
AnonymizeFilename: allow for a pre-defined text instead of random string See merge request pleroma/pleroma!516 | |||
2018-12-10 | Treat warnings as errors outside of tests. | lain | |
2018-12-10 | updates | Maksim Pechnikov | |
2018-12-10 | Fixes #415. Properly handle nil and empty string by User.parse_bio | raeno | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-09 | formatting | Maksim Pechnikov | |
2018-12-09 | fix hashtags in api response | Maksim Pechnikov | |
2018-12-08 | Make uploadlimit an object that stores upload limits for avatars, banners, ↵ | Rin Toshaka | |
backgrounds, general content | |||
2018-12-08 | Merge branch 'fix/nodeinfo-nil-features' into 'develop' | lambda | |
Nodeinfo: remove null features; relay feature. See merge request pleroma/pleroma!520 | |||
2018-12-07 | Media proxy: fix url encoding | href | |
2018-12-07 | Add uploadlimit to Twitter API config | Rin Toshaka | |
2018-12-07 | Merge branch 'fix/gopher-respect-ip' into 'develop' | lambda | |
[#155] Fix Gopher server binding only to default value See merge request pleroma/pleroma!518 | |||
2018-12-07 | Merge branch 'media-proxy-follow-redirect' into 'develop' | lambda | |
Media proxy: follow HTTP redirects by default Closes #421 See merge request pleroma/pleroma!519 | |||
2018-12-07 | Nodeinfo: remove null features; relay feature. | href | |
2018-12-07 | Media proxy: follow HTTP redirects by default | href | |
2018-12-07 | Merge branch '394_user_tags' into 'develop' | lambda | |
[#394] User tags Closes #394 See merge request pleroma/pleroma!508 | |||
2018-12-07 | Make gopher respect ip | Rin Toshaka | |
2018-12-07 | AnonymizeFilename: allow for a pre-defined text instead of random string | href | |
Improve docs | |||
2018-12-07 | Emojis: Alphabetical ordering | href | |
2018-12-07 | [#394] Refactoring of User.tag and User.untag (removed User.tag_or_untag etc.) | Ivan Tashkinov | |
2018-12-07 | [#394] Refactoring (using Ecto.Multi; "untag" route change). | Ivan Tashkinov | |
2018-12-06 | [#394] User view (Twitter & Mastadon API): wrapped "tags" in "pleroma" map. | Ivan Tashkinov | |
2018-12-06 | [#394] Refactoring. | Ivan Tashkinov | |
2018-12-06 | [#394] Added `users.tags` and admin routes to tag and untag users. Added tests. | Ivan Tashkinov | |
2018-12-06 | Merge branch 'fix/mastodon-api-settings' into 'develop' | kaniini | |
Fix put_settings and remove info_changeset See merge request pleroma/pleroma!507 | |||
2018-12-06 | Merge branch 'correct-and-improve-http-options' into 'develop' | kaniini | |
Correct and improve http options See merge request pleroma/pleroma!505 | |||
2018-12-06 | Merge branch 're-mrf' into 'develop' | kaniini | |
Add a MRF Policy for appending re: to identical subjects in replies. See merge request pleroma/pleroma!499 | |||
2018-12-06 | MastoAPI: Fix put_settings | rinpatch | |
2018-12-06 | Rename regular expression 'have_re' to 'reply_prefix'. | scarlett | |
2018-12-06 | use `User.avatar_url` | Egor Kislitsyn | |
2018-12-06 | cleanup | Egor Kislitsyn | |
2018-12-06 | Harden re: detection. | scarlett | |
2018-12-06 | clean up | Egor Kislitsyn | |
2018-12-06 | Merge branch 'develop' into feature/compat/push-subscriptions | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/application.ex # lib/pleroma/plugs/oauth_plug.ex | |||
2018-12-06 | show warning if VAPID is not set | Egor Kislitsyn | |
2018-12-06 | Merge branch 'develop' into feature/compat/push-subscriptions | Egor Kislitsyn | |
# Conflicts: # lib/mix/tasks/sample_config.eex # lib/pleroma/web/twitter_api/controllers/util_controller.ex # mix.exs # mix.lock | |||
2018-12-06 | Add web push support | Egor Kislitsyn | |
2018-12-06 | Use object.normalize. | scarlett | |
2018-12-06 | avoid mix format bug | Hakaba Hitoyo | |
2018-12-06 | Merge branch '210_twitter_api_uploads_alt_text' into 'develop' | kaniini | |
[#210] TwitterAPI: alt text support for uploaded images. Mastodon API uploads security fix. See merge request pleroma/pleroma!496 |