Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | mix: bump version to 1.0.6release/1.0.6 | Ariadne Conill | |
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-08-14 | mix: update version to 1.0.5release/1.0.5 | Ariadne Conill | |
2019-08-01 | mix: update version to 1.0.4release/1.0.4 | Ariadne Conill | |
2019-08-01 | Fix Invalid SemVer version generation | rinpatch | |
when the current branch does not have commits ahead of tag/checked out on a tag | |||
2019-07-31 | mix: update version to 1.0.3release/1.0.3 | Ariadne Conill | |
2019-07-30 | [#1036] Fixed version parsing in pleroma_ctl. | Ivan Tashkinov | |
2019-07-28 | mix: update version to 1.0.2release/1.0.2 | Ariadne Conill | |
2019-07-28 | Dependencies: Update tzdata and related packages. | lain | |
2019-07-14 | version bump to 1.0.1release/1.0.1 | Ariadne Conill | |
2019-06-28 | Merge branch 'release/1.0' into 'develop'v1.0.0 | lain | |
1.0 Release See merge request pleroma/pleroma!1348 | |||
2019-06-28 | BUMP OF CHICKEN | lain | |
1.0 | |||
2019-06-22 | Merge branch 'develop' into release-docs | rinpatch | |
2019-06-22 | Merge branch 'mix_sem_ver_version_fix' into 'develop' | rinpatch | |
Fixed mix version computed for underscore-containing branches See merge request pleroma/pleroma!1314 | |||
2019-06-21 | mix: update bbcode dependency to v0.1.1 | William Pitcock | |
2019-06-21 | Fixed branch name substitutions for mix version (to comply to SemVer format). | Ivan Tashkinov | |
2019-06-21 | Formatting | rinpatch | |
2019-06-21 | Copy the nginx config to the release directory | rinpatch | |
2019-06-20 | Fixed mix version computed for underscore-containing branches to be of ↵ | Ivan Tashkinov | |
SemVer format. | |||
2019-06-20 | Merge branch 'feature/release-update-script' into 'develop' | rinpatch | |
pleroma_ctl: add an update command Closes #1004 and #988 See merge request pleroma/pleroma!1305 | |||
2019-06-19 | Make possible to override the branch name via a env variable | rinpatch | |
This is useful for the CI builds because they have a detached HEAD or for emulating a feature that is availible only on a particular branch (e.g pleroma_ctl downloads CI artifacts only for develop and master) | |||
2019-06-19 | aliases for mix tasks | Alexander Strizhakov | |
ecto.migrate ecto.rollback | |||
2019-06-19 | Refactor pleroma_ctl copying to a generic function for copying files into ↵ | rinpatch | |
the release dir | |||
2019-06-18 | Deps: Update auto_linker | rinpatch | |
2019-06-16 | Merge branch 'fix/991-version-generation' into 'develop' | rinpatch | |
version generation Closes #991 See merge request pleroma/pleroma!1291 | |||
2019-06-16 | no print version to the shell | Alex S | |
2019-06-15 | Update Phoenix to 1.4.8 | Mark Felder | |
2019-06-15 | bugfix | Alex S | |
2019-06-15 | little fix | Alex S | |
2019-06-15 | version generation | Alex S | |
2019-06-13 | Prometheus: Remove flaky process collection NIF. | lain | |
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 | Add RateLimiter | Egor Kislitsyn | |
2019-06-08 | Load ex_syslog and copy pleroma_ctl | rinpatch | |
2019-06-04 | Mix: Swallow git error messages during version number handling. | lain | |
Otherwise sometimes a 'fatal' message will be printed, confusing users. | |||
2019-06-02 | Ueberauth: extended format of OAUTH_CONSUMER_STRATEGIES to allow explicit ↵ | Ivan Tashkinov | |
dependency specification. | |||
2019-05-22 | Merge branch 'ssh-fixes' into 'develop' | kaniini | |
Ssh fixes Closes #869 and #925 See merge request pleroma/pleroma!1191 | |||
2019-05-22 | Mix: Only start sshd when needed, second try. | lain | |
2019-05-22 | Mix: Bring ecto-sql back to mainline. | lain | |
2019-05-22 | Linting. | lain | |
2019-05-22 | Mix: Don't start esshd application if we don't need it. | lain | |
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. |