aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Add previews cache system between podsChocobozzz2017-07-122-5/+41
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-113-5/+5
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-1113-13/+170
|
* Async signature and various fixesChocobozzz2017-07-072-4/+7
|
* Move to promisesChocobozzz2017-07-0514-327/+262
| | | | 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-162-2/+1
|
* Create types for model enumsChocobozzz2017-06-161-6/+15
|
* Reorganize model filesChocobozzz2017-06-161-15/+53
|
* Update webpack stackChocobozzz2017-06-112-5/+5
|
* Type functionsChocobozzz2017-06-105-15/+16
|
* require -> importChocobozzz2017-06-055-9/+9
|
* Type modelsChocobozzz2017-05-255-30/+70
|
* First typescript iterationChocobozzz2017-05-2016-153/+169
|
* Server: check ffmpeg at startupChocobozzz2017-05-051-0/+25
|
* Server: add job scheduler to transcode video filesChocobozzz2017-05-042-1/+22
|
* Server: add video language attributeChocobozzz2017-04-072-1/+39
|
* Server: Add NSFW in user profileChocobozzz2017-04-032-1/+20
|
* Server: add nsfw attributeChocobozzz2017-03-282-1/+35
|
* Server: add licence video attributeChocobozzz2017-03-272-1/+47
|
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-221-1/+1
|
* Add video category supportChocobozzz2017-03-222-1/+57
|
* Server: add config endpointChocobozzz2017-03-102-1/+4
|
* Allow to sort by likesChocobozzz2017-03-081-1/+1
|
* Add like/dislike system for videosChocobozzz2017-03-083-2/+46
|
* Server: typoChocobozzz2017-03-041-1/+1
|
* Server: fix migrations with an empty Applications tableChocobozzz2017-03-041-0/+12
|
* Server: fix requests endpointsChocobozzz2017-03-041-5/+9
|
* Server: little sort refractoringChocobozzz2017-02-261-3/+3
|
* Server: implement video viewsChocobozzz2017-02-261-2/+22
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-262-3/+36
| | | | | | | | 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-184-27/+113
|
* Add email to usersChocobozzz2017-02-181-0/+2
|
* Add email to podsChocobozzz2017-02-165-18/+33
|
* Client: replace simple tables by ng2 smart table componentChocobozzz2017-01-301-2/+2
|
* Client: add basic support to report video abusesChocobozzz2017-01-231-1/+1
|
* Server: paths refractoringChocobozzz2017-01-171-2/+6
|
* Server: remote request process refractoringChocobozzz2017-01-171-0/+8
|
* Server: always check commit resultChocobozzz2017-01-111-1/+1
|
* Server: improve requests schedulerChocobozzz2017-01-101-3/+6
|
* Server: use crypto instead of ursa for pod signatureChocobozzz2017-01-041-2/+11
|
* Server: add video abuse supportChocobozzz2017-01-041-0/+4
|
* Server: use binary data instead of base64 to send thumbnailsChocobozzz2016-12-291-1/+1
|
* Server: add association between author and userChocobozzz2016-12-291-2/+2
|
* Server: add database field validationsChocobozzz2016-12-282-4/+8
|
* Fix standard lintChocobozzz2016-12-252-12/+11
|
* Update migrations codeChocobozzz2016-12-2514-335/+130
|
* Move tags in another tableChocobozzz2016-12-241-1/+12
|
* First version with PostgreSQLChocobozzz2016-12-195-59/+67
|
* Fix migration scriptChocobozzz2016-11-211-9/+5
|