taiga-back icon indicating copy to clipboard operation
taiga-back copied to clipboard

Agile project management platform. Built on top of Django and AngularJS

Results 159 taiga-back issues
Sort by recently updated
recently updated
newest added

Translations update from [Hosted Weblate](https://hosted.weblate.org) for [Taiga/taiga-back](https://hosted.weblate.org/projects/taiga/taiga-back/). Current translation status: ![Weblate translation status](https://hosted.weblate.org/widget/taiga/taiga-back/horizontal-auto.svg)

This PR is a feature related to issue #115 where each project queried is returned with its related user stories info

This commit introduces a change on authentication verification when calling `get_object_or_error`. Previously, authentication was checked only... if object was not found. A typical example that has highlighted this problem: before...

It seems like 6.8.0 version is missing from docker hub?

bug

the inscription on the "edit biography" button extends beyond the boundaries of the button ![uncorStyle](https://github.com/taigaio/taiga-back/assets/171184985/006da5ee-d0eb-45d1-a298-efb1f6f75468) to fix this you need to change the css property in the profile class: display:...

bug

For a short while, we've been getting these Tracebacks in our Logs: ``` File "/taiga-back/taiga/base/utils/thumbnails.py", line 75, in get_thumbnail from easy_thumbnails.VIL import Image File "/opt/venv/lib/python3.11/site-packages/easy_thumbnails/VIL/Image.py", line 7, in return thumbnailer[thumbnailer_size]...

bug

Closes https://github.com/taigaio/taiga-back/issues/161

> **READ THIS FIRST!**: We recently announced Taiga plans for the future and they greatly affect how we manage this repository and the current Taiga 6 release. Check it [here](https://blog.taiga.io/announcing_taiganext.html)....

The build time to create an image on my machine takes about 30 minutes with these changes in the origin of some docker commands, it is possible to build taiga...