plane
plane copied to clipboard
🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternative. Plane is a modern project management platform to manage tasks, sprints, docs, and triage.
chore: - store various shades of accent color. refactor: - custom theme selector function to save new custom theme.
docs: update readme.md for self hosting setup and remove pnpm from contribution guidelines
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When you open the `Issue` list and open it with the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior There is no scrollbar visible in the "Select label" dropdown in...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Go to your `Module` section. It getting crashed  ### Steps...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior The Docker version of the Plane API ([makeplane/plane-backend:latest](https://hub.docker.com/r/makeplane/plane-backend)) uses a high...
This PR adds support for custom OpenAI API (compatible) endpoints. It also updates the OpenAI-python package to the latest version and change engine to model as per [new api docs](https://help.openai.com/en/articles/6283125-what-happened-to-engines)
fix: - cycle and module sidebar overflow fix - cycle list item overflow fix - filter dropdown fix - recent page overflow fix - label dropdown ui improvement
- Added Celery beat and scheduled issue archival - Created API's to get archived issue
Adding ability to authenticate with LDAP with the normal email/password login flow. Allows to restrict groups that are allowed LDAP sign-in with the `LDAP_RESTRICT_GROUP` setting Closes https://github.com/makeplane/plane/issues/916 Closes https://github.com/makeplane/plane/issues/1296