Awais Qureshi
e807f3e9aa
feat: upgrade change_due date to drf ( 16th ) ( #35392 )
...
* feat: upgrading simple api to drf compatible.
2024-09-12 15:48:39 +05:00
Zachary Hancock
d59e2f4fad
feat: Add VerificationAttempt model to IDVerificationService logic ( #35311 )
...
the new VerificationAttempt model (#35304 ) will now be taken into account when determining a user's verification status.
2024-09-11 10:30:37 -04:00
Awais Qureshi
1a1697c6f8
Adding oauth test ( #35417 )
...
* test: Added OAuth tests for various instructor URLs.
2024-09-11 17:43:22 +05:00
Alison Langston
2c28ef110f
feat: add LMS retirement listener for VerificationAttempts ( #35436 )
2024-09-10 14:57:02 -04:00
Awais Qureshi
08bd8b312e
feat: upgrade reset_student_attempts api to drf ( 19th ) ( #35404 )
...
* feat: upgrading simple api to drf compatible.
2024-09-10 16:26:41 +05:00
Isaac Lee
a3871cda22
API functions for the new generic VerificationAttempt model in the verify_student app ( #35338 )
...
* feat: add VerificationAttempt model to verify_student application
This commits adds a VerificationAttempt model to store implementation and provider agnostic information about identity verification attempts in the platform.
* feat: add api for VerificationAttempt model
* fix: error handling for update
- added tests accordingly
- also took care of some nits
* chore: lint
* chore: lint for equals spaces
* feat: using generic update function instead
- can now update name, status, and exp. date on generic attempts
- changed tests accordingly
- a few nits
* chore: fix docstring args
* fix: corrected status validation
- reverted to old status validation method
- fixed tests accordingly
* fix: datetime, status, and annotation fixes
- expiration_datetime can be updated to None
- VerificationAttemptStatus is now StrEnum
- Added type annotations for api functions
---------
Co-authored-by: michaelroytman <mroytman@edx.org >
2024-09-09 13:16:29 -04:00
Jansen Kantor
fbd7d4ca4c
fix: set focus on target after clicking anchor ( #35446 )
2024-09-09 12:00:07 -04:00
Awais Qureshi
f52c08a0dd
feat: upgrade send_email api to drf ( 15th ) ( #35387 )
...
* feat: upgrading simple api to drf compatible.
2024-09-09 14:52:47 +05:00
bydawen
483315cfe2
feat: course about page markup and styles improvements ( #33712 )
...
* feat: course about page markup and styles improvements
* test: update tests according to changes
* fix: relocate course organization and return removed prerequisites info
---------
Co-authored-by: Eugene Dyudyunov <evgen.dyudyunov@raccoongang.com >
Co-authored-by: ihor-romaniuk <ihor.romaniuk@raccoongang.com >
2024-09-09 15:08:53 +05:30
Awais Qureshi
7292cabe32
feat: upgrade list_report_downloads api to DRF ( 13th ) ( #35350 )
...
* feat: upgrading simple api to drf compatible.
2024-09-09 12:54:30 +05:00
Muhammad Adeel Tajamul
a75dd0eeba
fix: added username in bulk email optout event ( #35439 )
2024-09-09 10:53:19 +05:00
Kristin Aoki
92c8949af5
feat: add studio_access attribute to metadata ( #35444 )
...
* feat: add studio_access attribute to metadata
* fix: styling errors
* fix: remove redunant return
2024-09-06 19:16:44 +00:00
Tim McCormack
b615a8767f
feat: Convert contentserver to view permanently (drop middleware and flag) ( #35420 )
...
Final planned portion of https://github.com/openedx/edx-platform/issues/34702 -- waffle flag and middleware are removed.
Commits:
1. Feature change
- Delete `content_server.use_view` waffle flag in favor of always using view
- Delete the husk of `StaticContentServerMiddleware` and references to it
- Update views module docstring
2. Refactor (move)
- Move contentserver implementation into views.py
3. Lint cleanup
- Fix import ordering (from refactor debris + amnestied lint)
2024-09-06 14:42:32 +00:00
Muhammad Adeel Tajamul
0d69c01abc
feat: added channel field in ace sentl event ( #35423 )
2024-09-06 10:20:53 +05:00
Muhammad Adeel Tajamul
ec76baf15f
feat: added additional content in endorsed notification ( #35425 )
2024-09-06 08:18:09 +05:00
Troy Sankey
dbc1b23d4d
Merge pull request #35218 from openedx/pwnage101/ENT-9213
...
feat: install and enable new LC enrollment revoked event
2024-09-05 06:35:16 -07:00
Muhammad Adeel Tajamul
f8bf592483
fix: added course_id in email sent event ( #35422 )
2024-09-05 15:01:43 +05:00
Troy Sankey
af20832d70
feat: install and enable new LC enrollment revoked event
...
ENT-9213
2024-09-04 19:03:36 -07:00
Juliana Kang
51d538cbe7
fix: Remove B2C Subscriptions ( #35303 )
...
REV-3697
2024-09-04 14:01:45 -04:00
Muhammad Adeel Tajamul
dd3a7aad8d
fix: update bulk email created event data ( #35412 )
2024-09-04 12:56:56 +05:00
Braden MacDonald
bfee53b9b1
feat: Update CORS allowed headers for compat. w/ axios-cache-interceptor ( #35402 )
...
See https://axios-cache-interceptor.js.org/config/request-specifics#cache-cachetakeover
cache.cacheTakeover (default true): you need to make sure Cache-Control,
Pragma and Expires headers are included into your server’s
Access-Control-Allow-Headers CORS configuration.
2024-08-30 11:53:35 -07:00
Zachary Hancock
92cc3bf808
style: constrain exam iframe to avoid scroll problems ( #35396 )
2024-08-30 10:59:18 -04:00
Awais Qureshi
ede9102e33
feat: upgrading get_anon_ids api to drf compatible (12) ( #35345 )
...
* feat: upgrading simple api to drf compatible.
2024-08-30 16:19:48 +05:00
Robert Raposa
01c718dfb2
Revert "feat: DEPR USE-JWT-COOKIE header ( #35393 )" ( #35397 )
...
This reverts commit 1c2b804ef7 .
2024-08-29 11:23:05 -04:00
Muhammad Anas
5323c55abc
fix: renamed DatabaseNotReadyError ( #35390 )
2024-08-29 18:47:54 +05:00
Awais Qureshi
1a431b6a26
feat: get_students_who_may_enroll update api to DRF ( 8th ) ( #35174 )
...
* feat: upgrading simple api to drf compatible.
2024-08-29 18:37:17 +05:00
Robert Raposa
1c2b804ef7
feat: DEPR USE-JWT-COOKIE header ( #35393 )
...
This repo is no longer using USE-JWT-COOKIE header,
since it has the required edx-drf-extensions>10.2.0,
where it was fully removed.
This is final clean-up for this repo.
See "[DEPR]: USE-JWT-COOKIE header" for more details:
- https://github.com/openedx/edx-drf-extensions/issues/371
2024-08-29 08:27:47 -04:00
Awais Qureshi
275d4d989f
feat: show_student_extensions upgrading api to drf compatible ( 9th ) ( #35148 )
...
* feat: upgrading simple api to drf compatible.
2024-08-27 14:23:59 +05:00
michaelroytman
b30318af6a
feat: add VerificationAttempt model to verify_student application
...
This commits adds a VerificationAttempt model to store implementation and provider agnostic information about identity verification attempts in the platform.
2024-08-26 10:54:30 -04:00
Mudassir Hafeez
353dc34d9c
chore: provide logo url from backend for batch enrollment email ( #35138 )
...
* chore: provide logo url from backend for batch enrollment email
2024-08-26 15:53:27 +05:00
Ahtisham Shahid
66f3a0803c
feat: added email content in misc notifications ( #35341 )
2024-08-26 13:13:47 +05:00
Rômulo Penido
5fbcc794cf
feat: add collections app from openedx-learning ( #35312 )
2024-08-23 14:33:31 +09:30
Awais Qureshi
f93d16f31a
feat: upgrading simple api to drf compatible ( 3rd api ) list_email_content ( #35111 )
...
* feat: upgrading simple api to drf compatible.
2024-08-22 13:37:45 +05:00
Muhammad Farhan Khan
375b9d9286
feat: Expose xmodule xblocks Sass variables as vanilla CSS variables ( #35233 )
...
* feat: Expose xmodule xblocks Sass variables as vanilla CSS variables
* https://github.com/openedx/edx-platform/issues/35173
2024-08-20 20:05:02 +05:00
Awais Qureshi
af9ae77bbc
feat: upgrading simple api to drf compatible. ( #35260 )
2024-08-20 17:25:17 +05:00
Awais Qureshi
6bcbb1df29
feat: Upgrading api to use drf 5th api. register_and_enroll_students api ( #35084 )
...
* feat: upgrading simple api to drf compatible.
2024-08-19 14:25:08 +05:00
Eemaan Amir
ca46c20abb
fix: update content reported notification ( #35315 )
2024-08-16 14:20:33 +05:00
Justin Hynes
e4855536fd
Revert: revert generic retirement update ( #35317 )
...
* Revert "fix: change settings config to empty list not dict"
This reverts commit b65550c796 .
* Revert "fix: dependencies again"
This reverts commit c06416bed7 .
* Revert "feat: updated user retirement docs"
This reverts commit c9641b35d4 .
* Revert "fix: install dependencies"
This reverts commit a5442b2409 .
* Revert "Revert "fix: dependencies""
This reverts commit 4cde950007 .
* Revert "fix: dependencies"
This reverts commit 8a1c30ebc5 .
* Revert "fix: Add CI update for tests"
This reverts commit 64098b6dab .
* Revert "fix: tests"
This reverts commit 5e636dea16 .
* Revert "fix: generalize internal services"
This reverts commit e8f9db428d .
* Revert "fix: quality"
This reverts commit 77ca0f754a .
* Revert "feat: Commerce Coordinator step in retirement pipeline"
This reverts commit c24c87499f .
2024-08-15 12:28:52 -04:00
Jade Olivier
3d7cc1c616
Merge pull request #35203 from openedx/jolivier/SONIC-561/coordinator-retirement
...
feat: Commerce Coordinator step in retirement pipeline
2024-08-15 12:43:58 +02:00
hamzawaleed01
395bcd6b2d
Merge branch 'master' of github.com:openedx/edx-platform into ENT-9201-add-PA-role
2024-08-15 12:03:29 +05:00
Jade Olivier
b65550c796
fix: change settings config to empty list not dict
2024-08-14 13:48:54 +02:00
Jade Olivier
5e636dea16
fix: tests
2024-08-14 10:21:24 +02:00
Jade Olivier
e8f9db428d
fix: generalize internal services
2024-08-14 10:21:24 +02:00
hamzawaleed01
534b938edc
Merge branch 'ENT-9201-add-PA-role' of github.com:openedx/edx-platform into ENT-9201-add-PA-role
2024-08-12 16:59:22 +05:00
hamzawaleed01
a5c4b08edd
Merge branch 'master' of github.com:openedx/edx-platform into ENT-9201-add-PA-role
2024-08-12 16:35:30 +05:00
hamzawaleed01
2ea6c25e44
feat: add PA role
2024-08-12 16:35:22 +05:00
Eemaan Amir
152b678e62
feat: save author pronoun separately for notification to prevent info loss ( #35234 )
...
* feat: save author pronoun separately for notification to prevent info loss
* fix: missing pronoun in comment on followed post
* test: updated tests for new comment notifications
2024-08-12 12:04:20 +05:00
Juliana Kang
eb5bef0c23
fix: Remove Program details Subscriptions portal CTA ( #35249 )
...
REV-4003
2024-08-08 13:39:04 -04:00
Ahtisham Shahid
63f327b682
feat: added events to bulk email tool ( #35147 )
...
* feat: added events to bulk email tool
2024-08-08 14:57:32 +05:00
Awais Qureshi
99760f80f0
feat: Upgrading api list_course_role_members ( 2nd api ) ( #35105 )
...
* feat: upgrading simple api to drf compatible.
2024-08-07 16:40:27 +05:00