- 14 Oct, 2020 1 commit
-
-
ZeMKI authored
This big change brings new role structure, similar to Metag-Analyze. Instructions will be followed to bring this to Production. The new cards in the homepage follow a design principle to have a more compact, area driven and design friendly style. The interview tab is now changed to "Manage >>" to include user management and (future) statistical data. Many libraries are now uninstalled,code is less cluttered, database has less tables therefore performance is increased. Error pages now include buttons to go homepage and back. Many translation strings were added. Updated to Laravel 8.
-
- 29 Jun, 2020 1 commit
-
-
ZeMKI authored
* now the user you invite are supervisors - with full power. * consider to simplify the whole roles structure and just keep supervisors and work with permissions.
-
- 15 Apr, 2020 1 commit
-
-
ZeMKI authored
* New layout and optimization based on tailwindcss. * Reset password Function. * New Public Url interface.
-
- 04 Mar, 2020 1 commit
-
-
ZeMKI authored
this update is meant to be just a code styling and optimization.
-
- 22 Jan, 2020 1 commit
-
-
ZeMKI authored
* % sign makes problem if it's used as password token to create a password. Never encountered before in testing, first thing with a live user.
-
- 20 Jan, 2020 1 commit
-
-
ZeMKI authored
* when you invite someone to the study and they set the password, the email is verified automatically.
-
- 16 Jan, 2020 1 commit
-
-
Alessandro Belli authored
* merged master branch to Production
-
- 10 Dec, 2019 1 commit
-
-
Alessandro Belli authored
* Controllers and Models are optimized * Improved admin dashboard * Now staff notification have a title * Notification box improvments
-
- 13 Sep, 2019 1 commit
-
-
Alessandro Belli authored
* now you can create/delete tokens right into the interview * new api interface with web auth * laravel 6.0.1
-
- 26 Aug, 2019 1 commit
-
-
Alessandro Belli authored
* now users can delete studies at any time * buefy new dialog sistem bugfix * new blade directive to format text with special chars * optimized study table
-
- 23 Aug, 2019 1 commit
-
-
Alessandro Belli authored
* homepage has new layout * new study has new layout * small backend code optimizations
-
- 15 Aug, 2019 4 commits
-
-
ZeMKI authored
* solution optimized and functional, needs improvment in details. * optimization user controller. Fixes #8
-
ZeMKI authored
-
ZeMKI authored
* now there's a user interface to activate supervisors * you can send test emails to check what's in there * default text in app/utilities * bugfixed keyenter 13 that was active on the whole website instead of only the interview
-
ZeMKI authored
* now you set a password_reset token on user creation. Password cannot be entered manually anymore. * Email is sent from the server!
-
- 07 Aug, 2019 1 commit
-
- 04 Jun, 2019 2 commits
- 14 May, 2019 1 commit
-
-
ZeMKI authored
- initial set up and optimization
-
- 11 Apr, 2019 1 commit
-
-
ZeMKI authored
Fixes #4
-
- 10 Apr, 2019 1 commit
-
-
ZeMKI authored
- created helper class to simplify code. Still need rework and usage (Helper::) - started admin area - reworked user permissions in home and nav: now creating a supervisor has create-studies permission and that is never touched. - you can edit a study only if you're have permissions - updated laravel mix to latest, from 2.0 the solution is { implementation: require('node-sass') } - solved bugs on check interview results - solved bugs on html2canvas, opened an issue on github because plugin behaves not correctly: https://github.com/niklasvh/html2canvas/issues/1800 - created dompdf css to speed up processing - test dompdf on server, locally is quite slow with 512MB allocated @todo cache base64 on consult sorting (?)
-
- 27 Feb, 2019 1 commit
-
-
ZeMKI authored
- now the preview of the tokens is shown correctly for "all" image types - i use a new image property on the file called base64 that I use in the backend to encode the data - the correct number of tokens is now shown, I use a fetching var to check wheter app fetch or not
-
- 26 Feb, 2019 7 commits
-
-
ZeMKI authored
- added reset password part - message if the user needs to reset or message if you want to reset
-
Laravel Shift authored
Laravel 5 adopted the short array syntax which became available in PHP 5.4.
-
Laravel Shift authored
The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer
-
ZeMKI authored
- i solved the issue with answer by converting the answer text column always in an array and then managing that as an array everywhere - solved permission page by using a custom function isItemInArray checking for the couple [permission_id,study_id] to then check the checkbox - the create study permission was not given because of a weird error by Laravel, it was searching for a app\study model while I was using a {user} bind @todo - solve bug in interview view page (onechoice+open) - encrypt screenshots - create manage users permission - remove supervisors from user list ? so who can manage users can't change permissions or just leave user manage to supervisors?
-
ZeMKI authored
-
ZeMKI authored
-
ZeMKI authored
- I can't interview anymore, I got to revert changes
-
- 25 Feb, 2019 1 commit
-
-
ZeMKI authored
- new roles and study managing - new user add interface - helper file
-
- 15 Feb, 2019 1 commit
-
-
ZeMKI authored
-