Results 27 issues of Taico Aerts

It is stated in the documentation that you can use scopes (+blocks) as follows: ```ruby can :read, Article, Article.published do |article| article.published_at

This PR adds (opt in) support for Elasticsearch. To enable, the Global Site Setting `ElasticsearchEnabled` must be set to true. Items left to do: - [ ] Update documentation on...

**Describe the solution you'd like** Support for SAML sign-in solutions such that self-hosted instances of QPixel can use alternative sign in methods. For example, larger institutions often have their own...

area: ruby
type: change request
priority: medium
complexity: unassessed
type: analysis

**Is your feature request related to a problem? Please describe.** Currently, search is performed using a database match query. While this is a very fast way of searching, it does...

area: backend
priority: medium
complexity: unassessed

**Describe the bug** When you go to a non existing help article or policy post (e.g. https://meta.codidact.com/help/bla), you get an error 500 (server error). **To Reproduce** Steps to reproduce the...

area: ruby
type: bug

**Is your feature request related to a problem? Please describe.** A lot of powerful features are available in the search, as explained on https://meta.codidact.com/help/search. However, the user does not get...

area: html/css/js
type: change request
priority: medium
complexity: easy

**Is your feature request related to a problem? Please describe.** When attempting to set up a self-hosted instance of QPixel for the Delft Univeristy of Technology, a number of issues...

area: ruby
area: html/css/js
type: change request
priority: medium
complexity: unassessed

**Is your feature request related to a problem? Please describe.** When you click the search button in the header, you cannot immediately start typing, because it does not focus the...

area: html/css/js
type: change request
priority: medium
complexity: unassessed

I've put some search instructions in the search slide: ![image](https://user-images.githubusercontent.com/668952/184509945-62550ffb-b5fe-49f1-a9d1-30afc7be6e4f.png) **Please note: this is styled very similarly to how it appears on Stack Overflow / Stack Exchange (see #830). Please...

This fix could also be placed in `UploadsHelper#upload_remote_url`, but since that one specifically references a remote url (which this may not be), I thought it made more sense here. Let...