0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated CHANGELOG for the new release.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
new: added code of conduct.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: updated JavaScript libraries.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
Merge pull request #41 from CASES-LU/object-locking
Cedric Bonhomme
as Cedric
More... almost 3 years ago
chg: [migrations] default value for is_locked is False
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: the API v1 is now in read-only mode.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [API v2] Ensures that not empty parameters are passed to the endpoint.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
Merge branch 'master' into object-locking
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
fix: [API v2] On ObjectsList check that the object UUID is not None.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [models] updated login strings validation
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [views] removed listing of verions in view_object function
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [API] updated description of an error message.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
fix: typo
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [templates] disable object edit button for locked objects.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [API v2] when an object is updated via the API, the check_submitted_object function checks if the object is locked and if the current editor is the original creator user.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
fix: typo
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [templates] added a bootstrap alert info box to tell if a user is locked in the view_obect template
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [templates] reformat tabs
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [templates] Removed some use of jQuery.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [templates] JavaScript functions to get object values as JSON and CSV files are now using the API v2.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
improved readability of the check_object_edit_permission decorator
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [decorators] updated check_object_edit_permission decorator in order to take into account the new is_locked attribute of JsonObject objects.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
new: [templates] added a a flag in the view_object template in order to display if an object is locked or not.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
new: [views] added a view to lock/unlock an object.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
new: [models] added new is_locked attribute to JsonObject and created Alembic migration file.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: updated dependencies.
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
updated CHANGELOG
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [object-versioning] added a button to go to the list of versions of an object
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
fix: [object-versioning] bad object id was passer to create_new_version
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago
chg: [object-versioning] set the editor id after update of an object via the API
Cedric Bonhomme
as Cédric Bonhomme
More... almost 3 years ago