Commit Graph

4424 Commits

Author SHA1 Message Date
Ole Carlsen
0287140034 Update da_DK translation 2022-02-14 20:44:58 -08:00
Frédéric Guillot
4e218efd97 Update ChangeLog 2022-02-12 15:30:59 -08:00
Frédéric Guillot
0b39dbb604 Fix cronjob in Dockerfile 2022-02-12 15:30:37 -08:00
Frédéric Guillot
04d5267430 Do not bundle ChangeLog into Git archive 2022-02-09 20:16:02 -08:00
Frédéric Guillot
fc16d00687 Tweak Docker image for PHP 8 2022-02-09 20:08:29 -08:00
Frédéric Guillot
4bf3b0d459 Fix various compatibility issues with PHP 8 2022-02-08 22:20:20 -08:00
Frédéric Guillot
f5bb55bdb8 PHP 8 Compatibility 2022-02-05 11:49:03 -08:00
Tomas Dittmann
61e63ef9e0 Remove project_id from task URLs 2022-02-04 20:59:33 -08:00
Ole Carlsen
2150ca73b9 Update da_DK translations 2022-02-02 17:12:02 -08:00
dependabot[bot]
096389a5fc Bump symfony/stopwatch from 5.4.0 to 5.4.3 (#4938)
Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch) from 5.4.0 to 5.4.3.
- [Release notes](https://github.com/symfony/stopwatch/releases)
- [Changelog](https://github.com/symfony/stopwatch/blob/5.4/CHANGELOG.md)
- [Commits](https://github.com/symfony/stopwatch/compare/v5.4.0...v5.4.3)

---
updated-dependencies:
- dependency-name: symfony/stopwatch
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 14:46:07 -08:00
colttt
a70cf9ab71 Add automatic action to set the due date when the task is moved away from a specific column 2022-01-28 21:22:24 -08:00
Jake G
d0347fa30e Condense wording on inferred action and update translations
These two items on the left menu for tasks are significantly larger than the rest of the items on the list.
By removing the word "another", the left sidebar can be made narrower and it is still clear what these actions do.
2022-01-28 20:47:39 -08:00
dmorlitz
3651c8d0c2 Add EVENT_CREATE and EVENT_CREATE_UPDATE events to TaskMoveColumnCategoryChange action 2022-01-28 20:42:51 -08:00
Frédéric Guillot
ee18479b7e Update ChangeLog 2021-12-16 14:20:55 -08:00
Frédéric Guillot
4cfdb88813 Fix and update Composer autoload 2021-12-16 14:08:24 -08:00
Tomas Dittmann
3e139ab6f4 Add hook for document-attachments 2021-12-13 19:17:22 -08:00
Jake G
e745f8a235 Fix board column header alignment 2021-12-10 16:34:02 -08:00
Tomas Dittmann
a40da29a0e don't look for project_id for files
it is only used for late accessibility checking (it was already checked in middleware).

With this, you can create stable file links (as long as the file exists)

I need this change for my [inline image plugin](https://github.com/Chaosmeister/PITM)
2021-12-03 17:28:48 -08:00
dependabot[bot]
67be448604 Bump alpine from 3.14.3 to 3.15.0
Bumps alpine from 3.14.3 to 3.15.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 17:49:31 -08:00
dependabot[bot]
639e91b7fe Bump symfony/stopwatch from 5.3.4 to 5.4.0
Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch) from 5.3.4 to 5.4.0.
- [Release notes](https://github.com/symfony/stopwatch/releases)
- [Changelog](https://github.com/symfony/stopwatch/blob/5.4/CHANGELOG.md)
- [Commits](https://github.com/symfony/stopwatch/compare/v5.3.4...v5.4.0)

---
updated-dependencies:
- dependency-name: symfony/stopwatch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 17:49:15 -08:00
dependabot[bot]
9b52af171d Bump alpine from 3.14.2 to 3.14.3
Bumps alpine from 3.14.2 to 3.14.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15 17:23:19 -08:00
András Németh
51db5767ce Update Hungarian translation
It is admittedly more clumsy, but Hungarian does not naturally use passive form, so this may avoid some confusion.
2021-11-09 19:32:10 -08:00
Raphael Wimmer
f565f23f15 config.php.default: clarify meaning of LDAP_USER_CREATION
While the documentation explains the meaning of LDAP_USER_CREATION very well, the example config file just contains the explanation "Allow automatic LDAP user creation". This might confuse some admins (such as me) as it can be interpreted as "create an LDAP user for new local users". This commit expands the explanation to clarify the meaning of LDAP_USER_CREATION.
2021-11-08 19:57:11 -08:00
dependabot[bot]
53dfd28730 Bump pimple/pimple from 3.4.0 to 3.5.0
Bumps [pimple/pimple](https://github.com/silexphp/Pimple) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/silexphp/Pimple/releases)
- [Changelog](https://github.com/silexphp/Pimple/blob/main/CHANGELOG)
- [Commits](https://github.com/silexphp/Pimple/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: pimple/pimple
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 19:45:38 -07:00
Frédéric Guillot
090a409a56 Fix wrong internal link when converting a subtask to task (MySQL)
Fixes #4409
2021-10-22 15:48:10 -07:00
Tomas Dittmann
cc0745542a switch to helper->text
use the available and overridable markdownparser for previews
2021-10-22 14:27:09 -07:00
Tomas Dittmann
f8c8d78b53 solve PHP 8 named parameter impact 2021-10-22 14:23:40 -07:00
Erwan Colin
76a81d0675 Enable external group synchronization deactivation. 2021-09-24 13:38:41 -07:00
Garrett Boone
e5d22682cb Fix tooltip shifting on long descriptions
This puts the tooltip-container under the mouse even on scrollbar
shift due to long descriptions.
2021-09-11 11:30:06 -07:00
حمید کرد
d5d655c10a Persian translation, correct typo and enhancement 2021-09-10 17:36:03 -07:00
dependabot[bot]
5353a36ba8 Bump alpine from 3.14.1 to 3.14.2
Bumps alpine from 3.14.1 to 3.14.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 19:45:51 -07:00
korlikiangel
91d33b8dcb Update pl_PL translations 2021-08-24 19:59:11 -07:00
dependabot[bot]
6db1653baf Bump alpine from 3.14.0 to 3.14.1
Bumps alpine from 3.14.0 to 3.14.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 18:25:58 -07:00
Ars Kurd
80c8d87451 Update ru_RU translation 2021-08-02 19:29:06 -07:00
Slavko
4b9cfaa1bb Update Slovak (sk-SK) translation 2021-08-01 21:04:15 -07:00
dependabot[bot]
71e94857e0 Bump symfony/stopwatch from 5.3.0 to 5.3.4
Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch) from 5.3.0 to 5.3.4.
- [Release notes](https://github.com/symfony/stopwatch/releases)
- [Changelog](https://github.com/symfony/stopwatch/blob/5.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/stopwatch/compare/v5.3.0...v5.3.4)

---
updated-dependencies:
- dependency-name: symfony/stopwatch
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 16:09:22 -07:00
fguillot
99cc4d9297 Update issue templates 2021-07-20 18:37:28 -07:00
Johannes Claesson
cbfc9edaaf Update sv_SE translation 2021-07-18 13:43:32 -07:00
José Aponte
add701d8d7 Position parameter for Subtask Api proc. update
The objective of this PR is to add support for:

- [ ]  Adding "Position" parameter for Subtask Api Procedure "updateSubtask" method.

Background: I'm working on an Android Client for Kanboard using Flutter Framework. In order to update subtasks positions, I added the "position" parameter and managed the rest of the logic in the App.

Best Regards!
2021-07-17 10:30:47 -07:00
dependabot[bot]
b8b324e1d4 Bump alpine from 3.13.5 to 3.14.0
Bumps alpine from 3.13.5 to 3.14.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 21:26:15 -07:00
renothing
b638604e4c update zh_CN translation 2021-06-13 14:26:08 -07:00
Frédéric Guillot
0755f0d64f Update ChangeLog 2021-06-08 20:05:01 -07:00
Libin Pan
c6ae9f3f24 Duplicate tags when moving and duplicating tasks to another project 2021-06-07 19:36:08 -07:00
dependabot[bot]
66d9245f33 Bump symfony/stopwatch from 5.2.7 to 5.3.0
Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch) from 5.2.7 to 5.3.0.
- [Release notes](https://github.com/symfony/stopwatch/releases)
- [Changelog](https://github.com/symfony/stopwatch/blob/5.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/stopwatch/compare/v5.2.7...v5.3.0)

---
updated-dependencies:
- dependency-name: symfony/stopwatch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-06 23:14:50 -07:00
Frédéric Guillot
cc6f1db846 Avoid user enumeration by using avatar image url 2021-06-05 17:07:43 -07:00
Frédéric Guillot
728ba61450 Invalidate captcha after it is used 2021-06-05 15:30:03 -07:00
Frédéric Guillot
2455cec7ac Update readme 2021-06-05 15:16:22 -07:00
Frédéric Guillot
3c85d35485 Avoid user enumeration using password reset functionality 2021-06-05 15:14:11 -07:00
Frédéric Guillot
71123b0f37 Add missing CSRF checks 2021-06-05 14:59:12 -07:00
Jeremy Lance Uy
41102ec161 fix "+" bug in filtering 2021-06-05 13:06:40 -07:00