Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-27 | mix.lock: Bump hackney to 1.15.2 | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1267 | |||
2019-08-14 | Switch to pre-1.8 version of tzdata. | rinpatch | |
tzdata 1.0.0 requires Elixir 1.8.0, but we target 1.7. Fortunately tzdata issues bugfix releases for pre-1.8.0 version. | |||
2019-07-28 | Dependencies: Update tzdata and related packages. | lain | |
2019-06-21 | mix: update bbcode dependency to v0.1.1 | William Pitcock | |
2019-06-18 | Deps: Update auto_linker | rinpatch | |
2019-06-15 | Update Phoenix to 1.4.8 | Mark Felder | |
2019-06-12 | Update `auto_linker` dependency | Egor Kislitsyn | |
2019-06-11 | Merge branch 'feature/rate-limiter' into 'develop' | lain | |
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266 | |||
2019-06-11 | Update `plug` dependency | Egor Kislitsyn | |
2019-06-11 | Update `ex_rated` dependency | Egor Kislitsyn | |
2019-05-22 | Mix: Bring ecto-sql back to mainline. | lain | |
2019-05-17 | Merge branch 'ecto_sql_update' into 'develop' | lambda | |
Dependencies: Update Ecto SQL. See merge request pleroma/pleroma!1160 | |||
2019-05-17 | Dependencies: Update tzdata. | lain | |
This fixes the bug that tz data could not be loaded. Closes #910. | |||
2019-05-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
ecto_sql_update | |||
2019-05-17 | Dependencies: Update ecto sql once more. | lain | |
2019-05-15 | Merge branch 'chore/extricate-http-signatures' into 'develop' | lambda | |
switch to pleroma/http_signatures library See merge request pleroma/pleroma!1155 | |||
2019-05-15 | Excoveralls for code coverage | feld | |
2019-05-15 | Dependencies: Update Ecto SQL. | lain | |
2019-05-14 | switch to pleroma/http_signatures library | William Pitcock | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-11 | Initial bundle of basic AdminFE | feld | |
Due to CSP headers we only allow connecting to self. If you want to host AdminFE on a separate domain without CSP headers you will be able to connect to any public Pleroma host. | |||
2019-05-07 | Merge branch 'conversations_three' into 'develop' | lambda | |
Conversations once more. See merge request pleroma/pleroma!1119 | |||
2019-05-04 | Merge remote-tracking branch 'origin/develop' into feature/bbs | lain | |
2019-05-03 | Search: Add fts index on objects table. | lain | |
2019-05-03 | Streamer: Stream out Conversations/Participations. | lain | |
2019-05-01 | Update `auto_linker` | Egor Kislitsyn | |
2019-04-26 | mix: add bbcode dependency | William Pitcock | |
2019-04-16 | Bump ex_doc | rinpatch | |
2019-04-12 | Revert "simplify mentions escape" | Egor | |
This reverts commit f3e06a1030636f24f7129dd93bb9780e67fb7de1. | |||
2019-04-08 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # docs/config.md # test/support/factory.ex | |||
2019-04-06 | Pin recon dependency to 2.4.0 | Mark Felder | |
2019-04-04 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # mix.exs | |||
2019-04-04 | Merge branch 'develop' into feature/prometheus | Mark Felder | |
2019-04-04 | Add ability to ship logs to a Slack channel | feld | |
2019-04-04 | Add recon | href | |
2019-04-03 | Update `auto_linker` dependency | Egor Kislitsyn | |
2019-04-01 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # mix.exs | |||
2019-03-31 | BBS: Some more functionality. | lain | |
2019-03-29 | Replace Pleroma.Jobs with `pleroma_job_queue` | Egor | |
2019-03-27 | Merge remote-tracking branch 'remotes/origin/develop' into twitter_oauth | Ivan Tashkinov | |
2019-03-27 | [#923] OAuth consumer improvements, fixes, refactoring. | Ivan Tashkinov | |
2019-03-20 | [#923] Support for multiple OAuth consumer strategies. | Ivan Tashkinov | |
2019-03-20 | Ecto 3.0.5 migration | rinpatch | |
kms | |||
2019-03-11 | Sign in via Twitter (WIP). | Ivan Tashkinov | |
2019-03-04 | Add status text to notifications (mentions and reposts) | Maxim Filippov | |
2019-02-28 | mix: update dependencies for cowboy 2.0 | William Pitcock | |
2019-02-26 | AutoLinker | Egor | |
2019-02-22 | Upate meck to fix tests on MacOS | Mark Felder | |
2019-02-21 | mix: add timex dependency | William Pitcock | |
2019-02-14 | [#468] User UI for OAuth permissions restriction. Standardized storage ↵ | Ivan Tashkinov | |
format for `scopes` fields, updated usages. |