Commit 8606b17
Merge pull request #1715 from codalab/develop
* Update version.json for release 1.15.0 (#1712)
* Merge develop into master (#1405)
* organization oidc login added
* unused test file removed
* http client
* some changes
* oidc login and signup added
* oidc flow completed
* Prevent LimitOverrunError with large output lines
If a submission writes a output line larger than the stream buffer
size ( default 64k ) a LimitOverrunError will be raise. Rather than
using readline(...) use readutil(....) and in the case of a overrun
just return the current buffer, the rest of the line will be returned
with the next read.
Signed-off-by: Chris Harris <cjh@lbl.gov>
* terms and condition check added
* one terms checkbox for all organization login buttons
* removed sandbox property from iframe to allow links in the iframe
* Detailed results title removed
* Detailed results configuration (#1374)
* competition model updated
* competition settings to allow participant to make submission public/private
* unwanted restriction removed
* detailed results now shown in submission panel and in leaderboard
* submission tests updated
---------
Signed-off-by: Chris Harris <cjh@lbl.gov>
Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com>
Co-authored-by: Chris Harris <chris.harris@kitware.com>
* Revert "Merge develop into master (#1405)"
This reverts commit a26fc36.
* More general exception in views.py (#1512)
* More general exception in views.py
* Update views.py
* Update version.json for release 1.15.0
---------
Signed-off-by: Chris Harris <cjh@lbl.gov>
Co-authored-by: Adrien Pavão <adrien.pavao@gmail.com>
Co-authored-by: Ihsan Ullah <ihsanullah@Pixel-io.local>
Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com>
Co-authored-by: Benjamin Bearce <bbearce@gmail.com>
Co-authored-by: Chris Harris <chris.harris@kitware.com>
Co-authored-by: Nicolas Homberg <nicomy_68@hotmail.fr>
Co-authored-by: GitHub Actions <actions@github.com>
* Feature/remove user/soft removal (#1691) (#1716)
* add soft deletions attributes in profile class + override deletion method + update email and log in mechanism
* add emails template + soft delete + account view + deletion confirmation view
* move the notice emails in the delete method of user
* filter deleted users out of the front page stat
* disable the action buttons on the list of participants modal in the competition management view
Co-authored-by: Tristan Mary <tristanmary2@gmail.com>
* Updated the filters to show the new "Is Deleted" (#1717)
* Updated the filters to show the new "Is Deleted"
* Flake8 fixes
---------
Co-authored-by: Obada Haddad <obada.haddad@lisn.fr>
* .gitingore update to ignore the home page counters file. Also removed the file from cache so that it's not tracked anymore
* Fix/remove user/soft removal (#1724)
* Set is_active to False when deleting a user
* change the email sending method and populate the missing txt files
* add a checkbox to show/hide deleted users in the list of participant modal
* Fixed the wrong user being named in the greetings in the email sent to admins upon account deletion
* Flake8 fixed
* restricted the usage of deletion link more than one time, used a different deletion token to expire it after deletion, account deletion modal now disappears after clickin the delete my account button
---------
Co-authored-by: OhMaley <tristanmary2@gmail.com>
Co-authored-by: Obada Haddad <obada.haddad@lisn.fr>
Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com>
* Fix URLs in user deletion email (#1729)
* Fix URLs in user deletion email
* Fix domain
---------
Signed-off-by: Chris Harris <cjh@lbl.gov>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ihsan Ullah <ihsanullah@Pixel-io.local>
Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com>
Co-authored-by: Benjamin Bearce <bbearce@gmail.com>
Co-authored-by: Chris Harris <chris.harris@kitware.com>
Co-authored-by: Nicolas Homberg <nicomy_68@hotmail.fr>
Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: Tristan Mary <tristanmary2@gmail.com>
Co-authored-by: Obada Haddad-Soussac <11889208+ObadaS@users.noreply.github.com>
Co-authored-by: Obada Haddad <obada.haddad@lisn.fr>File tree
26 files changed
+713
-26
lines changed- src
- apps
- analytics
- api
- serializers
- views
- competitions
- profiles
- migrations
- static
- js/ours
- riot
- competitions/detail
- profiles
- templates
- profiles
- emails
26 files changed
+713
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
565 | | - | |
| 564 | + | |
566 | 565 | | |
567 | 566 | | |
568 | 567 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| 481 | + | |
481 | 482 | | |
482 | 483 | | |
483 | 484 | | |
| |||
487 | 488 | | |
488 | 489 | | |
489 | 490 | | |
| 491 | + | |
490 | 492 | | |
491 | 493 | | |
492 | 494 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
798 | | - | |
| 798 | + | |
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
87 | 109 | | |
88 | 110 | | |
89 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
53 | 62 | | |
54 | 63 | | |
55 | 64 | | |
| |||
72 | 81 | | |
73 | 82 | | |
74 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
75 | 87 | | |
76 | 88 | | |
77 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments