aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Expand)AuthorAgeFilesLines
* Server: add video previewChocobozzz2016-11-162-1/+5
* Server: check the host key is not present in configurationsChocobozzz2016-11-011-1/+14
* 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
| * 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
* Try to make a better communication (between pods) moduleChocobozzz2016-06-181-7/+6
* Use ng2-file-upload instead of jquery and add tags support to the videoChocobozzz2016-06-071-2/+2
* Little refractoring of requests scheduler moduleChocobozzz2016-06-061-0/+4
* Add tag search support to serverChocobozzz2016-06-061-1/+1
* Add tags support to serverChocobozzz2016-06-061-9/+14
* Increase the interval for the friends requestsChocobozzz2016-06-051-2/+2
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-221-0/+6
* Add ability to sort videos listChocobozzz2016-05-171-0/+6
* Add check for the author username lengthChocobozzz2016-05-161-0/+3
* Add a check for the duration of videosChocobozzz2016-05-161-0/+5
* Use async series in installer for better readabilityChocobozzz2016-05-131-15/+17
* Move the count of results for the pagination in constants moduleChocobozzz2016-05-131-0/+4
* Add debug electron settingChocobozzz2016-05-131-1/+1