-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bring testing branch up to date. #290
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* #143 migration for avatar upload table fields. * #143 WIP - modal view for avatar upload * #143 WIP - avatar upload flow (needs testing). Starting admin for avatar uploads. * #143 gitignore objects, add avatar search to routes. * #143 upload avatar form, validated and submitted to server. next: approval/reject process. * #143 avatar admin, approve reject. TODO: download assets. * #143 links to wrl and thumbnail for avatar * #143 avatar gallery complete + update exisiting avatars thumbnails * #143 thumbnails for current avatars * #143 undo ignore avatars (for now) * #143 remove TODO, I did it * #143 PR changes
Adding all the files for home 008.
Adding all the files for house 009
This reverts commit 61685fe.
Added ability for users to increase the quantity on objects that are still stocked in the mall.
Fix spacing issue in code.
Added dimension limitation on thumbnail images to keep the object properties layout consistent.
Added gif and png to the accepted file types for the texture.
Added MIME checks for gif and png file types for the texture file.
Adjusted file size for WRL, texture, and thumbnail to represent 80kb. Also added awaits that were missing on calls in async functions. Added ability to increase the quantity on an object that is still active status.
Removing trailing spaces off of a line.
Adding more variables to be passed through the update-object event so the proper pages/lists get updated.
Adding more variables to be passed through the update-object event so the proper pages/lists get updated.
Adding more variables to be passed through the update-object event so the proper pages/lists get updated.
Updating filesize limits on wrl files, texture files, and thumbnail files to represent 80kb.
Adding awaits to function instead of using timeouts.
Added status to the quantity update.
Added migration file to add columns to the member table that are used to determine if a user is actively online and where they are currently active at.
Added definitions to the member model to include the columns added to the member table.
Added routes for locating which places are active.
Added functions to find active places.
Added functions to find active places.
Added functions to find active places.
Added functionality to the places list, and added feature to determine if a user is 2D or 3D.
Fix spacing in code
Removing console logging that isn't necessary.
Added a defaultTo value to the last_activity column.
added users last access to homes visible to admins and/or staff.
removed the to do comments for adding last access
updated changes as smile suggested, created a new canStaff section in the member controller, I also added this section from the controller to the check for which info can be pulled in member service, also changed the watch to watch on the username.
Closed for new branch named x_ite_10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.