aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Expand)AuthorAgeFilesLines
...
* Add avatar max size limitChocobozzz2018-01-031-6/+6
* Add ability to disable video commentsChocobozzz2018-01-032-1/+27
* Begin to add avatar to actorsChocobozzz2017-12-292-4/+43
* Add migration to delete old Authors tableChocobozzz2017-12-292-1/+19
* Propagate old comment on new followChocobozzz2017-12-284-4/+6
* Add comments controllerChocobozzz2017-12-221-1/+3
* Create comment on replied mastodon statutesChocobozzz2017-12-222-1/+6
* Fix webfinger validatorChocobozzz2017-12-211-2/+0
* Sanitize url to not end with implicit portsChocobozzz2017-12-212-43/+86
* Fix migrationChocobozzz2017-12-191-9/+1
* Fix migration scriptsChocobozzz2017-12-192-1/+2
* Add foreign key migrationChocobozzz2017-12-191-17/+36
* Status are sent to mastodonChocobozzz2017-12-192-6/+6
* Add public/private keys generation in migrationsChocobozzz2017-12-191-0/+13
* Unfollow with hostChocobozzz2017-12-191-2/+2
* Add dirty migration :/Chocobozzz2017-12-192-2/+237
* Begin moving video channel to actorChocobozzz2017-12-194-19/+24
* SaveChocobozzz2017-12-191-1/+1
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-192-1/+28
* Fix database connection (host + port)Chocobozzz2017-12-151-1/+4
* Add migrationChocobozzz2017-12-134-7/+56
* Move models to typescript-sequelizeChocobozzz2017-12-1311-190/+99
* First upload step is okChocobozzz2017-12-072-2/+3
* Make some fields optional when uploading a videoChocobozzz2017-12-071-0/+46
* Fix client searchChocobozzz2017-12-051-6/+0
* Fix lintChocobozzz2017-12-041-1/+1
* Add account avatarChocobozzz2017-12-043-1/+39
* Fix req acceptsChocobozzz2017-11-301-0/+3
* Fix activitypub check headersChocobozzz2017-11-301-5/+4
* Add ability to list jobsChocobozzz2017-11-301-0/+1
* Fix well known and json parser with mastodonChocobozzz2017-11-292-1/+8
* Remove max duration/filesize constraintsChocobozzz2017-11-281-12/+6
* Fix migration for Servers tableChocobozzz2017-11-283-1/+41
* Add activitypub migration scriptChocobozzz2017-11-274-4/+223
* Federate likes/dislikesChocobozzz2017-11-271-0/+1
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-0/+1
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-0/+1
* Add follow testsChocobozzz2017-11-271-1/+1
* Add ability to unfollow a serverChocobozzz2017-11-271-1/+1
* Optimize signature verificationChocobozzz2017-11-271-2/+2
* Speed up activity pub http requestsChocobozzz2017-11-271-1/+1
* Generate application keys tooChocobozzz2017-11-271-1/+8
* Optimize account creationChocobozzz2017-11-271-3/+3
* ApplicationFollow -> SeverFollowChocobozzz2017-11-271-1/+1
* Server shares user videosChocobozzz2017-11-271-7/+5
* Send server announce when users upload a videoChocobozzz2017-11-272-4/+4
* Handle announces in inboxChocobozzz2017-11-271-0/+4
* Fix error when creating a fresh databaseChocobozzz2017-11-271-1/+6
* Rename Pod -> ServerChocobozzz2017-11-272-9/+5
* Follow worksChocobozzz2017-11-273-6/+23