- Merge branch 'master' into dev/shared-folder-aliases
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feb 7 2022
Feb 4 2022
Feb 3 2022
Feb 2 2022
Feb 1 2022
- Fixes
- Merge branch 'master' into dev/shared-folder-aliases
- More tests
- Various fixes, improvements
Jan 27 2022
- Change password policy checker icons
- Make sure password policy can't set min/max length to smaller/greater value than the system settings
Jan 26 2022
- Fix order of codes in password reset link
Jan 25 2022
Other such scripts are put into /bin and linked. So, I guess we should do the same here.
So, this will execute linting on arc diff? Sounds like it might be annoying, because slow. No?
Jan 21 2022
- Add --acl option
Jan 19 2022
Jan 18 2022
- Merge branch 'master' into dev/password-link
Jan 14 2022
- Fixes requsted in the diff, set expiration time to 24h
- Merge branch 'master' into dev/password-link
Jan 13 2022
Jan 12 2022
I'd prefer .arc folder instead of phabricator.
Jan 11 2022
Jan 10 2022
Since traits can't define constants yet, one possible improvement would be to define interfaces, and use them together with trait(s). And we could unify the constant values to be the same for all objects at some point too. Still, User has STATUS_DEGRADED, Domain has STATUS_CONFIRMED, etc. So, for example:
interface StatusSuspendedInterface {
const STATUS_SUSPENDED = 4;
function isSuspended();
function suspend();
function unsuspend();
}For now I prefer to not define interfaces and use my simple trait with the common status functionality.
Jan 7 2022
Jan 6 2022
- Errors/warnings, more tests
Could you create differential(s)? It should be possible to do this having patches via https://git.kolab.org/differential/diff/create/. Or just by using arc diff on your git clone.
Jan 5 2022
- Solve FIXMEs
- Groups import
- Resources import
- Move createProgressBar() to App\Console\Command
- Check domain existence
- Small fixes
Jan 3 2022
- Small css fixes
Dec 31 2021
- Fix flaky test
Dec 27 2021
- Merge branch 'master' into dev/split-client
Dec 24 2021
Dec 23 2021
Dec 22 2021
Dec 21 2021
Dec 17 2021
- Merge branch 'master' into dev/status-degraded
- Hide more create buttons
- Fix test regression
- Fix regression
- Cleanup