6
I Use This!
Very High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 5 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed firstName to first_name and lastName to last_name in the DB to match the same structure as other two worded columns. More... about 10 years ago
Split user/role events into pre and post save. More... about 10 years ago
Added mautic.global_search event to be used by bundles for right side (hidden) panel global search feature. More... about 10 years ago
Fixed some errors caught by functional tests (how I've fallen in love with these tests!). More... about 10 years ago
Removed unnecessary set functions from RouteEvent and removed legacy code. More... about 10 years ago
Moved route loading into events. More... about 10 years ago
Created bundle subscribers for mautic events. Moved menu loading into events to be able to control loading easier via event priorities. Reorganized some of the services into separate files. More... about 10 years ago
Fixed fatal error in prod where NelmioApiDocBundle is only registered for dev/test environment More... about 10 years ago
Moved some menu items into an admin menu More... about 10 years ago
Fixed issue with assetic asset dumping caused by bad config code More... about 10 years ago
Added event listeners for users/roles to allow 3rd party hooks More... about 10 years ago
Fixed issue with list filters where the clearing the search after returning from another page via ajax (form, etc) would cause the filter to post back to the referrer page More... about 10 years ago
Functional tests for API and user/role controllers More... about 10 years ago
Added an initialize() function to controllers to make shared code via CommonController easier to use. More... about 10 years ago
Fattened up the models a bit in order to accommodate usage from multiple controllers (i.e. from bundle and from API) More... about 10 years ago
Added ability for bundles to accept permission synonyms. More... about 10 years ago
Fixed API to work per oauth2 specs (clients configurable by admin, users grant/deny application access and can revoke application access via profile vs creating client per user). Added user/role API. Implemented NelmioApiDocBundle to auto-generate documentation (there are some slight issues with auto generation of API documentation that will have to be sorted out later.) API documentation accessible via /docs/api. More... about 10 years ago
Fixed permission error caused by user not having implicit access More... about 10 years ago
Removed unused profile route/menu item More... about 10 years ago
Added some functional testing for UserController, RoleController, and ProfileController More... about 10 years ago
Fixed issue where profile unique validation wouldn't allow update of username and email More... about 10 years ago
Fixed issue where new user failed due to password not getting set related to recent changes More... about 10 years ago
Added account to manage one's own account settings (as allowed via the user's role permissions and added the ability to revoked authorized applications that have API access. More... about 10 years ago
Passed mautic.security service to menu's for displaying menu items based on a user's permissions More... about 10 years ago
Some code refactoring including using models, removed unnecessary some of the mautic references or bundle name references in services, and changed some Symfony deprecated functions. More... about 10 years ago
Added OAuth2 auth for API access More... about 10 years ago
Added search filter for lists and fixed a couple pagination issues. More... about 10 years ago
Apparently Symfony forms do not provide any kind of data santization so added some protection against code injections (Doctrine has built in protection against sql injection). More... about 10 years ago
Added visual page loading bar when loading ajax content. More... about 10 years ago
Minor refactoring, added some phpdoc blocks, etc. More... about 10 years ago