Results 103 issues of 01es

### Description Currently attachments can be uploaded using D'n'D or selecting files from a dialog. It would be great to also support the copy/paste mechanism, which is especially convenient for...

Attachments

### Description `ActivePropertyValidator` does not process `@DeactivatableDependencies`, which may be defined for an activatable entity being deactivated, for determining "cascaded" active dependencies. This leads to situations where entity deactivation is...

Modelling
UI / UX

### Description The Reference Hierarchy (original issue #1426) provides a way to see and traverse all entities that reference a given entity instance. Some of the referencing entities may be...

User empowerment

### Description Collectional editor has a regression where tapping an item does not select/unselect it, requiring to tap the checkbox for the item (1). The mouse pointer shows a correct...

UI / UX
Regression

Users should have the ability to change their passwords at will. However, the process of changing should be implemented in accordance with previously [outlined approach](https://github.com/fieldenms/tg/wiki/Web-Security:-safe-communication-and-authentication#password-strength) that would ensure password strength.

UI / UX
User management
P5 - nice to have
Authentication

### Description As part of further improvements to authentication management, it is proposed to implement a step whereby users get a notification email upon successful logins. Each time when a...

Under review
P5 - nice to have
Authentication

### Description It should not be possible to deactivate `UserRole` instance that are associated with active users. `UserRole`s are associated with users via `UserAndRoleAssociation`, which models many-2-many association and is...

User management
P5 - nice to have

### Description Often we come across requirements to prevent users from reusing 6 (or some other number) of their previous passwords upon resetting their password. We've looked into this practice...

User management
P4 - low
Authentication

### Description The authorisation mechanism that is currently based on method annotation with `@Authorise(Security Token)` needs to be generalised around the concept of categorisation of CO methods as defined in...

Developer empowerment
Authorisation

### Description A two-factor authentication (2FA) support is required to make TG-based application safer out-of-the-box. The delivery mechanism for security tokens should be pluggable. However, due to popularity of Google...

P5 - nice to have
Authentication