- Mar 11, 2024
-
-
Dr Abraham Martin authored
feat: support newer versions of django (4.2) Closes #19 See merge request !21
-
Dr Abraham Martin authored
-
- Nov 09, 2021
-
-
Dr Abraham Martin authored
remove vendored ibisclient Closes #16 See merge request !20
-
Dr Rich Wareham authored
-
Dr Rich Wareham authored
-
-
-
- Nov 08, 2021
-
-
Dr Rich Wareham authored
Remove the vendored ibisclient, preferring to use the upstream PyPI one.
-
Dr Rich Wareham authored
Python 2 has been EoL-ed and we no longer support it. Add the supported LTS Django versions. As of writing Django 3.1 is EoL-ed in a week so it doesn't seem worth keeping it in the matrix. Remove Python 3.5 as it is EoL-ed and add in Python 3.8 and 3.9.
-
- Jun 28, 2021
-
-
Mike Bamford authored
Update Django User attributes Closes uis/devops/ssgw/webapp#255 and uis/devops/ssgw/webapp#251 See merge request !19
-
Wajdi Hajji authored
-
- Jun 21, 2021
-
-
Wajdi Hajji authored
-
- May 10, 2019
-
-
Stephen Lovell authored
Error when group with leading zeroes validated Closes #12 See merge request !16
-
- May 09, 2019
-
-
msb authored
group id if it had leading zeroes. Removed the conversion of the id to an int when passing to get_or_create_group_by_groupid(). Unnecessary as the id was already validated with a regex.
-
- May 07, 2019
-
-
Dr Rich Wareham authored
The tests require a connection to the live lookup server Closes #13 See merge request !15
-
- May 03, 2019
- May 02, 2019
-
-
Robin Goodall authored
Missing feature: a user/group cannot be selected twice. Closes #15 See merge request !14
-
Robin Goodall authored
Missing feature: a "self" selection should be locked Closes #14 See merge request !13
-
- Apr 30, 2019
-
-
msb authored
So we implement it ourselves by filtering out pre-selected items in the processResults callback.
-
msb authored
solution suggested on stack overflow - namely, as each selection tag is rendered add a custom class if it's the principle user. Relevant posts: https://stackoverflow.com/questions/16564425/how-to-implement-select2-with-lock-selection/48111387#48111387 https://jsfiddle.net/o3s3y42e/4/
-
- Apr 24, 2019
-
-
Robin Goodall authored
Upgrade to use select2 version 4. Closes #11 See merge request !12
-
msb authored
-
- Apr 23, 2019
- Apr 18, 2019
-
-
msb authored
-
msb authored
style of both the container and dropdown elements of both the user and group controls. See https://select2.org/configuration/options-api and *CssClass.
-
- Apr 16, 2019
- Apr 12, 2019
- Apr 04, 2019
-
-
Dr Rich Wareham authored
Update Select2 (to latest v3) and jQuery libraries Closes #11 See merge request !11
-