aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Follow worksChocobozzz2017-11-271-0/+5
|
* Fix issues on server startChocobozzz2017-11-271-2/+9
|
* Handle follow/acceptChocobozzz2017-11-271-33/+9
|
* Make it compile at leastChocobozzz2017-11-271-6/+0
|
* Remove references to authorChocobozzz2017-11-271-1/+1
|
* Continue activitypubChocobozzz2017-11-271-40/+16
|
* Begin activitypubChocobozzz2017-11-271-11/+20
|
* Add video privacy settingChocobozzz2017-10-311-1/+9
|
* Add lazy description on serverChocobozzz2017-10-301-2/+3
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-12/+1
|
* Increase video attributes lengthChocobozzz2017-10-261-4/+4
| | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120
* Add migration script for channelsChocobozzz2017-10-261-1/+1
|
* Add video channelsChocobozzz2017-10-261-4/+19
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-0/+1
|
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-2/+8
|
* Add oembed endpointChocobozzz2017-10-161-4/+10
|
* Change how we handle resolutionChocobozzz2017-10-091-11/+0
| | | | It was an enum before, now we just use video height
* Add migration scriptChocobozzz2017-10-031-3/+2
|
* Implement video transcoding on server sideChocobozzz2017-10-031-10/+20
|
* Handle blacklist (#84)Green-Star2017-09-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns
* Add info when server is processing a video at uploadChocobozzz2017-09-141-1/+1
|
* Make tslint happyChocobozzz2017-09-041-2/+2
|
* Convert tests to typescriptChocobozzz2017-09-041-1/+1
|
* Begin user quotaChocobozzz2017-09-041-3/+7
|