Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-17 | use explicitly oban migration version | Alexander Strizhakov | |
2021-01-15 | Update Oban to 2.3.4 | Mark Felder | |
2021-01-15 | Remove toggle_confirmation; require explicit state change | Mark Felder | |
Also cosmetic changes to make the code clearer | |||
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Add copyright header | Mark Felder | |
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-15 | Change user.approval_pending field to user.is_approved | Mark Felder | |
2021-01-14 | Bump Copyright year | Mark Felder | |
2021-01-14 | Add ConfigDB migration | Mark Felder | |
2021-01-14 | [#3213] Refactoring of HashtagsTableMigrator. | Ivan Tashkinov | |
2021-01-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-01-13 | [#3213] Prototype of data migrations functionality / HashtagsTableMigrator. | Ivan Tashkinov | |
2021-01-13 | truncated_namespace should default to nil | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-12 | Deprecate Pleroma.Uploaders.S3, :public_endpoint | Mark Felder | |
2021-01-10 | Add development section | Ilja | |
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md | |||
2021-01-08 | Merge remote-tracking branch 'upstream/develop' into confirm-users | Alex Gleason | |
2021-01-07 | [#3213] Removed PK from hashtags_objects table. Improved hashtags_transfer ↵ | Ivan Tashkinov | |
mix task (logging of failed ids). | |||
2021-01-05 | Add dinosaur gif from https://gifs.cc | Mark Felder | |
"Our animations are free to be used to enhance your website." | |||
2020-12-31 | Migration to confirm previously-logged-in users | Alex Gleason | |
2020-12-28 | Revert "Merge branch 'features/hashtag-column' into 'develop'" | Haelwenn | |
This reverts merge request !2824 | |||
2020-12-28 | Merge branch 'features/hashtag-column' into 'develop' | Haelwenn | |
Insert text representation of hashtags into object["hashtags"] See merge request pleroma/pleroma!2824 | |||
2020-12-26 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2020-12-22 | Added Hashtag entity and objects-hashtags association with auto-sync with ↵ | Ivan Tashkinov | |
`data.tag` on Object update. | |||
2020-12-22 | Insert text representation of hashtags into object["hashtags"] | Haelwenn (lanodan) Monnier | |
Includes a new mix task: pleroma.database fill_old_hashtags | |||
2020-12-21 | Do not include pool_size in the template. It encourages unwanted fiddling :) | Mark Felder | |
2020-12-17 | [#2353] Virtually never-expiring OAuth tokens (new and already issued ones). | Ivan Tashkinov | |
2020-12-16 | Merge branch 'fix/2336-mastoapi-ws-posts-dropping' into 'develop' | lain | |
Fix mastoapi ws posts dropping Closes #2336 See merge request pleroma/pleroma!3198 | |||
2020-12-15 | Merge branch 'support/2255_posix_errors' into 'develop' | lain | |
[#2255] added error messages for posix error code See merge request pleroma/pleroma!3138 | |||
2020-12-15 | Translated using Weblate (Chinese (Simplified)) | shironeko | |
Currently translated at 87.7% (93 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/zh_Hans/ | |||
2020-12-14 | Fix for dropping posts/notifs in WS when mix task is executed | Alexander Strizhakov | |
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app) | |||
2020-12-11 | Refactor Earmark code, fix tests | Alex Gleason | |
2020-12-11 | Sanitizer: allow <hr> tags | Alex Gleason | |
2020-12-11 | Translated using Weblate (Ukrainian) | ZEN | |
Currently translated at 100.0% (106 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/uk/ | |||
2020-12-10 | Added translation using Weblate (Ukrainian) | ZEN | |
2020-11-28 | OAuth form user remembering feature. Local MastoFE login / logout fixes. | Ivan Tashkinov | |
2020-11-25 | scrubbers/default: Add ruby element and it's childs | Haelwenn (lanodan) Monnier | |
This allows to format Japanese furigana (aka ruby) notation. Present in XHTML 1.1, HTML 5 and later. Absent in XHTML 1.0, HTML 4 and earlier. See https://www.w3.org/TR/ruby/ | |||
2020-11-21 | Translated using Weblate (Hebrew) | Guy Sheffer | |
Currently translated at 100.0% (106 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/he/ | |||
2020-11-19 | Merge branch 'oban-jobs-to-simple-tasks' into 'develop' | feld | |
Moving some background jobs into simple tasks Closes #1790 See merge request pleroma/pleroma!3129 | |||
2020-11-18 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-11-18 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-11-18 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-11-18 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-11-17 | Update AdminFE build to ↵ | Mark Felder | |
pleroma/admin-fe@5b38aea2790686647a39f505864331bb9838e20d | |||
2020-11-17 | Merge branch 'sync-stable/2.2.0' into 'develop' | rinpatch | |
Import stable commits into develop after releasing 2.2.0 Closes #2275, #1516, #2257, #2242, #1668, and #2236 See merge request pleroma/pleroma!3151 | |||
2020-11-17 | Import stable commits into develop after releasing 2.2.0 | rinpatch | |
Updates the frontend bundle and syncs the changelog. | |||
2020-11-17 | Added translation using Weblate (Hebrew) | Guy Sheffer | |
2020-11-13 | Merge branch 'fixes_2034_reports_should_send_a_notification_to_admins' into ↵ | lain | |
'develop' fixes 2034 Make notifs view work for reports Closes #2034 See merge request pleroma/pleroma!2912 | |||
2020-11-13 | Make notifs view work for reports | Ilja | |
* These are the first small steps for issue 2034 "Reports should send a notification to admins". * I added a new type of notification "pleroma:report" to the the database manually (a migration will need to be written later) * I added the new type to the notification_controller * I made the view return the notification. It doesn't include the report itself (yet) | |||
2020-11-13 | added error messages for posix error code | Maksim Pechnikov | |