Leonardo C. Daronco
Leonardo C. Daronco
Mconf-Web should not allow user names or space names with blank characters in the beginning or end of the name (it should `.strip()` the strings).
A few things need to be fixed to allow Mconf-Web to be deployed in a subdir in a server (e.g. "https://my-website.com/portal" instead of simply "https://my-website.com"). ## Hard-coded paths There are...
When a user is approved, a recent activity is created. But when a user is disapproved, no recent activity is being created. It would be good to have a recent...
Some times the markdown shown in the page does not correspond to the preview shown while editing the description of an event. The text below, for example, generates a preview...
* Implement and use the default method `search_by_terms`. * Prioritize the results by the number of matches. * Change the view in `events/index` to update the results via ajax (with...
There are a few tests in the application that require javascript to run properly. For those, capybara-webkit can be used. There is even a tag called `:with_js` that can be...
If someone tries to sign in via Shibboleth and the email returned by the federation is an email that already has a local account in Mconf-Web, the user will not...
Add an option to the management list of recordings (the list of recordings and/or the edit page of a recording) to update that recording. This option should send a `getRecordings`...
Instead of having a title and a message, it would be simpler if it had just a message. Also, the labels for the subject and message are not being translated,...
We have a few places in the application that have searches or filters, such as in the management list of users. All this filtering is currently made "manually", usually using...