Commit Graph

1549 Commits (e313f2735b9bc62a9c206c58c922c92b7693d22a)

Author SHA1 Message Date
Daniel Supernault e94d9534b1 Fix image resizing logic
Daniel Supernault 1e3a432087 Restrict new registrations with env setting
Daniel Supernault b6dc212b4d Update RestrictedNames
Daniel Supernault ff3925dd1d Update User model
Daniel Supernault 343757b1ea Add ImageOptimizePipeline
Daniel Supernault e3590c3768 Add Image Util class
Daniel Supernault 3de964465a Update AppServiceProvider
Daniel Supernault deb90786d2 Update user model observer
Daniel Supernault a5438f4c37 Add CreateAvatar job
Daniel Supernault e395a9b0f6 Update Profile model
Daniel Supernault 4c75aa04a2 Add Avatar model/migration
Daniel Supernault 31a238e925 Add Report model/migration/controller
Daniel Supernault 0f55fbacc4 Add ActivityPub Actor Transformer
Daniel Supernault 7313bca4e6 Add ImportData model/migration
Daniel Supernault 14a4a69b3e Update Webfinger lexer
Daniel Supernault 62da545a94 Add hashtag lexer
Daniel Supernault d9db890514 Add custom identicon preprocessor
Daniel Supernault 7c1b70060c Remove hashids from Status model, add new methods
Daniel Supernault cb0780898e Add url() method to Media model
Daniel Supernault 05df1c6a5f Add admin middleware
Daniel Supernault d8303e7de5 Add hashtag model/migration and pivot table
Daniel Supernault 3a3a18e1ac Update RestrictedNames
Daniel Supernault 52a3bcc2d0 Update RestrictedNames
Daniel Supernault 91fd53a4be Update RegisterController, validate username against restricted names
Daniel Supernault 72c7790cb4 Add Restricted Names list
Daniel Supernault e96fa8ce72 Update Nickname lexer
Daniel Supernault 0f6728bfe3 Add AdminController
Daniel Supernault b7537e7b06 Add Webfinger utility
Daniel Supernault 63c665cdc9 Add Nickname Lexer
Daniel Supernault 7e78261081 Add new method to User model
Daniel Supernault d391b1a2a6 Add new method to Status model
Daniel Supernault fe70cd1eca Add new methods to Profile model
Daniel Supernault 36b0bfb19a Update TimelineController
Daniel Supernault 943f158882 Update StatusController
Daniel Supernault 184097893e Update ProfileController
Daniel Supernault b3540f189d Add Comment model, migration and controller
Daniel Supernault 842af8669b Add follower/following methods to profile
Daniel Supernault df45744dae Add follower model, migration, controller
Daniel Supernault 91dfc88a79 Add likes() method to Status controller
Daniel Supernault 5d710d5574 Add like model, migration and controller
Daniel Supernault 67d15de123 Add store() method to StatusController
Daniel Supernault 33af3cfe96 Add new methods to Status model
Daniel Supernault 5f775ce648 Add TimelineController
Daniel Supernault 6982e8672a Add media model, migration, controller
Daniel Supernault 7221f44e4a Add status model, migration, controller
Daniel Supernault 9dd58c5abd Add profile model, migration and controller
Also added User model observer to create a profile when a new user is
created.
Daniel Supernault d1b44529df Add username to register form
Daniel Supernault 2af48823ae Add authentication scaffolding
Daniel Supernault a034358c98 Add Laravel Framework