0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #41 from Tatoeba/master More... almost 9 years ago
Fix image upload temporary path More... almost 9 years ago
corrected a little typo in error message More... about 10 years ago
make the init script a bit more resistant to error, by telling the developer is configuration file contains sets instead of dictionnary More... about 10 years ago
removed unused @brief More... about 10 years ago
bump version 0.25.1 More... about 10 years ago
corrected a small bug, addActionOnly would put a deprecated set_message instead of add_message More... about 10 years ago
Merge branch 'master' of https://github.com/allan-simon/cppcms-skeleton More... about 10 years ago
0.25: now we have a function models::User::by_id that retrieve a full user by its id, we can now know if it exists by using user.exist() More... about 10 years ago
remove useless @brief, I used to think they were mandatory More... about 10 years ago
now we use the PROJECT_NAME namespace application wide, also added a new tool "update_local_template.py" More... over 10 years ago
added several functions related to current user More... over 10 years ago
added a check when we import a sql file, to be sure the file exist, or to print an error More... over 10 years ago
updated unit test, as the sql structure we rely on for user model has changed More... over 10 years ago
created a new class results::Users, and moved uers's permission level in it More... over 10 years ago
corrected a unit test that will not pass if runs two times, and some remaining debugs in sqlimporter More... over 10 years ago
Merge branch 'master' of https://github.com/allan-simon/cppcms-skeleton More... over 10 years ago
close #39, now we're able to import sql files with create trigger blocks, also moved the code to analyze/import a sqlfile into a separate object More... over 10 years ago
added a link to the github's wiki documentation More... over 10 years ago
corrected a bug in function models::users::is_admin , and added a unit test test for it More... over 10 years ago
forgotten to add the test 'change_password' in the cmake file More... over 10 years ago
replaced a "" by <> in include for skeleton of code More... over 10 years ago
added unit test to models::Users::change_password, and updated doc of this function More... over 10 years ago
modifed slightly the test for models::users::add, the test for 'only username already taken' and the same for 'only email already taken' were actually reusing the 'new username' / 'new email' used to test if we can add normally a user, which made that actually this new email/new user were also taken at the time of the test More... over 10 years ago
now models::Users::add takes a new optional parameter, the type of the user we want to add, also added unit test More... over 10 years ago
replaced the load of #define in models::Users by an enum More... over 10 years ago
added test for models::Users::is_login_correct More... over 10 years ago
added a test for Users::email_exists More... over 10 years ago
Merge branch 'master' of github.com:allan-simon/cppcms-skeleton More... over 10 years ago
added a new function models::Users::is_admin(int) More... over 10 years ago