Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Chocobozzz | 2020-07-31 | 1 | -2/+2 |
| | |||||
* | Add openapi doc | Chocobozzz | 2020-07-31 | 5 | -10/+7 |
| | |||||
* | Add migrations for abuse messages | Chocobozzz | 2020-07-31 | 6 | -16/+87 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 15 | -38/+426 |
| | |||||
* | Add abuse messages management in my account | Chocobozzz | 2020-07-31 | 9 | -23/+109 |
| | |||||
* | Add abuse message management in admin | Chocobozzz | 2020-07-31 | 1 | -0/+2 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 24 | -185/+931 |
| | |||||
* | Increase timeout for moderation notifications | Chocobozzz | 2020-07-31 | 1 | -6/+6 |
| | |||||
* | Correctly test ldap | Chocobozzz | 2020-07-31 | 1 | -2/+2 |
| | |||||
* | Don't run in parallel cli and plugin tests | Chocobozzz | 2020-07-31 | 2 | -9/+11 |
| | |||||
* | Use parallel to run tests in parallel | Chocobozzz | 2020-07-31 | 4 | -39/+0 |
| | |||||
* | Don't rely on youtube for tests | Chocobozzz | 2020-07-31 | 6 | -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, ↵ | Kim | 2020-07-31 | 4 | -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-channels | Rigel Kent | 2020-07-29 | 4 | -6/+60 |
| | |||||
* | adapt notifications buttons for small screens | Rigel Kent | 2020-07-29 | 2 | -3/+7 |
| | |||||
* | harmonize search for libraries | Rigel Kent | 2020-07-29 | 6 | -15/+70 |
| | |||||
* | variable columns for users list, more columns possible, badge display for ↵ | Rigel Kent | 2020-07-29 | 3 | -8/+37 |
| | | | | statuses | ||||
* | allow sorting notifications | Rigel Kent | 2020-07-29 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-20 | 4 | -7/+10 |
|\ | |||||
| * | Fix: display username in password-reset and verify-email notifs | kimsible | 2020-07-20 | 4 | -7/+10 |
| | | |||||
* | | Relax migrations | Chocobozzz | 2020-07-11 | 1 | -7/+0 |
| | | |||||
* | | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-10 | 3 | -6/+35 |
|\| | |||||
| * | Fix video import tests | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | | |||||
| * | Handle webp images from youtube-dl | Chocobozzz | 2020-07-10 | 2 | -5/+34 |
| | | |||||
* | | Add ability to report account | Chocobozzz | 2020-07-10 | 3 | -7/+10 |
| | | |||||
* | | Add ability to report comments in front end | Chocobozzz | 2020-07-10 | 2 | -2/+4 |
| | | |||||
* | | Add new abuses tests | Chocobozzz | 2020-07-10 | 20 | -345/+760 |
| | | |||||
* | | Use raw sql for abuses | Chocobozzz | 2020-07-10 | 3 | -137/+219 |
| | | |||||
* | | Add migrations | Chocobozzz | 2020-07-10 | 25 | -145/+621 |
| | | |||||
* | | Implement abuses check params | Chocobozzz | 2020-07-10 | 16 | -131/+588 |
| | | |||||
* | | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 46 | -764/+1555 |
|/ | |||||
* | Fix lint | Chocobozzz | 2020-07-10 | 1 | -2/+2 |
| | |||||
* | Add ability to override client assets : logo - favicon - PWA icons - PWA ↵ | Kim | 2020-07-10 | 4 | -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 list | Rigel Kent | 2020-07-03 | 3 | -3/+14 |
| | | | | fixes #2918 | ||||
* | add blocked filter in users list to filter banned users | Rigel Kent | 2020-07-02 | 4 | -10/+71 |
| | | | | fixes #2914 | ||||
* | Fix users tests | Chocobozzz | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | fix change ownership typing | Rigel Kent | 2020-06-28 | 1 | -2/+2 |
| | |||||
* | allow muting from the miniature options | Rigel Kent | 2020-06-28 | 1 | -4/+4 |
| | | | | initial implementation with a listing refresh except on search results | ||||
* | align ownership change video list table with moderation tables | Rigel Kent | 2020-06-28 | 1 | -7/+3 |
| | |||||
* | allow limiting video-comments rss feeds to an account or video channel | Rigel Kent | 2020-06-27 | 3 | -17/+78 |
| | |||||
* | update openapi spec with links and callback for search | Rigel Kent | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | Close mock blocklit server when tests end | Chocobozzz | 2020-06-26 | 2 | -0/+4 |
| | |||||
* | Block infohash spammers from tracker | Chocobozzz | 2020-06-25 | 4 | -22/+81 |
| | |||||
* | Add auto block videos plugin tests | Chocobozzz | 2020-06-25 | 2 | -0/+191 |
| | |||||
* | Add database.name config option | Girish Ramakrishnan | 2020-06-25 | 1 | -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 modules | Chocobozzz | 2020-06-23 | 39 | -132/+153 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 9 | -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 --files | Chocobozzz | 2020-06-18 | 1 | -2/+2 |
| | | | | Because --files does not work | ||||
* | Fix tests | Chocobozzz | 2020-06-18 | 2 | -6/+6 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 172 | -203/+204 |
| |