Ethan Nguyen
303de0b235
build(deps): update dependencies
2024-02-09 23:03:03 -06:00
Krishnan Shankar
d52e0f77f3
feat: make setup easier ( #225 )
...
* feat: add run.sh and deploy.sh scripts for Director
* feat: add prod defaults to secret.sample.py
2024-02-09 22:44:19 -06:00
Ethan Nguyen
c39fdc7d67
build(deps): bump dependencies ( #217 )
2023-11-28 11:39:09 -06:00
dependabot[bot]
94bfe3bee7
build(deps): bump cryptography from 41.0.1 to 41.0.2 ( #203 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.1 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.2 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-14 20:32:31 -05:00
Ethan Nguyen
533732c823
build(deps): bump dependencies
2023-06-04 18:21:56 -05:00
dependabot[bot]
b908e5afd3
build(deps): bump ipython from 8.12.2 to 8.13.2 ( #185 )
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.12.2 to 8.13.2.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.12.2...8.13.2 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15 15:15:54 -05:00
Ethan Nguyen
6d288ba3ae
build(deps): bump dependencies
2023-05-14 22:08:18 -05:00
Ethan Nguyen
5c7f076afa
build(deps): bump social-auth-app-django and pygments ( #178 )
2023-05-14 21:51:13 -05:00
Ethan Nguyen
546e8d642f
feat(auth/index): copyright date to present
2023-04-16 18:15:15 -05:00
65319aae4a
auth: add maintainer info to index and lockout ( #179 )
2023-04-16 10:11:47 -05:00
Ethan Nguyen
5799abb2bf
add django-axes ( #177 )
...
* build(deps): add django-axes
* test: modify for axes
See jazzband/django-axes#998
2023-04-12 22:36:28 -05:00
Ethan Nguyen
a7aa9a7bc3
feat(authentication): admin add fields
...
add is_banned field and filtering on biography
2023-04-11 19:55:36 -05:00
0aa3525f25
style: change profile form help text and order ( #176 )
2023-04-11 09:23:37 -05:00
Ethan Nguyen
641f29a10d
build(deps): bump dependencies
2023-04-10 23:16:21 -05:00
Ethan Nguyen
07648a5a37
chore: fix linter
2023-04-10 23:10:12 -05:00
Ethan Nguyen
5b2cd98ae5
fix(profile): only show banner to seniors
2023-04-10 23:02:34 -05:00
Ethan Nguyen
64e71aaa0c
test: fix tests
2023-04-10 23:00:58 -05:00
Ethan Nguyen
beb546fdf2
build(deps): bump dev dependencies
2023-04-10 23:00:42 -05:00
Ethan Nguyen
3c387e5ede
feat(profile): nudge if unpublished ( #171 )
2023-04-10 22:58:36 -05:00
Shreyas Mayya
38cf83465f
remove CEEB data ( #169 )
...
* fix(destinations): don't let images fill the screen
* feat(destinations): don't use CEEB data
* make sure pipfile doesn't break
* chore: update to pass CI/CD
* feat(destinations): remove last mention of CEEB
aside from the management command, of course -- oops
2023-04-08 20:52:27 -05:00
Ethan Nguyen
4f84739ab6
chore: reformat
2023-02-27 11:43:41 -06:00
Ethan Nguyen
72673f6574
build(deps): bump dependencies
2023-02-27 11:43:26 -06:00
Ethan Nguyen
988a3b6c5a
build(deps): bump dependencies
2023-01-13 22:08:14 -05:00
Ethan Nguyen
1bd5afd21b
fix(authentication): remove pylint check
2022-11-09 16:58:11 -06:00
Ethan Nguyen
5f52638ada
build(deps): bump dependencies
2022-11-09 16:57:14 -06:00
Ethan Nguyen
12532b10e2
build(deps): bump dependencies
2022-07-22 18:22:26 -04:00
Ethan Nguyen
1ca9622b73
build(deps): bump dependencies
2022-04-22 22:21:35 -05:00
Ethan Nguyen
50295ebc26
feat(authentication): add ability to ban a user
2022-03-27 21:51:46 -05:00
Ethan Nguyen
9afe0f5f41
feat(authentication): add ability to ban a user
2022-03-26 10:13:51 -05:00
Ethan Nguyen
3500f6db7e
build(deps): bump dependencies
2022-03-26 10:10:40 -05:00
Ethan Nguyen
b62e733507
Merge remote-tracking branch 'smayya337/master'
2022-03-25 08:58:38 -05:00
Shreyas Mayya
e9fc4261b7
fix(profile): remove carriage returns from biographies on save
2022-03-21 08:59:10 -04:00
Shreyas Mayya
8694e25247
fix(profile): save user before checking preferred_name
2022-02-19 23:20:16 -05:00
Shreyas Mayya
d84e608ecb
feat(destinations): don't show None if no GPA entered
2022-02-19 23:18:01 -05:00
Shreyas Mayya
1ddad17a1e
fix(profile): use Decimal in GPA tests
2022-02-17 10:15:01 -05:00
Shreyas Mayya
1c70273a1c
feat(authentications): make GPA a DecimalField
...
this allows us to set the decimal places in the field instead of in a string format, eliminating confusion when some writes e.g. 4.500 in their profile but profile says 4.5 after save
2022-02-17 10:04:13 -05:00
Shreyas Mayya
69fb6f8ca8
fix(destinations): sort properly by preferred name
2022-02-09 17:14:23 -05:00
Shreyas Mayya
aa2df1935e
feat(destinations): use mistune for Markdown parsing
2022-02-05 23:13:01 -05:00
Shreyas Mayya
fcf78a0f9b
feat(profile): add character count for biography
2022-02-02 13:49:03 -05:00
Shreyas Mayya
5d58bb68a0
feat(profile): make nickname an actual field
2022-02-02 13:48:34 -05:00
Shreyas Mayya
56464ec231
feat(destinations): add strikethrough extension
2022-01-30 15:17:43 -05:00
Shreyas Mayya
cef0799efd
feat(authentication): add use_nickname to admin
2022-01-30 13:35:56 -05:00
Shreyas Mayya
a09d97fb8e
build(deps): bump dependencies
2022-01-30 12:54:52 -05:00
Shreyas Mayya
cf7923f62a
feat(profile): make nickname optional
2022-01-30 12:51:49 -05:00
Shreyas Mayya
6a743c1144
fix(authentication): don't search by preferred name
2022-01-30 12:50:52 -05:00
Ethan Nguyen
83e225d1db
build(deps): bump dependencies
2022-01-09 21:10:02 -05:00
Shreyas Mayya
e7df0c7f95
ci: add types packages to appease check.sh
2022-01-06 22:07:55 -05:00
Shreyas Mayya
893e02ae5b
feat(destinations): add Markdown support to bios
...
Co-authored-by: Ethan Nguyen <etnguyen03@hotmail.com>
2022-01-06 14:43:40 -05:00
Ethan Nguyen
ae034b9b47
build(deps): bump dependencies
2021-12-19 11:11:54 -06:00
Shreyas Mayya
cba993fbcf
fix(destinations): unknown should be a comment
2021-12-06 11:39:53 -05:00