Commit Graph

20644 Commits

Author SHA1 Message Date
Daniel
7a299162e1 [Poll] Polls now have an associated note, poll templates, start_show_styles event, started css 2021-09-14 13:10:13 +01:00
Daniel
090c593a61 [Poll] Started testing with note integration 2021-09-14 13:10:13 +01:00
Daniel
50ec306243 [Poll] Added file headers 2021-09-14 13:10:12 +01:00
Daniel
ffb4b9df23 [Poll] Added modified param for Poll/Poll response, added PollTest 2021-09-14 13:10:12 +01:00
Daniel
f34fb9c7b9 [Poll] Added variable num of options
not sure if it is the right way to do it
2021-09-14 13:10:12 +01:00
Daniel
cdbf7da8be [Poll] Added templates, response counting 2021-09-14 13:10:12 +01:00
Daniel
27a0c43f7b [Poll] Store poll response to DB 2021-09-14 13:10:12 +01:00
Daniel
3725818e4f [Poll] Added New Route, RespondPoll, Poll Response, PollResponseForm 2021-09-14 13:10:12 +01:00
Daniel
dbb55362c8 [Poll] Fixed ShowPoll route, moved Poll Entity, created NewPollForm
Entity was temporarily moved to src/Entity in order to load from DB, since it is yet no possible to do that from Plugin
2021-09-14 13:10:12 +01:00
Daniel
03f02bed4d [AUTOGENERATED][Poll] Add auto generated code for poll entity and new route 2021-09-14 13:10:12 +01:00
Daniel
5978a069e9 [Poll] Started porting Poll Plugin 2021-09-14 13:10:12 +01:00
margarida
c26ee45bf3 [TOOLS][DOCKER] Added input verfication 2021-09-14 13:10:11 +01:00
margarida
987d29a674 [TOOLS][DOCKER] Added first version of configuration shell script 2021-09-14 13:10:11 +01:00
Daniel
95f95d2dd8 [TESTS] Added unit tests 2021-09-14 13:10:08 +01:00
Angelo D. Moura
d53fef09a8 [TWIG] Moves the SVG custom function to an extension and change the test regex 2021-09-14 13:06:58 +01:00
Angelo D. Moura
d2208d15d8 [TWIG][TESTS] Update IconsExtension test 2021-09-14 13:06:58 +01:00
Angelo D. Moura
5acfda8ae5 [TWIG] Add SVG icon embed function 2021-09-14 13:06:58 +01:00
Diogo Machado
fbc85086fd [DB][TESTS] Implement Doctrine event listener to update timestamps on modification, and related tests 2021-09-14 13:06:58 +01:00
Daniel
c3aa2ae400 [FORM] Implement ActorArrayTransformer 2021-09-14 13:06:57 +01:00
279cfcd058 [PLUGIN][Favourite] Move favourite table definition to inside the plugin, as it is now supported 2021-09-14 13:06:57 +01:00
417e2f351b [SchemaDef] Finish association mapping implementation 2021-09-14 13:06:57 +01:00
1d42c7a835 [DB][NoteLocation] Add missing multiplicity to column 2021-09-14 13:06:57 +01:00
4e4d4dfdc5 [DB] Fix typo in table definitions and fix name of GSActorCircle table 2021-09-14 13:06:57 +01:00
481027b09b [AUTOGENERATED][DB][File][GroupJoinQueue] Update autogenerated code and add select fields as specified in the previous commit 2021-09-14 13:06:57 +01:00
1712782cc5 [DB] Change foreign key specification to new format 2021-09-14 13:06:57 +01:00
ea0aca4b00 [SCHEMADEF] Add preliminary support for foreign keys 2021-09-14 13:06:57 +01:00
9cd5560081 [DOCKER] Bump to PHP version 8 2021-09-14 13:06:57 +01:00
e2e53d9a2a [AUTOGENERATED] Update auto generated code in entities 2021-09-14 13:06:56 +01:00
b27bda6a7c [TOOLS] Use GSActor rather than Gsactor in autogenerated code 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
f95f69c778 Add some missing documentation to ActivityPub 2021-09-14 13:06:56 +01:00
74e586182d [DB] Merge definition of SchemaDefDriver with SchemaDefPass for clarity 2021-09-14 13:06:56 +01:00
fc015c6fdf [NETWORK][TreeNotes] Add TreeNotes plugin which takes over the responsibility of displaying a conversation as a tree, in order to reduce the number of queries 2021-09-14 13:06:56 +01:00
5c53889739 [Reply] Fix bug where wrong variable is used when replying to a note 2021-09-14 13:06:56 +01:00
Hugo Sales
ce3cae0ef7 [DEPENDENCIES] Update all dependencies 2021-09-14 13:06:56 +01:00
Hugo Sales
eefdf74658 Ensure group table name is quoted, as it's a reserved word in postgreSQL 2021-09-14 13:06:56 +01:00
Hugo Sales
ab252accb2 Small update to php dockerfile 2021-09-14 13:06:56 +01:00
Hugo Sales
411884bfc5 [DEPENDENCIES] Update dependencies 2021-09-14 13:06:55 +01:00
1b946586e1 [DOCUMENTATION] Add mdBook stub 2021-09-14 13:06:55 +01:00
Hugo Sales
ebfd41ba0d [CONFIGURATION] Remove the individual language settings from social.yaml, as these are not something that changes at runtime 2021-09-14 13:06:55 +01:00
Hugo Sales
3301770642 [COMMAND] Change the way ListEventsCommand outputs the results to use the output interface and add some formatting 2021-09-14 13:06:55 +01:00
Hugo Sales
e8feb2ae84 [DOCUMENTATION][REFACTOR] Add documentation to all flagged function and do some small cleanup 2021-09-14 13:06:55 +01:00
Hugo Sales
67d4702743 [HOOKS] Update pre-commit script to check for missing documentation in functions 2021-09-14 13:06:55 +01:00
Hugo Sales
de8fa87079 [DEPENDENCIES] Update dependencies 2021-09-14 13:06:55 +01:00
Hugo Sales
8ce1c1cee6 [DEPENDENCIES] Update dependencies 2021-09-14 13:06:55 +01:00
Hugo Sales
1949e0b987 [EVENT] Rename event names to camel case to make finding handlers easier 2021-09-14 13:06:55 +01:00
Hugo Sales
0b759da780 [REGISTER] Add self follow when registering, fixing the '-1 followers' bug 2021-09-14 13:06:54 +01:00
Hugo Sales
089c710711 [SETTINGS][NOTIFICATIONS] Fix error when displaying the user notification settings page 2021-09-14 13:06:54 +01:00
Hugo Sales
221829c6fd [Reply] Fix missing use statement 2021-09-14 13:06:54 +01:00
Hugo Sales
be324bb390 [CONTROLLER] Fix use of undefined variable 2021-09-14 13:06:54 +01:00