summaryrefslogtreecommitdiff
path: root/app/Core
AgeCommit message (Expand)Author
2016-06-03Change css for header linksFrederic Guillot
2016-06-02Expose to the user interface the email sender addressFrederic 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-29Make console commands pluggableFrederic Guillot
2016-05-29Update JsonRPC library and APIFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Improve notification classes and move interface to coreFrederic Guillot
2016-05-26Rename task view controllerFrederic Guillot
2016-05-25Do not execute controller if the response is already sentFrederic Guillot
2016-05-25Support strtotime strings for date searchFrederic Guillot
2016-05-24Filter non compatible pluginsFrederic Guillot
2016-05-23Added QueueManager to process background jobsFrederic Guillot
2016-05-20Manage plugins from the user interface and from the command lineFrederic Guillot
2016-05-16Improve user controllers and viewsFrederic Guillot
2016-05-15User import is now a popoverFrederic Guillot
2016-05-15Added unit tests for middlewareFrederic Guillot
2016-05-15Added task creation menu for all projects viewsFrederic Guillot
2016-05-15Refactoring: added controlled middleware and changed response classFrederic Guillot
2016-05-07Improve plugin loadingFrederic Guillot
2016-05-07Added method onStartup() for pluginsFrederic Guillot
2016-05-07Added support for language LDAP attributeFrederic 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-04Unify task drop-down menu between different viewsFrederic 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-29Fixed wrong task link generation within Markdown textFrederic Guillot
2016-04-24Use PLUGINS_DIR constant to load plugin templatesFrederic Guillot
2016-04-14Allow plugins loading from another locationFrederic Guillot
2016-04-10Refactor ProjectActivity model to use Filter and Formatter interfaceFrederic Guillot
2016-04-09Filter refactoringFrederic Guillot
2016-03-27Check if LDAP logger is definedFrederic Guillot
2016-03-27Added more logging for LDAP clientFrederic Guillot
2016-03-27Minor improvementsFrederic Guillot
2016-03-27Handle state in OAuth2 clientFrederic Guillot
2016-03-26Fix compatibility issue with PHP 5.3Frederic Guillot
2016-03-26Added avatar image uploadFrederic Guillot
2016-03-25Allow to use the original template in overridden templates (PR #1941)Frederic Guillot
2016-03-25Unification of project headerFrederic Guillot
2016-03-23Loader for Helper-Classes from PluginBusfreak
2016-03-19Handle multiple avatar sizesFrederic Guillot
2016-03-19Render default avatar provider when having no user linkedFrederic Guillot
2016-03-19Added letter based avatar providerFrederic Guillot
2016-03-18Added pluggable Avatar providersFrederic Guillot
2016-03-17Added support for multiple placeholders for LDAP_USER_FILTERFrederic Guillot
2016-03-07Changing new self to new static, to accommodate subclasses of LdapClient.Dj Padzensky
2016-03-04PHPdoc cleanupFrederic Guillot
2016-03-04Move Template::layout() to LayoutHelperFrederic Guillot