Update to latest version of QPixel
This slightly alters SAML configuration.
config/initializers/devise.rb
, config.saml_default_user_key
needs to be set to saml_init_identifier
.
Includes new filters feature https://github.com/codidact/qpixel/pull/976 which is not yet merged.
Edited by Taico Aerts
Merge request reports
Activity
added 8 commits
-
4ea0e7c6...87a18ee0 - 7 commits from branch
eip-master
- 0f2484d6 - Merge branch 'eip-master' into 'eip-develop'
-
4ea0e7c6...87a18ee0 - 7 commits from branch
added 91 commits
- f6dd6132 - Create views for filters
- ceade967 - Refactor search and make filter functional
- 03a8de26 - Autofill filter fields
- 9364b7e2 - Add filter widget to sidebar
- d4e0e378 - Add form to filter widget
- 7d2bcc4d - Make filters work with categories
- cbc5bf7b - Move apply button to bottom
- 084ed3e4 - Make predefined filters work
- e3194466 - Fix duplicate id issue
- 928d8805 - Unify filter and search qualifiers
- 0b8bfc52 - Add answer count filter
- 5aa9ef71 - Formatting
- 0bcfe824 - Add preset filter for unanswered questions
- 34928a58 - Add reset button for filters
- 8da46bd7 - Enforce category permissions
- f1d69476 - Add search and filter by post status
- 3d3e23a7 - Update presets
- 624454c8 - Only show filter widget on category feed page
- 02b821bd - Add filters to database
- 959f4426 - Add routes to get/set filters
- b26d191a - Convert response to a nicer client format
- e6488727 - Fetch user filters from server
- 6ea26f51 - Seed filters
- 4bf08727 - Add system filters to response
- 91be2e22 - Refactor json conversion
- 9f88a0f7 - Give unsigned users the system filters
- 6a5d75a2 - Update app/controllers/users_controller.rb
- a4ff51d6 - Remove unnecessary code
- b5faa6f8 - Add filter-set to client QPixel API
- b62400aa - Set up layouts for saving filters
- 03cfd264 - Unify client and server names for filter params
- c9adefe1 - Set user and name to nonnullable
- 043f1a2c - Make user able to add new filters
- a7b0d429 - Indicate system presets
- a740af51 - Format both result and options of select
- 60e71927 - Save button improvements
- fc2de990 - Minor code refactor
- bcad1819 - Clear filter name too
- 6d22a66f - Reinitialize select options when changed
- cfd4ad56 - Set up user page to manage filters
- 964cfe72 - Implement filter deletion
- 11d739dc - Fix bug where deleted filters remained in select
- 49a089d4 - Enable/disable save and delete buttons on the fly
- 9cd55b98 - Show filters on homepage category
- 9bdbc82c - Fill out selected preset from params
- 61e33c24 - Refactor button enablement logic
- 41fcb75e - Implement include/exclude filters
- dcfd82a3 - Fill out include/exclude tags from params
- 3e13c8f6 - Fully implement tag filters
- bfbf4dae - Bug fixes
- 6f3d7afa - Don't show save button unless signed in
- a270e62e - Add ability to set a default filter per category
- 3f3a5b54 - Fix fetch path
- 981d28dd - Minor refactor of the save-as-default logic
- 13688122 - Move filters to top of category listing
- 71234491 - Save vertical space in filter form
- ddc63a08 - More space saving
- 20bf9705 - Move code for generating JSON for filters
- 47a0456e - Save default filters in database instead of cache
- 3fcaf31e - Display name of active filter
- 39eff849 - Fix checkbox fill and clear
- bf4fbcc9 - Update preference config schema comment
- 8e9b343c - Change var to let
- 50cd4c8e - Consistantly use CamelCased variables
- d143acb9 - Update test/fixtures/category_filter_defaults.yml
- 66915858 - Update config/config/preferences.yml
- 8c5e7e99 - Set priority of Users and Filters
- b283e4ac - Update test/fixtures/filters.yml
- db73643c - Update test/fixtures/filters.yml
- cf06f5b0 - Update app/models/user.rb
- 2e1c7e59 - Fix order of dependents' destruction
- e5504c2a - Implement user:me search
- f95d41bb - Rename param parsing method
- b205c3ed - Fix error on invalid qualifiers
- c42fbaca - Fix missed rename
- af661b93 - Add uniqueness constraint to filter name
- ade7b35a - Fill in the active filter in search
- fee143ed - Merge migrations
- dc2c8c36 - Small style cleanup
- 2e9c0e77 - Fix error in case filter does not exist yet
- b23433ed - Fix accidental delete
- dbaee55a - Set default to no value
- 8ea0b02c - Fix failing test
- ce204454 - Fix migration mistake
- 86fd841b - Use strong parameters for filters
- 4cd0a6aa - Update schema according to new migrations
- b770fe11 - Add missing dependent destroy
- 20060f41 - Merge branch 'develop' into filters-updated
- 69cd3773 - Fix rubocop warnings
- 654243a0 - Increase max module length
- 25107605 - Merge branch 'filters-updated' into eip-develop
Toggle commit listenabled an automatic merge when the pipeline for 25107605 succeeds
mentioned in commit dd700612
Please register or sign in to reply