aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Refactor video extensions logic in serverChocobozzz2020-08-116-52/+87
|
* add and document new additional video extensions supported at uploadRigel Kent2020-08-102-6/+37
|
* Fix twitter embedChocobozzz2020-08-071-1/+7
|
* Add ability to share playlists in modalChocobozzz2020-08-072-1/+3
|
* Handle playlist oembedChocobozzz2020-08-077-212/+449
|
* Handle playlist methods in embed apiChocobozzz2020-08-071-4/+5
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-7/+8
|
* Fix lintChocobozzz2020-08-073-5/+12
|
* Reorganize shared modelsChocobozzz2020-08-0711-40/+48
|
* Upgrade to angular 10Chocobozzz2020-08-071-0/+1
|
* Fix resolution for portrait videosChocobozzz2020-08-032-6/+7
|
* Increase redundancy check params timeoutChocobozzz2020-07-311-1/+1
|
* Fix video only HLS on iosChocobozzz2020-07-311-2/+6
|
* Fix client testsChocobozzz2020-07-311-61/+59
|
* Fix testsChocobozzz2020-07-311-2/+2
|
* Add openapi docChocobozzz2020-07-315-10/+7
|
* Add migrations for abuse messagesChocobozzz2020-07-316-16/+87
|
* Add abuse messages/states notificationsChocobozzz2020-07-3115-38/+426
|
* Add abuse messages management in my accountChocobozzz2020-07-319-23/+109
|
* Add abuse message management in adminChocobozzz2020-07-311-0/+2
|
* Add server API to abuse messagesChocobozzz2020-07-3124-185/+931
|
* Increase timeout for moderation notificationsChocobozzz2020-07-311-6/+6
|
* Correctly test ldapChocobozzz2020-07-311-2/+2
|
* Don't run in parallel cli and plugin testsChocobozzz2020-07-312-9/+11
|
* Use parallel to run tests in parallelChocobozzz2020-07-314-39/+0
|
* Don't rely on youtube for testsChocobozzz2020-07-316-40/+39
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵Kim2020-07-314-79/+371
| | | | | | | | | | | | | | | | | playlists urls (#2996) * Add open-graph and twitter-card metas to accounts and video-channels * Add open-graph and twitter-card to video-playlists watch view * Refactor meta-tags creation server-side * Add client.ts tests for account, channel and playlist tags * Correct lint forbidden spaces * Correct test regression on client.ts Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* test search for subscriptions and video-channelsRigel Kent2020-07-294-6/+60
|
* adapt notifications buttons for small screensRigel Kent2020-07-292-3/+7
|
* harmonize search for librariesRigel Kent2020-07-296-15/+70
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-293-8/+37
| | | | statuses
* allow sorting notificationsRigel Kent2020-07-291-2/+2
|
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-204-7/+10
|\
| * Fix: display username in password-reset and verify-email notifskimsible2020-07-204-7/+10
| |
* | Relax migrationsChocobozzz2020-07-111-7/+0
| |
* | Merge branch 'release/2.3.0' into developChocobozzz2020-07-103-6/+35
|\|
| * Fix video import testsChocobozzz2020-07-101-1/+1
| |
| * Handle webp images from youtube-dlChocobozzz2020-07-102-5/+34
| |
* | Add ability to report accountChocobozzz2020-07-103-7/+10
| |
* | Add ability to report comments in front endChocobozzz2020-07-102-2/+4
| |
* | Add new abuses testsChocobozzz2020-07-1020-345/+760
| |
* | Use raw sql for abusesChocobozzz2020-07-103-137/+219
| |
* | Add migrationsChocobozzz2020-07-1025-145/+621
| |
* | Implement abuses check paramsChocobozzz2020-07-1016-131/+588
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-1046-764/+1555
|/
* Fix lintChocobozzz2020-07-101-2/+2
|
* Add ability to override client assets : logo - favicon - PWA icons - PWA ↵Kim2020-07-104-6/+83
| | | | | | | | | | | | | | | manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* add check-params test for user listRigel Kent2020-07-033-3/+14
| | | | fixes #2918
* add blocked filter in users list to filter banned usersRigel Kent2020-07-024-10/+71
| | | | fixes #2914
* Fix users testsChocobozzz2020-07-021-1/+1
|