aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/database.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to import video with youtube-dlChocobozzz2018-08-061-1/+3
|
* adding ORM pool configurationRigel Kent2018-07-311-0/+4
|
* Fix last commitChocobozzz2018-07-261-4/+5
|
* Add advanced search in clientChocobozzz2018-07-241-2/+0
|
* Begin advanced searchChocobozzz2018-07-241-0/+43
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+2
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-1/+3
|
* Move job queue to redisChocobozzz2018-01-251-2/+0
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Create comment on replied mastodon statutesChocobozzz2017-12-221-1/+3
|
* Begin moving video channel to actorChocobozzz2017-12-191-4/+4
|
* Fix database connection (host + port)Chocobozzz2017-12-151-1/+4
|
* Add migrationChocobozzz2017-12-131-2/+2
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-133/+53
|
* Add account avatarChocobozzz2017-12-041-0/+2
|
* Fix well known and json parser with mastodonChocobozzz2017-11-291-0/+2
|
* Add activitypub migration scriptChocobozzz2017-11-271-2/+4
|
* Handle announces in inboxChocobozzz2017-11-271-0/+4
|
* Fix error when creating a fresh databaseChocobozzz2017-11-271-1/+6
|
* Rename Pod -> ServerChocobozzz2017-11-271-2/+2
|
* Make it compile at leastChocobozzz2017-11-271-5/+0
|
* Remove references to authorChocobozzz2017-11-271-4/+0
|
* Begin activitypubChocobozzz2017-11-271-6/+8
|
* Add lazy description on serverChocobozzz2017-10-301-2/+7
|
* Remove sequelize deprecated operatorsChocobozzz2017-10-261-0/+1
|
* Fix lintChocobozzz2017-10-261-1/+1
|
* Use async/await in lib and initializersChocobozzz2017-10-261-47/+43
|
* Use async/await in controllersChocobozzz2017-10-261-0/+1
|
* Add video channelsChocobozzz2017-10-261-0/+2
|
* Fix database benchmark in prod modeChocobozzz2017-10-101-1/+1
|
* Add tests for npm run scriptsChocobozzz2017-09-071-20/+19
|
* Begin user quotaChocobozzz2017-09-041-0/+1
|
* Move video file metadata in their own tableChocobozzz2017-08-251-0/+2
| | | | Will be used for user video quotas and multiple video resolutions
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-3/+3
|
* Move to promisesChocobozzz2017-07-051-50/+49
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Excluse .js.map when scanning models/ directoryChocobozzz2017-06-241-1/+2
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-1/+1
|
* Reorganize model filesChocobozzz2017-06-161-15/+53
|
* Update webpack stackChocobozzz2017-06-111-4/+4
|
* Type functionsChocobozzz2017-06-101-2/+2
|
* require -> importChocobozzz2017-06-051-2/+2
|
* Type modelsChocobozzz2017-05-251-9/+50
|
* First typescript iterationChocobozzz2017-05-201-0/+72