Commit Graph

20479 Commits

Author SHA1 Message Date
c539f17ba5 [TESTS] Add App\Core\Cache test 2021-09-14 13:10:22 +01:00
121faccb22 [DEPENDENCIES] Update dependencies, including redis-polyfill, to be able to implement a test 2021-09-14 13:10:22 +01:00
eb951b49bf [TESTS] Update PHPUnit configuration and upgrade to version 9.5 2021-09-14 13:10:22 +01:00
ff771223af [DOCKER][TOOLS] Add option to bin/configure to use a prebuilt PHP container (https://hub.docker.com/repository/docker/gsocial/php) 2021-09-14 13:10:22 +01:00
c8b2a7a2e0 [TESTS] Fix deprecations 2021-09-14 13:10:21 +01:00
ec9a9cec13 [DOCKER] Fix default docker-compose file 2021-09-14 13:10:21 +01:00
1028f05cd8 [TESTS] Fix unkept unit tests 2021-09-14 13:10:21 +01:00
2d70f484f2 [TEST] Fix translation test 2021-09-14 13:10:21 +01:00
f5a6e2f047 [DEPENDENCIES] Upgrade to Symfony 5.2 to get my upstream ICU translation feature 2021-09-14 13:10:21 +01:00
3b897abddb [DOCUMENTATION] Add documentation on installing without docker and other topics 2021-09-14 13:10:21 +01:00
12347af6bc [DOCUMENTATION] Add documentation on installing with Docker 2021-09-14 13:10:21 +01:00
c66801a5c4 [DOCTRINE][CONFIGURATION] Add new required Doctrine DBAL parameter, for testing environments 2021-09-14 13:10:21 +01:00
03a0df987e [DEPENDENCIES] Update all dependencies 2021-09-14 13:10:21 +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
2e490756b9 [DOCKER][MAIL] Temporarily disable mail container 2021-09-14 13:10:20 +01:00
1773ab7af2 [DOCKER][MAIL] Update config and change the way mail docker handles it, so the edits aren't visible from the outside, polluting the git staging area 2021-09-14 13:10:20 +01:00
b3623329e3 [DOKER][MAIL][BOOTSTRAP] Make bootstrap generate separate certificates for the web root and the mail server 2021-09-14 13:10:20 +01:00
b824a0425e [DOCKER] Remove quotes from docker env files, as docker (or at least docker-compose) include them in the actual value 2021-09-14 13:10:20 +01:00
c894a4faa4 [DB] Make Note.source reference NoteSource.code, the primary key 2021-09-14 13:10:20 +01:00
a4a1a21403 [DOCKER] Rename docker-compose.yaml, so there can still be a default one on the repo, while the previous name can be used by the configurator without having problems with git 2021-09-14 13:10:20 +01:00
0e9737ee39 [TOOLS][DOCKER] Rewrite the configuration script to use whiptail/dialog, and refactor 2021-09-14 13:10:20 +01:00
Angelo D. Moura
8a48236d2d [UI][NOTE][MARKDOWN] Add markdown support to the notes 2021-09-14 13:10:20 +01:00
up201706832
8cc0360298 [REPLY] Fixed CSS for reply form, making it now usable 2021-09-14 13:10:19 +01:00
up201706832
f9443f1e87 [AUTH][REMEMBER-ME] Changed name of column in rememberme_token database table to fix bug 2021-09-14 13:10:19 +01:00
Daniel
15454cab7f [ProfileColor] Added profile color css 2021-09-14 13:10:19 +01:00
Daniel
d17582094d [ProfileColor] Visualize profile color 2021-09-14 13:10:19 +01:00
Daniel
afae038cff [ProfileColor] Added Profile Color entity, color form and db store/load to color settings controler 2021-09-14 13:10:19 +01:00
Daniel
20a5005e1d [ProfileColor] Added plugin base, controller and settings template 2021-09-14 13:10:19 +01:00
Daniel
746bf70e7d [REVERSEFAV] Added css to make Reverse favs label in one line 2021-09-14 13:10:19 +01:00
Daniel
ec85b5b96b [REVERSEFAV] Fixed typo 2021-09-14 13:10:19 +01:00
Daniel
f04923405f [REVERSEFAV] Added reverse favorourites stream/template 2021-09-14 13:10:19 +01:00
João Brandão
5516a77b33 [UI][TIMELINES] Refactored query for public stream 2021-09-14 13:10:19 +01:00
Daniel
c36436c1a1 [UI][TIMELINES] Fix undefined main_nav_tabs in logged out view 2021-09-14 13:10:18 +01:00
Angelo D. Moura
98145f4f1a [Directory] Actors stream now includes a link to groups stream 2021-09-14 13:10:18 +01:00
Angelo D. Moura
d4c0f33be4 [Directory] Lint fix - missed a coma 2021-09-14 13:10:18 +01:00
Angelo D. Moura
77d7fcc138 [Directory] Finished implementing groups stream as a plugin 2021-09-14 13:10:18 +01:00
Angelo D. Moura
fe170ff508 [Directory] Finished implementing groups stream using Directory plugin 2021-09-14 13:10:18 +01:00
Angelo D. Moura
098fdb3361 [Directory] Changed the route so the plugin Directory doesn't take over - query is not working for some reason 2021-09-14 13:10:18 +01:00
Angelo D. Moura
eb1ef4dd0f [Directory] Added the route, controller and a blank template file - something is broken 2021-09-14 13:10:18 +01:00
Angelo D. Moura
4f85efa071 [Directory] Actors are now organized by nickname 2021-09-14 13:10:18 +01:00
Angelo D. Moura
505e60d89f [Directory] Actors are no longer related with notes, and the logged in user now shows on the stream 2021-09-14 13:10:18 +01:00
Angelo D. Moura
2d91f3d0b3 [Directory] Changed the title of the template and add a css rule for actor-bio 2021-09-14 13:10:17 +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
Angelo D. Moura
517cba3510 [Directory] Add the route, controller function, and blank template file 2021-09-14 13:10:17 +01:00
Daniel
0289888397 [Directory] Add documentation 2021-09-14 13:10:17 +01:00
Daniel
019e3d91e4 [Directory] Moved /actors stream to directory plugin 2021-09-14 13:10:17 +01:00
Daniel
6c1b1323a0 [Cover] Remove of cover form 2021-09-14 13:10:17 +01:00
Daniel
b79c8b092d [Cover] Added cover route verifications 2021-09-14 13:10:17 +01:00
Daniel
4eafcd5058 [Cover] Removed commented code 2021-09-14 13:10:17 +01:00
Daniel
fdc2bc39d0 [Cover] Input restrictions, Code cleanup 2021-09-14 13:10:17 +01:00