- Sep 19, 2017
-
-
Henne Vogelsang authored
-
Henne Vogelsang authored
-
Manuel Schnitzer authored
[webui] Don't fail if no HTTP referrer was provided on login
-
Manuel Schnitzer authored
Otherwise the app crashes when no referrer was provided. This can harm us especially users forbid their browsers to set that header field.
-
Manuel Schnitzer authored
[dist] Add missing release notes entry for bcrypt
-
Manuel Schnitzer authored
This adds a release notes entry regarding the bcrypt implementation from PR #3814 Commit: d0fd0bdb
-
David Kang authored
[api] Drop unused Buildresult::index2code
-
- Sep 18, 2017
-
-
Moisés Déniz Alemán authored
Move to blowfish hashing algorithm
-
David Kang authored
[api][webui] Include again direct_http
-
Björn Geuken authored
-
Henne Vogelsang authored
[webui] Fix typo in error message
-
David Kang authored
Because obs_factory still using direct_http method.
-
Manuel Schnitzer authored
The old test cases needed some adaptions in order to work properly again. This includes: - Move to blowfish passwords in fixtures - Drop tests or expectations which are no longer valid
-
Manuel Schnitzer authored
- Fixed a typo - Rephrased it
-
Manuel Schnitzer authored
Blowfish (which is used by bcrypt) is by far more secure than md5. Old passwords will be re-hashed after a successful login. Validations were dropped because they should not be tested. It just makes testing harder (overtesting).
-
Björn Geuken authored
-
Manuel Schnitzer authored
[dist] Use the codecov image for master
-
Henne Vogelsang authored
-
David Kang authored
[dist] Require group www
-
Henne Vogelsang authored
We use it in a scriptlet and it's not provided by default anymore on openSUSE.
-
- Sep 15, 2017
-
-
Christian Bruckmayer authored
[api] avoid multiple hits of same package on maintenance branch
-
Adrian Schröter authored
happens when you get the same package instance via multiple OBS:Maintained entry points via project linking The target_package strings takes also the possible different link_target_project into account.
-
Moisés Déniz Alemán authored
Refactor backend calls to Backend::Api (part 7)
-
David Kang authored
Update acts_as_tree to version 2.7.0
-
depfu[bot] authored
-
- Sep 14, 2017
-
-
Moises Deniz Aleman authored
Fix error when trying to require the dependency automatically
-
Moises Deniz Aleman authored
No need to have this method is now unused
-
Moises Deniz Aleman authored
For that source_file, write_source_file, meta_from_project and meta_from_package methods were created in Backend::Api
-
Moises Deniz Aleman authored
Move rebuild command to the Backend::Api
-
Moises Deniz Aleman authored
Instead of requiring each file one by one we can do it automatically
-
Moises Deniz Aleman authored
Instead of ActiveXML.backend.direct_http
-
Moises Deniz Aleman authored
Move backend calls to Backend::Api and refactor the method to not calculate the path
-
Moises Deniz Aleman authored
Refactored to use file_list method of Backend::Api
-
Moises Deniz Aleman authored
created a worker_status method in Backend::Api for it
-
Moises Deniz Aleman authored
Created a build_dependency_info method in Backend::Api to the call instead of using ActiveXML.backend.direct_http
-
Moises Deniz Aleman authored
Re-use build_results method
-
Moises Deniz Aleman authored
Moved the method there and refactor to use Backend::Connection instead of ActiveXML
-
Moises Deniz Aleman authored
Instead of using a direct call through ActiveXML we are re-using the file_list method of Backend::Api
-
Moisés Déniz Alemán authored
Move backend test tasks mixin to be part of the Backend::* lib
-
Moisés Déniz Alemán authored
[webui] Fix overlay in Kiwi Editor
-