Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Remove contributors list from /about/peertube | Chocobozzz | 2021-11-12 | 1 | -10/+0 |
| | | | | | Some contributors don't want to be associated to a particular peertube instance | ||||
* | Stop indexing /about/peertube | Chocobozzz | 2021-10-11 | 1 | -0/+10 |
| | |||||
* | Fix client tests | Chocobozzz | 2021-09-09 | 1 | -1/+4 |
| | |||||
* | Do not index remote actors | Chocobozzz | 2021-08-05 | 1 | -0/+34 |
| | |||||
* | Fix oembed for playlists | Chocobozzz | 2021-07-27 | 1 | -4/+4 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -3/+2 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -15/+15 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -38/+38 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -21/+24 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 1 | -2/+4 |
| | |||||
* | Introduce playlist command | Chocobozzz | 2021-07-20 | 1 | -11/+3 |
| | |||||
* | Introduce accounts command | Chocobozzz | 2021-07-20 | 1 | -3/+1 |
| | |||||
* | Introduce config command | Chocobozzz | 2021-07-20 | 1 | -29/+26 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -52/+77 |
| | |||||
* | Support '/w/' and '/w/p/' for watch page | Chocobozzz | 2021-05-28 | 1 | -86/+110 |
| | | | | And use them as default in client | ||||
* | Cleanup | Chocobozzz | 2021-05-28 | 1 | -151/+119 |
| | | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead | ||||
* | Merge branch 'develop' into shorter-URLs-channels-accounts | Chocobozzz | 2021-05-27 | 1 | -5/+23 |
|\ | |||||
| * | Inject server config in HTML | Chocobozzz | 2021-05-14 | 1 | -5/+23 |
| | | |||||
* | | Add shorter URLs for accounts and channels server-side | Kimsible | 2021-05-05 | 1 | -36/+118 |
|/ | |||||
* | modify tests to support current behaviour regarding plaintext description | Rigel Kent | 2021-04-13 | 1 | -4/+5 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 1 | -1/+1 |
| | |||||
* | Refactor a little bit client canonical URL | Chocobozzz | 2020-12-08 | 1 | -70/+78 |
| | |||||
* | Add tests | Thomas Citharel | 2020-12-08 | 1 | -5/+25 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -15/+16 |
| | |||||
* | Handle playlist oembed | Chocobozzz | 2020-08-07 | 1 | -158/+184 |
| | |||||
* | Fix client tests | Chocobozzz | 2020-07-31 | 1 | -61/+59 |
| | |||||
* | Don't run in parallel cli and plugin tests | Chocobozzz | 2020-07-31 | 1 | -2/+4 |
| | |||||
* | Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵ | Kim | 2020-07-31 | 1 | -15/+166 |
| | | | | | | | | | | | | | | | | | 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> | ||||
* | Use grid to organise settings in admin, my-account | Rigel Kent | 2020-03-10 | 1 | -2/+1 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -5/+4 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -5/+3 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | | | | Because they need dev dependencies | ||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -1/+1 |
| | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | Fix tests | Chocobozzz | 2018-08-06 | 1 | -0/+6 |
| | |||||
* | Add tests regarding video import | Chocobozzz | 2018-08-06 | 1 | -57/+12 |
| | |||||
* | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 1 | -0/+7 |
| | |||||
* | Fix travis tests | Chocobozzz | 2018-07-24 | 1 | -1/+79 |
| | |||||
* | Improve tests when waiting pending jobs | Chocobozzz | 2018-06-13 | 1 | -7/+2 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 1 | -1/+29 |
| | | | | The instance should be whitelisted first | ||||
* | Improve check follow params tests | Chocobozzz | 2017-12-28 | 1 | -2/+2 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-30 | 1 | -4/+7 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 1 | -6/+6 |
| | |||||
* | Add oembed endpoint | Chocobozzz | 2017-10-16 | 1 | -2/+15 |
| | |||||
* | Convert tests to typescript | Chocobozzz | 2017-09-04 | 1 | -0/+68 |