aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/shared_searches_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Show all searches at the top bar alwaysMiquel Sabaté Solà2025-07-011-1/+2
| | | | | | | | | | Since 8d954606eaf3 ("Do not allow to show non-shared searches"), we were only showing saved searches, but that collided with the @searches on the top bar. This went unnoticed until now, in which the top bar will always display all searches, while the shared searches content will only display the shared ones. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Do not allow to show non-shared searchesMiquel Sabaté Solà2024-07-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Be more careful with the orderMiquel Sabaté Solà2024-03-141-1/+1
| | | | | | | We usually want to show stuff ordered by name. Only `things` are the exception for this. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Initial commitMiquel Sabaté Solà2024-03-131-0/+13
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>