aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix change ownership typingRigel Kent2020-06-281-2/+2
|
* allow muting from the miniature optionsRigel Kent2020-06-281-4/+4
| | | | initial implementation with a listing refresh except on search results
* align ownership change video list table with moderation tablesRigel Kent2020-06-281-7/+3
|
* allow limiting video-comments rss feeds to an account or video channelRigel Kent2020-06-273-17/+78
|
* update openapi spec with links and callback for searchRigel Kent2020-06-271-1/+1
|
* Close mock blocklit server when tests endChocobozzz2020-06-262-0/+4
|
* Block infohash spammers from trackerChocobozzz2020-06-254-22/+81
|
* Add auto block videos plugin testsChocobozzz2020-06-252-0/+191
|
* Add database.name config optionGirish Ramakrishnan2020-06-251-1/+1
| | | | | | | | If database.name is set, we use it as the complete database name. If unset, we use the "peertube"+database.suffix as the complete database name. Fixes #1620
* Reorganize client shared modulesChocobozzz2020-06-2339-132/+153
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-229-27/+239
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Use TS_NODE_FILES instead of --filesChocobozzz2020-06-181-2/+2
| | | | Because --files does not work
* Fix testsChocobozzz2020-06-182-6/+6
|
* Split types and typingsChocobozzz2020-06-18172-203/+204
|
* Fix server buildChocobozzz2020-06-171-2/+5
|