Alexander Graul
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...
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.
Include link to weblate for people who want help with translations. Render Contributing.md on software.opensuse.org.
`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...
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...
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...
- Comments - Ratings - Embed forums - Link to IRC channels - Link to maintainers - Link to bug report - open desktop ratings Other software portals like GNOME...
Some ideas: - index download.opensuse.org - elastic or sphinx - sponsored by elastic org - libzypp server side - built into download.opensuse.org
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:...