-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: implement-2
Are you sure you want to change the base?
Commits on Sep 7, 2020
-
Yeet old out of existence, yeet new into existence.
Configuration menu - View commit details
-
Copy full SHA for b7bdb5e - Browse repository at this point
Copy the full SHA b7bdb5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8abce19 - Browse repository at this point
Copy the full SHA 8abce19View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ac122 - Browse repository at this point
Copy the full SHA c8ac122View commit details -
Remove all actions and implement user actions
All actions have been removed. User actions like login, logout, and getPerson have been implemented.
Configuration menu - View commit details
-
Copy full SHA for 57b35dc - Browse repository at this point
Copy the full SHA 57b35dcView commit details -
Adjust components to work with new user actions
LoginForm and HomePage have been adjusted to work with the new user actions and state definition.
Configuration menu - View commit details
-
Copy full SHA for 152b01c - Browse repository at this point
Copy the full SHA 152b01cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f7cfc - Browse repository at this point
Copy the full SHA d0f7cfcView commit details -
Code was commented out to avoid errors caused by deleting the actions.
Configuration menu - View commit details
-
Copy full SHA for 6056351 - Browse repository at this point
Copy the full SHA 6056351View commit details -
Now it is possible to fetch persons which get stored in the store as fetchedPerson.
Configuration menu - View commit details
-
Copy full SHA for d6f8612 - Browse repository at this point
Copy the full SHA d6f8612View commit details -
Rename import path for logout action
The logout action has been imported from another location.
Configuration menu - View commit details
-
Copy full SHA for 794b9f0 - Browse repository at this point
Copy the full SHA 794b9f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a08a6 - Browse repository at this point
Copy the full SHA 31a08a6View commit details -
Fix wrong dispatches in person action
Incorrect dispatches in the person action have been fixed.
Configuration menu - View commit details
-
Copy full SHA for f49cfa4 - Browse repository at this point
Copy the full SHA f49cfa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b6eb5c - Browse repository at this point
Copy the full SHA 6b6eb5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 953de6a - Browse repository at this point
Copy the full SHA 953de6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24118e2 - Browse repository at this point
Copy the full SHA 24118e2View commit details -
Now it is possible again to search users.
Configuration menu - View commit details
-
Copy full SHA for 5e21ca1 - Browse repository at this point
Copy the full SHA 5e21ca1View commit details -
A action for getting all gitlab servers for registration has been added.
Configuration menu - View commit details
-
Copy full SHA for 76976c1 - Browse repository at this point
Copy the full SHA 76976c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc25e35 - Browse repository at this point
Copy the full SHA cc25e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7abb34e - Browse repository at this point
Copy the full SHA 7abb34eView commit details -
The get gitlab servers action is now exported correctly. Also undefined variables have been removed.
Configuration menu - View commit details
-
Copy full SHA for 35b034a - Browse repository at this point
Copy the full SHA 35b034aView commit details -
The reducers are now correctly added to the root reducer.
Configuration menu - View commit details
-
Copy full SHA for 015de2d - Browse repository at this point
Copy the full SHA 015de2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9884a7f - Browse repository at this point
Copy the full SHA 9884a7fView commit details -
The registration action has been added. It calls the login action after.
Configuration menu - View commit details
-
Copy full SHA for f90b97c - Browse repository at this point
Copy the full SHA f90b97cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9231ecc - Browse repository at this point
Copy the full SHA 9231eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78bd83c - Browse repository at this point
Copy the full SHA 78bd83cView commit details
Commits on Sep 8, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for aec4641 - Browse repository at this point
Copy the full SHA aec4641View commit details -
Add enterprise actions and reducers
Following actions and their reducers have been added: - Enterprise General - Enterprise Projects - Enterprise Users
Configuration menu - View commit details
-
Copy full SHA for 1d20820 - Browse repository at this point
Copy the full SHA 1d20820View commit details -
Add achievement redeem action and reducer
Following actions and their reducers have been added: - Redeem Achievement
Configuration menu - View commit details
-
Copy full SHA for f176062 - Browse repository at this point
Copy the full SHA f176062View commit details -
Configuration menu - View commit details
-
Copy full SHA for b32b200 - Browse repository at this point
Copy the full SHA b32b200View commit details -
The export of register in the user action has been added.
Configuration menu - View commit details
-
Copy full SHA for b930d18 - Browse repository at this point
Copy the full SHA b930d18View commit details -
Now it is possible to check if a specific username is already taken.
Configuration menu - View commit details
-
Copy full SHA for 31c0bf1 - Browse repository at this point
Copy the full SHA 31c0bf1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1b42c34 - Browse repository at this point
Copy the full SHA 1b42c34View commit details
Commits on Sep 9, 2020
-
Adjust component name, location and adjust for new data structure
Now it is possible to view the person page with the new data structure.
Configuration menu - View commit details
-
Copy full SHA for c986125 - Browse repository at this point
Copy the full SHA c986125View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 534afca - Browse repository at this point
Copy the full SHA 534afcaView commit details -
The setting handle has been improved. Also the settings now work with intelv2.
Configuration menu - View commit details
-
Copy full SHA for 8732bfc - Browse repository at this point
Copy the full SHA 8732bfcView commit details -
Now there is the correct avatar image in the navbar.
Configuration menu - View commit details
-
Copy full SHA for 08ca002 - Browse repository at this point
Copy the full SHA 08ca002View commit details -
Add optional changing for logged user
Now there are more check for the logged user.
Configuration menu - View commit details
-
Copy full SHA for c7bfad3 - Browse repository at this point
Copy the full SHA c7bfad3View commit details -
Now the navbar behaves properly when logging out.
Configuration menu - View commit details
-
Copy full SHA for 9e74c28 - Browse repository at this point
Copy the full SHA 9e74c28View commit details -
Due to the immutable of talkList the list had to be copied. Ref: apollographql/apollo-client#5153
Configuration menu - View commit details
-
Copy full SHA for 5809a79 - Browse repository at this point
Copy the full SHA 5809a79View commit details
Commits on Sep 10, 2020
-
Optimise settings handle change
The handle change method has been improved. It can handle now also not only events.
Configuration menu - View commit details
-
Copy full SHA for bd15e79 - Browse repository at this point
Copy the full SHA bd15e79View commit details -
Add support for uploading a avatar image
Now it is possible to upload a avatar image in the settings.
Configuration menu - View commit details
-
Copy full SHA for cbaea79 - Browse repository at this point
Copy the full SHA cbaea79View commit details -
Fix talk tab iframe rendering error
Now it is possible to list the talk tab entries.
Configuration menu - View commit details
-
Copy full SHA for b46c5fc - Browse repository at this point
Copy the full SHA b46c5fcView commit details -
Now it is possible to reactivate the save button.
Configuration menu - View commit details
-
Copy full SHA for d2defde - Browse repository at this point
Copy the full SHA d2defdeView commit details -
Set loggedusers person after updating settings
Now the logged user is updated too when the settings are updated.
Configuration menu - View commit details
-
Copy full SHA for 3081b0c - Browse repository at this point
Copy the full SHA 3081b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee946c2 - Browse repository at this point
Copy the full SHA ee946c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c24cac0 - Browse repository at this point
Copy the full SHA c24cac0View commit details -
The action and reducers related to company page has been improved.
Configuration menu - View commit details
-
Copy full SHA for 59f7da5 - Browse repository at this point
Copy the full SHA 59f7da5View commit details -
Optimise registration and login
Now it is possible to register a new user. Hashing has been moved to the login and register action.
Configuration menu - View commit details
-
Copy full SHA for 9498abd - Browse repository at this point
Copy the full SHA 9498abdView commit details -
Improve loading of person page
Now the person page shows a correct loading component instead of the previous profile.
Configuration menu - View commit details
-
Copy full SHA for ebaca64 - Browse repository at this point
Copy the full SHA ebaca64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71108da - Browse repository at this point
Copy the full SHA 71108daView commit details -
Now it is possible to list all profiles on the settings page.
Configuration menu - View commit details
-
Copy full SHA for 90a998b - Browse repository at this point
Copy the full SHA 90a998bView commit details -
Update project and projects tab
Now projects can be listed in the projects tab without crashing.
Configuration menu - View commit details
-
Copy full SHA for 114248b - Browse repository at this point
Copy the full SHA 114248bView commit details -
Add profile processing in person page
When a logged user visits his person page, profile processing is started.
Configuration menu - View commit details
-
Copy full SHA for 8efdf27 - Browse repository at this point
Copy the full SHA 8efdf27View commit details -
Remove legacy code and console logs
Unused code and console logs have been removed.
Configuration menu - View commit details
-
Copy full SHA for 43016e0 - Browse repository at this point
Copy the full SHA 43016e0View commit details -
Now the correct project owner name is displayed.
Configuration menu - View commit details
-
Copy full SHA for ecc8366 - Browse repository at this point
Copy the full SHA ecc8366View commit details -
Now the person languages gets displayed in the info card.
Configuration menu - View commit details
-
Copy full SHA for 9f01ae3 - Browse repository at this point
Copy the full SHA 9f01ae3View commit details -
Integrate overview tab and calendar 3d
Now it is possible to view the 3d calendar again.
Configuration menu - View commit details
-
Copy full SHA for 3c7cac3 - Browse repository at this point
Copy the full SHA 3c7cac3View commit details -
Integrate calendar2d, contrib radar and latest activity chart
The components work again, but they are still a bit sloppy implemented.
Configuration menu - View commit details
-
Copy full SHA for 8a432a3 - Browse repository at this point
Copy the full SHA 8a432a3View commit details -
The style sheet for the to continue modal was added.
Configuration menu - View commit details
-
Copy full SHA for 50a41ac - Browse repository at this point
Copy the full SHA 50a41acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13a8810 - Browse repository at this point
Copy the full SHA 13a8810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9ce53 - Browse repository at this point
Copy the full SHA 2c9ce53View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a8faf - Browse repository at this point
Copy the full SHA a0a8fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a69d53 - Browse repository at this point
Copy the full SHA 5a69d53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b2db86 - Browse repository at this point
Copy the full SHA 3b2db86View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a5750 - Browse repository at this point
Copy the full SHA f4a5750View commit details -
The follow and unfollow actions are now being imported.
Configuration menu - View commit details
-
Copy full SHA for 40607b4 - Browse repository at this point
Copy the full SHA 40607b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad9169a - Browse repository at this point
Copy the full SHA ad9169aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b790a9 - Browse repository at this point
Copy the full SHA 9b790a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 187625b - Browse repository at this point
Copy the full SHA 187625bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 598ba9a - Browse repository at this point
Copy the full SHA 598ba9aView commit details -
The function for unfollowing a person was added.
Configuration menu - View commit details
-
Copy full SHA for 21aa9c8 - Browse repository at this point
Copy the full SHA 21aa9c8View commit details -
A function was added for checking the follow status.
Configuration menu - View commit details
-
Copy full SHA for c81aa9d - Browse repository at this point
Copy the full SHA c81aa9dView commit details -
Component function were added to keep the state up to date.
Configuration menu - View commit details
-
Copy full SHA for 9b349df - Browse repository at this point
Copy the full SHA 9b349dfView commit details -
The function for handling the modals was added.
Configuration menu - View commit details
-
Copy full SHA for 919e8fe - Browse repository at this point
Copy the full SHA 919e8feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c5863 - Browse repository at this point
Copy the full SHA 64c5863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9451df2 - Browse repository at this point
Copy the full SHA 9451df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7541516 - Browse repository at this point
Copy the full SHA 7541516View commit details -
Now it is possible to reorganise your components.
Configuration menu - View commit details
-
Copy full SHA for 87780e6 - Browse repository at this point
Copy the full SHA 87780e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d812dc3 - Browse repository at this point
Copy the full SHA d812dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14aaf97 - Browse repository at this point
Copy the full SHA 14aaf97View commit details -
Only render charts if statistics data is present
Now charts are only rendered if there is statistic data.
Configuration menu - View commit details
-
Copy full SHA for 4037b66 - Browse repository at this point
Copy the full SHA 4037b66View commit details -
Hide diagram labels if diagrams are not visible
The charts are not displayed if the required data is not available.
Configuration menu - View commit details
-
Copy full SHA for 3429454 - Browse repository at this point
Copy the full SHA 3429454View commit details
Commits on Sep 11, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 02a2e93 - Browse repository at this point
Copy the full SHA 02a2e93View commit details -
First attempt to fix company page
First data of a enterprise is displayed now.
Configuration menu - View commit details
-
Copy full SHA for f9e738a - Browse repository at this point
Copy the full SHA f9e738aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61e3739 - Browse repository at this point
Copy the full SHA 61e3739View commit details -
The follow modal was updated to deny unauthenticated actions.
Configuration menu - View commit details
-
Copy full SHA for e054255 - Browse repository at this point
Copy the full SHA e054255View commit details -
The style sheet for the likes modal was added.
Configuration menu - View commit details
-
Copy full SHA for eab378f - Browse repository at this point
Copy the full SHA eab378fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3868b49 - Browse repository at this point
Copy the full SHA 3868b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for f80322d - Browse repository at this point
Copy the full SHA f80322dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1a2aa - Browse repository at this point
Copy the full SHA fc1a2aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9ac3f0 - Browse repository at this point
Copy the full SHA b9ac3f0View commit details -
The redux mapping was updated to support like and unlike.
Configuration menu - View commit details
-
Copy full SHA for 0ce1b68 - Browse repository at this point
Copy the full SHA 0ce1b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a65cf - Browse repository at this point
Copy the full SHA a3a65cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c21c5d - Browse repository at this point
Copy the full SHA 9c21c5dView commit details -
The function for checking if a person has likes was added.
Configuration menu - View commit details
-
Copy full SHA for 096631e - Browse repository at this point
Copy the full SHA 096631eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3fdb1b - Browse repository at this point
Copy the full SHA e3fdb1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f882b - Browse repository at this point
Copy the full SHA 05f882bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 174e941 - Browse repository at this point
Copy the full SHA 174e941View commit details -
Configuration menu - View commit details
-
Copy full SHA for f996843 - Browse repository at this point
Copy the full SHA f996843View commit details -
Configuration menu - View commit details
-
Copy full SHA for f485820 - Browse repository at this point
Copy the full SHA f485820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c924b - Browse repository at this point
Copy the full SHA 32c924bView commit details -
Improve settings profile picture selector
The mouse now switches to a pointer when hovering the image.
Configuration menu - View commit details
-
Copy full SHA for 0ea8c89 - Browse repository at this point
Copy the full SHA 0ea8c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d1045 - Browse repository at this point
Copy the full SHA c0d1045View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c8d77 - Browse repository at this point
Copy the full SHA a0c8d77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7306398 - Browse repository at this point
Copy the full SHA 7306398View commit details -
The enterprise overview tab has been adjusted and no longer brakes.
Configuration menu - View commit details
-
Copy full SHA for 0b4e96d - Browse repository at this point
Copy the full SHA 0b4e96dView commit details -
Improve enterprise project modal
The project modal has been improved. Projects and users are now being queried.
Configuration menu - View commit details
-
Copy full SHA for aebe9e5 - Browse repository at this point
Copy the full SHA aebe9e5View commit details -
Instead of users, projects were loaded and returned.
Configuration menu - View commit details
-
Copy full SHA for 2d25295 - Browse repository at this point
Copy the full SHA 2d25295View commit details -
Some data has been adjusted. The code statistics have been improved.
Configuration menu - View commit details
-
Copy full SHA for 9b9a77c - Browse repository at this point
Copy the full SHA 9b9a77cView commit details -
Add code statistics to enterprise overview
The code statistics have been added to the enterprise overview page.
Configuration menu - View commit details
-
Copy full SHA for 4609f0a - Browse repository at this point
Copy the full SHA 4609f0aView commit details -
The imprint has been reworked and the details are now being shown.
Configuration menu - View commit details
-
Copy full SHA for 57b194e - Browse repository at this point
Copy the full SHA 57b194eView commit details -
Configuration menu - View commit details
-
Copy full SHA for be6318a - Browse repository at this point
Copy the full SHA be6318aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e17f983 - Browse repository at this point
Copy the full SHA e17f983View commit details -
Add fake data for enterprise users
Now a fake username and password is displayed if the user is a anonymous one.
Configuration menu - View commit details
-
Copy full SHA for a8842b5 - Browse repository at this point
Copy the full SHA a8842b5View commit details
Commits on Sep 12, 2020
-
Add dynamic avatar image to company page
Now the company page no longer contains a static image. Instead the company avatar image is displayed.
Configuration menu - View commit details
-
Copy full SHA for 00fc1f3 - Browse repository at this point
Copy the full SHA 00fc1f3View commit details -
Improve instagram posts action
Now the instagram post action returns the posts.
Configuration menu - View commit details
-
Copy full SHA for ff7d7c7 - Browse repository at this point
Copy the full SHA ff7d7c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8eebb - Browse repository at this point
Copy the full SHA 6b8eebbView commit details -
Remove duplicate status on person page
Now the status is only displayed once.
Configuration menu - View commit details
-
Copy full SHA for f58a1c4 - Browse repository at this point
Copy the full SHA f58a1c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for faee546 - Browse repository at this point
Copy the full SHA faee546View commit details -
Now the years list is not reversed anymore. Old: [2020, 2019, 2018 ] Current New: [2018, 2019, 2020 ] Current
Configuration menu - View commit details
-
Copy full SHA for efe471d - Browse repository at this point
Copy the full SHA efe471dView commit details -
It is now possible to add GitHub and Instagram. GitLab is still WIP.
Configuration menu - View commit details
-
Copy full SHA for 6d450e4 - Browse repository at this point
Copy the full SHA 6d450e4View commit details -
Styling has been added to the connect modal.
Configuration menu - View commit details
-
Copy full SHA for ef11eb8 - Browse repository at this point
Copy the full SHA ef11eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91a392a - Browse repository at this point
Copy the full SHA 91a392aView commit details -
The button is now disabled unless the required info is given.
Configuration menu - View commit details
-
Copy full SHA for c2547a5 - Browse repository at this point
Copy the full SHA c2547a5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f3db888 - Browse repository at this point
Copy the full SHA f3db888View commit details
Commits on Sep 13, 2020
-
Implement media sections functionality
Some more functionality has been introduced like a young kitten to a new flat.
Configuration menu - View commit details
-
Copy full SHA for ffb878f - Browse repository at this point
Copy the full SHA ffb878fView commit details -
Implement video and song gallery
The two galleries have been added and are now working.
Configuration menu - View commit details
-
Copy full SHA for f9c9720 - Browse repository at this point
Copy the full SHA f9c9720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 828ff1e - Browse repository at this point
Copy the full SHA 828ff1eView commit details -
Hide media section buttons for diff origin users
The buttons are now only visible on the own user profile page.
Configuration menu - View commit details
-
Copy full SHA for dbfa65f - Browse repository at this point
Copy the full SHA dbfa65fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4df45e1 - Browse repository at this point
Copy the full SHA 4df45e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5559a8 - Browse repository at this point
Copy the full SHA d5559a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bbd805 - Browse repository at this point
Copy the full SHA 4bbd805View commit details -
The URL is now being used instead of video id.
Configuration menu - View commit details
-
Copy full SHA for db658f1 - Browse repository at this point
Copy the full SHA db658f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fab6c2 - Browse repository at this point
Copy the full SHA 9fab6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a348b2d - Browse repository at this point
Copy the full SHA a348b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9367053 - Browse repository at this point
Copy the full SHA 9367053View commit details -
Now there is a independent upload modal which it is not limited to talk uploading. Imgur and anonfiles are available as storage engines.
Configuration menu - View commit details
-
Copy full SHA for 488ccec - Browse repository at this point
Copy the full SHA 488ccecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39852ed - Browse repository at this point
Copy the full SHA 39852edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c6254 - Browse repository at this point
Copy the full SHA 93c6254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f8682d - Browse repository at this point
Copy the full SHA 7f8682dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe9e09c - Browse repository at this point
Copy the full SHA fe9e09cView commit details -
Remove unused import form upload modal
A unused import has been removed.
Configuration menu - View commit details
-
Copy full SHA for b1a4c91 - Browse repository at this point
Copy the full SHA b1a4c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fdecf8 - Browse repository at this point
Copy the full SHA 7fdecf8View commit details -
Now it is possible to upload custom images to imgur.
Configuration menu - View commit details
-
Copy full SHA for b3deca0 - Browse repository at this point
Copy the full SHA b3deca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a50499b - Browse repository at this point
Copy the full SHA a50499bView commit details -
It is now possible to upload images to IMGUR.
Configuration menu - View commit details
-
Copy full SHA for 11beab3 - Browse repository at this point
Copy the full SHA 11beab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ca65b - Browse repository at this point
Copy the full SHA 09ca65bView commit details -
The modal is being shown if no profiles are present.
Configuration menu - View commit details
-
Copy full SHA for 9f6fffc - Browse repository at this point
Copy the full SHA 9f6fffcView commit details -
The local storage entry is now being set on toggle.
Configuration menu - View commit details
-
Copy full SHA for bad0db1 - Browse repository at this point
Copy the full SHA bad0db1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4dd14ed - Browse repository at this point
Copy the full SHA 4dd14edView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0eec2f - Browse repository at this point
Copy the full SHA e0eec2fView commit details -
The modal now only shows up if you have no present profiles.
Configuration menu - View commit details
-
Copy full SHA for 3bee60b - Browse repository at this point
Copy the full SHA 3bee60bView commit details -
Some console logs have been removed. The Instagram selection modal has been improved to make it more stable.
Configuration menu - View commit details
-
Copy full SHA for 31b1170 - Browse repository at this point
Copy the full SHA 31b1170View commit details -
Improve remove custom image function
Now when a image is deleted, it will also be deleted from imgur.
Configuration menu - View commit details
-
Copy full SHA for 467e664 - Browse repository at this point
Copy the full SHA 467e664View commit details
Commits on Sep 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a5dc889 - Browse repository at this point
Copy the full SHA a5dc889View commit details -
Configuration menu - View commit details
-
Copy full SHA for e77de5a - Browse repository at this point
Copy the full SHA e77de5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2963242 - Browse repository at this point
Copy the full SHA 2963242View commit details -
The stylesheet for the achievement tab was added.
Configuration menu - View commit details
-
Copy full SHA for a46b1d2 - Browse repository at this point
Copy the full SHA a46b1d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 408f781 - Browse repository at this point
Copy the full SHA 408f781View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2095a5 - Browse repository at this point
Copy the full SHA c2095a5View commit details -
The achievements tab is now being implemented.
Configuration menu - View commit details
-
Copy full SHA for 163e537 - Browse repository at this point
Copy the full SHA 163e537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9754c74 - Browse repository at this point
Copy the full SHA 9754c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for edb2782 - Browse repository at this point
Copy the full SHA edb2782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b60df - Browse repository at this point
Copy the full SHA 47b60dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 805db14 - Browse repository at this point
Copy the full SHA 805db14View commit details -
The image size has been adjusted to stop distortions.
Configuration menu - View commit details
-
Copy full SHA for 21b291d - Browse repository at this point
Copy the full SHA 21b291dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2075a - Browse repository at this point
Copy the full SHA 5f2075aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa11b53 - Browse repository at this point
Copy the full SHA aa11b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd5bd2 - Browse repository at this point
Copy the full SHA 6fd5bd2View commit details -
Apply setting state error fix for all settings
Now the settings are adjustable again.
Configuration menu - View commit details
-
Copy full SHA for 9beaf20 - Browse repository at this point
Copy the full SHA 9beaf20View commit details -
Implement instagram image selector
It is now possible to add and remove images with the instagram selector.
Configuration menu - View commit details
-
Copy full SHA for 5bd27fa - Browse repository at this point
Copy the full SHA 5bd27faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c45af63 - Browse repository at this point
Copy the full SHA c45af63View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae5b637 - Browse repository at this point
Copy the full SHA ae5b637View commit details -
Now the map is only displayed if displayMap is enabled.
Configuration menu - View commit details
-
Copy full SHA for 2d5ffd7 - Browse repository at this point
Copy the full SHA 2d5ffd7View commit details -
it is no checked if the user is logged in and if its his profile.
Configuration menu - View commit details
-
Copy full SHA for 1928191 - Browse repository at this point
Copy the full SHA 1928191View commit details -
The modal should now only show up at the own page and now close without errors.
Configuration menu - View commit details
-
Copy full SHA for 1870137 - Browse repository at this point
Copy the full SHA 1870137View commit details -
Fix talks page and add comment functionallity
Now the talks page works again. It is also possible to leave a comment.
Configuration menu - View commit details
-
Copy full SHA for 84ee0cf - Browse repository at this point
Copy the full SHA 84ee0cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ba2c0 - Browse repository at this point
Copy the full SHA 13ba2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e578b48 - Browse repository at this point
Copy the full SHA e578b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59cfc98 - Browse repository at this point
Copy the full SHA 59cfc98View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc9c6e - Browse repository at this point
Copy the full SHA dfc9c6eView commit details -
Add select image conditional rendering
Now the select images button is only displayed if at least one instagram profile is connected.
Configuration menu - View commit details
-
Copy full SHA for 3a26088 - Browse repository at this point
Copy the full SHA 3a26088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a82af9 - Browse repository at this point
Copy the full SHA 4a82af9View commit details
Commits on Oct 28, 2020
-
Now intel and client no longer uses a local version of the snek engine but the production one on engine.snek.at.
Configuration menu - View commit details
-
Copy full SHA for d07ba0f - Browse repository at this point
Copy the full SHA d07ba0fView commit details -
Some dependencies have been updated due to security vulnerabilities and intel and client releases.
Configuration menu - View commit details
-
Copy full SHA for ab79e43 - Browse repository at this point
Copy the full SHA ab79e43View commit details
Commits on Nov 10, 2020
-
The code quality was improved due to a request by Codacy.
Configuration menu - View commit details
-
Copy full SHA for 36338ac - Browse repository at this point
Copy the full SHA 36338acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c10d9 - Browse repository at this point
Copy the full SHA 55c10d9View commit details -
The temp page which implemented all newer components is removed now because it is no longer required.
Configuration menu - View commit details
-
Copy full SHA for c694880 - Browse repository at this point
Copy the full SHA c694880View commit details -
Remove unused code in ContribRadar
This code was never used therefore I removed it.
Configuration menu - View commit details
-
Copy full SHA for acb5224 - Browse repository at this point
Copy the full SHA acb5224View commit details -
Enhance FollowModal performence
The new implementation is more suitable for larger ones records but does not fully work yet
Configuration menu - View commit details
-
Copy full SHA for 57d4538 - Browse repository at this point
Copy the full SHA 57d4538View commit details
Commits on Nov 11, 2020
-
Improve person page refreshing
The page refreshing has been improved.
Configuration menu - View commit details
-
Copy full SHA for 2bdcab0 - Browse repository at this point
Copy the full SHA 2bdcab0View commit details -
Refresh infocard when modal closes
Now every time handleModalClose is called, the infocard gets new data.
Configuration menu - View commit details
-
Copy full SHA for be22850 - Browse repository at this point
Copy the full SHA be22850View commit details -
Configuration menu - View commit details
-
Copy full SHA for b048047 - Browse repository at this point
Copy the full SHA b048047View commit details