aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Server: remove useless hash affectationsChocobozzz2016-10-022-7/+7
| |
| * Server: reorganize constant fileChocobozzz2016-10-021-47/+64
| |
| * Server: migration script that add admin role to root userChocobozzz2016-09-272-1/+21
| |
| * Server: fix migration at installationChocobozzz2016-09-263-7/+9
| |
| * Add migration (for db, folders...) mechanismChocobozzz2016-09-265-1/+112
| |
| * Server: add requests stats endpointChocobozzz2016-09-191-3/+3
| |
| * Server: encrypt password in databaseChocobozzz2016-08-252-2/+5
| |
| * Server: make friends urls come from the request instead of theChocobozzz2016-08-201-2/+2
| | | | | | | | configuration file
| * Server: put config in constantsChocobozzz2016-08-192-6/+29
| |
| * Server: add user list sort/paginationChocobozzz2016-08-162-1/+2
| |
| * Server: optimize function to see if there are users or notChocobozzz2016-08-161-2/+2
| |
| * Implement user API (create, update, remove, list)Chocobozzz2016-08-042-4/+13
| |
| * Server: reorganize express validatorsChocobozzz2016-07-311-15/+20
| |
* | First draft using only webseed for serverChocobozzz2016-07-271-4/+8
|/
* Server: Use ES6 promise for mongoose/node-oatuh2-serverChocobozzz2016-07-271-0/+1
|
* Server: throttle "seedAll" when starting the serverChocobozzz2016-07-211-0/+5
|
* Server: implement refresh tokenChocobozzz2016-07-202-1/+7
|
* Server: udpate async to 2.0.0Chocobozzz2016-07-181-3/+4
|
* Server: limit actions for each request between podsChocobozzz2016-07-061-0/+4
|
* Use dashes for filenamesChocobozzz2016-07-011-1/+1
|
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-013-10/+28
|
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-302-3/+7
|
* Do not generate a random password for test envChocobozzz2016-06-301-1/+12
|
* Request model refractoring -> use mongoose apiChocobozzz2016-06-281-0/+2
|
* Video model refractoring -> use mongoose apiChocobozzz2016-06-242-1/+5
|