Diogo Peralta Cordeiro
|
941cbe6599
|
[Actor] Refactor GSActor into Actor
|
2021-09-18 05:12:17 +01:00 |
|
Hugo Sales
|
2ccbbd53a6
|
[TESTS] Add code coverage annotations to entities
|
2021-09-14 13:13:32 +01:00 |
|
Hugo Sales
|
27f2fbdade
|
[ENTITY] Refactor LocalUser::changePassword for easier use
|
2021-09-14 13:13:20 +01:00 |
|
Hugo Sales
|
6d22932092
|
[ENTITY][LocalUser] Add method 'findByNicknameOrEmail'
|
2021-09-14 13:13:16 +01:00 |
|
Hugo Sales
|
d31c3b1784
|
[AUTOGENERATED] Update autogenerated code
|
2021-09-14 13:13:01 +01:00 |
|
Diogo Peralta Cordeiro
|
8f43c8b405
|
[AUTOGENERATED] Update auto generated code
|
2021-09-14 13:12:57 +01:00 |
|
Hugo Sales
|
a7ef2babe6
|
[AUTOGENERATED] Update autogenerated code
|
2021-09-14 13:12:52 +01:00 |
|
Hugo Sales
|
faa362e2e2
|
[DB] Remove unique constraint from GSActor.nickname and fix register and related functionality
|
2021-09-14 13:10:23 +01:00 |
|
Hugo Sales
|
4e4d4dfdc5
|
[DB] Fix typo in table definitions and fix name of GSActorCircle table
|
2021-09-14 13:06:57 +01:00 |
|
Hugo Sales
|
1712782cc5
|
[DB] Change foreign key specification to new format
|
2021-09-14 13:06:57 +01:00 |
|
Hugo Sales
|
e2e53d9a2a
|
[AUTOGENERATED] Update auto generated code in entities
|
2021-09-14 13:06:56 +01:00 |
|
Hugo Sales
|
460712e15e
|
[GIT] Change my email to the new one in all files and bump copyright year
|
2021-09-14 13:06:56 +01:00 |
|
Hugo Sales
|
0e332b718e
|
[SECURITY] Fix getRoles
|
2021-09-14 13:06:52 +01:00 |
|
Hugo Sales
|
460cbbd4c9
|
[DB] Fix local_user table to use a numeric id, since the username is editable
|
2021-09-14 13:06:50 +01:00 |
|
Hugo Sales
|
de22f18abf
|
[SECURITY] Fix error in user registering where password wasn't hashed
|
2021-09-14 13:05:57 +01:00 |
|
Hugo Sales
|
51a1a1180e
|
[AUTOGENERATED] Update autogenerated code
|
2021-09-14 13:05:54 +01:00 |
|
Hugo Sales
|
1111ee95f1
|
[CORE] Data Representation and Modelling refactor
|
2021-09-14 13:05:53 +01:00 |
|
Hugo Sales
|
9781d43f08
|
[LocalUser] Fix missing extend
|
2021-09-14 13:05:52 +01:00 |
|
Hugo Sales
|
699f25a397
|
[AUTOGENERATED] Update autogenerated code
|
2021-09-14 13:05:51 +01:00 |
|
Hugo Sales
|
71db1870db
|
[SECURITY] Ensure ARGON2 constants are defined, or throw exception
|
2021-09-14 13:05:46 +01:00 |
|
Hugo Sales
|
59eba851f7
|
[DATABASE][TOOLS] Update local_user to return the proper PhoneNumber type
|
2021-09-14 13:05:45 +01:00 |
|
Hugo Sales
|
db32a5fcfc
|
[DATABASE][TOOLS] Update local_user, SchemaDefDriver and bin/generate_entity_fields to use the phone_number type (which maps to a varchar 35 and does validation)
|
2021-09-14 13:05:44 +01:00 |
|
Alexei Sorokin
|
66c38d777a
|
[SECURITY] Update way passwords are checked and update
|
2021-09-14 13:05:43 +01:00 |
|
Hugo Sales
|
a85fc2d0bd
|
[DATABASE] Update LocalUser table to not have a numerical id, add is_email_verified and fix getProfile accordingly
|
2021-09-14 13:05:41 +01:00 |
|
Hugo Sales
|
0eba267a73
|
[LOGIN] Implement password checking and related systems
|
2021-09-14 13:05:40 +01:00 |
|
Hugo Sales
|
7c8ab40e3a
|
[DATABASE] Rename user table to local_user, since doctrine shits itself otherwise ._.
|
2021-09-14 13:05:38 +01:00 |
|