Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert committed Apr 17, 2019
2 parents da02a79 + f56df6b commit 4acf1a3
Show file tree
Hide file tree
Showing 91 changed files with 60,211 additions and 142 deletions.
1 change: 1 addition & 0 deletions app/app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@

# Hackathons / special events
re_path(r'^hackathon/(?P<hackathon>.*)?/', dashboard.views.hackathon, name='hackathon'),
re_path(r'^hackathon?/', dashboard.views.hackathon, name='hackathon_idx'),
path('hackathon-list/', dashboard.views.get_hackathons, name='get_hackathons'),

# action URLs
Expand Down
3 changes: 0 additions & 3 deletions app/app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ def sync_profile(handle, user=None, hide_profile=True):
except Exception as e:
logger.warning(f'Encountered ({e}) while attempting to save a user\'s github avatar')

if profile and created:
profile.build_random_avatar()

return profile


Expand Down
3 changes: 3 additions & 0 deletions app/assets/v2/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@ p a {
max-width: 50px;
border-radius: 100%;
}
.dashboard .body .avatar.Azure-Samples {
border-radius: 0%;
}

.body .nonefound {
margin-left: 100px;
Expand Down
3 changes: 3 additions & 0 deletions app/assets/v2/css/bounty.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ body {
border-radius: 50px;
margin-top: 0px;
}
.bounty_details .avatar.Azure-Samples {
border-radius: 0px;
}

#avatar_url .avatar {
width: 80px;
Expand Down
4 changes: 4 additions & 0 deletions app/assets/v2/css/sidebar_search.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
margin-bottom: 2px;
}

.sidebar_search .option.Azure-Samples img {
border-radius: 0px !important;
}

.option label:before,
.option label:after {
width: 16px;
Expand Down
922 changes: 922 additions & 0 deletions app/assets/v2/images/kudos/90_games.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
586 changes: 586 additions & 0 deletions app/assets/v2/images/kudos/Cassette.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/kudos/ambo_lambo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
876 changes: 876 additions & 0 deletions app/assets/v2/images/kudos/blue_spikey_shells.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/kudos/bullbasaur.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/kudos/charmander.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/kudos/cryptokitty/cryptokitty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/kudos/cryptokitty/cryptokitty_arm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4acf1a3

Please sign in to comment.