Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-02 | pleroma-fe bundle: update to a0f780c4550b77d4574e0de8932a2dff288784a3 | rinpatch | |
2020-05-01 | Update AdminFE build in preparation for the 2.0.3 release | Mark Felder | |
2020-05-01 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-05-01 | Deactivate local users on deletion instead of deleting the record | rinpatch | |
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687 | |||
2020-04-08 | pleroma-fe bundle: update to 8e049297ff6a125298ba9d06a3a4a563b231360f | rinpatch | |
2020-04-08 | Update AdminFE build in preparation for Pleroma 2.0.2 | Mark Felder | |
2020-03-16 | rip out fetch_initial_posts | rinpatch | |
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422 | |||
2020-03-15 | Update AdminFE | Mark Felder | |
2020-03-15 | static-fe.css: Restore from before a65ee8ea | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1616 | |||
2020-03-07 | pleroma-fe bundle: update to 38455294120a27d254b6cbe237a1adcf9d27e6af | rinpatch | |
2020-03-07 | moderation log: fix improperly migrated data | rinpatch | |
Some of the actions used to have a user map as a subject, which was then changed to an array of user maps. However instead of migrating old data there was just a hack to transform it every time, moreover this hack didn't include all possible actions, which resulted in crashes. This commit fixes the crashes by introducing a proper database migration for old data. Closes #1606 | |||
2020-03-06 | Remove EmojiPacks from AdminFE build | Mark Felder | |
Once more, with feeling | |||
2020-03-05 | pleroma-fe bundle: update to 83d8343777050f6ee5fad09832b3878885eda4dd | rinpatch | |
2020-02-29 | MastoFE: Bundle 2020-01-20 | Haelwenn (lanodan) Monnier | |
2020-02-28 | Merge branch 'develop' into update/pleroma-fe-20200228 | Mark Felder | |
2020-02-28 | Update PleromaFE bundle for the 2.0 release | Mark Felder | |
2020-02-28 | Update AdminFE build | Mark Felder | |
- Removed Grouped Reports; API needs proper architecture/refactor - Cannot set Tesla adapter in AdminFE as it's not safe yet - Layout/rendering improvements | |||
2020-02-25 | Update AdminFE build | Mark Felder | |
2020-02-24 | Admin API: `GET /api/pleroma/admin/stats` to get status count by visibility ↵ | eugenijm | |
scope | |||
2020-02-20 | Migrations: Make them not fail for old databases | lain | |
2020-02-17 | Update adminFE build | Mark Felder | |
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 | Update frontend | lain | |
2020-02-07 | Merge branch 'rename_emoji_reactios' into 'develop' | rinpatch | |
EmojiReactions: Rename to EmojiReacts See merge request pleroma/pleroma!2181 | |||
2020-02-06 | EmojiReactions: Rename to EmojiReacts | Lain Soykaf | |
2020-02-06 | Update FE bundle | Mark Felder | |
2020-01-28 | Update frontend to c54111797ae1058e59931b2d1f12e6ab6a6f96a9 | lain | |
2020-01-28 | Merge branch 'translation/errors-french' into 'develop' | lain | |
Translation/errors french See merge request pleroma/pleroma!1457 | |||
2020-01-22 | Merge branch 'admin-be' into 'develop' | feld | |
Config api for admin-fe Closes #1406 See merge request pleroma/pleroma!1976 | |||
2020-01-22 | Update MastoFE bundle to 2020-01-22 | Haelwenn (lanodan) Monnier | |
2020-01-22 | Merge branch 'develop' into admin-be | Alexander Strizhakov | |
2020-01-22 | Revert "Update AdminFE build" | Alexander Strizhakov | |
This reverts commit 6395ad942c7087e97a8dcf2e9002005ed7b4c383 | |||
2020-01-21 | Last AdminFE update was accidentally built from master, not develop | Mark Felder | |
2020-01-21 | Update AdminFE build | Mark Felder | |
2020-01-21 | Merge branch 'develop' into admin-be | Alexander Strizhakov | |
2020-01-15 | [#1478] Bundled PleromaFE 7397636914a9d3e7fd30373034c25175273ab808. | Ivan Tashkinov | |
2020-01-10 | dynamic_configuration renaming | Alexander Strizhakov | |
and moving it from instance settings | |||
2020-01-10 | Update AdminFE build | Alexander Strizhakov | |
2020-01-10 | [#1478] OAuth admin tweaks: enforced OAuth admin scopes usage by default, ↵ | Ivan Tashkinov | |
migrated existing OAuth records. Adjusted tests. | |||
2020-01-09 | Update AdminFE build | Mark Felder | |
2019-12-12 | Merge branch 'feature/native-captcha' into 'develop' | lain | |
Add native captcha and enable it by default. Closes #1017 and #1405 See merge request pleroma/pleroma!2060 | |||
2019-12-12 | Update frontend | lain | |
2019-12-12 | Revert "Merge branch 'admin-scope-support-code' into 'develop'" | lain | |
This reverts merge request !2055 | |||
2019-12-12 | Merge branch 'develop' into feature/report-notes | Maxim Filippov | |
2019-12-11 | Updated admin-fe bundle to 14cdc4a, pleroma-fe bundle to abb6747f. | Ivan Tashkinov | |
2019-12-10 | [ActivityPub] Configurable ActivityPub actor type | Hakaba Hitoyo | |
2019-12-08 | HTML: Compile Scrubbers on boot | rinpatch | |
This makes it possible to configure their behavior on OTP releases. | |||
2019-12-04 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user.ex | |||
2019-12-04 | Add report notes | Maxim Filippov | |