aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * Implement user API (create, update, remove, list)Chocobozzz2016-08-041-1/+7
| * Server: reorganize express validatorsChocobozzz2016-07-311-15/+20
* | First draft using only webseed for serverChocobozzz2016-07-271-4/+8
|/
* Server: throttle "seedAll" when starting the serverChocobozzz2016-07-211-0/+5
* Server: implement refresh tokenChocobozzz2016-07-201-0/+6
* Server: limit actions for each request between podsChocobozzz2016-07-061-0/+4
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-301-3/+6
* Video model refractoring -> use mongoose apiChocobozzz2016-06-241-1/+2
* 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
* Move the count of results for the pagination in constants moduleChocobozzz2016-05-131-0/+4
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-1/+9
* Use const/let now we use node 4.2Chocobozzz2016-03-161-5/+5
* Prepare folders structure for angular appChocobozzz2016-03-071-0/+42