aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrations
Commit message (Collapse)AuthorAgeFilesLines
* Fix webfinger validatorChocobozzz2017-12-211-2/+0
|
* Sanitize url to not end with implicit portsChocobozzz2017-12-211-0/+42
|
* Fix migrationChocobozzz2017-12-191-9/+1
|
* Fix migration scriptsChocobozzz2017-12-191-0/+1
|
* Add foreign key migrationChocobozzz2017-12-191-17/+36
|
* Status are sent to mastodonChocobozzz2017-12-191-5/+5
|
* 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-191-2/+2
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-0/+27
| | | | | | | | | 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-0/+36
|
* Move models to typescript-sequelizeChocobozzz2017-12-136-14/+9
|
* First upload step is okChocobozzz2017-12-071-1/+2
|
* Make some fields optional when uploading a videoChocobozzz2017-12-071-0/+46
|
* Fix lintChocobozzz2017-12-041-1/+1
|
* Add account avatarChocobozzz2017-12-041-0/+31
|
* Fix migration for Servers tableChocobozzz2017-11-282-0/+40
|
* Add activitypub migration scriptChocobozzz2017-11-271-0/+212
|
* Make it compile at leastChocobozzz2017-11-271-1/+0
|
* Upgrade server packagesChocobozzz2017-10-311-2/+2
|
* Add video privacy settingChocobozzz2017-10-311-0/+35
|
* Add lazy description on serverChocobozzz2017-10-301-0/+25
|
* Add tests to user rolesChocobozzz2017-10-271-1/+0
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-0/+39
|
* Add migration script for channelsChocobozzz2017-10-261-0/+111
|
* Change how we handle resolutionChocobozzz2017-10-091-22/+21
| | | | It was an enum before, now we just use video height
* Add migration scriptChocobozzz2017-10-031-0/+62
|
* Begin user quotaChocobozzz2017-09-041-0/+32
|
* Move video file metadata in their own tableChocobozzz2017-08-252-0/+80
| | | | Will be used for user video quotas and multiple video resolutions
* Use global uuid instead of remoteId for videosChocobozzz2017-07-1111-10/+167
|
* Move to promisesChocobozzz2017-07-0510-119/+111
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* First typescript iterationChocobozzz2017-05-2010-45/+75
|
* Server: add video language attributeChocobozzz2017-04-071-0/+19
|
* Server: Add NSFW in user profileChocobozzz2017-04-031-0/+19
|
* Server: add nsfw attributeChocobozzz2017-03-281-0/+34
|
* Server: add licence video attributeChocobozzz2017-03-271-0/+34
|
* Add video category supportChocobozzz2017-03-221-0/+34
|
* Add like/dislike system for videosChocobozzz2017-03-082-0/+38
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-261-0/+19
| | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling
* Server: fix migration scriptsChocobozzz2017-02-182-7/+69
|
* Add email to podsChocobozzz2017-02-162-14/+20
|
* Fix standard lintChocobozzz2016-12-251-11/+11
|
* Update migrations codeChocobozzz2016-12-259-248/+14
|
* Fix migration scriptChocobozzz2016-11-211-9/+5
|
* Server: add migration scripts to the new mongo schemesChocobozzz2016-11-164-0/+182
|
* Server: add endpoint in requestsChocobozzz2016-11-011-0/+15
|
* Server: migration script that add admin role to root userChocobozzz2016-09-271-0/+16
|
* Server: fix migration at installationChocobozzz2016-09-261-5/+4
|
* Add migration (for db, folders...) mechanismChocobozzz2016-09-262-0/+40