summaryrefslogtreecommitdiff
path: root/app/Model/User.php
AgeCommit message (Expand)Author
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Remove model base classFrederic Guillot
2016-05-05Fixed PHP warning when removing a user with no Avatar imageFrederic Guillot
2016-03-26Fix PHP 5.3 issueFrederic Guillot
2016-03-26Added avatar image uploadFrederic Guillot
2016-03-04Create Import namespace and move classesFrederic Guillot
2016-02-20Fix cosmetic issues and update api documentationFrederic Guillot
2016-02-13Enable/Disable usersFrederic Guillot
2016-01-30Add external links for tasks with plugin apiFrederic Guillot
2016-01-29Move Google authentication to an external pluginFrederic Guillot
2016-01-11Move task link validator methodsFrederic Guillot
2016-01-11Move user validator methodsFrederic Guillot
2015-12-06Update plugin docFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-15Rewrite of session managementFrederic Guillot
2015-10-25Move token generation to Security namespaceFrederic Guillot
2015-10-19Cleanup and minor fixesFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-12Add CSV import for tasksFrederic Guillot
2015-10-03Fix issue when unlinking Gitlab accountFrederic Guillot
2015-09-20Fix Mysql error about gitlab_id when creating remote userFrederic Guillot
2015-08-23Add Gitlab authenticationFrederic Guillot
2015-08-16Add project users overviewFrederic Guillot
2015-08-14Add new role Project AdministratorFrederic Guillot
2015-08-01Add bruteforce protectionFrederic Guillot
2015-07-18Add form to create remote userFrederic Guillot
2015-07-16Refactoring of Github authentication (oauth url change)Frederic Guillot
2015-06-27Remove column default_project_id for users because it's useless nowFrederic Guillot
2015-06-27PicoDb updateFrederic Guillot
2015-06-20Change comments table structure (drop foreign key on user_id)Frederic Guillot
2015-05-24Fix PhpAnalyzer issuesFrederic Guillot
2015-05-18Add ical export for usersFrederic Guillot
2015-04-19Add Sendgrid integration (incoming email handling)Frederic Guillot
2015-04-19Add Postmark integration (inbound emails for task creation)Frederic Guillot
2015-03-31Add two factor authenticationFrederic Guillot
2015-02-13Check if the user session match an existing userFrederic Guillot
2015-01-18Pagination refactoringFrederic Guillot
2015-01-04Allow users to override the timezone and the languageFrederic Guillot
2015-01-02Fix bugs, improve perfs and use SimpleLogger instead of MonologFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-11-25Fix PHP 5.3 issueFrédéric Guillot
2014-11-25Remove private projects when a user is deletedFrédéric Guillot
2014-11-22Some refactoring for PHP 5.3Frédéric Guillot
2014-11-22Improve API to return id instead of a booleanFrédéric Guillot
2014-10-25Add pagination for users pageFrédéric Guillot
2014-10-21Add option to allow everybody on a projectFrédéric Guillot
2014-10-05Projects are not anymore visible to everybody by defaultFrédéric Guillot
2014-09-28Move methods getIpAddress() and getUserAgent() to the Request classFrédéric Guillot