gnu-social/src
Hugo Sales 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
..
Command [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
Controller [REVERSEFAV] Added reverse favorourites stream/template 2021-09-14 13:10:19 +01:00
Core [Poll] Added modified param for Poll/Poll response, added PollTest 2021-09-14 13:10:12 +01:00
DependencyInjection/Compiler [SchemaDef] Finish association mapping implementation 2021-09-14 13:06:57 +01:00
Entity [DB] Fix Doctrine errors due to lack of column uniqueness 2021-09-14 13:10:20 +01:00
EventListener [DB][TESTS] Implement Doctrine event listener to update timestamps on modification, and related tests 2021-09-14 13:06:58 +01:00
Migrations [V3] Big Bang 2021-09-14 13:01:33 +01:00
Repository [V3] Big Bang 2021-09-14 13:01:33 +01:00
Routes [REVERSEFAV] Added reverse favorourites stream/template 2021-09-14 13:10:19 +01:00
Security [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
Twig [Poll] Restructured templates, added misssing poll related css 2021-09-14 13:10:13 +01:00
Util [UI][TIMELINES] Refactored query for public stream 2021-09-14 13:10:19 +01:00
CacheKernel.php [CACHE][HTTP] Configure simple HTTP cache 2021-09-14 13:05:33 +01:00
Kernel.php [DB] Merge definition of SchemaDefDriver with SchemaDefPass for clarity 2021-09-14 13:06:56 +01:00