aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Server: forbid to make friends with a non https serverChocobozzz2016-11-161-1/+2
|
* Server: add migration scripts to the new mongo schemesChocobozzz2016-11-165-0/+198
|
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-161-1/+2
| | | | | 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-1/+1
|
* Server: generate magnet uri on the flyChocobozzz2016-11-161-4/+14
|
* Server: add video previewChocobozzz2016-11-162-1/+5
|
* Server: check the host key is not present in configurationsChocobozzz2016-11-011-1/+14
| | | | The parameter was renamed to hostname
* Server: use constants to get port configurationChocobozzz2016-11-011-0/+3
|
* Server: add endpoint in requestsChocobozzz2016-11-012-1/+26
|
* Server: host -> hostname (host = hostname + port)Chocobozzz2016-10-263-6/+6
|
* Client: avoid "quit friends" to appear during the pending requestChocobozzz2016-10-211-0/+5
|
* Server: Uploads -> VideosChocobozzz2016-10-212-2/+2
|
* Server: pod removing refractoringChocobozzz2016-10-211-1/+2
|
* Server: handle tls websocketsChocobozzz2016-10-171-0/+1
|
* Remove references to ElectronChocobozzz2016-10-132-10/+2
|
* Server: update to webseed implementation (tests, lint...)Chocobozzz2016-10-071-1/+2
|
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-028-71/+262
|\