Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-13 | Formatting | Mark Felder | |
2020-02-13 | Formatting | Mark Felder | |
2020-02-13 | Update description.exs | feld | |
2020-02-13 | Apply suggestion to config/description.exs | feld | |
2020-02-13 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-02-12 | Fix `status.expires_in` validation | Egor Kislitsyn | |
2020-02-11 | Fix the confusingly named and inverted logic of "no_attachment_links" | Mark Felder | |
The setting is now simply "attachment_links" and the boolean value does what you expect. A double negative is never possible and describing the functionality is no longer a philospher's worst nightmare. | |||
2020-02-11 | First round at cleaning up descriptions | Mark Felder | |
2020-02-11 | Merge branch 'restore-twitter-api-tests' into 'develop' | feld | |
Restore TwitterAPI tests Closes #1257 See merge request pleroma/pleroma!2200 | |||
2020-02-12 | Restore TwitterAPI tests | Egor Kislitsyn | |
2020-02-11 | Merge branch 'update/admin-fe-20200211' into 'develop' | feld | |
Update AdminFE build See merge request pleroma/pleroma!2198 | |||
2020-02-11 | Hotlink logo instead of attachment | Egor Kislitsyn | |
2020-02-11 | Merge branch 'revert-3fee859b' into 'develop' | lain | |
Revert "Merge branch 'feat/floki-fasthtml' into 'develop'" See merge request pleroma/pleroma!2199 | |||
2020-02-11 | Revert "Merge branch 'feat/floki-fasthtml' into 'develop'" | feld | |
This reverts merge request !2194 | |||
2020-02-11 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Mark Felder | |
update/admin-fe-20200211 | |||
2020-02-11 | Update AdminFE build | Mark Felder | |
2020-02-11 | Merge branch 'feat/floki-fasthtml' into 'develop' | lain | |
Make Floki use fast_html See merge request pleroma/pleroma!2194 | |||
2020-02-11 | Make Floki use fast_html | rinpatch | |
2020-02-11 | deps: update fast_sanitize to 0.1.7 | rinpatch | |
needed to get new fast_html version since 1.0.1 had an attribute parsing bug | |||
2020-02-11 | deps: update floki to 0.25.0 | rinpatch | |
needed to make it use fast_html | |||
2020-02-11 | Merge branch 'uguu-uwu-notices-bulge' into 'develop' | lain | |
EmojiReactions: Align API endpoints See merge request pleroma/pleroma!2183 | |||
2020-02-11 | Update frontend | lain | |
2020-02-11 | Merge remote-tracking branch 'origin/develop' into uguu-uwu-notices-bulge | lain | |
2020-02-11 | Merge branch 'doc/unlisted-search' into 'develop' | lain | |
differences_in_mastoapi_responses.md: Add note about unlisted results Closes #1164 See merge request pleroma/pleroma!2195 | |||
2020-02-11 | Merge branch 'oban-crontab-fix' into 'develop' | lain | |
Set oban crontab to false in tests See merge request pleroma/pleroma!2197 | |||
2020-02-11 | Merge branch 'develop' into feature/new-registrations-digest | Egor Kislitsyn | |
2020-02-11 | set oban crontab to false in tests | Alexander Strizhakov | |
2020-02-11 | Merge branch 'docs/kyclos' into 'develop' | lain | |
clients.md: Add Kyclos See merge request pleroma/pleroma!2196 | |||
2020-02-11 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-02-11 | clients.md: Add Kyclos | Haelwenn (lanodan) Monnier | |
2020-02-11 | differences_in_mastoapi_responses.md: Add note about unlisted results | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1164 | |||
2020-02-11 | Merge branch 'issue/1383' into 'develop' | rinpatch | |
[#1383] Switch periodic jobs from quantum to oban See merge request pleroma/pleroma!2015 | |||
2020-02-10 | Merge branch 'docs_backup_restore' into 'develop' | Haelwenn | |
DOCS Backup/Restore/Migrate your instance See merge request pleroma/pleroma!2107 | |||
2020-02-10 | DOCS Backup/Restore/Migrate your instance | Ilja | |
* Added "Migrate" to the title because these steps can also be used to migrate the instance to another server * Added an optional step to reinstall pleroma (esp. for migrating servers) * Currently the steps threw an error 'could not execute query: ERROR: function "activity_visibility already exists with the same argument types' * I added a new step to drop and recreate an empty pleroma-database * I played around with the `-c` and `-C` options of pg_restore, but dropping and recreating seemd to be the only way I got it working * This was tested on Debian Stretch, psql (PostgreSQL) 9.6.15 | |||
2020-02-10 | Merge branch 'fix/compilation-error-docs' into 'develop' | rinpatch | |
Fix a compilation error under certain circumstances See merge request pleroma/pleroma!2193 | |||
2020-02-10 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-02-10 | Fix a compilation error under certain circumstances | rinpatch | |
I've noticed that sometimes when switching from develop to stable and back, develop fails to compile and rm -r ing the _build and deps dirs doesn't help at all. This is due to Admin API controller needing to generate JSON description of the config at compile time. Evaluating `config/description.exs` calls `Generator.list_modules_in_dir/2`, which in turn predicts the module names of files in the directory and tries to convert the predicted name to *existing* atoms. Sometimes the compiler will call that function before compiling the modules in the said directory, so the conversion will of course fail. This fixes it by removing the requirement of the atoms being existent. The function is not subjected to any untrusted user input so this should be safe. An ideal fix would be to block the compilation of docs before all modules are compiled and then get a list of compiled elixir modules under the namespace we want instead of directory hacks, but I have not been able to figure out how to do that. | |||
2020-02-10 | [#1505] Improved replies-handling tests: updated Mastodon message fixture, ↵ | Ivan Tashkinov | |
used exact Pleroma federation message. | |||
2020-02-10 | removed a comments | Maksim Pechnikov | |
2020-02-10 | maked `unread_count` as virtual field | Maksim Pechnikov | |
2020-02-10 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-02-09 | [#1505] Removed wrapping of reply URIs into `first` element, added comments ↵ | Ivan Tashkinov | |
to transmogrifier tests. | |||
2020-02-09 | Merge branch 'release/1.1.9' into 'stable' | rinpatch | |
Release/1.1.9 See merge request pleroma/pleroma!2189 | |||
2020-02-09 | Merge branch 'fix/email-task-otp' into 'develop' | rinpatch | |
Fix email mix task on OTP releases Closes #1548 See merge request pleroma/pleroma!2191 | |||
2020-02-09 | [#1505] Minor refactoring. | Ivan Tashkinov | |
2020-02-09 | mix.exs: bump version to 1.1.9 | rinpatch | |
2020-02-09 | [#1505] Fixed `replies` serialization (included objects' ids instead of ↵ | Ivan Tashkinov | |
activities' ids). | |||
2020-02-09 | Fix email mix task on OTP releases | rinpatch | |
Closes pleroma#1548 | |||
2020-02-09 | changelog: add entry for 1.1.9 | rinpatch | |
2020-02-09 | Actually fix upload limit on OTP releases | rinpatch | |
Closes #1109 |