Commit Graph

262 Commits (e6706ff950f067d715d74d03a5f42d0f38211f87)
 

Author SHA1 Message Date
Trivernis e6706ff950 Fix registration not using sCrypt for registration 4 years ago
Trivernis f966a87766 Fix tslint config 4 years ago
Trivernis ead59302f6 Change passsword hash function to sCrypt 4 years ago
Trivernis fcdd9e57c1 Fix duplicated friend in friend list 4 years ago
Trivernis ccc244ec19 Change ratelimit to also include the user id 4 years ago
Trivernis 99c91f20a4 Fix friend list display 4 years ago
Trivernis 3cd84078ea Fix friends 4 years ago
trivernis d10ea0e4a4 Add getReportReasons graphql resolver 4 years ago
trivernis 6fda95f735 Change user level only updating when points change 4 years ago
trivernis c01d37e355 Update changelog
(previous) Closes #99
4 years ago
trivernis e8eb85993e Add level configuration and query
- Add query getLevels to get all possible levels
- Add mutation createLevel as a way for admins to create new levels
- Remove column levelNumber and replace it with method that looks up the number of the level by counting
4 years ago
trivernis 9328367bb5 Add configurable levels
- Add Level table and gql type
- change level field on User
- add hook on user to update the level
4 years ago
trivernis 781ee274b8 Fix allow media id of user to be null 4 years ago
trivernis e1fe543256 Add extended error handling for post uploading 4 years ago
trivernis 5c1cea86eb Fix upload error returning status code 200 4 years ago
trivernis dcd96e7573 Merge remote-tracking branch 'origin/develop' into develop 4 years ago
trivernis beac7e36dc Add reports for post
- Add reports field on posts
- add reportPost mutation
- add getReports query
- add createReportReason mutation
- Add Report type and model
- Add ReportReason type and model

Closes #62
4 years ago
trivernis 928485c336 Add mutations setUsername and setHandle
Closes #70
4 years ago
trivernis 75a7a2cdec Add not null constrain to media type 4 years ago
trivernis 4014f77a4c Add reports for post
- Add reports field on posts
- add reportPost mutation
- add getReports query
- add createReportReason mutation
- Add Report type and model
- Add ReportReason type and model

Closes #62
4 years ago
trivernis 26ecb3b0cf Add mutations setUsername and setHandle
Closes #70
4 years ago
trivernis 5f15d4b3ba Add not null contraint to media type 4 years ago
trivernis 76c0574c74 Hotfix interval for cleanup being milliseconds 4 years ago
trivernis b4aaba79ce Hotfix crash when starting due to cleanup 4 years ago
trivernis ee60508953 Fix style rule for array type 4 years ago
trivernis 0e232b1c71 Cleanup code
- Cleanup
- Optimization
- Style fixes
4 years ago
trivernis 6ede632507 Add differentiation between media and text posts
Add type argument when creating posts. If the post is of type MEDIA it will be invisible until an image was uploaded for the post.
4 years ago
trivernis 8dc1424775 Add media table for media files
- Add media_id fk to user
- Add media_id  fk to group
- Add media_id fk to post
- Add routine to cleanup orphaned media entries (not referenced by post, user, group)
- Add delete handler for media to delete the corresponding file
4 years ago
trivernis bf7aed7c46 Update docker configuration
It's still broken tho
4 years ago
trivernis 061699f769 Hotfix not found modules 4 years ago
trivernis 78fce76407 Remove ffmpeg dependencies 4 years ago
trivernis 0bae164b9b Remove ffmpeg processing
- Remove ffmpeg video processing due to high cpu usages
4 years ago
trivernis 8351497355 Fix aspect ratio of image changes when uploaded 4 years ago
trivernis 537ec07f29 Add deletion of media to deletePost 4 years ago
trivernis ebeaf3f549 Change video format to webm
- Change default allowed filesize to 10mb
- Change video format for posts to webm
4 years ago
Trivernis 269b892cc4 Fix packages 4 years ago
Trivernis 2899eb6762 [WIP] Add media to posts
- Add graphql upload handling
- Add file handling for posts
- Add media url to Post model
4 years ago
Trivernis 010066d819 Add graphqlUpload 4 years ago
Trivernis b33bbd1c14 Add max file size and video processing
- Add processing for videos to UploadRoute
4 years ago
Trivernis f213503c4e Allow admins to delete groups 4 years ago
Trivernis 16e9d9def5 Fix joinGroup and leaveGroup by changing api 4 years ago
trivernis ac2672e589 Fix http status not found error 4 years ago
trivernis 867a533bfb Remove lodash 4 years ago
trivernis 3457660f75 Fix Style 4 years ago
trivernis aafbbb5d52 Cleanup code and http 404 for not found
- Add 404 status code return for all not found errors
4 years ago
trivernis b27ed1def2 Replace shorthand resolver with new classes 4 years ago
trivernis 57091e522c Add all resolvers and help types to classes
- Add resolvers to Mutation class
- Add reslovers to Query class
- Add helper classes for several types and errors
4 years ago
trivernis 164ecb77c6 Add new resolver files 4 years ago
trivernis 8a35195040 Add chatCreate socket event 4 years ago
trivernis 0f4f4fb9f1 Add delete functions to Group and Event
- Add deletable attribute to Group and Event type
- Add deleteGroup and delteEvent function
- Add markdown plugin for html5 video and audio
4 years ago