setWorkingDir(PATH_LIB_ACTIONS); if(array_key_exists('action', $params)) { $action = $actionFac->create($params['action']); $action->setUserData($params); $action->execute(); } else { $showInactive = filter_input(INPUT_GET, 'show_inactive', FILTER_VALIDATE_BOOLEAN); echo BridgeList::create($showInactive); } } catch(\Exception $e) { error_log($e); header('Content-Type: text/plain', true, $e->getCode()); die($e->getMessage()); } 'main'>main Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-24feat(new-tool): added chronometerGravatar Corentin Thomasset 5-0/+74
2022-07-23fix(script):fixed missing paranthesis in tool generator scriptGravatar Corentin Thomasset 1-3/+3
2022-07-23refactor(import): auto reordered importsGravatar Corentin Thomasset 1-16/+16
2022-07-23fix(text-statistics): empty text mean 0 words and 0 linesGravatar Corentin Thomasset 1-6/+4
2022-07-23refactor: added accessibility labels on icon buttonsGravatar Corentin Thomasset 1-4/+6
2022-07-23feat(search): focus the search bar using Ctrl+KGravatar Corentin Thomasset 1-3/+20
2022-07-23fix(lint): cleanned index.htmlGravatar Corentin Thomasset 1-6/+18
2022-07-23fix(deps): run dependencie audit auto fixGravatar Corentin Thomasset 1-29/+75
2022-07-21chore(release): 2.5.3v2.5.3Gravatar Corentin Thomasset 3-3/+10
2022-07-21fix: updated license in READMEGravatar Corentin Thomasset 1-1/+1
2022-07-21chore(release): 2.5.2v2.5.2Gravatar Corentin Thomasset 3-3/+5
2022-07-21chore: added missing fields in package.jsonGravatar Corentin Thomasset 1-0/+18