aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to configure log levelChocobozzz2018-01-191-0/+3
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-1/+1
|
* Add ability to update some configuration keysChocobozzz2018-01-171-17/+67
|
* Update README badge pathsChocobozzz2018-01-161-1/+1
|
* Fix config storage pathsChocobozzz2018-01-161-8/+8
|
* Update follower/following countsChocobozzz2018-01-121-1/+1
|
* Activity Pub improvementsChocobozzz2018-01-111-1/+2
|
* Add tests to handle down serverChocobozzz2018-01-111-2/+2
|
* Add scores to follows and remove bad onesChocobozzz2018-01-111-8/+13
|
* Fetch remote AP objectsChocobozzz2018-01-101-0/+1
|
* Remove :443 from video urls tooChocobozzz2018-01-051-1/+1
|
* Fix tls and account bugChocobozzz2018-01-051-1/+1
|
* Refresh remote accountsChocobozzz2018-01-041-1/+3
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+1
|
* Automatically resize avatarsChocobozzz2018-01-031-0/+5
|
* Add avatar max size limitChocobozzz2018-01-031-6/+6
|
* Add ability to disable video commentsChocobozzz2018-01-031-1/+1
|
* Begin to add avatar to actorsChocobozzz2017-12-291-4/+15
|
* Add migration to delete old Authors tableChocobozzz2017-12-291-1/+1
|
* Add comments controllerChocobozzz2017-12-221-1/+3
|
* Create comment on replied mastodon statutesChocobozzz2017-12-221-0/+3
|
* Sanitize url to not end with implicit portsChocobozzz2017-12-211-43/+44
|
* Fix migration scriptsChocobozzz2017-12-191-1/+1
|
* Status are sent to mastodonChocobozzz2017-12-191-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-191-3/+11
|
* SaveChocobozzz2017-12-191-1/+1
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-1/+1
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Add migrationChocobozzz2017-12-131-1/+1
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-10/+4
|
* First upload step is okChocobozzz2017-12-071-1/+1
|
* Fix client searchChocobozzz2017-12-051-6/+0
|
* Add account avatarChocobozzz2017-12-041-1/+6
|
* 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-291-1/+6
|
* Remove max duration/filesize constraintsChocobozzz2017-11-281-12/+6
|
* Fix migration for Servers tableChocobozzz2017-11-281-1/+1
|
* Add activitypub migration scriptChocobozzz2017-11-271-1/+1
|
* 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
|
* ApplicationFollow -> SeverFollowChocobozzz2017-11-271-1/+1
|
* Server shares user videosChocobozzz2017-11-271-7/+5
|
* Send server announce when users upload a videoChocobozzz2017-11-271-3/+3
|
* Rename Pod -> ServerChocobozzz2017-11-271-7/+3
|