Ruslan Kabalin

Results 57 issues of Ruslan Kabalin

And then remove sitemap app instance both from code, docker-compose and deployment configuration.

backend
Generic Task

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...

Feature Request
Map

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...

Feature Request
User accounts

![Screenshot](https://user-images.githubusercontent.com/329780/101002772-014ab700-3558-11eb-9582-25bddb1ed94b.png) Must be a problem with plural form handling.

Bug
Priority: Low
i18n
good first issue
statistics

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...

Priority: Major
Generic Task

`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: * ![samltest](https://user-images.githubusercontent.com/329780/119550908-e29fdd00-bd90-11eb-8404-fdc9acb91a44.png) 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%,...

UX/Design
Generic Task
Improvement

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...