summaryrefslogtreecommitdiff
path: root/tests/units/Core
AgeCommit message (Expand)Author
2016-09-08Custom project roles inherit from project membersFrederic Guillot
2016-09-03Support version operators for plugin directory: >= and >Frederic Guillot
2016-08-31Time spent for subtasks are not rounded too the nearest quarter anymoreFrederic Guillot
2016-08-31Fix wrong project date format (shown as 01/01/1970)Frederic Guillot
2016-08-22Store board collapsed mode user preference in the databaseFrederic Guillot
2016-08-21Store comment sorting direction in user metadataFrederic Guillot
2016-08-21Add FileCache driverFrederic Guillot
2016-08-13Add reference hooksFrederic Guillot
2016-07-31Cleanup events and stuff before processing job in workerFrederic Guillot
2016-07-16Fixed search query with multiple assignees (nested OR conditions)Frederic Guillot
2016-07-16Handle HTTP header X-Real-IP to get IP addressFrederic Guillot
2016-07-14Make search attributes not case sensitiveFrederic Guillot
2016-07-02Added more unit tests for LDAP user classFrederic Guillot
2016-07-01Fixed lexer issue with non word charactersFrederic Guillot
2016-06-24Added filter class for tagsFrederic Guillot
2016-06-05Changed DateParser to use only user format and ISO-8601Frederic Guillot
2016-06-01Added mail helperFrederic Guillot
2016-06-01Fix filters with UTF-8 charactersSébastien Kergreis
2016-05-30Do not sync user role if LDAP groups are not configuredFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-25Support strtotime strings for date searchFrederic Guillot
2016-05-24Filter non compatible pluginsFrederic Guillot
2016-05-15Refactoring: added controlled middleware and changed response classFrederic Guillot
2016-05-07Improve plugin loadingFrederic Guillot
2016-05-07Added support for LDAP user photo profileFrederic Guillot
2016-05-07User roles are now synced with LDAP at each loginFrederic Guillot
2016-05-03Improve LDAP user group membership synchronizationFrederic Guillot
2016-04-30Added support for LDAP Posix Groups (OpenLDAP with memberUid)Frederic Guillot
2016-04-24Use PLUGINS_DIR constant to load plugin templatesFrederic Guillot
2016-04-09Filter refactoringFrederic Guillot
2016-03-27Handle state in OAuth2 clientFrederic Guillot
2016-03-25Allow to use the original template in overridden templates (PR #1941)Frederic Guillot
2016-03-17Added support for multiple placeholders for LDAP_USER_FILTERFrederic Guillot
2016-03-04Helper refactoringFrederic Guillot
2016-03-04Added unit test for Category modelFrederic Guillot
2016-02-28Added support for HTTP header "X-Forwarded-Proto: https"Frederic Guillot
2016-02-07Use mock object instead of FakeHttpClient classFrederic Guillot
2016-02-06The date time format can be chosen in application settingsFrederic Guillot
2016-01-30Add external links for tasks with plugin apiFrederic Guillot
2016-01-18Return the highest role for a project when a user is member of multiple groupsFrederic Guillot
2016-01-10Fix bug: Automatic action listeners were using the same instanceFrederic Guillot
2016-01-07Remove HTMLToMarkdown dependencyFrederic Guillot
2016-01-03Improve Automatic Actions plugin apiFrederic Guillot
2015-12-22Added the possiblity to define custom routes from pluginsFrederic Guillot
2015-12-13Add new boolean value for CSV importFrederic Guillot
2015-12-06Add new method to flush session variablesFrederic Guillot
2015-12-06Add more unit testsFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-27Add generic authorization classFrederic Guillot
2015-11-27Fix broken testFrederic Guillot