13 Jul, 2024
1 commit
-
commit 5351f71f8ac14c9c3b7298de6025fdaf8e0058b1 Author: Miguel Barão <mjsb@uevora.pt> Date: Thu Jul 11 23:10:18 2024 +0100 minor commit f4aa081d970cc982b0d6fc18a45a6f340f5bab81 Author: Miguel Barão <mjsb@uevora.pt> Date: Thu Jul 11 19:04:29 2024 +0100 update BUGS.md commit 5cb45de448daa05f9458e789501b40977d094977 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Apr 23 19:29:06 2024 +0100 update demo commit ce7f81bed8991ea6432d7572df2a20b50f3713d1 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Apr 23 16:57:56 2024 +0100 update javascript package versions commit 4697c7308e9b430a73f5c2c21a015b65d160b9c3 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Apr 23 16:55:16 2024 +0100 minor commit 25a6f2db6684fad1b8f1d7868d744cc04dc90cdb Author: Miguel Barão <mjsb@uevora.pt> Date: Wed Jul 10 12:30:25 2024 +0100 remove deprecated get_event_loop commit 5c8b68ea1f60f0507fafff696b94ffe084757f57 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Jul 9 17:56:16 2024 +0100 remove "future" flag from engine and session creation commit a702aecdae1d47b1482eb6c9f3ceb35cc862d210 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Jul 9 17:26:52 2024 +0100 minor commit 6531a56e8ad9600832c746a3f113aa70969adee5 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Jul 9 17:18:56 2024 +0100 minor change in comments commit 00fef4421ea630ec89d7bc2b6b5d730c97b75735 Merge: badbefe5 bb42f4ab Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Jul 9 17:16:49 2024 +0100 Merge branch 'dev' of https://git.xdi.uevora.pt/mjsb/perguntations into dev commit badbefe5ca9f8d542f9c943ed93b417470b3fa3f Author: Miguel Barão <mjsb@uevora.pt> Date: Mon Jul 8 21:12:49 2024 +0100 move from bcrypt to argon2 move from bcrypt to argon2 ignore .venv directory update sqlalchemy models to 2.0 commit 8c0c618df8df9077a4a4dbf29b9cf42c967d08e1 Author: Miguel Barão <mjsb@uevora.pt> Date: Wed Jun 26 12:50:56 2024 +0100 update tornado to >=6.3 commit bb42f4ab0ea18b327cf96f1f6a53457535fb415e Author: Miguel Barão <mjsb@uevora.pt> Date: Fri Jun 24 14:33:39 2022 +0100 Code reformat using black. commit 51392b566bfd1e290c132f4f270e4f9af9dffc88 Author: Miguel Barão <mjsb@uevora.pt> Date: Sun Jun 19 22:48:30 2022 +0100 minor refactor in testfactory.py
08 Nov, 2020
1 commit
11 May, 2020
1 commit
-
- show in comments when external correct program aborts
30 Apr, 2020
1 commit
-
- remove package-lock.json from git repository
24 Mar, 2020
1 commit
-
update .gitignore
14 Jun, 2019
1 commit
13 Feb, 2019
1 commit
12 Feb, 2019
1 commit
24 Jan, 2019
1 commit
-
- minor changes in the code.
06 Mar, 2018
1 commit
04 Apr, 2017
1 commit
31 May, 2016
1 commit
-
- the serve.py is now only the interface, everything goes through App class. - implemented an /admin page to authorize students and reset passwords. this is done with a webservice that responds to AJAX. test: - check if questions exist when building testfactory - final grade is rounded to 1 decimal place (0.0 - 20.0) questions: - added support for correction comments for textarea type questions. - scripts can return grade or a dictionary {grade: 10.0, comments:'hello'} serve: - implemented a werbservice for /admin - moved authentication requirements into the serve.py - tried to improve security (but webservices still missing) - templates are obtained only once regressions: - configuration is a completle mess