Alexander Graul

Results 30 issues of Alexander Graul

I also find this very confusing. openSUSE_Leap_15.2 and openSUSE_Leap_15.3 should be in the same category. But open openSUSE_Leap_15.3 is sorted into the SLE category in this example: https://software.opensuse.org//download.html?project=isv%3AownCloud%3Aserver%3A10.8.0&package=owncloud-complete-files * Click...

**Describe the bug** On the package page, in the Leap section, the "official update" is not to the source package in OBS but rather to a "patchinfo" OBS package. **To...

Bug :skull:

Since Flatpaks can [now be build at OBS](https://openbuildservice.org/2021/02/18/introducing-flatpak-builds/), we should include them in our search and make it possible to easily download them.

Feature

Include link to weblate for people who want help with translations. Render Contributing.md on software.opensuse.org.

documentation :page_facing_up:

`lib/obs` and `ApiConnect` serves the same purpose, querying OBS via http. Only one library should be used to reduce duplication of logic. Places `ApiConnect` is currently used: app/controllers/obs_controller.rb: - line...

good first issue :baby:
Refactoring :wrench:
help welcome :two_hearts:

Firefox 82 warns about a missing `SameSite` attribute for cookies we set, e.g. for the session cookie: ``` Cookie “_softwareoo_session” will be soon rejected because it has the “SameSite” attribute...

Bug :skull:

In https://github.com/openSUSE/software-o-o/pull/663 we've created a link from the package page to the download page. This is already better than it was before, users don't have to take a detour to...

question :grey_question:
UI :eyes:

- Comments - Ratings - Embed forums - Link to IRC channels - Link to maintainers - Link to bug report - open desktop ratings Other software portals like GNOME...

question :grey_question:

Some ideas: - index download.opensuse.org - elastic or sphinx - sponsored by elastic org - libzypp server side - built into download.opensuse.org

question :grey_question:
Search :mag:

The application throws ``` bundle.ruby2.4[22042]: Exception: NoMethodError: undefined method `[]' for nil:NilClass bundle.ruby2.4[22042]: /srv/www/vhosts/opensuse.org/software/current/app/controllers/search_controller.rb:22:in `rescue in index' bundle.ruby2.4[22042]: /srv/www/vhosts/opensuse.org/software/current/app/controllers/search_controller.rb:15:in `index' ``` Context: ```ruby 15 begin 16 query_opts = { baseproject:...