File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
usr/lib/python3/dist-packages/linuxmusterApi Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ linuxmuster-api7 (7.2.19) lmn72; urgency=medium
2+
3+ * Permissions check when printing passwords
4+ * Print passwords for projects
5+ * Print passwords from cn list
6+ * Fix some school specific requests
7+ * Fix prefix for projects in multischool
8+ * Forbid teachers to change admins in mgmt groups
9+ * Set teachers as admins in schoolclasses
10+ * Documentation for quotas
11+ * Remove user from project as admin too
12+ * New endpoint to list schools
13+
14+ -- Arnaud Kientz <arnaud@linuxmuster.net> Sun, 03 Nov 2024 11:03:04 +0100
15+
116linuxmuster-api7 (7.2.18) lmn72; urgency=medium
217
318 * Patch user's data.
Original file line number Diff line number Diff line change 3636
3737app = FastAPI (
3838 title = "Linuxmuster.net API" ,
39- version = "7.2.18 " ,
39+ version = "7.2.19 " ,
4040 description = description ,
4141 swagger_ui_parameters = {"tryItOutEnabled" : True , "swagger_favicon_url" : "/static/favicon.png" },
4242 license_info = {
You can’t perform that action at this time.
0 commit comments