| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
* Convert PORTVERSION to DISTVERSION
* Move related variables to USES block
* Update requirements for the MYSQL option since PHP 5.x has gone from the
ports tree
* Add MYSQL_USES as USE_MYSQL is deprecated
Changelog:
Breaking Changes:
* Authorize only API tokens when 2FA is enabled (no user password)
* Disable by default plugin installer for security reasons:
- There is no code review or any approval process to submit a plugin.
- This is up to the Kanboard instance owner to validate if a plugin
is legit.
Fixes and Improvements:
* 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
PR: 235712
Submitted by: Alexander <sa.inbox@gmail.com>
Approved by: tcberner (mentor), maintainer timeout
Differential Revision: https://reviews.freebsd.org/D19217
Notes:
svn path=/head/; revision=494066
|
|
|
|
|
|
|
|
|
| |
PR: 234991
Submitted by: Alexander <sa.inbox@gmail.com>
Approved by: maintainer timeout (bsd@if0.eu, >2 weeks)
Notes:
svn path=/head/; revision=492177
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- 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
PR: 232349
Reported by: Alexander (inbox@gmail.com)
Approved by: bsd@if0.eu (maintainer timeout)
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=484758
|
|
|
|
|
|
|
|
|
|
| |
PR: 230481
Submitted by: sa.inbox@gmail.com
Approved by: maintainer
Sponsored by: iXsystems Inc.
Notes:
svn path=/head/; revision=477331
|
|
|
|
|
|
|
|
| |
PR: 227611
Sponsored by: iXsystems Inc.
Notes:
svn path=/head/; revision=475451
|
|
|
|
|
|
|
|
| |
PR: 223306
Submitted by: maintainer
Notes:
svn path=/head/; revision=453173
|
|
|
|
|
|
|
|
| |
PR: 222862
Submitted by: maintainer
Notes:
svn path=/head/; revision=451614
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/kanboard/kanboard/blob/master/ChangeLog
PR: 221826
Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
MFH: 2017Q3
Security: CVE-2017-12850
Security: CVE-2017-12851
Notes:
svn path=/head/; revision=448769
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Changelog: https://github.com/kanboard/kanboard/blob/master/ChangeLog
PR: 219663
Submitted by: Bart Wrobel (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11004
Notes:
svn path=/head/; revision=442510
|
|
|
|
|
|
|
|
| |
PR: 218172
Submitted by: maintainer
Notes:
svn path=/head/; revision=437098
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://raw.githubusercontent.com/kanboard/kanboard/v1.0.40/ChangeLog
PR: 217504
Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9874
Notes:
svn path=/head/; revision=435312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While here, minor cosmetic fix and add NO_ARCH
New features:
* Custom project roles with configurable restrictions
* Duplicate a task to multiple projects during creation
* New automatic action:
- Close a task in a specific column when not moved during a given period
Improvements:
* 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
Bug fixes:
* 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
PR: 213891
Submitted by: bsd@if0.eu (maintainer)
Notes:
svn path=/head/; revision=428501
|
|
|
|
|
|
|
|
|
|
| |
- While here, add USES=php
PR: 212497
Submitted by: bsd@if0.eu (maintainer)
Notes:
svn path=/head/; revision=421623
|
|
|
|
|
|
|
|
| |
PR: 211586
Submitted by: Bart Wrobel (maintainer)
Notes:
svn path=/head/; revision=419713
|
|
|
|
|
|
|
|
| |
PR: 210818
Approved by: Bart Wrobel <bsd@if0.eu> (maintainer)
Notes:
svn path=/head/; revision=418273
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://kanboard.net/news/version-1.0.30
https://kanboard.net/news/version-1.0.31
PR: 210818
Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
Notes:
svn path=/head/; revision=418205
|
|
|
|
|
|
|
|
| |
PR: 210285
Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
Notes:
svn path=/head/; revision=417083
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix recursive COMMENT
## New features:
* 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
## Improvements:
* 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
## Bug fixes:
* 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
PR: 209633 [1]
Submitted by: ronald.valente@gmail.com
Approved by: maintainer
Notes:
svn path=/head/; revision=415937
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://kanboard.net/news
PR: 208364
Reported by: Ron <ronald.valente@gmail.com>
Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
Notes:
svn path=/head/; revision=412878
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
http://kanboard.net/news
PR: 207584, 207586
Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
Notes:
svn path=/head/; revision=409896
|
|
|
|
|
|
|
|
| |
PR: 206748
Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
Notes:
svn path=/head/; revision=409765
|
|
|
|
|
|
|
|
| |
PR: 206276
Submitted by: maintainer
Notes:
svn path=/head/; revision=406136
|
|
|
|
|
|
|
|
| |
PR: 206167
Submitted by: maintainer
Notes:
svn path=/head/; revision=406014
|
|
|
|
|
|
|
|
|
|
| |
- While here, add terminating @owner/@group to pkg-plist (portlint)
PR: 204856
Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
Notes:
svn path=/head/; revision=402638
|
|
|
|
|
|
|
|
| |
PR: 204736
Submitted by: Bart Wrobel (maintainer)
Notes:
svn path=/head/; revision=402382
|
|
|
|
|
|
|
|
| |
PR: 203859
Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
Notes:
svn path=/head/; revision=399800
|
|
|
|
|
|
|
|
| |
PR: 202904
Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
Notes:
svn path=/head/; revision=398019
|
|
|
|
|
|
|
|
|
|
|
| |
- Unmute install command
- Cleanup pkg-plist
PR: 202032 [1]
Submitted by: Bart Wrobel (maintainer) [1]
Notes:
svn path=/head/; revision=394410
|
|
PR: 196810
Submitted by: bsd@if0.eu (maintainer)
Notes:
svn path=/head/; revision=391828
|