Ruslan Kabalin
Ruslan Kabalin
And then remove sitemap app instance both from code, docker-compose and deployment configuration.
There was hardcoded pre-connect to kosmosnimki which was removed in ee45efe (#422) since we don't use it by default any more and URL has changed in #378. Might be useful...
EN: User account merging It should be possible to merge two user accounts, so that all entities referenced to the user (comments, photos, states history, etc.) in the source account...
 Must be a problem with plural form handling.
Current implementation of Google analytics is regarded as outdated, upgrade to gtag.js is required: https://developers.google.com/analytics/devguides/collection/upgrade https://github.com/PastVu/pastvu/blob/cf30f6215f9d7ddcd0833362e0706a404ae14208/views/app.pug#L14 While working on this task it might be a good idea to supply analytics...
`test.php` output is misleading when more than one IdP are in use. I am using `tester.php` to select IdP. When I select default one, the output is: *  When...
Following the discussion at #448 it has been agreed to use GNU AGPLv3+ for the PastVu app code. I suggest to use simplified copyright and license declaration in the files....
Instead of having a static list of unsupported browsers https://github.com/PastVu/pastvu/blob/master/config/browsers.config.js#L5-L13, which does not get updated regularly, define the list of supported browsers through a [browserslist configuration](https://github.com/browserslist/browserslist). Default configuration (`> 0.5%,...
We are using `setup-php` action as part of the test workflow to select PHP version to use in the test. This apparently is not installing `phpdbg` of required version, thus...
This will be useful to achieve a series of tests running behaviour similar to Travis, while running in different environment (e.g. GitHub Actions or GitLab). We got something similar already...