Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate intelv2 aa1 to implement 2 #132

Open
wants to merge 192 commits into
base: implement-2
Choose a base branch
from
Open

Commits on Sep 7, 2020

  1. Add new intel and client

    Yeet old out of existence, yeet new into existence.
    Aichnerc authored and schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    b7bdb5e View commit details
    Browse the repository at this point in the history
  2. Add new register

    The register component has been reworked.
    Aichnerc committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    8abce19 View commit details
    Browse the repository at this point in the history
  3. Improve register

    The labels have been improved.
    Aichnerc committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c8ac122 View commit details
    Browse the repository at this point in the history
  4. Remove all actions and implement user actions

    All actions have been removed.
    User actions like login, logout, and getPerson
    have been implemented.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    57b35dc View commit details
    Browse the repository at this point in the history
  5. Adjust components to work with new user actions

    LoginForm and HomePage have been adjusted to
    work with the new user actions and state definition.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    152b01c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0f7cfc View commit details
    Browse the repository at this point in the history
  7. Comment out a bit

    Code was commented out to avoid errors caused by
    deleting the actions.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    6056351 View commit details
    Browse the repository at this point in the history
  8. Add person get action

    Now it is possible to fetch persons which get stored in the store
    as fetchedPerson.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    d6f8612 View commit details
    Browse the repository at this point in the history
  9. Rename import path for logout action

    The logout action has been imported from another
    location.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    794b9f0 View commit details
    Browse the repository at this point in the history
  10. Update profile page

    Cleanup and person action integration
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    31a08a6 View commit details
    Browse the repository at this point in the history
  11. Fix wrong dispatches in person action

    Incorrect dispatches in the person action have
    been fixed.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    f49cfa4 View commit details
    Browse the repository at this point in the history
  12. Fix modals

    Some non existent action has been removed.
    Aichnerc committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    6b6eb5c View commit details
    Browse the repository at this point in the history
  13. Add ConnectModal

    The modal to connect other accounts has been added.
    Aichnerc committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    953de6a View commit details
    Browse the repository at this point in the history
  14. Improve ConnectModal

    Some functions have been introduced.
    Aichnerc committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    24118e2 View commit details
    Browse the repository at this point in the history
  15. Update search functionallity

    Now it is possible again to search users.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    5e21ca1 View commit details
    Browse the repository at this point in the history
  16. Add general reducers

    A action for getting all gitlab servers for registration
    has been added.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    76976c1 View commit details
    Browse the repository at this point in the history
  17. Improve ConnectModal

    Some more functionality has been added.
    Aichnerc committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    cc25e35 View commit details
    Browse the repository at this point in the history
  18. Improve store

    Types have been improved.
    Naming has been improved.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    7abb34e View commit details
    Browse the repository at this point in the history
  19. Improve general actions

    The get gitlab servers action is now exported correctly.
    Also undefined variables have been removed.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    35b034a View commit details
    Browse the repository at this point in the history
  20. Fix naming issue

    The reducers are now correctly added to the root
    reducer.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    015de2d View commit details
    Browse the repository at this point in the history
  21. Unyeet registration

    The registration has been unyeeted.
    Aichnerc committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    9884a7f View commit details
    Browse the repository at this point in the history
  22. Add registration action

    The registration action has been added.
    It calls the login action after.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    f90b97c View commit details
    Browse the repository at this point in the history
  23. Move person actions to general action

    Get persons brief and get person have been moved
    to the general actions.
    The person actions should only contain actions for the
    currently logged person.
    schettn committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    9231ecc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    78bd83c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Add some more actions and reducers

    Following actions and their reducers have been added:
    - All Achievements
    - Person Settings
    - Person Meta Link
    - Person Profiles
    - Person Add Profile
    - Person Delete Profile
    - Person Update Profile
    - Person Instagram Posts
    - Person Process Profiles
    - Person Follow
    - Person Unfollow
    - Person Like
    - Person Unlike
    schettn committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    aec4641 View commit details
    Browse the repository at this point in the history
  2. Add enterprise actions and reducers

    Following actions and their reducers have been added:
    - Enterprise General
    - Enterprise Projects
    - Enterprise Users
    schettn committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1d20820 View commit details
    Browse the repository at this point in the history
  3. Add achievement redeem action and reducer

    Following actions and their reducers have been added:
    - Redeem Achievement
    schettn committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f176062 View commit details
    Browse the repository at this point in the history
  4. Fix typo in store types

    A type has been fixed. Yey.
    schettn committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b32b200 View commit details
    Browse the repository at this point in the history
  5. Add missing register export

    The export of register in the user action
    has been added.
    schettn committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b930d18 View commit details
    Browse the repository at this point in the history
  6. Add valid username check

    Now it is possible to check if a specific
    username is already taken.
    schettn committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    31c0bf1 View commit details
    Browse the repository at this point in the history
  7. Add talk actions and reducers

    Following actions and their reducers have been added:
    - Get Talk
    - Get Talks
    - Add Talk
    - Delete Talk
    - Update Talk
    - Add Talk Comment
    - Delete Talk Comment
    - Update Talk Comment
    schettn committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1b42c34 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Adjust component name, location and adjust for new data structure

    Now it is possible to view the person page with the new data
    structure.
    schettn committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    c986125 View commit details
    Browse the repository at this point in the history
  2. Improve talks and some more improvements

    - The add and delete talk action have been moved form
    talks to person.
    - GetPerson has been moved from general to person.
    - Some improvements in displaying the correct data
    has been done.
    schettn committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    534afca View commit details
    Browse the repository at this point in the history
  3. Improve setting page

    The setting handle has been improved.
    Also the settings now work with intelv2.
    schettn committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    8732bfc View commit details
    Browse the repository at this point in the history
  4. Fix navbar avatar image

    Now there is the correct avatar image in the navbar.
    schettn committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    08ca002 View commit details
    Browse the repository at this point in the history
  5. Add optional changing for logged user

    Now there are more check for the logged user.
    schettn committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    c7bfad3 View commit details
    Browse the repository at this point in the history
  6. Fix logout navbar issue

    Now the navbar behaves properly when logging out.
    schettn committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    9e74c28 View commit details
    Browse the repository at this point in the history
  7. Improve talks tab

    Due to the immutable of talkList the list had to be
    copied.
    Ref: apollographql/apollo-client#5153
    schettn committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    5809a79 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Optimise settings handle change

    The handle change method has been improved.
    It can handle now also not only events.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    bd15e79 View commit details
    Browse the repository at this point in the history
  2. Add support for uploading a avatar image

    Now it is possible to upload a avatar image in the settings.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    cbaea79 View commit details
    Browse the repository at this point in the history
  3. Fix talk tab iframe rendering error

    Now it is possible to list the talk tab entries.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    b46c5fc View commit details
    Browse the repository at this point in the history
  4. Improve setting change check

    Now it is possible to reactivate the save button.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    d2defde View commit details
    Browse the repository at this point in the history
  5. Set loggedusers person after updating settings

    Now the logged user is updated too when the settings
    are updated.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    3081b0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee946c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c24cac0 View commit details
    Browse the repository at this point in the history
  8. Improve company page data

    The action and reducers related to company page
    has been improved.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    59f7da5 View commit details
    Browse the repository at this point in the history
  9. Optimise registration and login

    Now it is possible to register a new user.
    Hashing has been moved to the login and register action.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9498abd View commit details
    Browse the repository at this point in the history
  10. Improve loading of person page

    Now the person page shows a correct loading component
    instead of the previous profile.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    ebaca64 View commit details
    Browse the repository at this point in the history
  11. Change achievements to achievement

    The notation has been fixed.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    71108da View commit details
    Browse the repository at this point in the history
  12. Add profiles to settings

    Now it is possible to list all profiles on the settings
    page.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    90a998b View commit details
    Browse the repository at this point in the history
  13. Update project and projects tab

    Now projects can be listed in the projects tab without crashing.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    114248b View commit details
    Browse the repository at this point in the history
  14. Add profile processing in person page

    When a logged user visits his person page,
    profile processing is started.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    8efdf27 View commit details
    Browse the repository at this point in the history
  15. Remove legacy code and console logs

    Unused code and console logs have been removed.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    43016e0 View commit details
    Browse the repository at this point in the history
  16. Fix project owner name

    Now the correct project owner name is displayed.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    ecc8366 View commit details
    Browse the repository at this point in the history
  17. Fix info card languages

    Now the person languages gets displayed in the info card.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9f01ae3 View commit details
    Browse the repository at this point in the history
  18. Integrate overview tab and calendar 3d

    Now it is possible to view the 3d calendar again.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    3c7cac3 View commit details
    Browse the repository at this point in the history
  19. Integrate calendar2d, contrib radar and latest activity chart

    The components work again, but they are still a bit sloppy 
    implemented.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    8a432a3 View commit details
    Browse the repository at this point in the history
  20. Add to continue style

    The style sheet for the to continue modal was added.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    50a41ac View commit details
    Browse the repository at this point in the history
  21. Add to continue modal

    The to continue component was added.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    13a8810 View commit details
    Browse the repository at this point in the history
  22. Update exports

    The to continue modal is now being exported.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    2c9ce53 View commit details
    Browse the repository at this point in the history
  23. Add follow styles

    The style sheet for the follow modal was added.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    a0a8faf View commit details
    Browse the repository at this point in the history
  24. Add follow modal

    The follow modal component was added.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5a69d53 View commit details
    Browse the repository at this point in the history
  25. Update exports

    The follow modal is now being exported.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    3b2db86 View commit details
    Browse the repository at this point in the history
  26. Import modals

    The 2 new modals are now being imported.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    f4a5750 View commit details
    Browse the repository at this point in the history
  27. Import actions

    The follow and unfollow actions are now being imported.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    40607b4 View commit details
    Browse the repository at this point in the history
  28. Update redux mapping

    The redux mapping was updated to the needs.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    ad9169a View commit details
    Browse the repository at this point in the history
  29. Update imports

    The MDB component imports were updated.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9b790a9 View commit details
    Browse the repository at this point in the history
  30. Update state

    The state for the component was updated.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    187625b View commit details
    Browse the repository at this point in the history
  31. Add follow function

    The function for following persons was added.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    598ba9a View commit details
    Browse the repository at this point in the history
  32. Add unfollow function

    The function for unfollowing a person was added.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    21aa9c8 View commit details
    Browse the repository at this point in the history
  33. Add follow check function

    A function was added for checking the follow status.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c81aa9d View commit details
    Browse the repository at this point in the history
  34. Add component function

    Component function were added to keep the state up to date.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9b349df View commit details
    Browse the repository at this point in the history
  35. Add modal handle function

    The function for handling the modals was added.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    919e8fe View commit details
    Browse the repository at this point in the history
  36. Implement modals

    The modals are now implemented.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    64c5863 View commit details
    Browse the repository at this point in the history
  37. Implement follow

    It is now possible to follow other users.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9451df2 View commit details
    Browse the repository at this point in the history
  38. Fix settings bug

    A settings bugs was fixed.
    pinterid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    7541516 View commit details
    Browse the repository at this point in the history
  39. Integrate movable pool

    Now it is possible to reorganise your components.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    87780e6 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d812dc3 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    14aaf97 View commit details
    Browse the repository at this point in the history
  42. Only render charts if statistics data is present

    Now charts are only rendered if there is statistic data.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4037b66 View commit details
    Browse the repository at this point in the history
  43. Hide diagram labels if diagrams are not visible

    The charts are not displayed if the required data
    is not available.
    schettn committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    3429454 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Add more settings

    More settings have been added to the settings page and
    were also applied to the overview tab.
    The settings page has been improved by moving the display
    settings to "customization" tab.
    Display settings related to github and gitlab are disabled
    when there is no github or gitlab profile present.
    schettn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    02a2e93 View commit details
    Browse the repository at this point in the history
  2. First attempt to fix company page

    First data of a enterprise is displayed now.
    schettn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f9e738a View commit details
    Browse the repository at this point in the history
  3. Fix person actions

    The like and unlike actions were fixed.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    61e3739 View commit details
    Browse the repository at this point in the history
  4. Update follow modal

    The follow modal was updated to deny unauthenticated actions.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e054255 View commit details
    Browse the repository at this point in the history
  5. Add likes modal styles

    The style sheet for the likes modal was added.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    eab378f View commit details
    Browse the repository at this point in the history
  6. Add likes modal

    The likes modal component was added.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    3868b49 View commit details
    Browse the repository at this point in the history
  7. Update exports

    The likes modal is now being exported.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f80322d View commit details
    Browse the repository at this point in the history
  8. Update imports

    The info card imports were updated.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    fc1a2aa View commit details
    Browse the repository at this point in the history
  9. Implement likes modal

    The likes modal was implemented.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b9ac3f0 View commit details
    Browse the repository at this point in the history
  10. Update redux mapping

    The redux mapping was updated to support like and unlike.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    0ce1b68 View commit details
    Browse the repository at this point in the history
  11. Add like function

    The function for liking persons was added.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a3a65cf View commit details
    Browse the repository at this point in the history
  12. Add unlike function

    The function for unliking persons was added.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    9c21c5d View commit details
    Browse the repository at this point in the history
  13. Add like checker

    The function for checking if a person has likes was added.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    096631e View commit details
    Browse the repository at this point in the history
  14. Implement like component

    The like component was implemented.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e3fdb1b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    05f882b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    174e941 View commit details
    Browse the repository at this point in the history
  17. Update sign out

    The sign out now no longer redirects.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f996843 View commit details
    Browse the repository at this point in the history
  18. Fix link ussues

    The to param was added.
    pinterid committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f485820 View commit details
    Browse the repository at this point in the history
  19. Improve settings menu

    The menu items now appear clickable.
    Aichnerc committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    32c924b View commit details
    Browse the repository at this point in the history
  20. Improve settings profile picture selector

    The mouse now switches to a pointer when hovering the image.
    Aichnerc committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    0ea8c89 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c0d1045 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a0c8d77 View commit details
    Browse the repository at this point in the history
  23. Fix invalid login issue

    Now it is possible to unsuccessfully login.
    schettn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    7306398 View commit details
    Browse the repository at this point in the history
  24. Improve company page

    The enterprise overview tab has been adjusted and no longer brakes.
    Aichnerc committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    0b4e96d View commit details
    Browse the repository at this point in the history
  25. Improve enterprise project modal

    The project modal has been improved. Projects and users are now being queried.
    Aichnerc committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    aebe9e5 View commit details
    Browse the repository at this point in the history
  26. Fix fetching users

    Instead of users, projects were loaded and returned.
    Aichnerc committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    2d25295 View commit details
    Browse the repository at this point in the history
  27. Improve user modal

    Some data has been adjusted. The code statistics have been improved.
    Aichnerc committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    9b9a77c View commit details
    Browse the repository at this point in the history
  28. Add code statistics to enterprise overview

    The code statistics have been added to the enterprise overview page.
    Aichnerc committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    4609f0a View commit details
    Browse the repository at this point in the history
  29. Add imprint

    The imprint has been reworked and the details are now being shown.
    Aichnerc committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    57b194e View commit details
    Browse the repository at this point in the history
  30. Improve overview page

    The tabs have been renamed and restructured.
    Aichnerc committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    be6318a View commit details
    Browse the repository at this point in the history
  31. Improve company page

    Some more info is now being shown.
    Aichnerc committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e17f983 View commit details
    Browse the repository at this point in the history
  32. Add fake data for enterprise users

    Now  a fake username and password is displayed if
    the user is a anonymous one.
    schettn committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a8842b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Add dynamic avatar image to company page

    Now the company page no longer contains a
    static image. Instead the company avatar image is
    displayed.
    schettn committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    00fc1f3 View commit details
    Browse the repository at this point in the history
  2. Improve instagram posts action

    Now the instagram post action returns 
    the posts.
    schettn committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    ff7d7c7 View commit details
    Browse the repository at this point in the history
  3. Fix projects

    The project language chart has been fully fixed.
    Aichnerc committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    6b8eebb View commit details
    Browse the repository at this point in the history
  4. Remove duplicate status on person page

    Now the status is only displayed once.
    schettn committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    f58a1c4 View commit details
    Browse the repository at this point in the history
  5. Improve calendars

    Now all calendar years are displayed properly.
    schettn committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    faee546 View commit details
    Browse the repository at this point in the history
  6. Reverse the reversing

    Now the years list is not reversed anymore.
    Old: [2020, 2019, 2018 ] Current
    New: [2018, 2019, 2020 ] Current
    schettn committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    efe471d View commit details
    Browse the repository at this point in the history
  7. Implement connections

    It is now possible to add GitHub and Instagram. GitLab is still WIP.
    Aichnerc committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    6d450e4 View commit details
    Browse the repository at this point in the history
  8. Add connect modal styling

    Styling has been added to the connect modal.
    Aichnerc committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    ef11eb8 View commit details
    Browse the repository at this point in the history
  9. Implement gitlab

    Gitlabs can now be added.
    Aichnerc committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    91a392a View commit details
    Browse the repository at this point in the history
  10. Improve gitlab modal

    The button is now disabled unless the required info is given.
    Aichnerc committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    c2547a5 View commit details
    Browse the repository at this point in the history
  11. Improve profile processing

    A 30 second lock has been implemented which
    occurs after profile processing is successful.
    If you are on your own profile at the time the
    lockdown is released, it will be re-fetched
    immediately. Otherwise when entering the profile.
    schettn committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    f3db888 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Implement media sections functionality

    Some more functionality has been introduced like a young kitten to a new flat.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    ffb878f View commit details
    Browse the repository at this point in the history
  2. Implement video and song gallery

    The two galleries have been added and are now working.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    f9c9720 View commit details
    Browse the repository at this point in the history
  3. Improve instagram selection

    The selector now works with real data.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    828ff1e View commit details
    Browse the repository at this point in the history
  4. Hide media section buttons for diff origin users

    The buttons are now only visible on the own user profile page.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    dbfa65f View commit details
    Browse the repository at this point in the history
  5. Rework editing system

    The buttons have been altered.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    4df45e1 View commit details
    Browse the repository at this point in the history
  6. Improve Instagram selection

    The selection should now be saved.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    d5559a8 View commit details
    Browse the repository at this point in the history
  7. Improve image selector

    Meh.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    4bbd805 View commit details
    Browse the repository at this point in the history
  8. Improve YouTube adding

    The URL is now being used instead of video id.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    db658f1 View commit details
    Browse the repository at this point in the history
  9. Improve upload modal

    The modal has been visually improved.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    9fab6c2 View commit details
    Browse the repository at this point in the history
  10. Improve upload modal

    Clickable has been added.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    a348b2d View commit details
    Browse the repository at this point in the history
  11. Implement video removal

    Videos can now be removed.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    9367053 View commit details
    Browse the repository at this point in the history
  12. Improve upload modal

    Now there is a independent upload modal which it is not limited to talk uploading.
    Imgur and anonfiles are available as storage engines.
    schettn committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    488ccec View commit details
    Browse the repository at this point in the history
  13. Improve video removal

    The id is now being passed on on creation.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    39852ed View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    93c6254 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7f8682d View commit details
    Browse the repository at this point in the history
  16. Implement song removal

    Songs can now be yeeted.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    fe9e09c View commit details
    Browse the repository at this point in the history
  17. Remove unused import form upload modal

    A unused import has been removed.
    schettn committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    b1a4c91 View commit details
    Browse the repository at this point in the history
  18. Improve import of talks tab

    The import region has been improved.
    schettn committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    7fdecf8 View commit details
    Browse the repository at this point in the history
  19. Add custom image upload

    Now it is possible to upload custom images to imgur.
    schettn committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    b3deca0 View commit details
    Browse the repository at this point in the history
  20. Improve image galleries

    The galleries have been visually improved.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    a50499b View commit details
    Browse the repository at this point in the history
  21. Implement image upload

    It is now possible to upload images to IMGUR.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    11beab3 View commit details
    Browse the repository at this point in the history
  22. Implement picture removal

    It is now possible to remove pictures.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    09ca65b View commit details
    Browse the repository at this point in the history
  23. Implement connect modal

    The modal is being shown if no profiles are present.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    9f6fffc View commit details
    Browse the repository at this point in the history
  24. Improve connect modal

    The local storage entry is now being set on toggle.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    bad0db1 View commit details
    Browse the repository at this point in the history
  25. Add basic load more instagram posts functionality

    Now it is possible to load more instagram posts. This feature
    is now fully supported by intel, therefore the load more button,
    is disabled now.
    schettn committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    4dd14ed View commit details
    Browse the repository at this point in the history
  26. Fix state setting on load more

    Now the state is set correctly.
    schettn committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    e0eec2f View commit details
    Browse the repository at this point in the history
  27. Fix connect modal

    The modal now only shows up if you have no present profiles.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    3bee60b View commit details
    Browse the repository at this point in the history
  28. Improve code quality

    Some console logs have been removed. The Instagram selection modal has been improved to make it more stable.
    Aichnerc committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    31b1170 View commit details
    Browse the repository at this point in the history
  29. Improve remove custom image function

    Now when a image is deleted, it will also be deleted from imgur.
    schettn committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    467e664 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Add achievement component

    The achievement component was added.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    a5dc889 View commit details
    Browse the repository at this point in the history
  2. Update exports

    The achievement component is now being exported.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e77de5a View commit details
    Browse the repository at this point in the history
  3. Improve code quality

    An unnecessary console.log was removed.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    2963242 View commit details
    Browse the repository at this point in the history
  4. Add achievement tabs styles

    The stylesheet for the achievement tab was added.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    a46b1d2 View commit details
    Browse the repository at this point in the history
  5. Add achievement tab

    The achievement tab was added.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    408f781 View commit details
    Browse the repository at this point in the history
  6. Update exports

    The achievement tab is now being exported.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c2095a5 View commit details
    Browse the repository at this point in the history
  7. Implement achievements tab

    The achievements tab is now being implemented.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    163e537 View commit details
    Browse the repository at this point in the history
  8. Update .env.template

    Flags were added to the template.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9754c74 View commit details
    Browse the repository at this point in the history
  9. Add path explorer

    The path explorer flag was added.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    edb2782 View commit details
    Browse the repository at this point in the history
  10. Add inspector

    The inspector flag was added.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    47b60df View commit details
    Browse the repository at this point in the history
  11. Add console user

    The console user flag was added.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    805db14 View commit details
    Browse the repository at this point in the history
  12. Fix image modal

    The image size has been adjusted to stop distortions.
    Aichnerc committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    21b291d View commit details
    Browse the repository at this point in the history
  13. Fix settings

    Nico can thank me.
    Aichnerc committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5f2075a View commit details
    Browse the repository at this point in the history
  14. Add photo map

    The photo map component was added.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    aa11b53 View commit details
    Browse the repository at this point in the history
  15. Implement photo maps

    Photo maps is now implemented.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    6fd5bd2 View commit details
    Browse the repository at this point in the history
  16. Apply setting state error fix for all settings

    Now the settings are adjustable again.
    schettn committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9beaf20 View commit details
    Browse the repository at this point in the history
  17. Implement instagram image selector

    It is now possible to add and remove images with the instagram selector.
    Aichnerc committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5bd27fa View commit details
    Browse the repository at this point in the history
  18. Update photo map

    The photo map data and display was updated.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c45af63 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ae5b637 View commit details
    Browse the repository at this point in the history
  20. Add display map setting

    Now the map is only displayed if displayMap is enabled.
    schettn committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    2d5ffd7 View commit details
    Browse the repository at this point in the history
  21. Add user check

    it is no checked if the user is logged in and if its his profile.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1928191 View commit details
    Browse the repository at this point in the history
  22. Fix connect modal

    The modal should now only show up at the own page and now close without errors.
    Aichnerc committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1870137 View commit details
    Browse the repository at this point in the history
  23. Fix talks page and add comment functionallity

    Now the talks page works again. 
    It is also possible to leave a comment.
    schettn committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    84ee0cf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    13ba2c0 View commit details
    Browse the repository at this point in the history
  25. Update action

    The action now returns an achievement.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e578b48 View commit details
    Browse the repository at this point in the history
  26. Update achievement tab

    The achievement tab was updated.
    pinterid committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    59cfc98 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    dfc9c6e View commit details
    Browse the repository at this point in the history
  28. Add select image conditional rendering

    Now the select images button is only displayed if at least
    one instagram profile is connected.
    schettn committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    3a26088 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4a82af9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Switch to production engine

    Now intel and client no longer uses a local version of the snek
    engine but the production one on engine.snek.at.
    schettn committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d07ba0f View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    Some dependencies have been updated due to security
    vulnerabilities and intel and client releases.
    schettn committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    ab79e43 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Improve code quality

    The code quality was improved due to a request by Codacy.
    pinterid committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    36338ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c10d9 View commit details
    Browse the repository at this point in the history
  3. Remove temp page

    The temp page which implemented all newer
    components is removed now because it is no longer
    required.
    schettn committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    c694880 View commit details
    Browse the repository at this point in the history
  4. Remove unused code in ContribRadar

    This code was never used therefore I removed it.
    schettn committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    acb5224 View commit details
    Browse the repository at this point in the history
  5. Enhance FollowModal performence

    The new implementation is more suitable for larger ones
    records but does not fully work yet
    schettn committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    57d4538 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Improve person page refreshing

    The page refreshing has been improved.
    schettn committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    2bdcab0 View commit details
    Browse the repository at this point in the history
  2. Refresh infocard when modal closes

    Now every time handleModalClose is called,
    the infocard gets new data.
    schettn committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    be22850 View commit details
    Browse the repository at this point in the history
  3. Remove console logs

    All uncommented console logs have been removed.
    schettn committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    b048047 View commit details
    Browse the repository at this point in the history