Results 27 issues of Taico Aerts

**Describe the bug** Whenever the storage is set to be anything but S3, (e.g. stored locally), the application will not be able to find the files again (it does store...

area: ruby
type: bug
priority: high
complexity: unassessed

Allow `@post`, `@question` and `@article` to be nil by using safe navigation. In the case of a not found page, none of the statements will crash (and none will match),...

I was about to create a feature request when I found the `actables` method in the code. I believe it would be useful to others if it was described in...

The relation method `actables` (ActsAs::ReflectionsWithActsAs) is not documented in the README (I was about to propose a feature request for this functionality 😅, I've added a small PR to add...

Adds support for tag synonyms. Best explained with some images. ### Tags overview + search ![image](https://user-images.githubusercontent.com/668952/190605362-9a7ee529-3001-408e-91a6-4bb97ab37c8e.png) ![image](https://user-images.githubusercontent.com/668952/190605573-8a382210-436e-454e-90c4-4bca41f11e97.png) Combined with hierarchy ![image](https://user-images.githubusercontent.com/668952/190604557-d5d14d19-6153-4f30-9453-49bd3f19ec81.png) I chose teal to have a different color from...

This PR adds SAML support. ### Design questions/decisions * This PR adds the SsoProfile model which stores the information from SAML in the case it exists. At the moment this...

Images were not being resized, even when displayed as tiny 40x40 squares. For codidact, the image size limit is 2 MB which somewhat alleviates this problem, but for our self...

meta:278030 Automatically clean up tags with zero posts when they have no excerpt and no wiki. Currently such tags pollute the tag list and require a moderator to delete them....

area: ruby
type: change request
priority: medium
complexity: average

This pull request decouples the codidact network from a lot of the pages. It does so by defining a helper function which checks the domain of the community for `.codidact.[com|org]`....

Badges/Achievements could be implemented as an incentive/reward for people to contribute to the community. There has been a lot of research which shows that introducing these goals can get people...

type: change request
complexity: hard