Commit Graph

2923 Commits

Author SHA1 Message Date
Timo 67a5dd6a89
Add option to enable or disable global tags per projects 2020-04-04 11:39:17 -07:00
Manfred Hoffmann 1cc0ac0713
Show group membership(s) in user-summary and user-list 2020-04-02 21:16:13 -07:00
Rafael de Camargo cc30ccf627 Update pt_BR translations 2020-03-31 18:31:38 -07:00
Manfred Hoffmann 2930c792d3
Fixed German currency translations and one inconsistent wording 2020-03-28 10:47:38 -07:00
Ars Kurd e58b9b4f31 Update ru_RU translation 2020-03-26 20:38:47 -07:00
Timo e6d5e6222e
Add new task/project image hooks 2020-03-15 11:59:12 -07:00
Eskiso edf18af344 Updated pt_PT translations
Added new translations and converted private to personal (on translation)
2020-03-11 18:47:22 -07:00
Balázs Úr 5c95a8ef44 Update Hungarian translations 2020-03-07 15:35:26 -08:00
Frédéric Guillot 9ebec002cd Fix regression with MySQL
Fixes #4430 and #4431
2020-03-04 20:53:35 -08:00
Frédéric Guillot 5e7758d39d Fix invalid RSS feed encoding
Fixes #4426
2020-03-03 20:55:57 -08:00
Timo ea11436663
Add new hook template:task:form:bottom-before-buttons 2020-03-03 18:23:45 -08:00
Ole Carlsen 705648d795
Update Danish translations 2020-03-02 20:30:29 -08:00
Timo 86dd0a7a75
Add new dashboard template and board selector hooks 2020-03-02 20:29:45 -08:00
Frédéric Guillot b39f857dc4 Rename "private" projects to "personal" 2020-02-29 18:51:52 -08:00
Frédéric Guillot c12bbb1613 Fix grammatical errors
Fixes #4420
2020-02-29 16:34:38 -08:00
Frédéric Guillot e79cf77058 Avoid Postgres SQL error when creating swimlane without task limit 2020-02-25 20:43:41 -08:00
Frédéric Guillot 8266422c8a Sync and update translations 2020-02-25 20:33:55 -08:00
Andre Nathan c8a617cfcb
Add per-project and per-swimlane task limits
This change allows projects and swimlanes to be configured with task limits that apply to their whole scope (i.e. all active tasks in a project or swimlane, respectively), as opposed to the usual per-column task limits.
2020-02-25 20:26:31 -08:00
Timo 542fd17891
Use parent task color when converting a subtask to task 2020-02-23 13:19:37 -08:00
Bruno MATEU b09d5b68cf Provide environement variables config capability 2020-02-20 20:33:49 -08:00
Ole Carlsen 10837e5dfb
Update Danish translation 2020-02-16 13:15:04 -08:00
Balázs Úr bd3ad68743 Update Hungarian translation 2020-02-12 19:06:56 -08:00
Timo 2c98be3ead
Add the possibility to make tags global from project settings 2020-02-10 19:48:51 -08:00
Frédéric Guillot f3945471b5 Update French translation 2020-02-05 18:59:06 -08:00
Slade 0360c57c79
Update regex to detect external links with attachments
Fixes #4359
2020-02-05 18:46:13 -08:00
Timo 528dc633aa update de_DE translation 2020-02-05 18:21:39 -08:00
Andre Nathan e59ab08af3 Allow task limits to be applied per-swimlane 2020-02-04 20:16:35 -08:00
Steve Bian 0a6f614571
Use KANBOARD_URL to build URIs if specified 2020-02-04 20:00:04 -08:00
Valentino Pesce 54dd3bdd1c
Fix wrong Italian translation 2020-01-29 18:38:36 -08:00
Markus Katharina Brechtel 697c8875f7 Add time_spent and time_estimated as editable values to updateTask and createTask 2020-01-25 18:21:59 -08:00
Timo 64397f45fa Kanboard now requires PHP >= 7.2 since other versions are deprecated 2020-01-14 12:02:31 -08:00
Haocen 7731dde413 Avoid page shrinking when drag and drop cards on iOS devices 2020-01-05 17:07:56 -08:00
Timo 0017e8d8f1 Fixed wrong translation in German (remove != edit) 2019-12-10 18:47:29 -08:00
Dracer5 a28e6925b1 Update ru_RU translation 2019-12-08 11:51:26 -08:00
Slade ad85637aa1 Adjust width of timetracking column. Make subtasks wrap not under icons 2019-12-04 18:22:07 -08:00
Timo f0b53863fb Add colors to tag and category list
Add colors to:

- Global tag list
- Project tag list
- Project category list
2019-11-21 19:36:19 -08:00
Frédéric Guillot 75682398c1 Update Parsedown to v1.7.3 (security update) 2019-11-19 21:35:32 -08:00
Slade 89c8add4f4 Make sure incompatible plugins can be uninstalled from the web ui 2019-11-19 20:23:15 -08:00
Slade e65045f934 Move "data-js-lang" attribute to HTML "lang" attribute 2019-11-19 20:15:15 -08:00
Slade aba2887396 Update language codes for timepicker so the calendars are translated correctly 2019-11-19 20:11:38 -08:00
Slade cac62d24b4 Show ISO date format in application settings 2019-11-16 17:10:58 -08:00
Slade f04912c708 Datepicker stores its Spanish locales as "es", not "es-ES" or "es-VE" 2019-11-16 17:06:33 -08:00
Lorinczy Zsigmond dcdbd3758b In PHP-7.4, nested ternary operators are to be bracketed
(as their default association is counter-intuitive)
https://wiki.php.net/rfc/ternary_associativity
2019-11-15 17:55:05 -08:00
Mef45 12d55408fe Update ru_RU (Russian) translation 2019-11-15 17:54:04 -08:00
cl0ne e1f1b752c8 Update uk_UA (Ukrainian) translation 2019-11-13 18:42:46 -08:00
Lőrinczy, Zsigmond 35602c0880 Change string indexing from {0} to [0] (deprecated in PHP 7.4) 2019-11-09 11:46:53 -08:00
Ole Carlsen 6c08225f76 Update da_DK translation 2019-10-28 18:57:49 -07:00
Frédéric Guillot dcfe301ab8 Fixes broken PR #4328 2019-10-26 18:07:21 -07:00
Frédéric Guillot 506985469d Sync translations 2019-10-26 17:35:23 -07:00
av-ipunkt 0f1f24c3f9 Add new template hook: "template:project-permission:after-adduser" 2019-10-25 19:55:27 -07:00
حمید کرد f97862df9a Improve Persian translation 2019-10-24 17:41:36 -07:00
Johannes Konst 18735fbe25 Upgrade jQuery to version 3.4.1 2019-10-23 20:53:02 -07:00
Jimmy J. Olano S c2c1b0d8a1 Fixing spelling and erratum (Spanish-Spain) 2019-10-23 20:51:39 -07:00
Jimmy J. Olano S c809fa34d9 Translation into Spanish (Venezuela) added 2019-10-23 20:51:39 -07:00
Jimmy J. Olano S f0d2ba9436 Option language added for Spanish (Venezuela) 2019-10-23 20:51:39 -07:00
Timo 743172edf5 Fix wrong German translation 2019-10-23 20:50:02 -07:00
Tobias Balle-Petersen de6768746a color_id not required when updating a tag
The parameter color_tag should be optional when updating a tag (Or the documentation should be changed).  Since color_id is optional when creating a tag, it is counter intuitive, that it is  needed when updating a tag.

https://docs.kanboard.org/en/latest/api/tags_procedures.html#updatetag
2019-10-15 20:08:29 -07:00
Rafael de Camargo 9bd7ae9515 Fix SubtaskRestrictionController modal misbehaviour on link
When the icon was clicked, the modal wasn't shown. Instead, its html content was open as the whole page.
2019-10-15 20:06:39 -07:00
Michael Vickers 3855617743 Stop last project manager role from being removed
If the user will no longer be a project manager and there no other 
managers then stop the role from being changed
2019-10-09 20:34:21 -07:00
mogoa 7e558c1da8 Change order to connect API Before LDAP
Prevent double authentication with API Access token and ldaps server and also prevent temporary ban from ldap server when this one is enabled
2019-10-05 18:48:02 -07:00
Timo 219c933832 The task limit should consider all open tasks (not only filtered tasks)
Fixes #4291
2019-10-01 20:33:45 -07:00
Yannick A 91194776cf Update French translation 2019-10-01 18:44:15 -07:00
cl0ne 4d1dc698dd Update uk_UA (Ukrainian) translation
Add new translations and minor spelling fixes
2019-10-01 18:42:54 -07:00
Ars Kurd 4e0bdcdaa3 Update ru_RU translation 2019-09-28 13:10:36 -07:00
Zihang Ye b725b9e88a Update Chinese translation
Correct translation and add missing colon
2019-09-24 20:23:02 -07:00
Peter Krantz 32a4f867cd Update Swedish translation 2019-09-21 12:07:08 -07:00
Peter Krantz 150b326b80 Update Swedish translation 2019-09-17 22:59:44 -07:00
Peter Krantz b8608d6c18 Fix error in translation Översikts -> Översikt 2019-09-17 22:58:53 -07:00
حمید کرد c4d27739c3 Add Persian translation 2019-09-15 13:44:56 -07:00
Vinanrra 3bb036a9d5 Updated es_ES translation 2019-09-06 20:18:39 -07:00
Timo Litzbarski 87aaec5769 change user filter icon 2019-09-05 23:01:30 -07:00
mkysoft 93dee80c04 Anybody added for filter 2019-09-04 20:27:24 -07:00
Kiyohito AOKI cb2414c99a Improve Japanese translation 2019-09-02 22:02:39 -07:00
Rafael de Camargo 93ef2dc188 Update pt-br translation 2019-09-01 22:25:37 -07:00
Timo 88b82b2a44 change category icon (in favor for tag icon for tags) 2019-08-29 18:28:02 -07:00
Slavko 4473bcfb36 Update Slovak translation
Add some translation improvements
2019-08-29 18:20:43 -07:00
Haocen 39c6f65e85 Disable user scaling to avoid page shrinking when drag&drop on mobile device 2019-08-28 20:34:52 -07:00
Rafael de Camargo a4f130839f Improve english task description 2019-08-27 20:51:27 -07:00
Rafael de Camargo c0d8407d9a Fix automatic action condition check
Checks for source column instead of current column because the condition 
is "moved away"
Closes #4277
2019-08-27 20:51:27 -07:00
Rafael de Camargo 51b3d811e1 Changes filters from in array to in subqueries
Fixes #3280
2019-08-27 20:28:58 -07:00
Rafael de Camargo 4d07628054 Add hash to image url to force browser to update profile when changed
Closes #4241
2019-08-27 20:19:51 -07:00
Frédéric Guillot 24422b0adf Add missing css file to app.min.css 2019-08-22 20:01:00 -07:00
Timo 2774d917cf Hide due date time if time is 00:00 2019-08-20 18:25:17 -07:00
Timo 4a3f4fcfc2 Update de_DE translation 2019-08-17 15:21:44 -07:00
Hitesh Chandwani 97a30d662f Add new plugin hooks in view switcher 2019-08-13 18:29:00 -07:00
Rafael de Camargo 3df095186c Fix reference to text-carret js library
Closes #4257
2019-08-03 19:52:16 -07:00
Rafael de Camargo ac829d4f14 Add error checks to glob function
GLOB_ERR will throw errors if an error occurs,
such as lack of permission
GLOB_NOCHECK will return the pattern if no file
is found, this makes the file_exists check valid
2019-08-03 19:51:50 -07:00
Frédéric Guillot 216f2dee12 Add project ID to ExternalTaskProviderInterface::fetch() 2019-07-30 12:58:36 -07:00
Igor Mroz db0d680e5c Updated Polish translation 2019-07-30 12:21:18 -07:00
Eskiso 2c8f99edef Updated translation (pt-PT) 2019-07-30 12:20:23 -07:00
Frédéric Guillot 8c396287ac Improve assets management 2019-07-25 19:23:30 -07:00
Frédéric Guillot d42dd07054 Remove dependency on nodejs and gulp 2019-07-25 13:05:08 -07:00
Frédéric Guillot 9ae185c18e Remove dependency on Sass
- Convert *.sass files to vanilla CSS
- Start using CSS variables
- Add PHP minifier
2019-07-25 11:16:21 -07:00
Rafael de Camargo 2bf0f99b51 Add link button to text editor 2019-07-24 13:50:51 -07:00
Rafael de Camargo 7283bfaef6 Implements check for duplicate default categories 2019-07-23 15:41:13 -07:00
Rafael de Camargo e488fdd154 Implements check for duplicate default columns 2019-07-23 15:41:13 -07:00
Rafael de Camargo 21a3634fd1
Fix html parsing on markdown editor
Closes #4243
2019-07-23 01:26:03 -03:00
Frédéric Guillot 051c36f597 Add support for reference:none 2019-07-17 15:27:12 -07:00
Rafael de Camargo ff53a6aa6b Fix tabindexes on task creation and modification forms
- Add focus to tags, color and checkboxes fields
2019-07-17 14:34:27 -07:00
Rafael de Camargo c250f3b1b8 Add option to clone filters on project duplication
* Fixed missing metadata option from project "create from"
* Added option to clone project custom filters
* Added append option to custom field tests
* Added a test that uses the "append" option
* Fixed disabled swimlane duplication error with Postgresql
2019-07-17 14:32:16 -07:00
Ole Carlsen d3be738d4f Update translations.php (#1) 2019-07-16 18:26:59 -07:00
Frédéric Guillot e60686cd10 Fix English grammatical errors 2019-07-15 14:42:15 -07:00
Rafael de Camargo 4fb6960c3f Update pt_br translation 2019-07-13 18:35:56 -07:00
KN4CK3R 1a39c46620 Save thumbnails as PNG to allow transparency 2019-07-10 13:12:02 -07:00
renothing d3d5522432 Automatically update the start date when a task move away from a column 2019-07-08 19:48:24 -07:00
Florian 91d703eb8d Make sure the Project Identifier is saved when creating a project from anther one 2019-07-05 21:50:54 -07:00
Kiyohito AOKI b397a77794 Update Japanese tranlation 2019-07-05 18:09:49 -07:00
Frédéric Guillot cd52d83e2f Sync translations 2019-07-02 19:58:44 -07:00
Craig Crosby 48acf99fd1 Sort columns by due date 2019-07-02 19:52:22 -07:00
Florian Völker efed94b23d Add "identifier" beside "name" while creating a new project 2019-06-27 19:39:02 -07:00
renothing 02f6e94e24 Update Chinese translations 2019-06-24 20:59:50 -07:00
Ole Carlsen 02a51724be Update da_DK translations 2019-06-24 20:59:15 -07:00
Frédéric Guillot 9515018365 Update French translation 2019-06-21 20:18:35 -07:00
Rafael de Camargo 91ae1feaa1 Hide one task count when there is only one swimlane
Don't show two task counts per column when there is only one swimlane. 
Fixes #4208
2019-06-19 20:41:32 -07:00
renothing 0d8fbc85d8 Add automatic action to move task between columns based on due date 2019-06-15 20:03:41 -07:00
mildis 68b00004d2 add bitcoin to the currency list
bitcoin is referenced using its financial symbol XBT
description is with a lowercase b because its about
the unit, not the trading system
2019-06-06 17:39:20 -07:00
Frédéric Guillot 9eb42aae33 Add missing curl_close() 2019-06-04 16:40:58 -07:00
Frédéric Guillot 4ebcf84d47 Display cURL error message in logs 2019-06-04 15:57:07 -07:00
mildis b26776e529 Add cURL support to HTTP Client
- Add HTTP_PROXY_EXCLUDE option when cURL is used
- Show HTTP client backend in about page
- Fallback to legacy Stream Contexts if cURL extension is not available
2019-06-03 20:00:49 -07:00
renothing f76c6c7a2a Update Chinese translations 2019-05-27 22:20:36 +02:00
Tobias Balle-Petersen a5d43b2b0b Feature: Set "start date" and "end date" on projects from API
Added parameters "start_date" and "end_date" to functions createProject and updateProject. These parameters could not previously be set from the API. Documentation should be updated to reflect the change (If approved).
2019-05-27 11:33:51 +02:00
Rafael de Camargo 4fe5025f5e Update pt_br translation 2019-05-26 20:54:42 +02:00
Rafael de Camargo c3012e0142 Fix text file preview
Escapes any html tags on text files
2019-05-26 20:54:42 +02:00
Rafael de Camargo c60d642a1a Add View File on popover to tooltip
Merged this if with the if used on template:task_file:files
2019-05-26 20:54:42 +02:00
Rafael de Camargo d5f6317608 Do not show duplicated results when multiple comments match 2019-05-13 22:34:52 -07:00
Bastian Rang 702379a550 Add new hook template:export:header 2019-05-03 21:28:34 -07:00
Rafael de Camargo 2ef6bf9f4d Update pt_br translations 2019-05-01 20:25:37 -07:00
Frédéric Guillot 11b6bf6d25 Add HTML tag in email notifications 2019-04-27 21:23:32 -07:00
Frédéric Guillot d6ffe08aeb Add Auto-Submitted E-mail header as per RFC 8384 2019-04-27 21:06:20 -07:00
Ole Carlsen a9c79fbc43 Update da_DK translation 2019-04-08 18:06:47 -07:00
Frédéric Guillot d261482e9a Add missing template and translations 2019-04-05 19:04:19 -07:00
rafacamargo123 9f926c9878 Update pt-BR translation 2019-04-01 19:19:16 -07:00
Balázs Úr 94a0165a5c Update Hungarian translation 2019-03-25 18:26:55 -07:00
Marco Segato 7bb1f927e8 it_IT translation update 2019-03-13 17:38:50 -07:00
Kiyohito AOKI 8c54e39d02 Fix wrong Japanese translation 2019-03-11 18:07:42 -07:00
Slavko f7516cab84 Add Slovak translation 2019-03-10 21:14:48 -07:00
rafacamargo123 cccd020988 Changes search by reference to case insentive
Search was being performed case sensitive, changed to case insensitive
2019-03-07 22:13:39 -08:00
Kiyohito AOKI 3bf8c29dad Update translations.php 2019-03-07 22:13:15 -08:00
trendspotter 42694ac2af Fix postgres schema usage 2019-02-28 18:23:35 -08:00
Frédéric Guillot 6d2b2f4a79 Simplify local Docker image build 2019-02-27 17:50:18 -08:00
Ole Carlsen aa569551dc Update da_DK translations 2019-02-19 18:06:39 -08:00
Frédéric Guillot 2251066a3c Always display task accordion elements 2019-02-19 14:50:16 -08:00
Frédéric Guillot 23417da763 Replace accordion Javascript component by <details> HTML element 2019-02-19 14:45:01 -08:00
Kiyohito AOKI 1b6f98604a Complete Japanese translation 2019-02-17 09:54:32 -08:00
Psy-Q 46e3dd66c6 Fix MySQL migration when using increment values different from 1
Fixes #4137
2019-02-15 17:39:03 -08:00
Kiyohito AOKI c6e64791ca Update Japanese translation 2019-02-13 18:31:39 -08:00
Frédéric Guillot b1c5b47d84 Add missing webhook event: task.move.project
Fixes #3969
2019-02-13 18:23:12 -08:00
Frédéric Guillot 0295388461 Add new actions to reorder tasks by column 2019-02-08 13:53:13 -08:00
Frédéric Guillot ba5878e786 Update ChangeLog 2019-02-02 10:50:22 -08:00
Frédéric Guillot 233fd1a8a1 Authorize only API tokens when 2FA is enabled 2019-02-01 15:40:35 -08:00