aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Begin user quotaChocobozzz2017-09-041-1/+7
|
* Upgrade common server dependenciesChocobozzz2017-08-256-59/+60
|
* Formated -> FormattedChocobozzz2017-08-251-6/+6
|
* Move video file metadata in their own tableChocobozzz2017-08-252-18/+40
| | | | Will be used for user video quotas and multiple video resolutions
* Add ability to limit user registrationsChocobozzz2017-07-251-1/+19
|
* Add previews cache system between podsChocobozzz2017-07-121-1/+4
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-115-15/+11
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-112-10/+16
|
* Better typescript typing for a better worldChocobozzz2017-07-101-4/+14
|
* Fix error loggingChocobozzz2017-07-072-3/+3
|
* Async signature and various fixesChocobozzz2017-07-072-27/+22
|
* Move to promisesChocobozzz2017-07-055-165/+209
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Update systemd service templateChocobozzz2017-06-201-1/+1
|
* Share models between server and clientChocobozzz2017-06-171-2/+6
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-1/+0
|
* Create types for model enumsChocobozzz2017-06-162-2/+5
|
* 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
|