Dptole Laravel Survey Versions Save

Laravel 6 survey app.

1.76.0

4 years ago
  • Unit & Feature tests.
  • StyleCI PHP code.
  • 100% code coverage.

1.75.0

4 years ago
  • Test App\Helper
  • Test user registration.
  • Fix grotesque authentication error.

1.74.0

4 years ago
  • If Pusher (Websocket) is not available fallback to SSE (Server-Sent Events).
  • Implement SSE via Symfony's StreamedResponse class.
  • Turn off output buffering for PHP.
  • Low max input time from 60 to 5 seconds for PHP.
  • Create sses table.

1.73.0

4 years ago
  • Fix README.md
  • Download Nginx 1.16.1 and compile its source code.
  • Compile Nginx with Google/Brotli.
  • Compile Nginx with Maxmind/GeoIP2.

1.70.0

4 years ago
  • General fixes (layout / redirects / references) & clean ups.
  • Aviod CSRF verification at /api/save_answer and /api/*/session_id

1.69.0

4 years ago
  • Upgrade from Laravel 5.4 to 6
  • Fix QuestionsTable.prototype.generateSessionId
  • Bump required PHP version

1.68.0

4 years ago
  • Allow for production build on docker.
  • Speed up composer with hirak/prestissimo
  • General fixes.

1.54.0

4 years ago
  • Remove requirement for DB-IP API key
  • Remove home technologies listing
  • Fix infinite redirect when requesting /
  • Bump axios from 0.15.3 to 0.19.0
  • Fix npm production bug (UglifyJs doesn't support ECMAScript2015+)