aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-09-02fixed rebase errortic-04421Moritz Strohm
2024-09-02added code improvementsJan-Hendrik Willms
2024-09-02removed JSONAPI ScheduleEntry model and replaced it with the standard Schedul...Moritz Strohm
2024-09-02allow root to modify schedule entriesMoritz Strohm
2024-09-02added missing DocBlocks to ScheduleEntry classMoritz Strohm
2024-09-02added code improvementsJan-Hendrik Willms
2024-09-02use aliasMoritz Strohm
2024-09-02JSONAPI ScheduleEntry schema: fixed SORM member accessMoritz Strohm
2024-09-02fixed wrong table nameMoritz Strohm
2024-09-02began adding support for displaying hidden coursesMoritz Strohm
2024-09-02removed CalendarScheduleModelMoritz Strohm
2024-09-02renamed table schedule_seminare to schedule_coursesMoritz Strohm
2024-09-02added code for deleting schedule entriesMoritz Strohm
2024-09-02ScheduleEntry: fixed DateTime calculationsMoritz Strohm
2024-09-02fixed errors due to database changesMoritz Strohm
2024-09-02added migration, made ScheduleEntry an Event interface implementationMoritz Strohm
2024-09-02extended schedule/entry actionMoritz Strohm
2024-09-02added ScheduleEntry model and added schedule/entry viewMoritz Strohm
2024-09-02tiny modernisationMoritz Strohm
2024-09-02moved schedule code in the new calendar/schedule controllerMoritz Strohm
2024-09-02fixed fullcalendar rendering for schedule viewsMoritz Strohm
2024-09-02added ScheduleCourseDate modelMoritz Strohm
2024-09-02removed classes in lib/calendar and their testsMoritz Strohm
2024-09-02removed duplicate codeMoritz Strohm
2024-09-02rewrote schedule widgetMoritz Strohm
2024-09-02activated new schedule, use calendar time and day settings in scheduleMoritz Strohm
2024-09-02removed CycleDataDB::getPredominantRoomDBMoritz Strohm
2024-09-02lib/raumzeit: continued removal of unused methods, marked classes as deprecat...Moritz Strohm
2024-09-02removed SingleDate::bookRoomMoritz Strohm
2024-09-02replaced Seminar::getDatesHTMLMoritz Strohm
2024-09-02added Course::moveMemberToWaitlist, removed code that did that before from me...Moritz Strohm
2024-09-02renamed other classesMoritz Strohm
2024-09-02added Course::removePreliminaryMemberMoritz Strohm
2024-09-02lib/functions.php: market studip_gettext_interpolate as temporary backport of...Moritz Strohm
2024-09-02renamed class filesMoritz Strohm
2024-09-02StEP 3209, re #3209Moritz Strohm
2024-08-30fix incorrect usages of CSRFProtection::verifySecurityToken(), fixes #4548Jan-Hendrik Willms
2024-08-30add new method ContentBar::setInfoHTML() in favor of the now deprecated Conte...Jan-Hendrik Willms
2024-08-29make CSRFProtection::verifyRequest() private, fixes #4547Jan-Hendrik Willms
2024-08-29use csrf protection correctly, fixes #4545Jan-Hendrik Willms
2024-08-28Prevent root folder uploads by students in courses, re #3745Moritz Strohm
2024-08-28remove unused method CalendarDate::garbageCollect(), fixes #4539Jan-Hendrik Willms
2024-08-28fix unserialization of StudipArrayObjects, remove deprecated Serializable...Jan-Hendrik Willms
2024-08-27prevent php-warnings in Institute-Class, fixes #4534David Siegfried
2024-08-27prevent php-warnings in CourseMember, fixes #4536David Siegfried
2024-08-27drop special handling of admin navigation, fixes #4491Elmar Ludwig
2024-08-23don't relocate content modules administration to the end in responsive naviga...Jan-Hendrik Willms
2024-08-23use correct join type to avoid reading way too many courses, fixes #4518Jan-Hendrik Willms
2024-08-23prevent warnings, fixes #4521Jan-Hendrik Willms
2024-08-23Aktion "Inhalt kopieren" bei einer abgegebenen Aufgabe funktioniert nichtRon Lucke