3727c84f3e
refactor: code style changes
...
Signed-off-by: miguel456 <me@nogueira.codes>
2023-01-15 00:04:00 +00:00
b89d71b371
Revert "Revert "merge 1""
...
This reverts commit 0c463d1f10145bf99dd63fd7128f992ab2371ffb.
2022-10-24 01:04:22 +01:00
0c463d1f10
Revert "merge 1"
...
This reverts commit 0bc6c20a6d6ad9b906827b9d3f3034a811178f60.
2022-10-24 01:03:43 +01:00
0bc6c20a6d
merge 1
...
Signed-off-by: miguel456 <me@nogueira.codes>
2022-10-24 01:01:10 +01:00
a4f41b8f8d
fix: add constraint actions to db structure
...
This commit adds several missing "cascade delete" actions to relationships on database tables. This effectively fixes errors while trying to delete user accounts because of pending child records.
Additionally, the observers for applications and vacancies were removed, since they are now obsolete.
The account deletion system was also refactored.
2022-03-07 18:14:42 +00:00
294c678283
Fix broken opt-in notifications
2022-02-11 00:51:16 +00:00
9bf27fd3f4
Disable user account deletion
2022-02-01 22:26:46 +00:00
3f4bc28fd4
Added Demo mode
...
Demo mode allows to safely run a demo version of the app, with destructive features limited.
Some bugs were also fixed in this commit.
2021-09-04 00:44:54 +01:00
620453c1e4
Separation of Concerns + old coude cleanup
2021-07-20 00:35:03 +01:00
96aa01b9c6
Recent changes
2020-11-02 21:44:05 +00:00
6541e25a39
Apply fixes from StyleCI
2020-10-10 16:30:26 +00:00
596a469e15
Add user invitation facilities RSM-5
...
Adds user invitation to teams, and framework for assigning taems
Also adds user acc. deletion.
2020-10-08 19:19:10 +01:00
17fb0e236f
Make notifications cancellable
...
This commit makes certain notifications cancellable. This enables notifications to be sent conditionally based on the user's choice.
2020-08-31 22:06:00 +01:00
d392c0593f
Add two factor authentication
2020-07-17 22:44:10 +01:00