summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-19Improve readabilityMichael Weimann
2019-12-14fix #694: no more black hover link texts in 36c3 themesmsquare
2019-12-12Extended the iCal section with a collapsible card to show the current api key.cbluoss
2019-12-12ShiftEntry query now returns the related user.name as well.cbluoss
This was done for API requests to save additional queries, but should allow us to remove some queries pretty much everywhere shifts get listed (will be done in a new PR eventually)
2019-12-08Resolve redirect problem in schedule importmsquare
2019-12-08Merge pull request #690 from marudor/update-js-depsmsquare
Update JavaScript Dependencies to resolve security issue
2019-12-08Update JavaScript Dependencies to resolve security issue with ↵marudor
serialize-javascript
2019-12-08Merge pull request #685 from MyIgel/schedule-importmsquare
Rebuild Schedule import
2019-12-08Add timezone to shifts JSONIgor Scheller
Resolves #689 (Provide time zone offset via the shifts-json-export API)
2019-12-08Renamed GuzzleServiceProvider to HttpClientServiceProvider, fixed ↵Igor Scheller
translation and import error
2019-12-08ImportSchedule: Append talk language to shift titleIgor Scheller
Resolves #587 (Include talk language into Frab-imported shift titles)
2019-12-08Added Schedule parsing and replaced old Fahrplan importerIgor Scheller
Resolves #553 (Change Frab Import from xCal to XML) Resolves #538 (Feature Request: Multi Frab Import)
2019-12-08Twig: Macros: Form: Use input options and primary submit buttonIgor Scheller
2019-12-08Response: Added with and withInput methods and back/redirect functionsIgor Scheller
2019-12-08Renamed redirect() to throwRedirect()Bot
2019-12-08Migration References->referencesUser: Changes $setPrimary from true to falseIgor Scheller
2019-12-08Migration: Fixed formattingIgor Scheller
2019-12-07Questions: Moved user tests to user and fixed attribute names, added @coversIgor Scheller
2019-12-07Stats: Added questions testIgor Scheller
2019-12-07Migrate Question usagesMichael Weimann
2019-12-07Add Question modelMichael Weimann
2019-12-07Add questions table migrationMichael Weimann
2019-12-01Update de po fileMichael Weimann
2019-12-01Models: Updated docsIgor Scheller
2019-11-30Use pcov to speed up tests with code coverageIgor Scheller
2019-11-30Fixed LegacyDevelopment Exception handler to produce less verbose outputIgor Scheller
2019-11-30footer.twig: Fix translation import warningsIgor Scheller
2019-11-30Merge pull request #682 from MyIgel/php7.4msquare
PHP 7.4 compatibility, PHP min version 7.2, Twig 3
2019-11-30Bumped PHP to >=7.2 as it not supported anymore (no security fixes)Igor Scheller
2019-11-29Twig update to 3.0.0 and Renderer type hintingIgor Scheller
2019-11-29Twig update to > 2.11: Fixed namespaces, warnings and cleanupIgor Scheller
2019-11-29Removed not used {trans} twig tokenIgor Scheller
2019-11-29PHP 7.4: Fixed xdebug code coverageIgor Scheller
2019-11-29First step to PHP 7.4 compatibility...Igor Scheller
2019-11-28Removed global $ical_shiftsIgor Scheller
2019-11-28Removed global $pageIgor Scheller
2019-11-28Migrations: Use on update cascadeIgor Scheller
2019-11-23add 36c3 thememsquare
2019-11-22MessageTrait: Fixed HeaderBag::get parameter deprecation in Symfony 4.4Igor Scheller
2019-11-20Add auto focus to the login fielMichael Weimann
2019-11-20Merge pull request #675 from weeman1337/feature-news-comments-migrationIgor Scheller
Introduce the NewsComments model
2019-11-13Update phpcs readme sectionMichael Weimann
2019-11-13Add phpcs composer scriptsMichael Weimann
2019-11-13Add phpcs config fileMichael Weimann
2019-11-12Adapt code style to PSR-12Michael Weimann
2019-11-12Migrate view to the NewsComments modelMichael Weimann
2019-11-12Introduce the NewsComments modelMichael Weimann
2019-11-12Add the news_comments table migrationMichael Weimann
2019-11-11Formatting to follow PSR-12Igor Scheller
2019-11-10News: Bug fixes, cleanup, comments & formattingIgor Scheller
Use more magically available methods and properties Fixed atom feed and stats not using the new model