alloc icon indicating copy to clipboard operation
alloc copied to clipboard

Professional Services Automation (PSA) solution, integrates Project Management, CRM, Time Sheets, Billing, Resources, Reporting, Tasks, Invoicing, Calendars & Reminders into an easy-to-install cross p...

Results 10 alloc issues
Sort by recently updated
recently updated
newest added

After upgrading from MariaDB 10.5 to 10.11, FAILS: SELECT empty('fart'); WORKS: SELECT alloc.empty('fart'); WORKS: SELECT neq(1, 1); WORKS: SELECT alloc.new(1, 1); Therefore I speculate that "empty" now has special meaning....

The below code: https://github.com/cyberitsolutions/alloc/blob/05539b5794e38b212c4b808438fbdbc58783fde8/person/templates/personM.tpl#L39-L43 Allows a user to set a password longer than 32 characters. But the below code: https://github.com/cyberitsolutions/alloc/blob/05539b5794e38b212c4b808438fbdbc58783fde8/login/templates/login.tpl#L18 Requires the password on the login form to be a...

Do I need docker as well? and is make necessary?

It would be nice to integrate with GitHub, GitLab, and Bitbucket. One idea is to somehow sync issues. Another would be to allow linking of a task with a branch....

enhancement

PHP 7.x is the only PHP available on Debian Stable (Stretch/9) and Ubuntu 16.04/18.04. alloc should fully support PHP 7.

Currently there are issues with the html that gets generated. It would be good to move to HTML5 and make sure we are following the w3 specs. When doing this,...

ZendSearch is also painfully slow, and as used in alloc often breaks. https://github.com/zendframework/ZendSearch/pull/8#issuecomment-230953378 https://github.com/zendframework/ZendSearch/issues/24 Some possible options: https://github.com/teamtnt/tntsearch https://github.com/pucene/pucene

[Snuffleupagus](https://snuffleupagus.readthedocs.io/) is a tool to prevent dangerous behavior in php 7 software. Currently alloc does not run under Snuffleupagus when `sp.global_strict.enable();` is set.

The version of jQuery used in alloc is 1.9.2 which is affected by [CVE-2015-9251](https://www.cvedetails.com/cve/CVE-2015-9251/).

This is an interesting idea that is seen in other PSAs, and would make managing priorities easier IMO.

enhancement