Marcel Folaron
Marcel Folaron
https://leantime.io
- Use of central layout files - Move login, install into actual domain modules and remove individual files - application and frontcontroller updated to remove custom install, login, resetpassword update...
I've done some digging and found the issue. `LEAN_EMAIL_SMTP_AUTO_TLS: 'true'` with `LEAN_EMAIL_SMTP_PORT: '465'` was the issue. Changing the port to `587` solved the problem. The variable `LEAN_EMAIL_SMTP_AUTO_TLS` doesn't seem to...
### Discussed in https://github.com/Leantime/leantime/discussions/715 Originally posted by **McDiggy69** May 20, 2022 In version 2.1.8 attachments stored on the file system were not deleted when projects they are associated with were...
Trying and testing if that might work. Not fully stateless but the states make interacting with the API a lot easier.
### Discussed in https://github.com/Leantime/leantime/discussions/679 Originally posted by **cpetrovay** April 14, 2022 We can upload files to projects, but many of our documents are already hosted in the cloud (Google Drive)....
Implement realtime collaboration using pusher https://pusher.com/
One year ago I changed the controller layout from a single run() method handling everything (post, get, put) to use Get() Post() Put() methods. This made things a lot cleaner...
### Discussed in https://github.com/Leantime/leantime/discussions/552 Originally posted by **archlinux-fan** January 4, 2022 I see an option to start the timer in Kanban view. I don't know how to start time tracking...