Aquileo | Kanboard Release Notestag:kanboard.org,2014:releases2026-07-24T00:00:00ZAquileo | Kanboard 1.2.53tag:kanboard.org,2026-07-24:releases/kanboard/v1.2.53The Kanboard Authors2026-07-24T00:00:00ZSecurity fixes
  • Scope restriction removal to the authorized project so a project manager can no longer delete restrictions belonging to other projects (ProjectRoleRestrictionModel, ColumnRestrictionModel, ColumnMoveRestrictionModel)
  • Verify that a task belongs to the project before moving it with board drag and drop
  • Validate the destination project in the task move/copy form to prevent reading metadata of inaccessible projects
  • Restrict "remember me" session removal to the user that owns the session
  • Validate user_id in subtask time tracking write methods
  • Escape user-provided text in several templates: comment reply textarea, web notification titles, and the project name in the task links tooltip

Improvements

  • Add a per-user preference to make bare task search match titles, descriptions, and comments instead of titles only (title-only search remains the default)

Bug fixes

  • Fix the age indicator so items between 20 and 30 minutes old are labelled <30m instead of <1h
  • Fix Markdown rendering of task links: text following a #id link at the start of a line is no longer swallowed
  • Suppress PHP warnings triggered by hook calls in the project view
  • Fix an incorrect CSS visibility value
  • Adjust tooltip maximum height and position
  • Fix an incorrect character in the zh_TW translation

Maintenance

  • Pin GitHub Actions to commit SHAs
  • Add a workflow to close stale pull requests
  • Group Dependabot updates to reduce check frequency

Dependencies and build

  • Update the Docker base image from Alpine 3.23 to 3.24
  • Upgrade select2 to 4.0.13 and PHPUnit to 12.5.23
  • Update several GitHub Actions
]]>
Aquileo | Kanboard 1.2.52tag:kanboard.org,2026-04-04:releases/kanboard/v1.2.52The Kanboard Authors2026-04-04T00:00:00Z
  • Enforce comment visibility rules for public and unauthenticated users:
    • Restricted comments are no longer exposed in public task views.
    • Users cannot create comments with a visibility level higher than their role.
  • Revoke public access tokens for inactive users.
  • Use timing-safe comparisons (hash_equals) for API and webhook token validation to mitigate timing attacks.
  • Replace raw SQL interpolation with parameterized queries in:
    • Task queries (TaskFinderModel)
    • iCalendar export conditions
  • Validate task ownership in bulk operations:
    • Ensure tasks belong to the specified project before applying bulk changes.
  • ]]>
    Aquileo | Kanboard 1.2.51tag:kanboard.org,2026-03-07:releases/kanboard/v1.2.51The Kanboard Authors2026-03-07T00:00:00ZSecurity fixes
    • Add SSRF protection for webhook notifications with the new configuration option WEBHOOK_ALLOW_PRIVATE_NETWORKS
    • Prevent unsafe deserialization in the database session handler
    • Restrict invite signup input to expected fields only to prevent parameter injection
    • Add missing permission checks in several API procedures
    • Validate user external ID values
    • Check file attachment ownership before deletion
    • Prevent SSRF bypasses by controlling HTTP client redirect behavior

    Improvements

    • Improve accessibility by increasing text/background contrast in the light theme

    Dependencies and build

    • Upgrade PHPUnit to version 12
    • Update several GitHub Actions and dependencies
    • Update dependency pimple/pimple to version 3.6.2
    ]]>
    Aquileo | Kanboard 1.2.50tag:kanboard.org,2026-02-07:releases/kanboard/v1.2.50The Kanboard Authors2026-02-07T00:00:00ZSecurity Improvements
    • Added missing authorization checks in multiple controllers.
    • Enforced project-level authorization checks where they were missing.
    • Improved plugin security by enforcing installer checks in PluginController actions.
    • Enabled Parsedown safe mode to add an extra layer of protection to Markdown rendering against unsafe content.
    • Added CSRF protection for project role changes and enforced JSON content type for related endpoints.

    Maintenance & Tooling

    • Updated the PHPUnit version used for the test suite.
    • Switched the GitHub workflow to use the php-cs-fixer Docker image instead of installing it via Composer.

    Dependencies

    • Updated pimple/pimple from version 3.5.0 to 3.6.1.
    ]]>
    Aquileo | Kanboard 1.2.49tag:kanboard.org,2026-01-06:releases/kanboard/v1.2.49The Kanboard Authors2026-01-06T00:00:00ZSecurity
    • Fixed an LDAP injection issue by properly escaping placeholders in LDAP queries.
    • Prevented protocol-relative URLs (//example.com) from being used as login redirect targets.
    • Added a new TRUSTED_PROXY_NETWORKS configuration option to explicitly define trusted reverse proxy networks.
    • Introduced an optional security feature to block private network access when fetching external web links (configurable).

    Improvements

    • Restored Ctrl + Enter keyboard shortcut for submitting the task creation form.
    • Updated translations for multiple languages.

    Maintenance

    • Added a GitHub Actions workflow to mirror the repository to Codeberg.
    • Removed an outdated tests/Dockerfile.
    • Regenerated Composer autoload files.

    Build & Dependencies

    • Updated Alpine Linux base image from 3.22 to 3.23.
    • Updated GitHub Actions dependencies:
      • actions/checkout from v5 to v6
      • actions/upload-artifact from v4 → v5 → v6
    ]]>
    Aquileo | Kanboard 1.2.48tag:kanboard.org,2025-10-18:releases/kanboard/v1.2.48The Kanboard Authors2025-10-18T00:00:00Z
  • fix: handle Windows-style paths in sanitize_path function
  • feat(locale): added missing German translation phrases
  • feat(locale): added Arabic translation
  • feat(api): add board, rss and ical public links to the API response
  • feat: display sub-tasks completion in numbers (x/y) alongside percentage
  • feat: add basic support for right-to-left (RTL) languages
  • chore: update .gitattributes to ignore additional configuration files
  • build(deps): bump actions/setup-python from 5 to 6
  • build(deps): bump actions/checkout from 4 to 5
  • ]]>
    Aquileo | Kanboard 1.2.47tag:kanboard.org,2025-08-11:releases/kanboard/v1.2.47The Kanboard Authors2025-08-11T00:00:00Z
  • refactor: add namespace to test files
  • fix: the $escape parameter must be provided in PHP 8.4 for CSV functions
  • fix: sanitize and validate uploaded files path
  • fix: do not load RememberMeAuth provider when REMEMBER_ME_AUTH is false
  • fix: avoid PHP warning when external user creation is disabled
  • feat!: remove file cache driver to avoid using unserialize()
  • feat!: ignore legacy events serialized with PHP due to potential security issues
  • feat: add new actions: TaskAssignCurrentUserColumnIfNoUserAlreadySet and TaskAssignToUserOnCreationInColumn
  • feat: Add new pdf() method in Core\Http\Response
  • ci: run php-cs-fixer on GitHub Actions
  • ci: remove unnecessary labels from issue templates
  • chore: replace deprecated gh-cli feature source in devcontainer configuration
  • ]]>
    Aquileo | Kanboard 1.2.46tag:kanboard.org,2025-06-22:releases/kanboard/v1.2.46The Kanboard Authors2025-06-22T00:00:00Z
  • refactor: update return type in filter apply methods
  • fix(security): prevent potential Host header injection via SERVER_NAME
    • You must specify the Kanboard application URL explicitly to generate correct URLs from email notifications. The default is http://localhost/.
  • fix: make various PHP 8.x compatibility changes
  • fix: avoid Implicitly nullable parameter declarations errors in PHP 8.4
  • feat: validate plugin archive URL before downloading
  • feat: use PHP 8.4 in the official Docker image
  • feat: show CAPTCHA on login form regardless of user existence
  • feat: add new option to enable notifications by default for new users
  • feat: add healthcheck endpoint healthcheck.php, and new Docker Compose files for MariaDB, Postgres, and SQLite
  • feat: add TRUSTED_PROXY_HEADERS config option - If you use a reverse proxy, you can now specify which headers to trust for the client IP address. Nothing is trusted by default.
  • docs: add CONTRIBUTING.md file
  • ci(docker): avoid using set-output deprecated command
  • chore!: PHP 8.1 is now the minimum version supported - !! PHP 7.4 is no longer supported !!
  • chore: update docker-compose.yml sample file to the latest specs
  • chore: remove obsolete Vagrantfile
  • build(deps): bump Alpine Docker image from 3.21 to 3.22
  • ]]>
    Aquileo | Kanboard Python API Client 1.1.7tag:kanboard.org,2025-05-17:releases/python-api-client/1.1.7The Kanboard Authors2025-05-17T00:00:00Z
  • chore: drop support for Python 3.7 and 3.8
  • ci: add ruff and flake8 linters GitHub workflow
  • docs: add example to use custom authentication header
  • fix: raise a ClientError exception for empty responses and JSON parsing errors
  • refactor: improve documentation and formatting
  • ]]>
    Aquileo | Kanboard 1.2.45tag:kanboard.org,2025-05-12:releases/kanboard/v1.2.45The Kanboard Authors2025-05-12T00:00:00Z
  • refactor: reuse existing helpers in tasks import form
  • fix(filter): handle null input in the Lexer class
  • fix(docker): legacy key/value format with whitespace separator should not be used
  • fix(api): allow and validate creator ID assignment in task creation
  • feat(routes): add view routes for project and task file browsing
  • feat(locale): update all language files using machine translation
  • feat(api): add priority fields to createProject and updateProject procedures
  • feat: allow attaching screenshots and files when creating a task
  • feat: add task title to overdue notification title
  • ci: replace GitHub Issue Markdown templates with YAML forms
  • ci: remove broken SQL Server unit tests pipeline
  • ci: improve pull request template
  • ci: add commit linter to validate conventional commit messages in pull requests
  • ]]>
    Aquileo | Kanboard 1.2.44tag:kanboard.org,2025-03-21:releases/kanboard/v1.2.44The Kanboard Authors2025-03-21T00:00:00Z
  • fix: prevent internal task titles from wrapping under the dropdown menu icon
  • feat(locale): update Greek and French translations
  • feat: display tag color squares next to their names in project and global settings
  • feat: enable bulk addition/removal of internal links
  • feat: provide an option to add tags without replacing existing ones during bulk operations
  • ]]>
    Aquileo | Kanboard 1.2.43tag:kanboard.org,2024-12-18:releases/kanboard/v1.2.43The Kanboard Authors2024-12-18T00:00:00Z
  • fix: verify the session hasn't expired before returning data (CVE-2024-55603)
  • fix: avoid PHP 8.4 deprecation notices in third-party libraries
  • fix: avoid Composer warnings regarding PSR compatibility
  • feat(locale): add missing Brazilian Portuguese translations
  • ci: run GitHub Actions tests with ubuntu-24.04
  • chore: don't export-ignore the ChangeLog
  • build(deps): bump symfony/service-contracts from 2.5.3 to 2.5.4
  • build(deps): bump symfony/event-dispatcher-contracts from 2.5.3 to 2.5.4
  • build(deps): bump symfony/deprecation-contracts from 2.5.3 to 2.5.4
  • build(deps): bump alpine from 3.20 to 3.21
  • ]]>
    Aquileo | Kanboard Python API Client 1.1.6tag:kanboard.org,2024-12-08:releases/python-api-client/1.1.6The Kanboard Authors2024-12-08T00:00:00Z
  • ci: use PyPi trusted publishing
  • ]]>
    Aquileo | Kanboard 1.2.42tag:kanboard.org,2024-11-10:releases/kanboard/v1.2.42The Kanboard Authors2024-11-10T00:00:00Z
  • fix: validate translation filename before loading locales (CVE-2024-51748)
  • fix: avoid path traversal in FileStorage (CVE-2024-51747)
  • feat: add Peruvian Sol to the list of currencies
  • build(deps): bump symfony/finder from 5.4.43 to 5.4.45
  • build(deps-dev): bump symfony/stopwatch from 5.4.40 to 5.4.45
  • ]]>
    Aquileo | Kanboard 1.2.41tag:kanboard.org,2024-10-25:releases/kanboard/v1.2.41The Kanboard Authors2024-10-25T00:00:00Z
  • feat: add new plugin hooks in project forms
  • feat: add option to add BOM at the beginning of CSV files (required for Microsoft Excel)
  • feat: validate app config form values
  • feat: add cancel button on 2FA code validation screen
  • fix: add CSRF check to the logout endpoint
  • fix: add HTML escaping when displaying exception message (CVE-2024-54001)
  • fix: add URL validation for external task links
  • fix: correct broken migration logic for Sqlite
  • ]]>
    Aquileo | Kanboard 1.2.40tag:kanboard.org,2024-09-25:releases/kanboard/v1.2.40The Kanboard Authors2024-09-25T00:00:00Z
  • build(deps): bump symfony/finder from 5.4.42 to 5.4.43
  • chore: add php83-xmlwriter package to the Docker image
  • ci: update GitHub pull-request template
  • fix: avoid PHP error if no subtask in progress is found
  • fix: avoid potential XSS and HTML injection in comment replies
  • fix: prevent duplicated columns when enabling per-swimlane column task limits
  • fix(api): check comment visibility in API procedures
  • fix(api): verify comment ownership in API procedures
  • fix(mssql): escape identifiers in timesheet queries
  • fix(mssql): use ANSI OFFSET/FETCH syntax for pagination queries
  • fix(test): use explicit ORDER BY for queries returning multiple rows
  • test: add unit tests for Subtask Time Tracking query methods
  • test: ensure pagination produces correct chunks
  • ]]>
    Aquileo | Kanboard 1.2.39tag:kanboard.org,2024-08-18:releases/kanboard/v1.2.39The Kanboard Authors2024-08-18T00:00:00Z
  • fix: remove CSS which caused responsive issues on mobile
  • fix: incorrect template condition that set the username field to read only for remote users
  • fix: tasks count across swimlanes was incorrect
  • fix: avoid warning from libpng when loading PNG image with incorrect iCCP profiles
  • feat: improve column header task counts
  • feat: add apple-mobile-web-app-capable meta tag
  • build(deps): bump symfony/finder from 5.4.40 to 5.4.42
  • ]]>
    Aquileo | Kanboard 1.2.38tag:kanboard.org,2024-07-20:releases/kanboard/v1.2.38The Kanboard Authors2024-07-20T00:00:00Z
  • fix: avoid browser caching issue when showing file attachments
  • fix: comments visibility was not taken into consideration on event activities page
  • fix: send comment via email was broken due to missing comment visibility logic implemented in v1.2.36
  • feat(locale): update Greek translations
  • feat(locale): update Italian translations
  • build(deps): bump symfony/console from 5.4.40 to 5.4.41
  • build(deps): bump docker/build-push-action from 5 to 6
  • ]]>
    Aquileo | Kanboard 1.2.37tag:kanboard.org,2024-06-05:releases/kanboard/v1.2.37The Kanboard Authors2024-06-05T00:00:00Z
  • Add CSRF check and remove project_id form value for addUser and addGroup actions (CVE-2024-36399)
  • Update symfony/* dependencies
  • Update Docker image to Alpine 3.20
  • Update Russian and Hungarian translation
  • Add color_id argument to createCategory and updateCategory API procedures
  • Add link to create a comment before the list
  • Fix: unable to create comments with "c" shortcut or "Add a comment" menu
  • ]]>
    Aquileo | Kanboard 1.2.36tag:kanboard.org,2024-05-02:releases/kanboard/v1.2.36The Kanboard Authors2024-05-02T00:00:00Z
  • Add comments visibility
  • Add explicit int casting to avoid PHP 8 TypeError when having empty automatic action parameters
  • Add new config option DASHBOARD_MAX_PROJECTS
  • Add reply feature to comments
  • Fix search bar layout when adding more buttons via third-party plugins
  • Introduce a Git hook to automatically update version.txt during Git checkout
  • Performance improvements:
  • Don't count closed tasks when rendering the board
  • Force the use of the cache when there is no custom roles
  • Use unique plugin name instead of plugin title for plugin registry logic
  • Update dependencies
  • ]]>
    Aquileo | Kanboard 1.2.35tag:kanboard.org,2024-02-02:releases/kanboard/v1.2.35The Kanboard Authors2024-02-02T00:00:00Z
  • Add missing HTML escaping when showing group membership in user profile (CVE-2024-22720)
  • Update Dutch translation
  • Update Bulgarian translation
  • Bump phpunit/phpunit from 9.6.15 to 9.6.16
  • Bump symfony/console from 5.4.32 to 5.4.34
  • ]]>
    Aquileo | Kanboard 1.2.34tag:kanboard.org,2023-12-13:releases/kanboard/v1.2.34The Kanboard Authors2023-12-13T00:00:00Z
  • Upgrade Docker image to Alpine 3.19 and PHP 8.3
  • API: Avoid PHP notice when searching for a project name that does not exist
  • Update Bulgarian translation
  • Bump symfony/console from 5.4.28 to 5.4.32
  • Bump phpunit/phpunit from 9.6.13 to 9.6.15
  • ]]>
    Aquileo | Kanboard 1.2.33tag:kanboard.org,2023-10-15:releases/kanboard/v1.2.33The Kanboard Authors2023-10-15T00:00:00Z
  • Do not close modals when clicking on the background
  • Add Bulgarian translation
  • Update Ukrainian and Russian translations
  • Show the two factor form in the middle of the screen like the login form does
  • Do not override the creator_id with the current logged user if the task is imported
  • Add basic Dev Container configs
  • Add adaptive SVG favicon and more SVG variants: * See https://web.dev/building-an-adaptive-favicon/
  • Added more variant of the original Inkscape icon:
  • Remove project_id from task links (A few were missed in #4892)
  • Remove unused and invalid method in ProjectModel
  • Update phpunit/phpunit and symfony/* dependencies
  • Update vendor folder
  • ]]>
    Aquileo | Kanboard 1.2.32tag:kanboard.org,2023-07-11:releases/kanboard/v1.2.32The Kanboard Authors2023-07-11T00:00:00Z
  • Fix unexpected EventDispatcher exception in cronjob and during logout
  • Integration Tests: Run apt update before installing Apache
  • Automatic action TaskMoveColumnClosed does not log column movement
  • Tweak Sqlite connection settings to reduce database locked errors
  • Bump phpunit/phpunit from 9.6.9 to 9.6.10
  • ]]>
    Aquileo | Kanboard 1.2.31tag:kanboard.org,2023-07-03:releases/kanboard/v1.2.31The Kanboard Authors2023-07-03T00:00:00ZNew features:
    • Added tags: global and specific by project
    • Added application and project roles validation for API procedure calls
    • Added new API call: "getProjectByIdentifier"
    • Added new API calls for external task links, project attachments and subtask time tracking

    Improvements:

    • Use PHP 7 for the Docker image
    • Preserve role for existing users when using ReverseProxy authentication
    • Handle priority for task and project duplication
    • Expose task reference field to the user interface
    • Improve ICal export
    • Added argument owner_id and identifier to project API calls
    • Rewrite integration tests to run with Docker containers
    • Use the same task form layout everywhere
    • Removed some tasks dropdown menus that are now available with task edit form
    • Make embedded documentation readable in multiple languages (if a translation is available)
    • Added acceptance tests (browser tests)

    Bug fixes:

    • Fixed broken CSV exports
    • Fixed identical background color for LetterAvatar on 32bits platforms (Hash greater than PHP_MAX_INT)
    • Fixed lexer issue with non word characters
    • Flush memory cache in worker to get latest config values
    • Fixed empty title for web notification with only one overdue task
    • Take default swimlane into consideration for SwimlaneModel::getFirstActiveSwimlane()
    • Fixed "due today" highlighting

    Breaking changes:

    • Docker volume paths are changed to /var/www/app/{data,plugins}
    ]]>
    Aquileo | Kanboard 1.2.30tag:kanboard.org,2023-06-02:releases/kanboard/v1.2.30The Kanboard Authors2023-06-02T00:00:00ZImprovements:
    • Show tasks that are due today in a different color

    Bug fixes:

    • Fixed wrong controller for search in dashboard
    • Fixed plural form in alert message
    • Fixed CSS cosmetic issue with popover and tooltips
    ]]>
    Aquileo | Kanboard 1.2.29tag:kanboard.org,2023-05-23:releases/kanboard/v1.2.29The Kanboard Authors2023-05-23T00:00:00Z
  • Avoid potential clipboard based cross-site scripting (CVE-2023-32685)
  • Upgrade Docker image to PHP 8.2 and Alpine 3.18
  • Add themes support: dark, light and automatic mode
  • Fix broken "Hide this Column" feature
  • Do not close modals when clicking on the background if the form has changed
  • Fix incorrect route for "My Activity Stream"
  • Fix incorrect parameter encoding when using URLs rewriting
  • Add support for task links in Markdown headings
  • Handle 413 responses from Nginx when uploading files too large
  • Restore all previously loaded translations when sending user notifications
  • Regenerate session ID after successful authentication
  • Use SESSION_DURATION option to define the session lifetime stored in the database
  • Bump phpunit/phpunit from 9.6.6 to 9.6.8
  • ]]>
    Aquileo | Kanboard 1.2.28tag:kanboard.org,2023-04-08:releases/kanboard/v1.2.28The Kanboard Authors2023-04-08T00:00:00Z
  • Trigger EVENT_MOVE_COLUMN event when moving task to another swimlane
  • Allow moving closed tasks when using the API
  • Duplicate external links when duplicating tasks
  • Add support for comparison operator to priority filter
  • Prevents users to convert subtaks to tasks when custom role does not allow it
  • Avoid deprecation messages when sending an email with PHP 8.2
  • Declare most common routes to have nice URLs
  • Improve wording of bulk action modal to move tasks position
  • Allow closing modals by clicking on the background
  • Improve wording of the menu to close all tasks in a given column/swimlane
  • Fix bug that prevent reordering subtasks after changing the status
  • Bump version of phpunit/phpunit, symfony/stopwatch, and symfony/finder
  • Use GITHUB_TOKEN instead of a personal token to run GitHub Actions
  • Duplicate attachments & external links during task duplication & importing
  • Move Docker image to run automated tests to GitHub Registry
  • Push Docker images to an additional registry Quay.io (RedHat)
  • Use the appropriate config for the start column in user iCal export
  • Improved translations
  • ]]>
    Aquileo | Kanboard 1.2.27tag:kanboard.org,2023-03-05:releases/kanboard/v1.2.27The Kanboard Authors2023-03-05T00:00:00ZNew features:
    • Added Markdown editor
    • Added user avatars with pluggable system - Default is a letter based avatar - Gravatar - Avatar Image upload
    • Added Korean translation

    Improvements:

    • Added more logging for LDAP client
    • Improve schema migration process
    • Improve notification configuration form
    • Handle state in OAuth2 client
    • Allow to use the original template in overridden templates
    • Unification of the project header
    • Refactoring of Javascript code
    • Improve comments design
    • Improve task summary sections
    • Put back the action sidebar in task view
    • Added support for multiple placeholders for LDAP_USER_FILTER
    • Added local file link provider
    • Show configuration in settings page
    • Added "?" to display list of keyboard shortcuts
    • Added new keyboard shortcuts for task view
    • Always display project name and task title in task views
    • Improve automatic action creation
    • Move notifications to the bottom of the screen
    • Added the possibility to import automatic actions from another project
    • Added Ajax loading icon for submit buttons
    • Added support for HTTP header "X-Forwarded-Proto: https"

    Bug fixes:

    • Fix bad unique constraints in Mysql table user_has_notifications
    • Force integer type for aggregated metrics (Burndown chart concat values instead of summing)
    • Fixes cycle time calculation when the start date is defined in the future
    • Access allowed to any tasks from the shared public board by changing the URL parameters
    • Fix invalid user filter for API procedure createLdapUser()
    • Ambiguous column name with very old version of Sqlite
    ]]>
    Aquileo | Kanboard Python API Client 1.1.5tag:kanboard.org,2023-02-11:releases/python-api-client/1.1.5The Kanboard Authors2023-02-11T00:00:00Z
  • Add support for self-signed certificates
  • Add support for custom user agent
  • ]]>
    Aquileo | Kanboard 1.2.26tag:kanboard.org,2023-01-14:releases/kanboard/v1.2.26The Kanboard Authors2023-01-14T00:00:00ZBreaking changes:
    • API procedures: - "moveColumnUp" and "moveColumnDown" are replaced by "changeColumnPosition" - "moveSwimlaneUp" and "moveSwimlaneDown" are replaced by "changeSwimlanePosition"

    New features:

    • Add drag and drop to change subtasks, swimlanes and columns positions
    • Add file drag and drop and asynchronous upload
    • Enable/Disable users
    • Add setting option to disable private projects
    • Add new config option to disable logout

    Improvements:

    • Use inline popup to create new columns
    • Improve filter box design
    • Improve image thumbnails and files table
    • Add confirmation inline popup to remove custom filter
    • Increase client_max_body_size value for Nginx
    • Split Board model into multiple classes
    • Improve logging for the Docker image

    Bug fixes:

    • Fix PHP notices during creation of first project and in subtasks table
    • Fix filter dropdown not accessible when there are too many items
    • Fix regression: unable to change project in "task move/duplicate to another project"
    ]]>
    Aquileo | Kanboard 1.2.25tag:kanboard.org,2022-11-12:releases/kanboard/v1.2.25The Kanboard Authors2022-11-12T00:00:00ZBreaking changes:

    New features:

    • When creating a new project, have the possibility to select another project to duplicate
    • Add a "Me" button to assignee form element
    • Add external links for tasks with plugin api
    • Add project owner (Directly Responsible Individual)
    • Add configurable task priority
    • Add Greek translation
    • Add automatic actions to close tasks with no activity
    • Add automatic actions to send an email when there is no activity on a task
    • Regroup all daily background tasks in one command: "cronjob"
    • Add task dropdown menu on listing pages

    Improvements:

    • New Dockerfile based on Alpine Linux and Nginx/PHP-FPM
    • The date time format can be chosen in application settings
    • Export only open tasks in iCal feed
    • Remove time form on task summary page and move that to task edit form
    • Replace box shadow by a larger border width when a task is recently modified
    • Do not refresh the whole page when changing subtask status
    • Add dropdown menu with inline popup for all task actions
    • Change sidebar style
    • Change task summary layout
    • Use inline popup for subtasks, categories, swimlanes, actions and columns
    • Move homepage menus to the user dropdown
    • Have a new task assigned to the creator by default instead of "no assignee"
    • Show progress for task links in board tooltips
    • Simplify code to handle ajax popover and redirects
    • Simplify layout and templates generation
    • Move task form elements to Task helper

    Bug fixes:

    • Category label is broken on the board if there's a url in the description
    • Fix pagination on task time tracking page
    ]]>
    Aquileo | Kanboard 1.2.24tag:kanboard.org,2022-10-09:releases/kanboard/v1.2.24The Kanboard Authors2022-10-09T00:00:00Z
  • Fixed deprecation warnings when a project or a task description is null
  • Fixed missing condition in TaskAssignDueDateOnMoveColumn action
  • Fixed Reopening of dropdown menus
  • Fixed internal link creation on subtask to task conversion if language is not English
  • Use a HMAC to sign and validate CSRF tokens, instead of generating random ones and storing them in the session data
  • Set explicitly the time picker control to select instead of slider
  • Bump phpunit/phpunit from 9.5.24 to 9.5.25
  • Bump symfony/stopwatch from 5.4.5 to 5.4.13
  • Moved version.txt to app folder
  • Updated translations
  • ]]>
    Aquileo | Kanboard 1.2.23tag:kanboard.org,2022-09-04:releases/kanboard/v1.2.23The Kanboard Authors2022-09-04T00:00:00Z
  • Open SVG, Ogg, and some video file attachments in browser
  • Added more video, music, code and spreadsheet extensions to show better file attachment icons
  • Updated jQuery to latest stable version
  • Updated Docker image to PHP 8.1 and Alpine Linux 3.16
  • Renamed default branch from master to main
  • Bumped phpunit/phpunit from 9.5.14 to 9.5.23
  • Bumped symfony/finder from 5.4.3 to 5.4.11
  • Fixed subtask translation when using different languages
  • Added Project Overview document template hook
  • Updated translations
  • Fixed wrong foreign key constraint on table subtask_time_tracking table. The constraints references a no-longer-existing table task_has_subtasks
  • Fixed regression regarding subtask reordering
  • Changed minimum requirement to PHP 7.4
  • ]]>
    Aquileo | Kanboard Python API Client 1.1.4tag:kanboard.org,2022-08-11:releases/python-api-client/1.1.4The Kanboard Authors2022-08-11T00:00:00Z
  • Add support for self-signed certificates
  • Add support for custom user agent
  • ]]>
    Aquileo | Kanboard 1.2.22tag:kanboard.org,2022-02-12:releases/kanboard/v1.2.22The Kanboard Authors2022-02-12T00:00:00Z
  • Add support for PHP 8.x (Minimum requirement is now PHP >= 7.4)
  • Remove project_id from task URLs
  • Update da_DK translations
  • Add automatic action to set the due date when the task is moved away from a specific column
  • Condense wording on inferred action and update translations
  • Add EVENT_CREATE and EVENT_CREATE_UPDATE events to TaskMoveColumnCategoryChange action
  • ]]>
    Aquileo | Kanboard 1.2.21tag:kanboard.org,2021-12-16:releases/kanboard/v1.2.21The Kanboard Authors2021-12-16T00:00:00Z
  • Fix and update Composer autoload
  • Add plugin hook for document attachments
  • Improve board column header alignment
  • Ignore project_id for file attachments download URL (already checked elsewhere)
  • Update translations
  • Clarify meaning of LDAP_USER_CREATION in config.default.php
  • Fix wrong internal link when converting a subtask to task (MySQL only)
  • Use the overridable Markdown parser for previews
  • Update call_user_func_array() calls to be compatible with PHP 8
  • Enable external group synchronization deactivation
  • Fix tooltip shifting on long descriptions
  • Add position argument to API procedure updateSubtask()
  • Bump Docker image to Alpine 3.15.0
  • Bump symfony/stopwatch to 5.4.0
  • Bump pimple/pimple to 3.5.0
  • ]]>
    Aquileo | Kanboard Python API Client 1.1.3tag:kanboard.org,2021-10-04:releases/python-api-client/1.1.3The Kanboard Authors2021-10-04T00:00:00Z
  • Fix flake8 check on Windows
  • Fix missing newline in MANIFEST.in
  • Fix LICENSE missing in PyPi distribution
  • ]]>
    Aquileo | Kanboard 1.2.20tag:kanboard.org,2021-06-08:releases/kanboard/v1.2.20The Kanboard Authors2021-06-08T00:00:00Z
  • Duplicate tags when moving or duplicating tasks to another project
  • Bump symfony/stopwatch to 5.3.0
  • Avoid user enumeration by using avatar image URL
  • Invalidate captcha after it is used
  • Avoid user enumeration using password reset functionality
  • Add missing CSRF checks
  • Fix bug in search when using the plus sign
  • Close dialogs using Escape key even if focus is in input field
  • Add a min="0" attribute to task_list form input
  • Keep swimlane headers at the top
  • Catch error when trying to upload empty or invalid avatar image
  • Added new template hooks
  • Update translations
  • ]]>
    Aquileo | Kanboard 1.2.19tag:kanboard.org,2021-04-16:releases/kanboard/v1.2.19The Kanboard Authors2021-04-16T00:00:00Z
  • Trim user agent for RememberMe sessions because MySQL use a varchar(255) column
  • Update Docker image to Alpine 3.13.4
  • Added "Deutsch (du)" language
  • Fixed createLdapUser API procedure when LDAP groups are not configured
  • Write RememberMe cookie only after the two-factor code has been validated
  • Avoid warning when removing a plugin zip archive
  • Update Hungarian translation
  • Add new hook model:task:duplication:aftersave
  • Bump symfony/stopwatch from 5.2.3 to 5.2.4
  • Bump pimple/pimple from 3.3.1 to 3.4.0
  • Bump gregwar/captcha from 1.1.8 to 1.1.9
  • Added new analytic component: "Estimated vs actual time per column"
  • Do not retain any changes between shared plugins variables
  • Display number of tasks according to filter
  • Add support for LDAP protocol/host/port configuration by URL; make BASE_DN optional
  • Use an absolute file path in AssetHelper class for css() & js() functions
  • Remove whitespace at the end of APP_VERSION constant
  • Add IP address to authentication error logs
  • Add interpolation expressions to e-mail subject in automatic action "Send a task by email to someone"
  • Add Hungarian Forint to the list of currencies
  • ]]>
    Aquileo | Kanboard 1.2.18tag:kanboard.org,2020-12-28:releases/kanboard/v1.2.18The Kanboard Authors2020-12-28T00:00:00Z
  • Sqlite migrations should have foreign keys disabled outside the transaction
  • Use more secure default Nginx SSL configuration in Docker image
  • Update vendor folder
  • Add missing pt_br translations
  • Update ja_JP translations
  • ]]>
    Aquileo | Kanboard 1.2.17tag:kanboard.org,2020-12-27:releases/kanboard/v1.2.17The Kanboard Authors2020-12-27T00:00:00Z
  • Fix grammatical errors
  • Add autocomplete attribute to HTML forms
  • Added "Mexican Peso" to the list of currencies
  • Added an option to send a copy of all generated e-mails to a BCC address
  • Don't force role of users if no LDAP groups defined
  • Keep the tags when converting a subtask to task
  • Bump symfony/stopwatch from 5.1.8 to 5.2.0
  • Bump pimple/pimple from 3.3.0 to 3.3.1
  • Bump symfony/stopwatch from 5.2.0 to 5.2.1
  • Publish Docker images to GitHub container registry in addition to Docker Hub
  • Use Github Actions to publish Docker images
  • Check if the user is assigned to any role in the project
  • Fix tasks.swimlane_id foreign key for Sqlite
  • Remove unused namespaces
  • Add mk_MK (Macedonian) translation
  • Update translations
  • ]]>
    Aquileo | Kanboard 1.2.16tag:kanboard.org,2020-10-09:releases/kanboard/v1.2.16The Kanboard Authors2020-10-09T00:00:00Z
  • Update Composer dependencies
  • Update translations
  • Add link to toggle column scrolling in board view
  • Add missing environment variables in php-fpm config
  • Add setting that makes possible any new LDAP user to be Manager by default
  • Add ARIA label to modal link with title attribute
  • Add ARIA label to user mention
  • Add ARIA label to letter avatars
  • Add ARIA label to project select role without label
  • Add ARIA label to dropdown autocomplete without label
  • Add ARIA label to form text editor without label
  • Add ARIA label to icons with title attributes
  • Add ARIA label for form inputs without labels
  • Add ARIA label for elements with titles
  • Add hidden accessible form input labels
  • Add hidden accessible titles
  • Hide user name from screen readers
  • Correct table collapsed column titles
  • Prevent the original page from being modified by the opened link
  • Allow email to be retrieve by SSO ReverseProxy
  • Fix grammatically incorrect error message
  • Add option to configure SMTP HELO name
  • Add new config parameter SESSION_HANDLER
  • Fix clearing of all Javascript storage
  • Added standard notification footer to comment email template
  • ]]>
    Aquileo | Kanboard 1.2.15tag:kanboard.org,2020-06-19:releases/kanboard/v1.2.15The Kanboard Authors2020-06-19T00:00:00Z
  • Update dependencies
  • Added PUT method using CURLOPT_CUSTOMREQUEST
  • Run integration tests on Github Actions
  • Fixed capitalization of sAMAccountName for LDAP_USER_ATTRIBUTE_USERNAME example
  • Added missing closing HTML tag in template
  • Update Docker image to Alpine 3.12
  • Removed paragonie/random_compat (not required for PHP 7)
  • Setup Dependabot on GitHub
  • Allow use of the user's DN as the group filter substitution
  • Add subtask events to ProjectModificationDateSubscriber
  • Update Vagrantfile to Ubuntu 20.04
  • Open large modal when clicking on edit category link
  • Set margin-bottom at 0 only for the last child of a tooltip element
  • Prevent last swimlane to be hidden if there is only one
  • Execute tooltip listeners only once when the DOM is ready
  • Use Ajax request for Markdown preview
  • Make tooltip events bubble
  • Keep newlines in markdown
  • Show the color dropdown when creating a new automatic action
  • Update translations
  • Correct duration calculation
  • Copy subtask assignee when duplicating a task
  • Save task list order in user session
  • Add action to assign a user when the swimlane change
  • ]]>
    Aquileo | Kanboard 1.2.14tag:kanboard.org,2020-04-15:releases/kanboard/v1.2.14The Kanboard Authors2020-04-15T00:00:00Z
  • Update translations
  • Add new event subtask.create_update
  • Replace Travis CI by GitHub Actions
  • Add option to enable or disable global tags per projects
  • Show group membership(s) in user summary and user list
  • Docker: use real hostname instead of "localhost"
  • Add new task/project image hooks
  • Fix invalid RSS feed encoding
  • Add new plugin hooks
  • Rename "private" projects to "personal"
  • Add per-project and per-swimlane task limits
  • Use parent task color when converting a subtask to task
  • Add environment variables support to configure the application
  • Add the possibility to make project tags global from project settings
  • Fix regex to detect external links with attachments
  • Use KANBOARD_URL to build URIs if specified
  • Make time_spent and time_estimated fields editable for updateTask and createTask API calls
  • Kanboard now requires PHP >= 7.2 since other versions are deprecated
  • Avoid page shrinking when drag and drop cards on iOS devices
  • Added a hover color to i elements inside the "dropdown-submenu-open" class
  • Avoid duplicating Dockerfiles for each architecture
  • ]]>
    Aquileo | Kanboard Python API Client 1.1.2tag:kanboard.org,2020-03-26:releases/python-api-client/1.1.2The Kanboard Authors2020-03-26T00:00:00Z
  • Update copyright year
  • Fix async get_event_loop call when not in main thread
  • Replace Travis with GitHub Actions
  • Fix typo in async example
  • ]]>
    Aquileo | Kanboard 1.2.13tag:kanboard.org,2019-12-15:releases/kanboard/v1.2.13The Kanboard Authors2019-12-15T00:00:00Z
  • Adjust width of time tracking column
  • Make subtasks not wrap under icons
  • Make column scrollable in Kanban view
  • Add composer dependency roave/security-advisories
  • Add colors to tag and category lists
  • Update Parsedown to v1.7.3 (security update)
  • Make sure the elements behind the alert notification are clickable after animation
  • Make sure incompatible plugins can be uninstalled from the web ui
  • Move "data-js-lang" attribute to HTML "lang" attribute
  • Update language codes for time picker so the calendars are translated correctly
  • Dropdown in project managers view covers heading
  • Fix date picker datetime parsing when using pre-defined localized versions of am/pm
  • Show ISO date format in application settings
  • Datepicker stores its Spanish locales as "es", not "es-ES" or "es-VE"
  • Increase width of color picker to avoid text overlap in Polish
  • Close open menu when clicking again on the button
  • Fix width of filter bar in mobile
  • In PHP-7.4, nested ternary operators are to be bracketed
  • Change string indexing from {0} to [0] (deprecated in PHP 7.4)
  • Update translations
  • ]]>
    Aquileo | Kanboard 1.2.12tag:kanboard.org,2019-10-26:releases/kanboard/v1.2.12The Kanboard Authors2019-10-26T00:00:00Z
  • Update Docker image to Alpine Linux 3.10.3
  • Add new template hook: "template:project-permission:after-adduser"
  • Upgrade jQuery to version 3.4.1
  • Add Spanish (Venezuela) translation
  • Removed color_id requirement for tag API calls
  • Fix subtask restriction modal when clicking on the icon instead of link
  • Use PHPUnit 5 for Vagrant
  • Prevent last project manager role from being removed
  • Check API token before LDAP authentication
  • Make sure task limit consider all open tasks (not only filtered tasks)
  • Update translations
  • Change user filter and category icon
  • Add "anybody" filter
  • Disable user scaling to avoid page shrinking when drag&drop on mobile
  • Fix condition for action "Automatically update the start date when task move away from certain column"
  • Add tests for task link and subtask assignee filters
  • Changes filters from in array to subqueries
  • Add hash to image URL to force browser to update avatar image when changed
  • ]]>
    Aquileo | Kanboard 1.2.11tag:kanboard.org,2019-08-24:releases/kanboard/v1.2.11The Kanboard Authors2019-08-24T00:00:00Z
  • Internet Explorer support is now deprecated
  • Add project ID to ExternalTaskProviderInterface::fetch()
  • Fixed issue of tooltip not disapearing
  • Update Docker image to Alpine Linux 3.10.2
  • Hide due date time on the card if time is 00:00
  • Add new plugin hooks in view switcher
  • Ignore Dockerfiles from git archive
  • Remove dependency on nodejs and gulp
  • Remove dependency on Sass
  • Add link button to text editor
  • Implements check for duplicate default categories
  • Implements check for duplicate default columns
  • Fix HTML parsing in Markdown editor
  • Change checkboxes alignment in task creation form
  • Add support for reference:none
  • Fix tabindexes on task creation and modification forms
  • Add option to clone filters on project duplication
  • Update translations
  • Save thumbnails as PNG to have transparency
  • New action to update the start date when a task move away from a column
  • Add the possibility to sort columns by due date
  • Add "identifier" beside "name" while creating a new project
  • ]]>
    Aquileo | Kanboard Python API Client 1.1.0tag:kanboard.org,2019-07-29:releases/python-api-client/1.1.0The Kanboard Authors2019-07-29T00:00:00Z
  • Adds support for async/await API calls (no deps)
  • Shorten lines under 120 chars
  • Simplify client class
  • ]]>
    Aquileo | Kanboard 1.2.10tag:kanboard.org,2019-06-21:releases/kanboard/v1.2.10The Kanboard Authors2019-06-21T00:00:00Z
  • Add Auto-Submitted E-mail header as per RFC 8384
  • Add HTML tag in email notifications
  • Add new hook template:export:header
  • Do not show duplicated results when multiple comments match
  • Add Docker manifest with multiple architectures (arm32v6, arm32v7, arm64v8, amd64)
  • Update Docker image to Alpine 3.10.0
  • Add View File on popover to tooltip
  • Fix text file preview
  • Set "start date" and "end date" on projects from API
  • Add cURL support to HTTP Client
  • Add Bitcoin to the currency list
  • Add automatic action to move task between columns based on due date
  • Fixes icon opacity when hovered
  • Hide one task count when there is only one swimlane
  • Update translations
  • ]]>
    Aquileo | Kanboard 1.2.9tag:kanboard.org,2019-04-05:releases/kanboard/v1.2.9The Kanboard Authors2019-04-05T00:00:00Z
  • Add Slovak translation
  • Update translations
  • Changes search by reference to case insentive
  • Fix postgres explicit schema name usage
  • Simplify local Docker image build
  • Show a 404 when accessing data folder from URL (Docker Image)
  • Clarify the comment about MAIL_SMTP_ENCRYPTION
  • Remove dependency on Bower
  • Replaces accordion Javascript component by <details> HTML element
  • Fix MySQL migration when using increment values different from 1
  • Add missing webhook event: task.move.project
  • Add new actions to reorder tasks by column
  • ]]>
    Aquileo | Kanboard Python API Client 1.0.7tag:kanboard.org,2019-03-25:releases/python-api-client/1.0.7The Kanboard Authors2019-03-25T00:00:00Z
  • Prevent decode failures - this may result in None beeing returned
  • Fix classifiers type in setup.py
  • Add the latest supported Python version to classifiers
  • Move tests folder outside of package
  • Test all versions of Python on Travis
  • Remove dependency on Tox
  • ]]>
    Aquileo | Kanboard 1.2.8tag:kanboard.org,2019-02-02:releases/kanboard/v1.2.8The Kanboard Authors2019-02-02T00:00:00Z
  • Authorize only API tokens when 2FA is enabled (no user password)
  • Disable by default plugin installer for security reasons:
  • Limit avatar image size
  • Avoid CSRF in users CSV import
  • Avoid XSS in pagination sorting
  • Do not show projects dropdown when prompting the 2FA code
  • Always returns a 404 instead of 403 to avoid people discovering users
  • Check if user role has changed while the session is open
  • Add missing CSRF check in TwoFactorController::deactivate()
  • Hide edit button when user cannot edit task
  • Fix permission check before "Assign to me"
  • Fix permission check before showing project options
  • Fix assignable users on a group with a custom role
  • Fix import of automatic actions when parameters are "unassigned" or "no category"
  • Update license year
  • Update Docker image to Alpine 3.9
  • Update translations
  • Fix PHP error in task views (tag colors)
  • Limit assignee drop-down selector scope
  • ]]>
    Aquileo | Kanboard 1.2.7tag:kanboard.org,2018-12-19:releases/kanboard/v1.2.7The Kanboard Authors2018-12-19T00:00:00Z
  • Write log entry on file removal
  • Auto link duplicated tasks
  • Auto link tasks duplicated to another project
  • Auto link tasks created from a subtask
  • Redirect to board view of the current task after duplication
  • Fix broken link to contributor page
  • Add automatic action for moving a task to a swimlane based on category change
  • Add automatic action to assign a category based on swimlane change
  • Add ordering comments by id along with creation date
  • Fix custom roles duplication (source and destination column_id)
  • Add locale en_GB
  • New automatic action: move the task to another swimlane when assigned
  • Disable php_uname() warning for restrictive environments
  • Add hook to board settings
  • Add method remove() to settings model
  • Add php7-bcmath to Docker image
  • Add sorting by reference in list view
  • Added priority, swimlane, and column values from parent task to task converted from subtask
  • Update translations
  • ]]>
    Aquileo | Kanboard 1.2.6tag:kanboard.org,2018-10-10:releases/kanboard/v1.2.6The Kanboard Authors2018-10-10T00:00:00Z
  • Escape table name 'groups' because groups is a reserved word as of MySql 8.0.2
  • Reduce number of SQL queries when doing groups sync
  • Make swimlane filter compatible with numeric title
  • Duplicate reference fields when duplicating a task
  • Do not try to redirect to login page when offline
  • Define fixed width for auto-complete dropdown
  • Fix task drag and drop slowdown when a column is hidden
  • Make PLUGINS_DIR absolute in config.default.php
  • Add custom roles project duplication
  • Allow 'No assignee' for external task on single user public boards
  • Add tag and category colors
  • Exclude task links and user mentions from nesting (Markdown parser)
  • When forcing HTTPS, handle subfolder URLs properly
  • Add search within a range of dates for completion, modification, creation, and moved fields
  • Update Docker image to Alpine Linux 3.8
  • Make sure the presense of mod_env is checked in .htaccess
  • Make HTTP client timeout configurable
  • Use SET NAMES instead of charset for MySQL connection
  • Vendoring deprecated Composer libs
  • Update translations and fix typos
  • ]]>
    Aquileo | Kanboard 1.2.5tag:kanboard.org,2018-06-15:releases/kanboard/v1.2.5The Kanboard Authors2018-06-15T00:00:00Z
  • Update jQuery to latest version
  • Defer javascript files loading by default
  • Add quick link "assign me" in different views
  • Add bulk task operations in list view
  • Add checkboxes in list view to move tasks to another column at once
  • Make sure automatic actions are applied to all tasks when using bulk operations
  • Add ability to run cron jobs by calling URL
  • Add basic print stylesheet
  • Add dashboard and search task footer hooks
  • Reword project settings label
  • Improve Docker image config overrides
  • Fix cronjob in Docker image
  • Increase Nginx fastcgi buffers for Docker image
  • Increase size of the "users.language" column
  • Update translations and improve English texts
  • ]]>
    Aquileo | Kanboard 1.2.4tag:kanboard.org,2018-05-16:releases/kanboard/v1.2.4The Kanboard Authors2018-05-16T00:00:00Z
  • Rewrite tooltip code without jQuery
  • Update Parsedown library
  • Remove all attachments when removing a project
  • Improve whitespace handling in "cli locale:compare" command
  • Don't markdown project owner's name in header tooltip
  • Add SSL to Docker image
  • Avoid people to remove themselves from project permissions
  • Fix escaping issue in Markdown editor
  • Add data/config.php to .gitignore
  • Clarified text label for notification settings
  • Add Ukrainian translation
  • Do not show inactive users in group members dropdown
  • Improve dashboard pagination
  • Make list view more compact
  • Hide private projects checkbox if the feature is disabled
  • Make cli locale commands working outside of source tree
  • Make subtask title text field wider when editing subtasks
  • Add link to open images in a new tab
  • Make hardcoded hours string translatable
  • Translation updates
  • ]]>
    Aquileo | Kanboard Python API Client 1.0.5tag:kanboard.org,2018-05-10:releases/python-api-client/1.0.5The Kanboard Authors2018-05-10T00:00:00Z
  • Remove dependency on pbr
  • ]]>
    Aquileo | Kanboard 1.2.3tag:kanboard.org,2018-04-18:releases/kanboard/v1.2.3The Kanboard Authors2018-04-18T00:00:00Z
  • Add Project MetaData API calls
  • Add default filter per user
  • Use utf8mb4 encoding for MySQL instead of utf8 (Emoji support)
  • Increase text fields length in several tables
  • Move documentation to https://docs.kanboard.org/
  • Make sure no empty group is submitted on project permissions page
  • Translate subtasks status and internal links labels in notifications
  • Add link to tasks and projects in overdue notifications
  • Add missing translations
  • Move custom libs to the source tree
  • Fix margin for task recurrence tooltip
  • ]]>
    Aquileo | Kanboard Python API Client 1.0.4tag:kanboard.org,2018-04-17:releases/python-api-client/1.0.4The Kanboard Authors2018-04-17T00:00:00Z
  • Update links to the documentation
  • Update .travis.yml
  • ]]>
    Aquileo | Kanboard 1.2.2tag:kanboard.org,2018-03-30:releases/kanboard/v1.2.2The Kanboard Authors2018-03-30T00:00:00Z
  • Add thumbnail quality parameter (default to 95)
  • Always display SQL errors
  • Move SimpleLogger lib into app source tree
  • Add system log driver and use it by default
  • Display exceptions from plugins while refreshing board
  • Redirect to original URL after OAuth login
  • Add author name and email arguments to mail client
  • Improve HTTP client to raise exceptions
  • Update translations
  • Fix broken daily summary export
  • Fix role precedence in LDAP integration
  • ]]>
    Aquileo | Kanboard 1.2.1tag:kanboard.org,2018-02-28:releases/kanboard/v1.2.1The Kanboard Authors2018-02-28T00:00:00Z
  • Add automatic action to change column once a start date is reached
  • Add automatic action to change color once start date is reached
  • Add CSS class to categories to allow custom styling
  • Add option to disable Mysql SSL server verification
  • Add timeout parameter for database connection
  • Add error log for authentication failure to allow fail2ban integration
  • Set the correct swimlane/column ID when moving a task via its internal dialog
  • Allow filtering for tasks without due date
  • Add plugin hook 'aftersave' after creating Task
  • Run SessionHandler::write() into a transaction
  • Remove dependency on PicoFeed
  • Add CSRF check for task and project files upload
  • Add missing CSRF check on avatar upload form
  • Add missing CSRF check in saveUploadDB() method
  • Update Vagrantfile to use Ubuntu Xenial
  • Send event author in webhook notification
  • Update translations
  • Update documentation
  • ]]>
    Aquileo | Kanboard Python API Client 1.0.2tag:kanboard.org,2018-02-21:releases/python-api-client/1.0.2The Kanboard Authors2018-02-21T00:00:00Z
  • Fix custom auth headers
  • Add copyright header
  • ]]>
    Aquileo | Kanboard Python API Client 1.0.3tag:kanboard.org,2018-02-21:releases/python-api-client/1.0.3The Kanboard Authors2018-02-21T00:00:00Z
  • Add support for self-signed certificate
  • ]]>
    Aquileo | Kanboard 1.2.0tag:kanboard.org,2017-12-27:releases/kanboard/v1.2.0The Kanboard Authors2017-12-27T00:00:00Z
  • Kanboard supports only PHP >= 5.6 (PHP 5.3, 5.4 and 5.5 are not supported anymore)
  • PHP sessions are now stored into the database,
  • Copy category from parent task when creating a task from a subtask
  • Translation updates and improvements
  • ]]>
    Aquileo | Kanboard 1.1.1tag:kanboard.org,2017-12-09:releases/kanboard/v1.1.1The Kanboard Authors2017-12-09T00:00:00Z
  • The Docker tag "stable" is not used anymore, instead use a specific version tag
  • Task limit apply across all swimlanes
  • Kanboard is now using the domain kanboard.org
  • New automatic action to create a subtask assigned to the creator and start the timer
  • New automatic action to stop the timer of subtasks
  • Add command line tool to remove project activities after one year
  • Add command line tool to disable projects not touched during one year
  • Add config option to exclude fields from auth providers sync
  • Add new plugin hooks
  • Open audio files in a new tab
  • Upgrade Docker image to Alpine Linux 3.7
  • Improve Docker build to use Docker Hub hooks
  • The application version is now included into the Docker image
  • Disable private projects when disabling a user
  • Allow administrators to update username of remote users
  • Improve layout on mobile/tablet devices
  • Changed board column headings to show swimlane-column total in bold
  • Enable dragging to collapsed columns
  • Add missing checks for requirements
  • Add class "js-modal-replace" to icons to make it clickable
  • Improve permission checks on custom filters page to avoid forbidden access
  • ]]>
    Aquileo | Kanboard 1.1.0tag:kanboard.org,2017-11-20:releases/kanboard/v1.1.0The Kanboard Authors2017-11-20T00:00:00Z
  • Remove feature "Allow everybody to access to this project" (You must define project members and groups)
  • Composer dependencies are now included in the repository to be able to use git-archive (except development dependencies)
  • Add predefined templates for task descriptions
  • Add the possibility to send tasks and comments to multiple recipients
  • Add users, groups and projects search
  • Add command line argument to display Kanboard version
  • Add user backend provider system (to be used by external plugins)
  • Add Romanian and Chinese (Taiwan) translation
  • Minor CSS improvements
  • Add help message on project sharing page
  • Task CSV import is now able to handle the priority, start date, tags and one external link
  • Improve iCalendar feed to include tasks with start/end date and due date with a time
  • Check if the start date is before due date
  • You can get an archive of Kanboard by using the download button in Github or the command git archive
  • Translation updates
  • Fix project dropdown visibility when page is scrolled down
  • Task move events must be executed synchronously
  • Handle CSV files with only "\r" line endings
  • ]]>
    Aquileo | Kanboard 1.0.48tag:kanboard.org,2017-10-23:releases/kanboard/v1.0.48The Kanboard Authors2017-10-23T00:00:00Z
  • Add bulk subtasks creation
  • Add filter by score/complexity
  • Improved display of the header bar
  • Displays bullets from lists in tooltips
  • Updated translations
  • Add tags and priority to task export
  • Make the number of events stored in project activities configurable
  • Do not use jQuery tooltip for task title in collapsed mode
  • Remove dependency on Yarn
  • Improve external task integration
  • Add support for array parameters in automatic actions
  • Add tooltip to subtask icons
  • Add attribute title to external links
  • Render a link if the reference is a URL
  • Add icon to edit a task quickly on the board
  • Improve .htaccess when using HTTP Basic Authentication for Apache/FastCGI
  • Add note to specify incompatibility with mod_security
  • ]]>
    Aquileo | Kanboard 1.0.47tag:kanboard.org,2017-10-03:releases/kanboard/v1.0.47The Kanboard Authors2017-10-03T00:00:00Z
  • Vietnamese translation
  • Updated translations
  • Avoid people to alter other project resources by changing form data
  • ]]>
    Aquileo | Kanboard 1.0.46tag:kanboard.org,2017-08-13:releases/kanboard/v1.0.46The Kanboard Authors2017-08-13T00:00:00Z
  • Fix two privilege escalation issues: a standard user could reset the password
  • Add "Create another link" checkbox for internal link as in sub-task creation
  • Updated translations
  • Fix parsing issue in phpToBytes() method
  • ]]>
    Aquileo | Kanboard 1.0.45tag:kanboard.org,2017-06-23:releases/kanboard/v1.0.45The Kanboard Authors2017-06-23T00:00:00Z
  • Automatic action to assign tasks to its creator
  • Add the possibility to create a comment when a task is sent by email
  • Add dropdown menu to autocomplete email field from project members
  • Add configurable list of predefined subjects when sending a task or a a comment by email
  • Add command line argument to filter overdue notification for a given project
  • Improve SQL migrations when old default swimlanes have the same name as a normal swimlanes
  • Add missing subtask permissions for project viewer role
  • Fix Javascript language mapping
  • ]]>
    Aquileo | Kanboard 1.0.44tag:kanboard.org,2017-05-28:releases/kanboard/v1.0.44The Kanboard Authors2017-05-28T00:00:00Z
  • Use datetime field for due date
  • Update Docker image to Alpine Linux 3.6
  • Add the possibility to pass API token as environment variable for Docker container
  • Add wildcard search for task reference field
  • Improve automated action TaskAssignColorOnDueDate to update task only when necessary
  • Add task and project API formatters
  • Update translations
  • Fix broken user mentions in comment form at the bottom of the task view page
  • Ensure project tags are removed when the project is removed
  • Avoid PHP notice when regenerating API token for a user
  • Fix wrong dropdown menu in group members list
  • Show only active users in auto-complete forms (project permissions)
  • Check owner existence before to create project
  • ]]>
    Aquileo | Kanboard 1.0.43tag:kanboard.org,2017-04-30:releases/kanboard/v1.0.43The Kanboard Authors2017-04-30T00:00:00Z
  • Add "[DUPLICATE]" prefix to duplicated tasks title
  • Add sorting by position and start date in task list view
  • Update translations
  • Add missing plugin parameter for search box (Gantt and calendar plugin)
  • Fix broken start date button
  • ]]>
    Aquileo | Kanboard 1.0.42tag:kanboard.org,2017-04-08:releases/kanboard/v1.0.42The Kanboard Authors2017-04-08T00:00:00Z
  • New restrictions for custom project roles
  • Improved dashboard
  • Move calendar to external plugin: https://github.com/kanboard/plugin-calendar
  • Move Gantt charts to external plugin: https://github.com/kanboard/plugin-gantt
  • Move Gravatar to external plugin: https://github.com/kanboard/plugin-gravatar
  • Fix typo in Sqlite schema
  • ]]>
    Aquileo | Kanboard 1.0.41tag:kanboard.org,2017-03-19:releases/kanboard/v1.0.41The Kanboard Authors2017-03-19T00:00:00Z
  • Add Croatian language translation
  • Simplify dashboard to use new tasks list view
  • Move notifications outside of dashboard
  • Render QR code for TwoFactor authentication without Google Chart API
  • Add toggle button to show/hide subtasks in task list view
  • Use same layout as task listing for task search
  • Display tags in task list view
  • Make user actions available from contextual menu
  • Change users and groups list layout
  • Project priority is always rendered now
  • Do not list private projects when adding a new user
  • Restore link for task title on board
  • Remove method getQrCodeUrl() from PostAuthenticationProviderInterface
  • ]]>
    Aquileo | Kanboard 1.0.40tag:kanboard.org,2017-02-24:releases/kanboard/v1.0.40The Kanboard Authors2017-02-24T00:00:00Z
  • Send comments by email
  • Send tasks by email
  • Add Reply-To header to emails sent from Kanboard
  • Upload Sqlite database from user interface
  • Automatic action to change task color when due date is expired
  • Make link to calendar view bookable
  • Reintroduce word search in board selector
  • Properly resize task list height on column toggle
  • Show total score across all swimlanes
  • Redesign task list view and project list view
  • Allow people to remove missing automatic actions (installed from a removed plugins)
  • Improve task view tables
  • Simplify automatic actions table
  • Show category description in tooltip
  • Show category creation form in modal dialog
  • Prevent people to remove swimlanes that contains tasks
  • Show task count in swimlane table
  • Use contextual menu instead of action column in users management
  • The concept of "default swimlane" has been removed
  • Previous default swimlanes are migrated to an independent swimlanes
  • Columns "default_swimlane" and "show_default_swimlane" from "projects" table are not used anymore
  • Remove API method "getDefaultSwimlane()"
  • Add mandatory argument "project_id" to API method "updateSwimlane()"
  • Change interface for mail transports
  • Upload files button stay disabled when there are other submit buttons on the same page
  • Hiding subtasks from hidden tasks in dashboard
  • Fix XSS in LetterAvatarProvider (render broken image)
  • Avoid potential XSS in project overview when listing users
  • Avoid potential XSS in Gantt chart
  • ]]>
    Aquileo | Kanboard 1.0.39tag:kanboard.org,2017-02-12:releases/kanboard/v1.0.39The Kanboard Authors2017-02-12T00:00:00Z
  • Add menu entry in task dropdown to add attachments
  • Improve error reporting when file upload is not configured properly
  • Open comments on board view with a modal dialog instead of tooltip
  • Improve card icons alignment on board
  • Adjust modal dialog width on mobile devices
  • Add priority column in list view
  • Change wording for project status (use "closed" instead of "inactive")
  • Prevent people to remove columns that contains tasks
  • Improve LDAP error reporting
  • Add configuration parameter to disable email configuration from user interface
  • Add email address field for projects
  • Improve forget password behavior (notify the user that an email has been sent or not)
  • Do not display current project in board selector
  • Do not set default task assignee for team projects
  • Comments are highlighted if hash (#comment-123) is present in URL
  • Documentation translated in Turkish
  • Search with multiple expressions with double quotes was not working
  • Fix broken subtask restriction per user
  • Fix CFD chart (stack wrongly ordered)
  • ]]>
    Aquileo | Kanboard 1.0.38tag:kanboard.org,2017-01-28:releases/kanboard/v1.0.38The Kanboard Authors2017-01-28T00:00:00Z
  • User invitations by email
  • Simplify user creation form
  • Add modification date for comments
  • Add project creation links to project management pages
  • More API procedures are now available to project members and project viewers
  • Simplify date and time configuration to avoid potential validation issues
  • Show dashboard column visibility in columns page
  • Add new template hooks
  • Update translations (id_ID, de_DE, ru_RU, fr_FR, pt_PT)
  • Add command to execute individual job (mostly for debugging)
  • Stay on the same page when a task is closed
  • Wrong URL in modal to move task to another project
  • Fix broken link when clicking on user avatar for tasks on board
  • Fix wrong datetime formatting when task form shows validation errors
  • Empty arrays are serialized to a list instead of a dict (Json API)
  • Always unbind internal listeners when closing a modal dialog
  • Fix installation errors on MySQL 8.0.0 (unescaped reserved keyword)
  • Avoid PHP notice when column form validation failed
  • Fix wrong default value for add group member modal
  • Add missing filter (completed) for task search
  • ]]>
    Aquileo | Kanboard 1.0.37tag:kanboard.org,2017-01-14:releases/kanboard/v1.0.37The Kanboard Authors2017-01-14T00:00:00Z
  • Improve keyboard shortcuts handling
  • Improve auto-complete dropdown elements sorting
  • Larger task form
  • Rewrite dialog and confirmation boxes (inline popups)
  • Remove TaskGanttCreationController
  • Add helpers to open modal boxes
  • Make icons clickable in menus
  • Open task imports in modal box
  • Open form to create customer filters in modal box
  • Open project activities in modal box
  • Display project analytics in modal box
  • Display project exports in modal box
  • Improve accordion component
  • Improve currencies page navigation
  • Improve link labels page navigation
  • Improve settings page layout
  • Offer the possibility to define version compatibility from plugins
  • Add task creation event to the automatic action to send task by email
  • Closing screenshot dialog prevent input elements to get focus
  • ]]>
    Aquileo | Kanboard 1.0.36tag:kanboard.org,2016-12-30:releases/kanboard/v1.0.36The Kanboard Authors2016-12-30T00:00:00Z
  • Add slideshow for images
  • Add API calls to manage tags
  • Offer the possibility to override internal formatter objects from plugins
  • Open PDF attachments in browser tab (preview)
  • Add pagination details
  • Handle username with dots in user mentions
  • Rewrite UI component that change user/group roles
  • Replace Chosen jQuery plugin by custom UI component
  • Remove dependency on Mousetrap Javascript library
  • Disable PageSpeed module from .htaccess if present
  • Add currency of Chinese Yuan
  • Fix compatibility issue with PHP 5.3 for array_combine function
  • Fix wrong controller name on project activity page when using filters
  • Uploaded avatar images are now visible in public board view
  • ]]>
    Aquileo | Kanboard Python API Client 1.0.1tag:kanboard.org,2016-12-23:releases/python-api-client/1.0.1The Kanboard Authors2016-12-23T00:00:00Z
  • Add tox.ini and unit tests
  • Onboard Travis configs
  • ]]>
    Aquileo | Kanboard 1.0.35tag:kanboard.org,2016-12-04:releases/kanboard/v1.0.35The Kanboard Authors2016-12-04T00:00:00Z
  • Add external tasks plugin interfaces
  • Add personal API access token for users
  • Rewrite of Markdown editor (remove CodeMirror)
  • Suggest menu for task ID and user mentions in Markdown editor
  • Add config parameter to disable automatic SQL migrations
  • Add button to close inline popups
  • Simplify .htaccess to avoid potential issues with possible specific Apache configurations
  • Replace notifications Javascript code by CSS
  • Refactoring of user mentions job
  • Remove Nitrous installer
  • Update translations
  • Rewrite some components in Vanilla Javascript
  • Started Javascript code refactoring to avoid to much dependencies on jQuery
  • Remove dependency on VueJS and CoreMirror
  • Add P3P headers to avoid potential issues with IE
  • Rename command line tool ./kanboard to ./cli
  • Change column type for application settings value (field too small)
  • Fix link generation when user mention is followed by a punctuation mark
  • Make user mentions works again
  • ]]>
    Aquileo | Kanboard 1.0.34tag:kanboard.org,2016-10-11:releases/kanboard/v1.0.34The Kanboard Authors2016-10-11T00:00:00Z
  • Custom project roles with configurable restrictions
  • Duplicate a task to multiple projects during creation
  • New automatic action:
  • Do not close the popover when clicking on the background
  • Add visual icon to show a dropdown action on task
  • Avoid 'blur' effect on popover
  • Accept more file types for external links
  • Restrict search to active projects
  • Improve task status filter
  • Add filter tag:none
  • Always apply merge hooks in task creation controller
  • Update task moved date only when the column or swimlane is changed
  • Add new subtask hooks
  • Add the actual use of TaskStartDateFilter
  • Update translations and documentation
  • Send absolute links in email notifications
  • Restrict task complexity to a specific range to avoid integer overflow
  • Do not show closed tasks in task move position form
  • Avoid "Controller not found" in Settings > Links
  • ]]>
    Aquileo | Kanboard 1.0.33tag:kanboard.org,2016-09-05:releases/kanboard/v1.0.33The Kanboard Authors2016-09-05T00:00:00Z
  • Move a task without drag and drop (smartphones and tablets)
  • Add the possibility to unlock users from the user interface
  • New API calls for task metadata
  • New automatic actions:
  • Introduce Vue.js to manage user interface components
  • Add column "Reference" and "Creator Name" in CSV task export
  • Show both time spent and estimated on the board
  • Store board collapsed mode user preference in the database
  • Store comment sorting direction in the database
  • Avoid tags overlapping on the board
  • Show project name in notifications
  • Allow priority changes for inverted priority scales
  • Add the possibility to attach template hooks with local variables and callback
  • Add "reference" hooks
  • Show project name in task forms
  • Convert vanilla CSS to SASS
  • Make user interface more responsive for smartphones and tablets
  • Support version operators for plugin directory: >= and >
  • Update Spanish documentation
  • Time spent (in hours) for subtasks are not rounded too the nearest quarter anymore
  • Fix improper HTML escaping for textarea (potential XSS)
  • Do not show closed tasks on public boards
  • Fix undefined constant in config example file
  • Fix PHP notice when sending overdue notifications
  • Fix wrong project date format (shown as 01/01/1970)
  • ]]>
    Aquileo | Kanboard 1.0.32tag:kanboard.org,2016-07-31:releases/kanboard/v1.0.32The Kanboard Authors2016-07-31T00:00:00Z
  • New automated actions:
  • New filter "moved" for moved date of tasks
  • Added internal task links to activity stream
  • Added new event for removed comments
  • Added search filter for task priority
  • Added the possibility to hide tasks in dashboard for a specific column
  • Documentation translated in Russian
  • Improve background worker and job handler
  • New template hooks
  • Removed individual column scrolling on board, columns use the height of all tasks
  • Improve project page titles
  • Remove sidebar titles when not necessary
  • Internal events management refactoring
  • Handle header X-Real-IP to get IP address
  • Display project name for task auto-complete fields
  • Make search attributes not case sensitive
  • Display TOTP issuer for 2FA
  • Make sure that the table schema_version use InnoDB for Mysql
  • Use the library PicoFeed to generate RSS/Atom feeds
  • Change all links to the new repository
  • Allow users to see inactive projects
  • Fixed typo in template that prevent project permissions to be duplicated
  • Fixed search query with multiple assignees (nested OR conditions)
  • Fixed Markdown editor auto-grow on the task form (Safari)
  • Fixed compatibility issue with PHP 5.3 for OAuthUserProvider class
  • ]]>
    Aquileo | Kanboard 1.0.31tag:kanboard.org,2016-07-03:releases/kanboard/v1.0.31The Kanboard Authors2016-07-03T00:00:00Z
  • Added tags: global and specific by project
  • Added application and project roles validation for API procedure calls
  • Added new API call: "getProjectByIdentifier"
  • Added new API calls for external task links, project attachments and subtask time tracking
  • Use PHP 7 for the Docker image
  • Preserve role for existing users when using ReverseProxy authentication
  • Handle priority for task and project duplication
  • Expose task reference field to the user interface
  • Improve ICal export
  • Added argument owner_id and identifier to project API calls
  • Rewrite integration tests to run with Docker containers
  • Use the same task form layout everywhere
  • Removed some tasks dropdown menus that are now available with task edit form
  • Make embedded documentation readable in multiple languages (if a translation is available)
  • Added acceptance tests (browser tests)
  • Fixed broken CSV exports
  • Fixed identical background color for LetterAvatar on 32bits platforms (Hash greater than PHP_MAX_INT)
  • Fixed lexer issue with non word characters
  • Flush memory cache in worker to get latest config values
  • Fixed empty title for web notification with only one overdue task
  • Take default swimlane into consideration for SwimlaneModel::getFirstActiveSwimlane()
  • Fixed "due today" highlighting
  • Docker volume paths are changed to /var/www/app/{data,plugins}
  • ]]>
    Aquileo | Kanboard 1.0.30tag:kanboard.org,2016-06-08:releases/kanboard/v1.0.30The Kanboard Authors2016-06-08T00:00:00Z
  • Show tasks that are due today in a different color
  • Fixed wrong controller for search in dashboard
  • Fixed plural form in alert message
  • Fixed CSS cosmetic issue with popover and tooltips
  • ]]>
    Aquileo | Kanboard 1.0.29tag:kanboard.org,2016-06-05:releases/kanboard/v1.0.29The Kanboard Authors2016-06-05T00:00:00Z
  • Manage plugin from the user interface and from the command line
  • Added support for background workers
  • Added the possibility to convert a subtask to a task
  • Added menu entry to add tasks from all project views
  • Add tasks in bulk from the board
  • Add dropdown for projects
  • Added config parameter to allow self-signed certificates for the HTTP client
  • Display local date format in date picker
  • Configure email settings with the user interface in addition to config file
  • Upgrade Docker image to Alpine Linux 3.4
  • Move task import to a separate section
  • Mark web notification as read when clicking on it
  • Support strtotime strings for date search
  • Reset failed login counter and unlock user when changing password
  • Task do not open anymore in a new window on the Gantt chart
  • Do not display task progress for tasks with no start/end date
  • Use Gulp and Bower to manage assets
  • Controller and Middleware refactoring
  • Replace jQuery mobile detection by the library isMobile
  • Fixed user date format parsing for dates that can be valid in multiple formats
  • Do not sync user role if LDAP groups are not configured
  • Fixed issue with unicode handling for letter based avatars and user initials
  • Do not send notifications to disabled users
  • Fixed wrong redirect when removing a task from the task view page
  • Webhook to create tasks have been removed, use the API instead
  • All controllers have been renamed, people who are not using URL rewriting will see different URLs
  • All models have been renamed, plugin maintainers will have to update their plugins
  • ]]>
    Aquileo | Kanboard 1.0.28tag:kanboard.org,2016-05-08:releases/kanboard/v1.0.28The Kanboard Authors2016-05-08T00:00:00Z
  • Added automated action to change task color based on the priority
  • Added support for LDAP Posix Groups (OpenLDAP with memberUid or groupOfNames)
  • Added support for LDAP user photo attribute (Avatar image)
  • Added support for language LDAP attribute
  • Added support for Mysql SSL connection
  • Search in activity stream
  • Search in comments
  • Search by task creator
  • Added command line utility to reset user password and to disable 2FA
  • Improve Avatar upload form
  • User roles are now synced with LDAP at each login
  • Improve web page title on the task view
  • Unify task drop-down menu between different views
  • Improve LDAP user group membership synchronization
  • Category and user filters do not append anymore in search field
  • Added more template hooks
  • Added tasks search with the API
  • Added priority field to API procedures
  • Added API procedure "getMemberGroups"
  • Added parameters for overdue tasks notifications: group by projects and send only to managers
  • Allow people to install Kanboard outside of the DocumentRoot
  • Allow plugins to be loaded from another folder
  • Filter/Lexer/QueryBuilder refactoring
  • Allow a project owner to manage his own public project
  • Fixed PHP warning when removing a user with no Avatar image
  • Fixed improper Markdown escaping for some tooltips
  • Closing all tasks by column, also update closed tasks
  • Fixed wrong task link generation within Markdown text
  • Fixed wrong URL on comment toggle link for sorting
  • Fixed form submission with Meta+Enter keyboard shortcut
  • Removed PHP notices in comment suppression view
  • ]]>
    Aquileo | Kanboard 1.0.27tag:kanboard.org,2016-03-27:releases/kanboard/v1.0.27The Kanboard Authors2016-03-27T00:00:00Z
  • Added Markdown editor
  • Added user avatars with pluggable system
  • Added Korean translation
  • Added more logging for LDAP client
  • Improve schema migration process
  • Improve notification configuration form
  • Handle state in OAuth2 client
  • Allow to use the original template in overridden templates
  • Unification of the project header
  • Refactoring of Javascript code
  • Improve comments design
  • Improve task summary sections
  • Put back the action sidebar in task view
  • Added support for multiple placeholders for LDAP_USER_FILTER
  • Added local file link provider
  • Show configuration in settings page
  • Added "?" to display list of keyboard shortcuts
  • Added new keyboard shortcuts for task view
  • Always display project name and task title in task views
  • Improve automatic action creation
  • Move notifications to the bottom of the screen
  • Added the possibility to import automatic actions from another project
  • Added Ajax loading icon for submit buttons
  • Added support for HTTP header "X-Forwarded-Proto: https"
  • Fix bad unique constraints in Mysql table user_has_notifications
  • Force integer type for aggregated metrics (Burndown chart concat values instead of summing)
  • Fixes cycle time calculation when the start date is defined in the future
  • Access allowed to any tasks from the shared public board by changing the URL parameters
  • Fix invalid user filter for API procedure createLdapUser()
  • Ambiguous column name with very old version of Sqlite
  • ]]>
    Aquileo | Kanboard 1.0.26tag:kanboard.org,2016-02-28:releases/kanboard/v1.0.26The Kanboard Authors2016-02-28T00:00:00Z
  • API procedures:
  • Add drag and drop to change subtasks, swimlanes and columns positions
  • Add file drag and drop and asynchronous upload
  • Enable/Disable users
  • Add setting option to disable private projects
  • Add new config option to disable logout
  • Use inline popup to create new columns
  • Improve filter box design
  • Improve image thumbnails and files table
  • Add confirmation inline popup to remove custom filter
  • Increase client_max_body_size value for Nginx
  • Split Board model into multiple classes
  • Improve logging for the Docker image
  • Fix PHP notices during creation of first project and in subtasks table
  • Fix filter dropdown not accessible when there are too many items
  • Fix regression: unable to change project in "task move/duplicate to another project"
  • ]]>
    Aquileo | Kanboard 1.0.25tag:kanboard.org,2016-02-07:releases/kanboard/v1.0.25The Kanboard Authors2016-02-07T00:00:00Z
  • Core functionalities moved to external plugins:
  • When creating a new project, have the possibility to select another project to duplicate
  • Add a "Me" button to assignee form element
  • Add external links for tasks with plugin api
  • Add project owner (Directly Responsible Individual)
  • Add configurable task priority
  • Add Greek translation
  • Add automatic actions to close tasks with no activity
  • Add automatic actions to send an email when there is no activity on a task
  • Regroup all daily background tasks in one command: "cronjob"
  • Add task dropdown menu on listing pages
  • New Dockerfile based on Alpine Linux and Nginx/PHP-FPM
  • The date time format can be chosen in application settings
  • Export only open tasks in iCal feed
  • Remove time form on task summary page and move that to task edit form
  • Replace box shadow by a larger border width when a task is recently modified
  • Do not refresh the whole page when changing subtask status
  • Add dropdown menu with inline popup for all task actions
  • Change sidebar style
  • Change task summary layout
  • Use inline popup for subtasks, categories, swimlanes, actions and columns
  • Move homepage menus to the user dropdown
  • Have a new task assigned to the creator by default instead of "no assignee"
  • Show progress for task links in board tooltips
  • Simplify code to handle ajax popover and redirects
  • Simplify layout and templates generation
  • Move task form elements to Task helper
  • Category label is broken on the board if there's a url in the description
  • Fix pagination on task time tracking page
  • ]]>
    Aquileo | Kanboard Python API Client 1.0.0tag:kanboard.org,2016-01-23:releases/python-api-client/1.0.0The Kanboard Authors2016-01-23T00:00:00Z
  • First release
  • ]]>
    Aquileo | Kanboard 1.0.24tag:kanboard.org,2016-01-23:releases/kanboard/v1.0.24The Kanboard Authors2016-01-23T00:00:00Z
  • Forgot Password
  • Add drop-down menu on each board column title to close all tasks
  • Add Malay language
  • Add new API procedures for groups, roles, project permissions and to move/duplicate tasks to another project
  • Avoid to send XHR request when a task has not moved after a drag and drop
  • Set maximum dropzone height when the individual column scrolling is disabled
  • Always show the search box in board selector
  • Replace logout link by a drop-down menu
  • Handle notification for group members attached to a project
  • Return the highest role for a project when a user is member of multiple groups
  • Show in user interface the saving state of the task
  • Add drop-down menu for subtasks, categories, swimlanes, columns, custom filters, task links and groups
  • Add new template hooks
  • Application settings are not cached anymore in the session
  • Do not check board status during task move
  • Move validators to a separate namespace
  • Improve and write unit tests for reports
  • Reduce the number of SQL queries for project daily column stats
  • Remove event subscriber to update date_moved field
  • Make sure that some event subscribers are not executed multiple times
  • Show rendering time of individual templates when debug mode is enabled
  • Make sure that no events are fired if nothing has been modified in the task
  • Make dashboard section title clickable
  • Add unit tests for LastLogin
  • Automatic action listeners were using the same instance
  • Fix wrong link for category in task footer
  • Unable to set currency rate with Postgres database
  • Avoid automatic actions that change the color to fire subsequent events
  • Unable to unassign a task from the API
  • Revert back previous optimizations of TaskPosition (incompatibility with some environment)
  • ]]>
    Aquileo | Kanboard 1.0.23tag:kanboard.org,2016-01-09:releases/kanboard/v1.0.23The Kanboard Authors2016-01-09T00:00:00Z
  • Plugin API changes for Automatic Actions
  • Automatic Action to close a task doesn't have the column parameter anymore (use the action "Close a task in a specific column")
  • Action name stored in the database is now the absolute class name
  • Core functionalities moved to external plugins:
  • Added support of user mentions (@username)
  • Added report to compare working hours between open and closed tasks
  • Added the possibility to define custom routes from plugins
  • Added new method to remove metadata
  • Improve Two-Factor activation and plugin API
  • Improving performance during task position change (SQL queries are 3 times faster than before)
  • Do not show window scrollbars when individual column scrolling is enabled
  • Automatic Actions code improvements and unit tests
  • Increase action name column length in actions table
  • Fix compatibility issue with FreeBSD for session.hash_function parameter
  • Fix wrong constant name that causes a PHP error in project management section
  • Fix pagination in group members listing
  • Avoid PHP error when enabling LDAP group provider with PHP < 5.5
  • ]]>
    Aquileo | Kanboard 1.0.22tag:kanboard.org,2015-12-13:releases/kanboard/v1.0.22The Kanboard Authors2015-12-13T00:00:00Z
  • LDAP configuration parameters changes (See documentation)
  • SQL table changes:
  • API procedure changes:
  • Event removed: "session.bootstrap", use "app.boostrap" instead
  • Add pluggable authentication and authorization system (complete rewrite)
  • Add groups (teams/organization)
  • Add LDAP groups synchronization
  • Add project group permissions
  • Add new project role Viewer
  • Add generic LDAP client library
  • Add search query attribute for task link
  • Add the possibility to define API token in config file
  • Add capability to reopen Gitlab issues
  • Try to load config.php from /data if not available
  • ]]>
    Aquileo | Kanboard 1.0.21tag:kanboard.org,2015-11-22:releases/kanboard/v1.0.21The Kanboard Authors2015-11-22T00:00:00Z
  • Projects with duplicate names are now allowed:
  • New automatic action: Assign a category based on a link
  • Added Bosnian translation
  • Dropdown menu entries are now clickable outside of the html link
  • Improve error handling of plugins
  • Use PHP7 function random_bytes() to generate tokens if available
  • CSV task export show the assignee name in addition to the assignee username
  • Add new hooks for plugins
  • Remove workaround for "INSERT ON DUPLICATE KEY UPDATE..."
  • Rewrite of session management
  • Move some classes to a new namespace Kanboard\Core\Http
  • Loading cs_CZ locale display the wrong language in datetime picker
  • Datepicker is closed unexpectedly on blur event
  • Fix bug in daily project summary CSV export
  • Fix PHP error when adding a new user with email notification enabled
  • Add missing template for activity stream to show event "file.create"
  • Fix wrong value for PLUGINS_DIR in config.default.php
  • Make CSV export compatible with PHP 5.3
  • Avoid Safari to append .html at the end of downloaded files
  • ]]>
    Aquileo | Kanboard 1.0.20tag:kanboard.org,2015-10-24:releases/kanboard/v1.0.20The Kanboard Authors2015-10-24T00:00:00Z
  • Add namespace Kanboard (update your plugins)
  • Move Mailgun, Sendgrid, Postmark, Slack, Hipchat and Jabber to plugins
  • ReverseProxy authentication check for each request that the username match the user session
  • Add CSV import for users and tasks
  • Add Task, User and Project metadata for plugin creators
  • Allow to change comments sorting
  • Add the possibility to append or not custom filters
  • Make mail transports pluggable
  • Do not show scroll-bars when a column is collapsed on Windows systems
  • Regenerate thumbnails if missing
  • People should not see any tasks during a search when they are not associated to a project
  • Avoid disabling the default swimlane during renaming when there is no other activated swimlane
  • ]]>
    Aquileo | Kanboard 1.0.19tag:kanboard.org,2015-10-11:releases/kanboard/v1.0.19The Kanboard Authors2015-10-11T00:00:00Z
  • Added web notifications
  • Added LDAP group sync
  • Added swimlane description
  • New plugin system (alpha)
  • Added Bahasa Indonesia translation
  • Added API procedures: getMyOverdueTasks, getOverdueTasksByProject and GetMyProjects
  • Added user API access for procedure getProjectActivity()
  • Added config parameter to enable/disable Syslog
  • Added custom filters
  • Added http client proxy support
  • Budget planning: https://github.com/kanboard/plugin-budget
  • SubtaskForecast: https://github.com/kanboard/plugin-subtask-forecast
  • Timetable: https://github.com/kanboard/plugin-timetable
  • When duplicating a task redirect to the new task
  • Include more shortcut links into the view "My projects"
  • Duplicate a project with tasks will copy the new tasks in the same columns
  • Offer alternative method to create Mysql and Postgres databases (import sql dump)
  • Make sure there is always a trailing slash for application_url
  • Do not show the checkbox "Show default swimlane" when there is no active swimlanes
  • Append filters instead of replacing value for users and categories drop-downs
  • Do not show empty swimlanes in public view
  • Change swimlane layout to save space on the screen
  • Add the possibility to set/unset max column height (column scrolling)
  • Show "Open this task" in drop-down menu for closed tasks
  • Show assignee on card only when someone is assigned (hide nobody text)
  • Highlight selected item in drop-down menus
  • Gantt chart: change bar color according to task progress
  • Replace color drop-down by color picker in task forms
  • Creating another task stay in the popover (no full page refresh anymore)
  • Avoid scrollbar in Gantt chart for row title on Windows platform
  • Remove unnecessary margin for calendar header
  • Show localized documentation if available
  • Add event subtask.delete
  • Add abstract storage layer
  • Add abstract cache layer
  • Add Docker tag for stable version
  • Data directory permission are not checked anymore
  • Data directory is not mandatory anymore for people that use a remote database and remote object storage
  • Fix typo in template that prevents Gitlab OAuth link to be displayed
  • Fix Markdown preview links focus
  • Avoid drop-down menu to be truncated inside a column with scrolling
  • Deleting subtask doesn't update task time tracking
  • Fix Mysql error about gitlab_id when creating remote user
  • Fix subtask timer bug (event called recursively)
  • Fix Postgres issue "Cardinality violation" when there is multiple "is_milestone_of" links
  • Fix issue with due date greater than year 2038
  • ]]>
    Aquileo | Kanboard 1.0.18tag:kanboard.org,2015-08-30:releases/kanboard/v1.0.18The Kanboard Authors2015-08-30T00:00:00Z
  • Include documentation in the application
  • Add Gitlab authentication
  • Add users and categories filters on the board
  • Add hide/show columns
  • Add Gantt chart for projects and tasks
  • Add new role "Project Administrator"
  • Add login brute force protection with captcha and account lockdown
  • Add new api procedures: getDefaultTaskColor(), getDefaultTaskColors() and getColorList()
  • Add user api access
  • Add config parameter to define session duration
  • Add config parameter to disable/enable RememberMe authentication
  • Add start/end date for projects
  • Add new automated action to change task color based on the task link
  • Add milestone marker in board task
  • Add search for task title when using an integer only input
  • Add Portuguese (European) translation
  • Add Norwegian translation
  • Add handle to move tasks on touch devices
  • Improve file attachments tooltip on the board
  • Adjust automatically the height of the placeholder during drag and drop
  • Show all tasks when using no search criteria
  • Add column vertical scrolling
  • Set dynamically column height based on viewport size
  • Enable support for Github Enterprise when using Github Authentication
  • Update iCalendar library to display organizer name
  • Improve sidebar menus
  • Add no referrer policy in meta tags
  • Run automated unit tests with Sqlite/Mysql/Postgres on Travis-ci
  • Add Makefile and remove the "scripts" directory
  • Wrong template name for subtasks tooltip due to previous refactoring
  • Fix broken url for closed tasks in project view
  • Fix permission issue when changing the url manually
  • Fix bug task estimate is reset when using subtask timer
  • Fix screenshot feature with Firefox 40
  • Fix bug when uploading files with Cyrilic characters
  • ]]>
    Aquileo | Kanboard 1.0.17tag:kanboard.org,2015-07-27:releases/kanboard/v1.0.17The Kanboard Authors2015-07-27T00:00:00Z
  • Added url rewrite and new routes
  • Added new search engine with advanced syntax
  • Added global search section
  • Added search form on the dashboard
  • Added new dashboard layout
  • Added new layout for board/calendar/list views
  • Added filters helper for search forms
  • Added setting option to disable subtask timer
  • Added setting option to include or exclude closed tasks into CFD
  • Added setting option to define the default task color
  • Added new config option to disable automatic creation of LDAP accounts
  • Added loading icon on board view
  • Prompt user when moving or duplicate a task to another project
  • Added current values when moving/duplicate a task to another project and add a loading icon
  • Added memory consumption to debug log
  • Added form to create remote user
  • Added edit form for user authentication
  • Added config option to hide login form
  • Display OAuth2 urls on integration page
  • Added keyboard shortcuts to switch between board/calendar/list view
  • Added keyboard shortcut to focus on the search box
  • Added Slack channel override
  • Added new report: Lead and cycle time for projects
  • Added new report: Average time spent into each column
  • Added task analytics
  • Added icon to set the start date automatically
  • Added datetime picker for start date
  • Updated documentation
  • Display user initials when tasks are in collapsed mode
  • Show title in tooltip for collapsed tasks
  • Improve alert box fadeout to avoid an empty space
  • Set focus on the drop-down for category popover
  • Make escape keyboard shortcut global
  • Check the box remember me by default
  • Store redirect login url in session instead of using url parameter
  • Update Gitlab webhook
  • Do not rewrite remember me cookie for each request
  • Set the assignee as organizer for ical events
  • Increase date range for ics export
  • Reduce spacing on cards
  • Move board collapse/expand mode to server side to avoid board flickering
  • Use ajax requests for board collapse/expand
  • Do not set anchor for the default swimlane on the link back to board
  • Replace timeserie axis to category axis for charts
  • Hide task age in compact mode
  • Improve quick-add subtasks form
  • Reduce the size of the filter box for smaller screen
  • Added icon to hide/show sidebar
  • Update GitLab logo
  • Improve Dockerfile
  • Added Czech translation
  • Updated Spanish translation
  • Updated German Translation
  • Screenshot drop-down: unexpected scroll down on the board view and focus lost when clicking on the drop zone
  • No creator when duplicating a task
  • Avoid the creation of multiple subtask timer for the same task and user
  • Split task controller into smaller classes
  • Remove method Category::getBoardCategories()
  • Rewrite movePosition() to improve performances
  • Refactoring of Github and Google authentication
  • New OAuth url for Google and Github authentication
  • Add urls in api response for tasks and projects
  • Added automated Docker build
  • Remove edit recurrence from the task menu on the board
  • Switch to MIT License instead of AGPLv3
  • ]]>
    Aquileo | Kanboard 1.0.16tag:kanboard.org,2015-06-28:releases/kanboard/v1.0.16The Kanboard Authors2015-06-28T00:00:00ZHere are the last improvements made for this version:

    Better time tracking for subtasks

    For each subtask, the timer can be stopped/started at any time:

    Subtask timer

    The timer starts automatically when you toggle the subtask status.

    You can always replace the value calculated by editing the subtask or ignore that if you don't need this feature.

    The settings option to enable/disable subtask time tracking is removed. It's always enabled now.

    More information in the documentation

    Improved email notifications

    Notifications

    It's now possible to filter the email notifications, instead of receiving all emails, you can choose between several configurations:

    • All tasks
    • Only for tasks assigned to you
    • Only for tasks created by you
    • Only for tasks created by you and assigned to you (the default now)

    The email template for task updates have been improved to show the differences.

    There is also a direct link to the board in the email footer if you have defined an application URL in your settings.

    New mail transports

    It's now possible to send email with the HTTP API of Postmark, Sendgrid and Mailgun. Those integrations were already existing into Kanboard to receive incoming emails.

    The main advantage of this method instead of the standard SMTP configuration is the speed. Opening SMTP sessions over TLS is slower than using a simple HTTPS request because the SMTP protocol is more verbose.

    User RSS feeds

    Like the iCal subscription, there is now a RSS feed by user. This subscription contains all activity events from the projects of the user.

    Note: The URL of project feed have changed, don't forget to update your RSS reader.

    Replacement of the chart drawing library

    Cumulative flow diagram

    The Javascript library used too draw charts have been replaced by C3JS. Diagrams are easier to generate and they are looking better.

    Update of the Bitbucket webhook

    Atlassian have updated the API of Bitbucket. Now, it's possible to receive commits, issues and comments from Bitbucket in Kanboard.

    More automatic actions have been added, by example you can add a comment in Kanboard when you commit some changes related to a task.

    Other improvements and fixes

    User interface

    • Improve project navigation
    • Improve assets loading: remove http call to load task colors and async load of app.js
    • Display totals on the dashboard for tasks/subtasks/projects
    • Add time estimated in the task board
    • Improve tabindex for task forms
    • Improve user creation form to automatically add project member and enable notifications
    • Use CSS to truncate the page title instead truncating the text with PHP
    • Change layout for automatic actions list
    • Improve activity stream/notification for task update events

    User experience

    • Auto assign subtasks when status is toggled
    • Close all subtasks when a task is closed

    API

    • API: new procedure 'removeAllFiles' and contract change for 'createFile'
    • API: Add procedure 'getTaskByReference' and add 'reference' parameter for 'createTask/updateTask' methods
    • API: Change parameters for updateTask, enforce the use of moveTaskPosition
    • Add field for changes in webhook payload
    • Allow sync of Github comments without common username

    Automatic actions

    • Add automatic action to move a task to another column when the category is changed
    • Add automatic action to send a task by email
    • Improve automatic action to create comments based on commit messages

    Bug fixes

    • Fix: normal user should not have inactive boards in board selector
    • Fix bug: api exceptions can occurs with some versions of PHP
    • Fix bug: Force edge mode for Internet Explorer
    • Fix translations with incorrect placeholders
    • Fix column width in compact mode

    Other updates

    • Updated Polish, Russian, Spanish and Thai translations
    • Add swimlane change notification and event
    • Change comments table structure (drop foreign key on user_id)
    • Move the script sync-locales.php to cli command
    • Remove column default_project_id for users because it's useless now
    • More documentation
    • PicoDb update
    • More unit tests
    ]]>
    Aquileo | Kanboard 1.0.15tag:kanboard.org,2015-05-31:releases/kanboard/v1.0.15The Kanboard Authors2015-05-31T00:00:00ZRecurring tasks

    It's now possible to configure recurring tasks in Kanboard. To fit with the Kanban methodology, the recurring tasks are not based on a date but on board events.

    • Recurring tasks are duplicated to the first column of the board when the selected events occurs (Moving a task from the first/last column or closing a task)
    • The due date can be recalculated automatically
    • Each task records the task id of the parent task that created it and the child task created

    Jabber/XMPP integration

    Such as Slack and Hipchat integrations, notifications can be sent to a Jabber chat room.

    Improved task links

    • Allow auto-completion with the task id
    • Links are grouped by label and more information are displayed (assignee and time tracking)
    • It's now possible to edit a task link

    Calendar improvements

    • The calendar is able to show all tasks in addition of tasks with a due date.
    • The date of the events can be configured to be the task start date (default) or the creation date.

    iCal feeds

    • For each project and user, you can subscribe to the iCalendar subscription.
    • You can export the same information as the internal calendar to any calendar software like Apple Calendar, Google Calendar, Outlook, etc.
    • This is a read-only access, it's not a CalDAV access.

    Webhooks changes

    • The Kanboard webhook is more flexible now, all internal events are sent to your external program.
    • You can receive events for tasks, subtasks, comments and attachments.

    New and modified API procedures

    The source code behind the API has been refactored and new procedures have been added:

    • getProjectActivity
    • getProjectActivities
    • getDefaultSwimlane
    • getActiveSwimlanes
    • getAllSwimlanes
    • getSwimlane
    • getSwimlaneById
    • getSwimlaneByName
    • getAvailableActionEvents
    • getCompatibleActionEvents
    • getLinkById
    • getLinkByLabel
    • getOppositeLinkId
    • getAllLinks
    • createLink
    • updateLink
    • removeLink
    • getTaskLinkById
    • getAllTaskLinks
    • createTaskLink
    • updateTaskLink
    • removeTaskLink
    • getFile
    • getAllFiles
    • createFile
    • removeFile

    The API authentication can also be done with a custom HTTP header now.

    Other improvements

    • Private projects can be converted to a multiple users project but also the opposite
    • Move swimlane title and add swimlane anchor
    • The settings page is splitted into more sections
    • Set autofocus to assignee dropdown (board popover)
    • Add new automatic action to update the start date
    • Add event "task creation" for the action TaskAssignColorColumn
    • Add chosen select for user selection
    • Add Debian 8 in Vagrant file
    • Show swimlane dropdown only when necessary
    • More functional tests for the API
    • Helpers refactoring (reduce complexity and increase maintainability)
    • Avoid creating multiple instances of Translator
    • Rename directory app/Libs to app/Library
    • Update logger to send only errors to Syslog and everything else to the debug file
    • Fix bug: Increase length of attachments file names (Mysql) and truncate the name if too long
    • Fix bug: editing private project enable user management
    • Fix bug: change 2FA condition due to controller renaming
    • Fix bug: add missing file extension for screenshot filename
    ]]>
    Aquileo | Kanboard 1.0.14tag:kanboard.org,2015-05-02:releases/kanboard/v1.0.14The Kanboard Authors2015-05-02T00:00:00ZIncoming emails handling

    You can create tasks directly by email now. There are several methods to do that, I choose the easiest method to implement: using a third-party service.

    Basically, you have the choice between 3 SMTP providers:

    • Mailgun
    • Sendgrid
    • Postmark

    These services handle incoming emails without having to configure any SMTP server. Emails are received by Kanboard via a webhook.

    Screenshots

    It's now possible to insert a screenshot or copy and paste any image directly in Kanboard. This feature is very useful for bug reports by example.

    Note: This feature doesn't works with all browsers.

    Burndown chart

    The burndown chart is available for each project. This diagram is a graphical representation of work left to do versus time.

    The sum of task complexity is recorded for each day.

    Behaviour changes

    Daily project summaries include all tasks now, before it was only open tasks. Those data are used by the cumulative flow diagram.

    Other improvements

    • Allow admins to disable the 2FA for a standard user
    • Add Slack and Hipchat integrations for each projects
    • Display the author in email notifications
    • Notifications are sent with the language of the recipient
    • Add category description that display a tooltip on the board
    • Improve image thumbnails
    • Display the sum of task complexity in the column
    • Print CSS stylesheet for boards and tasks
    • Updated translations
    • Some code refactoring
    • Better documentation
    • Major bug fixes related to Windows Server support, columns and subtasks positions
    ]]>
    Aquileo | Kanboard 1.0.13tag:kanboard.org,2015-04-06:releases/kanboard/v1.0.13The Kanboard Authors2015-04-06T00:00:00ZProject budget

    The budget section is available for each project. The data used for the calculation come from the subtask time tracking, the user timetable and the user hourly rate.

    When you start a new project you can define a budget line. Then Kanboard will calculate the cost for you based on the user timesheet.

    User hourly rate

    Each user can have a different hourly rate, this feature is used for the budget calculation.

    User timetable

    For each person, you can define a regular timetable for the week but also schedule time-off and overtime.

    This data is also used in the calendar if you have enabled the subtask time tracking. The time spent takes into account the worked hours.

    Task transitions

    Each time you move a task to another column, Kanboard records this action in a seperate table now. So you have a better understanding of the history of the task.

    Slack and Hipchat integration

    If you use Slack or Hipchat, you can receive Kanboard notifications on your team channel.

    Two factor authentication

    Kanboard supports the two factor authentication by using the standard Time-based One-time Password Algorithm defined in the RFC 6238.

    After each successful authentication, Kanboard will ask you a pin code generated by any TOTP compatible software.

    There are many free and open source software available:

    This method doesn't use any mobile phone and can be used offline.

    New API procedures

    • getVersion
    • getAllSwimlanes
    • getSwimlane
    • getSwimlanes
    • moveSwimlaneUp
    • moveSwimlaneDown
    • updateSwimlane
    • addSwimlane
    • removeSwimlane
    • disableSwimlane
    • enableSwimlane
    • getAvailableActions
    • getAvailableEvents
    • getCompatibleEvents
    • getActions
    • createAction
    • removeAction

    Other improvements

    • Subtask estimates can be displayed in the user calendar
    • New translations: Turkish and Dutch
    • Preview of images in the task view (PHP GD extension required)
    • New automatic action to change the color of a task when the column is changed
    • Allow admins to transform a private project to a team project
    • Activity stream is available for each task
    • The task creation form show the swimlane dropdown
    • New shortcut to add a task link from the dropdown menu
    • The task complexity is moved to the bottom right corner
    • Subtask priority (defined by the position)
    • It's possible to toggle the board between compact view and horizontal scrolling view
    • Project description field
    • Increase subtask title max length from 50 to 255 characters
    • Reduce user interface flickering for boards with a large number of tasks
    • Tables "subtasks" and "files" have been renamed
    • Add config parameter for custom database port
    • Custom stylesheet
    • Bug fixes
    ]]>
    Aquileo | Kanboard 1.0.12tag:kanboard.org,2015-02-22:releases/kanboard/v1.0.12The Kanboard Authors2015-02-22T00:00:00ZHeroku one-click install button

    You can try Kanboard for free on Heroku cloud platform.

    Deploy

    This setup use Postgresql and doesn't require any configuration, everything is done automatically.

    Calendars

    Calendars are visible on the dashboard, in the project view and from the user page.

    For now, tasks with a due date and subtask time tracking are shown (see below). Moving the task to another day change the due date.

    Improved board filters

    Now, the filters hide the tasks instead of changing the opacity. Moreover, the user interface have been improved to be more flexible:

    Board filters

    You can also filter by recently modified tasks.

    New dropdown menu for quick actions:

    Dropdown menu board

    Collapsible swimlanes

    Swimlanes can be hidden to save space on the screen:

    Collapsible swimlane

    Task stacking (expand/collapse tasks on the board)

    When you have a lot of tasks on the board, it's very useful to collapse tasks:

    Tasks collapsed

    This feature can be toggled by using the keyboard shortcut s or with the board menu.

    Dropdown menu for tasks on the board

    A new dropdown menu is available for each task on the board for quick editing:

    Dropdown menu tasks

    In one click, you can:

    • Change the assignee
    • Change the category
    • Change the description
    • Add a new comment
    • Edit the task
    • Close the task

    Task links and relations

    Now, you can link tasks together:

    Task Links

    Default relationships are:

    • relates to
    • blocks | is blocked by
    • is blocked by | blocks
    • duplicates | is duplicated by
    • is duplicated by | duplicates
    • is a child of | is a parent of
    • is a parent of | is a child of
    • targets milestone | is a milestone of
    • is a milestone of | targets milestone
    • fixes | is fixed by
    • is fixed by | fixes

    Those labels can be changed in the application settings.

    More flexible project duplication

    Now, you can select which part of the project you want to copy:

    Project duplication

    Keyboard shortcuts

    Several keyboard shortcuts are introduced:

    Board view

    • New task = n
    • Expand/collapse tasks = s

    Application

    • Open board switcher = b
    • Close dialog box = ESC
    • Submit a form = CTRL+ENTER or ⌘+ENTER

    Better time tracking

    The subtask time tracking information are now synchronized with the task time spent and time estimated:

    Subtask time tracking

    New API procedures

    • createLdapUser()
    • getProjectActivity()
    • getOverdueTasks()

    Better responsive design

    The user interface is more usable on tablets and smartphones. There is no more overlapping text. The board scroll horizontally.

    It's not perfect on smartphone but you can navigate through the user interface without any problem.

    Other improvements

    • Kanboard v1.0.12 is compatible with PHP 5.3.3 (Debian 6 and Centos 6.x)
    • LDAP username are now lowercase by default to avoid duplicate users, to restore the previous behavior change the value of the constant LDAP_USERNAME_CASE_SENSITIVE to true
    • Add board horizontal scrolling
    • The dashboard icon is now the Kanboard logo instead of the home icon
    • The age and time spent in the column are shown for each task on the board
    • Columns can have a description in Markdown
    • Add Bitbucket webhook
    • Be able to disable the login form for specific users (for people that use an external authentication)
    • Subtask counts on the board is now a percentage
    • New automatic action: Add a new comment on task move for logging purpose
    • The location of the debug file and the attachments can be modified with the constants FILES_DIR and DEBUG_FILE
    • The date picker is now translated in all languages
    • Pagination code refactoring
    • Clicking on cancel inside a popover doesn't reload the page
    • Many bug fixes
    ]]>
    Aquileo | Kanboard 1.0.11tag:kanboard.org,2015-01-10:releases/kanboard/v1.0.11The Kanboard Authors2015-01-10T00:00:00ZSwimlanes

    Swimlanes

    Boards can be divided into horizontal lanes. So you can have a better organization of your tasks.

    By example, in software development you can separate different releases. Swimlanes are configurable in project settings.

    Read the documentation about swimlanes for more details.

    Project managers

    A new user role is introduced: Project manager.

    Project permissions

    Any standard users can be promoted project manager.

    • Project managers can change the configuration of the project and access to the reportings.
    • Standard project members can only use the board.

    Read the documentation about project permissions for more details.

    Other improvements

    • Gitlab webhooks
    • Subtasks export
    • Board filter values are stored in the browser local storage
    • Add default categories for projects in settings
    • Better responsive design for tablets
    • Task search is not anymore case sensitive for people using Postgresql
    • Hungarian translation added and other translations updated by contributors
    • The event handling use the library Symfony\EventDispatcher instead of my own dispatcher
    • I replaced the library Monolog by my lightweight logging library SimpleLogger
    • Several internal code refactoring (template helpers and acl)
    • Bug fixes
    ]]>
    Aquileo | Kanboard 1.0.10tag:kanboard.org,2014-12-06:releases/kanboard/v1.0.10The Kanboard Authors2014-12-06T00:00:00ZNew design

    Kanboard got a lifting with this new version:

    Board

    Some sections have been moved to focus on the most used features.

    Improvements on the user interface are never done. The goal is to have a software that will be more efficient and more robust after each iteration.

    Improved dashboard

    Projects and subtasks with sorting and pagination have been added to the dashboard:

    Dashboard

    Analytics

    This version introduce 3 new graphs:

    • Tasks distribution
    • Users repartition
    • Cumulative flow diagram

    Analytics

    Minor improvements

    • Tooltips on the board
    • Markdown preview for tasks and comments
    • New export: Project daily summaries
    • Improvements for single users
    • The API return the id of created elements and some procedures have been added
    • Several translations updated
    • Add support for LDAP START-TLS

    Code refactoring and more unit tests

    • Kanboard use Composer to manage the dependencies.
    • More unit tests have been written to improve the reliability
    • A lot of code refactoring have been made to reduce the complexity and improve the maintainability
    • Templates are organized into sub-folders now
    • The command line tool use the package Symfony\Console
    • Debug logs are sent to Syslog and data/debug.log with Monolog
    • Of course, many bugs have been fixed

    Change about the minimum requirements

    The version 1.0.10 requires at least PHP 5.3.7. That means a default PHP installation on Debian 6 Squeeze are not supported anymore.

    Focus for the next version

    • Add swimlanes
    • Gitlab webhooks
    • Continue to improve everything else
    ]]>
    Aquileo | Kanboard 1.0.9tag:kanboard.org,2014-11-01:releases/kanboard/v1.0.9The Kanboard Authors2014-11-01T00:00:00ZNew features
    • Add a dashboard (first draft)
    • Users are able to create private projects
    • Add support for Github Webhooks
    • Redirect to the original page after login/session expiration
    • Regular users can remove only their own tasks
    • Allow quickly creating and changing state of subtask
    • Add 3 new fields for tasks: start date, time estimated and time spent
    • Add pagination/column sorting for search, completed tasks and users listing page
    • Project activity have been rewritten to be more efficient
    • Kanboard can run with Docker
    • Add icons and shortcuts to the board
    • Input date format is now a config parameter instead of the current locale
    • New translations: Danish, Thai and Japanese

    Improvements

    • The behaviour of project permissions is modified: projects are not anymore visible to everybody by default, you can still allow the access to everbody
    • Improve settings page and move some config parameters to the database
    • The logged user is excluded from email notifications
    • Notifications are only sent to project members
    • Hide users menu for non-admins
    • Improve automatic actions (check for compatible events/actions/parameters)
    • Allow public board iframe inclusion
    • Add configuration option to enable/disable Strict-Transport-Security HTTP header
    • Replace Markdown parser by Parsedown
    • Add a contributor guide
    • Change Vagrant config to have multiple boxes
    • Improve code quality by reducing the code complexity
    • Bug fixes

    Focus for the next version

    • Improve the user interface to be more efficient
    • Start to implement some reportings
    ]]>
    Aquileo | Kanboard 1.0.8tag:kanboard.org,2014-09-19:releases/kanboard/v1.0.8The Kanboard Authors2014-09-19T00:00:00ZNew features
    • You can move or duplicate a task to another project, also added in automatic actions
    • Change task category directly from the board
    • Project management refactoring (user interface)
    • Public access is disabled by default and must be activated manually
    • User management refactoring (user interface)
    • Public access for tasks (available from the public board)
    • First draft of project activity (Tasks, subtasks and comments history)
    • RSS feed per project (public access must be activated)
    • New icon for subtasks on the board
    • You can change default columns for new projects (settings page)

    Improvements

    • Better tablet support, tested with Chrome and Firefox on Android devices
    • More task events and new notifications
    • Better API (remove some inconsistencies and add request examples for each call)
    • Boards can have a large number of tasks (tested with thousands of tasks)
    • Improved database backends (Sqlite, Mysql and Postgresql)
    • Kanboard can run on a Windows Server and IIS
    • Meta-tag to disallow crawlers (there is already a robots.txt)
    • New translation: Russian
    • More documentation and new installation guide for Nginx
    • Unit tests can be executed across different database drivers
    • Many code refactoring and code improvements
    • Bug fixes
    ]]>
    Aquileo | Kanboard 1.0.7tag:kanboard.org,2014-08-20:releases/kanboard/v1.0.7The Kanboard Authors2014-08-20T00:00:00ZNew features
    • New authentication methods: Github and Reverse-Proxy
    • Postgresql support
    • Task CSV export
    • Kanboard CLI (basic command line interface)
    • Projects can be cloned/duplicated
    • Email notifications
    • Recently modified tasks are highlighted on the board

    Improvements

    • LDAP user lookup (the name and the email address are fecthed during the user creation), multiple LDAP authentication methods (anonymous, proxy user and end-user)
    • Popover to edit tasks directly from the board
    • The values "no category" and "unassigned" are allowed in automatic actions
    • New procedures for the Json-RPC API: closeTask and openTask
    • Better board selector with autocompletion
    • New fields for tasks: creator and modification date
    • Task count are shown in each column even if no limit is set
    • Autofocus for comment, category and description textareas
    • The login form is now centered
    • Webhooks are able to call an external url on task creation/modification events
    • Overdue date have a different color now
    • The fullname is displayed instead of the username if not empty
    • Locales list show native translation of the available languages
    • New translations: Finnish and Italian
    • More documentation
    • Many code refactoring and code improvements
    • Bug fixes
    ]]>
    Aquileo | Kanboard 1.0.6tag:kanboard.org,2014-06-30:releases/kanboard/v1.0.6The Kanboard Authors2014-06-30T00:00:00ZSecurity fixes
    • Add a CSRF protection for HTML forms

    New features

    Improvements

    • Add a board selector instead of a list of projects
    • Date picker for the "due date" field
    • New translations: Swedish and Chinese
    • Bug fixes
    ]]>
    Aquileo | Kanboard 1.0.5tag:kanboard.org,2014-05-27:releases/kanboard/v1.0.5The Kanboard Authors2014-05-27T00:00:00ZNew features
    • Rewrite of the board: - Better drag and drop - Support for touch devices (iPad and Android tablets) - Automatic refresh of the board (Ajax request every 10 seconds) - The board is refreshed only if the browser tab is visible
    • Add the possibility to remove a task
    • Assignee change from the board is now a popover
    • Add categories for projects and tasks
    • Add file attachments
    • Sub-tasks with fields for the assignee, status (done, in progress, todo), time estimated and spent

    Improvements

    • Better user interface (new task view layout, add some responsive design css)
    • New automatic actions: assign automatically a color to a given category (and the opposite)
    • Automatic task links within the description: writing #12 create a link to the corresponding task
    • German translation
    • Code refactoring (add autoloader and change files organization)
    • Bug fixes
    ]]>
    Aquileo | Kanboard 1.0.4tag:kanboard.org,2014-05-04:releases/kanboard/v1.0.4The Kanboard Authors2014-05-04T00:00:00ZNew features
    • External authentication with LDAP/ActiveDirectory and Google
    • Add a "Remember Me" functionality
    • Connections history
    • Add support for the ISO 8601 date format (for due date)
    • Basic task search
    • Add filters by assignee and due date on the board
    • Spanish and Brazilian translations
    • Add support for Mysql and MariaDB
    • Add the possiblity to reorder the column position for a board

    Improvements

    • Add icons for comments and description on the board
    • Add notifications fade out animation after few seconds
    • Ask the current password before changing a user password
    • Comments edit/remove actions
    • Improve task duplication
    • New default config file: config.default.php
    • Update Vagrant configuration to use Ubuntu 14.04
    • Add support for Travis CI: automatic unit testing across 3 different PHP versions (5.3, 5.4 and 5.5)
    • Configuration of Scrutinizer, a code quality analysis tool
    • More documentation
    • Bug fixes
    ]]>
    Aquileo | Kanboard 1.0.3tag:kanboard.org,2014-03-15:releases/kanboard/v1.0.3The Kanboard Authors2014-03-15T00:00:00ZNew features
    • Comments
    • User restrictions for each project (allow only some users to have access to a project)
    • Automatic actions based on events: - Close the task - Assign the task to a specific user - Assign the task to the person who does the action - Duplicate the task to another project - Assign a color to a specific user

    Improvements

    • Click on the task number go to the edit task page, click on the title or the card go to the show task page
    • The task description can be edited directly in Markdown from the task page
    • Tasks can have a "due date" field now
    • Improve tokens generation to use OpenSSL by default, or /dev/urandom or uniqid() as fallback
    • Code refactoring, add unit tests and bug fixes
    ]]>
    Aquileo | Kanboard 1.0.2tag:kanboard.org,2014-02-28:releases/kanboard/v1.0.2The Kanboard Authors2014-02-28T00:00:00Z
  • Task limit for each column
  • Add a kiosk mode, public board access with auto-refresh and read-only
  • Add story points for tasks (complexity/score)
  • Add a new page for completed tasks
  • Add timezone configuration option
  • Add the possibility to change the assignee directly from the board
  • Display a page not found when the data is not in the dabase anymore
  • Display an error message when there is no column for a project
  • Bug fixes
  • ]]>
    Aquileo | Kanboard 1.0.1tag:kanboard.org,2014-02-22:releases/kanboard/v1.0.1The Kanboard Authors2014-02-22T00:00:00Z
  • Change requirements
  • Polish translation
  • Vagrant config file
  • Change the Markdown parser
  • Bug fixes
  • ]]>
    Aquileo | Kanboard 1.0.0tag:kanboard.org,2014-02-16:releases/kanboard/v1.0.0The Kanboard Authors2014-02-16T00:00:00ZFirst release!]]>