aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Update webpack stackChocobozzz2017-06-114-12/+25
|
* Type functionsChocobozzz2017-06-1010-96/+176
|
* require -> importChocobozzz2017-06-057-19/+13
|
* Type modelsChocobozzz2017-05-253-10/+10
|
* First typescript iterationChocobozzz2017-05-2016-326/+318
|
* Server: move requests lib in their own directoryChocobozzz2017-05-051-1/+1
|
* Fix unset video language on video updateChocobozzz2017-05-051-1/+1
|
* Update standard -> 10Chocobozzz2017-04-161-4/+10
|
* Server: add video language attributeChocobozzz2017-04-072-0/+6
|
* Server: Add NSFW in user profileChocobozzz2017-04-031-1/+6
|
* Server: add nsfw attributeChocobozzz2017-03-282-0/+6
|
* Server: add licence video attributeChocobozzz2017-03-272-0/+6
|
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-221-2/+1
|
* Add video category supportChocobozzz2017-03-222-0/+6
|
* Add like/dislike system for videosChocobozzz2017-03-082-1/+9
|
* Server: add views attribute when sending videos to friendsChocobozzz2017-03-041-1/+2
|
* Server: implement video viewsChocobozzz2017-02-263-5/+40
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-263-5/+39
| | | | | | | | 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: update express-validatorChocobozzz2017-02-101-1/+17
|
* Client: add ability to report a videoChocobozzz2017-01-201-1/+0
|
* Server: paths refractoringChocobozzz2017-01-171-10/+28
|
* Server: remote video validators refractoringChocobozzz2017-01-171-23/+22
|
* Server: transaction refractoringChocobozzz2017-01-171-2/+20
|
* Server: create transaction refractoringChocobozzz2017-01-152-35/+56
|
* Server: retryer transaction wrapper refractoringChocobozzz2017-01-151-0/+20
|
* Server: try to have a better video integrityChocobozzz2017-01-061-1/+15
|
* Server: use crypto instead of ursa for pod signatureChocobozzz2017-01-042-31/+69
|
* Server: we don't need the video name when removing a remote videoChocobozzz2017-01-041-1/+0
|
* Server: add video abuse supportChocobozzz2017-01-045-54/+115
|
* Server: move remote routes in their own directoryChocobozzz2016-12-301-0/+5
|
* Server: add updatedAt attribute to videosChocobozzz2016-12-301-0/+2
|
* Server: propagate video update to other podsChocobozzz2016-12-301-0/+15
|
* Server: use binary data instead of base64 to send thumbnailsChocobozzz2016-12-291-5/+4
|
* Server: add database field validationsChocobozzz2016-12-282-8/+7
|
* Add script to migrate from mongodb to postgresqlChocobozzz2016-12-271-1/+0
| | | | Usage: NODE_ENV=production ./scripts/mongo-to-postgre.js --mongo-database peertube-prod
* Fix standard lintChocobozzz2016-12-251-10/+0
|
* First version with PostgreSQLChocobozzz2016-12-192-9/+16
|
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-272-63/+2
| | | | We don't need it anymore since HTTPS is mandatory now
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-271-1/+0
| | | | signature
* Server: forbid to make friends with a non https serverChocobozzz2016-11-161-1/+6
|
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-163-12/+14
| | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests).
* Server: use preview image for opengraphChocobozzz2016-11-161-2/+2
|
* Server: generate magnet uri on the flyChocobozzz2016-11-161-4/+4
|
* Server: use _id for image and video files. Add remoteId fieldChocobozzz2016-11-161-2/+7
|
* Server: host -> hostname (host = hostname + port)Chocobozzz2016-10-261-1/+1
|
* Server: remove useless hash affectationsChocobozzz2016-10-027-28/+28
|
* Server: encrypt password in databaseChocobozzz2016-08-251-0/+21
|
* Server: fix makefriends validation and testsChocobozzz2016-08-213-10/+24
|
* Server: fix remote videos requests validatorChocobozzz2016-08-211-20/+21
|
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-1/+10
| | | | configuration file