Commit Graph

15 Commits

Author SHA1 Message Date
bd249b508b [ENTITY] Add 'normalized_nickname' to GSActor, the result of Nickname::normalize, so we can make sure we don't have very similar nicknames duplicated 2021-09-14 13:12:59 +01:00
8f43c8b405 [AUTOGENERATED] Update auto generated code 2021-09-14 13:12:57 +01:00
88e5cec8fc [ENTITY][GSActor] Fix getAvatarUrl method 2021-09-14 13:12:53 +01:00
a7ef2babe6 [AUTOGENERATED] Update autogenerated code 2021-09-14 13:12:52 +01:00
faa362e2e2 [DB] Remove unique constraint from GSActor.nickname and fix register and related functionality 2021-09-14 13:10:23 +01:00
2174f288d1 [DB] Fix Doctrine errors due to lack of column uniqueness
So, Doctrine doesn't like that `GSActorTag.tag` is not unique, even
though composite key `[tagger, tag]` is. `tag` can't unique, but
doctrine doesn't understand this. This seems like a Doctrine bug that
should be investigated. For now we'll just not mark it as a foreign
key
2021-09-14 13:10:20 +01:00
Angelo D. Moura
0c5941f515 [Directory] Almost finishied creating the /actors stream - problems with the css files 2021-09-14 13:10:17 +01:00
e2e53d9a2a [AUTOGENERATED] Update auto generated code in entities 2021-09-14 13:06:56 +01:00
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
51a398f27a [UI] Subtract self follow from total user follows 2021-09-14 13:06:49 +01:00
Hugo Sales
9649bec01e [MEDIA][CACHE] Cache avatar queries and delete stale values; small refactoring 2021-09-14 13:05:57 +01:00
Hugo Sales
65a129aac6 [UI][CACHE][DB] Add follow counts to left panel, caching the results; change follow table 2021-09-14 13:05:56 +01:00
Hugo Sales
d548dc9284 [MODULE][Left][UI][TAGS] Add Left module which handles fetching tags and followers, fix self tags 2021-09-14 13:05:56 +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