- Jun 19, 2024
- Jun 13, 2024
-
-
feld authored
-
- Nov 10, 2023
- Nov 09, 2023
-
-
Haelwenn authored
(Default of webpack 4 is "md4") >The first full collision attack against MD4 was published in 1995
- Sep 21, 2023
-
-
Pleroma Renovate Bot authored
-
- Dec 22, 2022
-
-
Pleroma Renovate Bot authored
- Dec 21, 2022
-
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
Additionally this disables displaying chats when godmode is off. Related: https://git.pleroma.social/pleroma/admin-fe/-/issues/185
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
I noticed that the routes have an option `hidden`. This is what's used to show or hide items in the sidebar. Now we set this option after login before adding the routes. The redirect for root is now also set after login before adding the route. That way we can set the route to the path corresponding with the first item in the sidebar. When there's no unhidden route (e.g. when admin-fe doesn't know about any privilege the user has), the redirect goes to /401.
-
= This is a combination of 2 commits. = This is the 1st commit message: Atm you're redirected to /users after login even when you aren't privileged to any of the user actions. This should be addressed in a following commit. It will only show the menu's on the left for which you are privileged. This can be depending on role (e.g. settings for admin) or privilege (e.g. user actions). = This is the 2nd commit message: It will only show the menu's on the left for which you are privileged. This is depending on privileges. The redirect for root is now also set after login before adding the route. That way we can set the route to the path corresponding with the first item in the sidebar. When there's no unhidden route (e.g. when admin-fe doesn't know about any privilege the user has), the redirect goes to /401.