aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add notifications in the clientChocobozzz2019-01-0912-52/+120
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-0920-49/+759
|
* Add import finished and video published notifsChocobozzz2019-01-0919-204/+656
|
* Add notification settings migrationChocobozzz2019-01-097-33/+81
|
* Add user notification base codeChocobozzz2019-01-0942-98/+1992
|
* Optimize index sizesChocobozzz2018-12-203-9/+69
|
* Optimize actor follow scores modificationsChocobozzz2018-12-2013-71/+116
|
* Fix federation of some videosChocobozzz2018-12-193-9/+61
| | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video
* Fix users update me param validationChocobozzz2018-12-181-4/+7
|
* Fix video sortChocobozzz2018-12-181-1/+5
|
* Add ability to disable and clear historyChocobozzz2018-12-181-0/+1
|
* Add history page on clientChocobozzz2018-12-181-0/+5
|
* Add history on server sideChocobozzz2018-12-1816-17/+341
| | | | Add ability to disable, clear and list user videos history
* throw error if MailDev doesn't runJosh Morel2018-12-172-4/+4
| | | | also allow calling in multiple file
* Fix CSP on dev modeChocobozzz2018-12-171-6/+5
|
* Add video title/description when rendering htmlChocobozzz2018-12-172-28/+41
|
* Remove the eventual trailing '/' at the end of urls (see #1453) (#1480)HesioZ2018-12-151-0/+10
| | | remove eventual trailing '/' at the end of urls in import script (see #1453)
* Keep old channel/user name constraintsChocobozzz2018-12-132-4/+4
| | | | In order to avoid compatibility issues
* add Content Security Policy (#1252)Rigel Kent2018-12-135-2/+51
| | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* Fix crash regarding video stream issueChocobozzz2018-12-121-1/+1
|
* Fix broken audio with transcodingChocobozzz2018-12-111-3/+3
|
* Overwrite video captionChocobozzz2018-12-111-1/+1
|
* Use move instead renameChocobozzz2018-12-115-10/+10
| | | | To avoid EXDEV errors
* Support additional video extensionsChocobozzz2018-12-1123-83/+224
|
* Add test regarding tmp directoryChocobozzz2018-12-111-0/+9
|
* Don't quit on queue errorChocobozzz2018-12-111-1/+0
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-07114-3211/+837
|\ | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * Fix dependency issuesbuoyantair2018-11-201-5/+15
| |
| * Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-2019-65/+94
| |\ | | | | | | | | | move-utils-to-shared
| * \ Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-1817-46/+360
| |\ \ | | | | | | | | | | | | move-utils-to-shared
| * | | Fix dependency errors between modulesbuoyantair2018-11-167-9/+18
| | | |
| * | | Merge from upstreambuoyantair2018-11-1667-227/+1622
| |\ \ \
| * | | | Move utils to /sharedbuoyantair2018-10-29104-3095/+316
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* | | | | username/display_name/video_channel_name min length 1 and max length 50 (#1265)BRAINS YUM2018-12-072-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263); ! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine; allow for usernames to start with a number; fix test, since username can be 1 char now make test check empty; fix test, Should fail with a too long username; fix test, Should fail with a too small username; fix regular expression for username and videoChannel; change username, videoChannel to be lowercase and fix message; * change 1 characters to 1 character
* | | | | Fix AP testsChocobozzz2018-12-071-4/+4
| | | | |
* | | | | (well-known url) add change-passwordRigel Kent2018-12-072-0/+16
| | | | |
* | | | | Fix thumbnail sitemap locationChocobozzz2018-12-061-1/+1
| | | | |
* | | | | Add sitemapChocobozzz2018-12-057-3/+218
| | | | |
* | | | | Add error when email system is not configured and using the forgotChocobozzz2018-12-052-0/+11
| | | | | | | | | | | | | | | | | | | | password system
* | | | | Remove inferred typeChocobozzz2018-12-054-15/+15
| | | | |
* | | | | Create redundancy endpointChocobozzz2018-12-046-21/+31
| | | | |
* | | | | Add tmp and redundancy directoriesChocobozzz2018-12-0416-39/+49
| | | | |
* | | | | Fix thumbnail processingChocobozzz2018-12-046-20/+25
| | | | |
* | | | | Update dependenciesChocobozzz2018-12-042-3/+3
| | | | |
* | | | | Fix trending pageChocobozzz2018-12-033-12/+21
| | | | |
* | | | | Fix AP redirectionChocobozzz2018-11-303-23/+54
| | | | |
* | | | | Optimize config endpointChocobozzz2018-11-233-12/+9
| | | | |
* | | | | Don't import test tools in coreChocobozzz2018-11-222-5/+3
| | | | |
* | | | | Fix youtube video importChocobozzz2018-11-211-2/+2
| | | | |
* | | | | enable email verification by admin (#1348)Josh Morel2018-11-215-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required