Move community module to src/
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 16 Feb 2020 09:38:56 +0000 (04:38 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 16 Feb 2020 09:41:22 +0000 (04:41 -0500)
commit682fb7e4e21d861e48c526c71e64a4bfc2cc2964
tree8c2f6f10a45e36ee7b29e76faee9250426bb33f9
parent5d169a4098633b8e1a5212472700243d790f5bc4
Move community module to src/

- Use boundaries pagination instead of number pages
- Trim down community update module output
- Part of https://github.com/friendica/friendica/issues/4090
mod/community.php [deleted file]
mod/update_community.php [deleted file]
src/Module/Conversation/Community.php [new file with mode: 0644]
src/Module/Update/Community.php [new file with mode: 0644]
static/routes.config.php
view/js/main.js