updates all npm dependencies to the latest version.
enables custom static pages for "Terms of use", "Contact", "About" and "Imprint" via config.json. If a link is provided to any of these pages, the content of the corresponding vue page will be overridden by the content found at the provided link.
adds pagination to any search listing and to own and shared repository listing.
fixes minor bugs in ReposShared.
Closes #81, #105.
IMPORTANT for deployment of this PR to the server:
config.json on the server has to be updated with server specific entries before deploying these changes to the server.
This pull request
config.json
. If a link is provided to any of these pages, the content of the corresponding vue page will be overridden by the content found at the provided link.Closes #81, #105.
IMPORTANT for deployment of this PR to the server:
config.json
on the server has to be updated with server specific entries before deploying these changes to the server.