aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.js
Commit message (Collapse)AuthorAgeFilesLines
* First typescript iterationChocobozzz2017-05-201-343/+0
|
* Server: add job scheduler to transcode video filesChocobozzz2017-05-041-0/+21
|
* Server: add video language attributeChocobozzz2017-04-071-1/+20
|
* Server: Add NSFW in user profileChocobozzz2017-04-031-1/+1
|
* Server: add nsfw attributeChocobozzz2017-03-281-1/+1
|
* Server: add licence video attributeChocobozzz2017-03-271-1/+13
|
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-221-1/+1
|
* Add video category supportChocobozzz2017-03-221-1/+23
|
* Server: add config endpointChocobozzz2017-03-101-0/+3
|
* Allow to sort by likesChocobozzz2017-03-081-1/+1
|
* Add like/dislike system for videosChocobozzz2017-03-081-2/+8
|
* 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-261-3/+17
| | | | | | | | 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-181-4/+4
|
* Add email to podsChocobozzz2017-02-161-1/+4
|
* Client: replace simple tables by ng2 smart table componentChocobozzz2017-01-301-2/+2
|
* Server: paths refractoringChocobozzz2017-01-171-2/+6
|
* Server: remote request process refractoringChocobozzz2017-01-171-0/+8
|
* 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 database field validationsChocobozzz2016-12-281-1/+1
|
* Fix standard lintChocobozzz2016-12-251-1/+0
|
* Update migrations codeChocobozzz2016-12-251-38/+5
|
* First version with PostgreSQLChocobozzz2016-12-191-10/+9
|
* Server: forbid to make friends with a non https serverChocobozzz2016-11-161-1/+2
|
* Server: add migration scripts to the new mongo schemesChocobozzz2016-11-161-0/+16
|
* 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-161-0/+4
|
* Server: use constants to get port configurationChocobozzz2016-11-011-0/+3
|
* Server: add endpoint in requestsChocobozzz2016-11-011-1/+11
|
* Server: host -> hostname (host = hostname + port)Chocobozzz2016-10-261-3/+3
|
* Client: avoid "quit friends" to appear during the pending requestChocobozzz2016-10-211-0/+5
|
* Server: Uploads -> VideosChocobozzz2016-10-211-1/+1
|
* Server: handle tls websocketsChocobozzz2016-10-171-0/+1
|
* Remove references to ElectronChocobozzz2016-10-131-8/+0
|
* Server: update to webseed implementation (tests, lint...)Chocobozzz2016-10-071-1/+2
|
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-021-49/+126
|\
| * Server: reorganize constant fileChocobozzz2016-10-021-47/+64
| |
| * Server: migration script that add admin role to root userChocobozzz2016-09-271-1/+5
| |
| * Add migration (for db, folders...) mechanismChocobozzz2016-09-261-1/+15
| |
| * Server: add requests stats endpointChocobozzz2016-09-191-3/+3
| |
| * Server: encrypt password in databaseChocobozzz2016-08-251-0/+3
| |
| * Server: put config in constantsChocobozzz2016-08-191-0/+27
| |
| * Server: add user list sort/paginationChocobozzz2016-08-161-0/+1
| |