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