Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move normalize functions in helpers | Chocobozzz | 2018-05-11 | 4 | -26/+26 |
| | |||||
* | Improve AP validation for Notes | Chocobozzz | 2018-05-11 | 3 | -11/+25 |
| | |||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 26 | -95/+296 |
| | |||||
* | Decrease AP video cache | Chocobozzz | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2018-05-11 | 2 | -243/+320 |
| | |||||
* | Cache AP video route for 5 seconds | Chocobozzz | 2018-05-11 | 5 | -28/+40 |
| | |||||
* | linting | John Livingston | 2018-05-11 | 1 | -18/+18 |
| | |||||
* | fix reject | John Livingston | 2018-05-11 | 1 | -3/+2 |
| | |||||
* | Standard code | John Livingston | 2018-05-11 | 1 | -9/+8 |
| | |||||
* | import-videos: prompt for password | John Livingston | 2018-05-11 | 4 | -9/+124 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 14 | -223/+365 |
| | | | | The instance should be whitelisted first | ||||
* | Do not bundle two different videojs versions | Chocobozzz | 2018-05-11 | 3 | -51/+10 |
| | |||||
* | Improve video torrent AP object validator | Chocobozzz | 2018-05-11 | 4 | -20/+19 |
| | |||||
* | Add overflow on markdown textaera | Chocobozzz | 2018-05-11 | 1 | -1/+6 |
| | |||||
* | User routes: :id/update -> update/:id | Chocobozzz | 2018-05-11 | 2 | -2/+2 |
| | |||||
* | Route: Video edit -> video update | Chocobozzz | 2018-05-11 | 3 | -3/+3 |
| | |||||
* | User add -> User create | Chocobozzz | 2018-05-11 | 6 | -13/+13 |
| | |||||
* | adding basic helpers to guide users for comments/subscribe to accounts | Rigel | 2018-05-11 | 4 | -2/+18 |
| | |||||
* | Remove the /etc/pkg/FreeBSD.conf change. The latest version came with node ↵ | Jacques Foucry | 2018-05-10 | 1 | -18/+3 |
| | | | | 10 and PeerTube does not deal with it. Staying in quartely give node 9.10.1 | ||||
* | Avoid ... for delete/edit buttons in admin panel | Chocobozzz | 2018-05-09 | 3 | -4/+17 |
| | |||||
* | Fix tests | Chocobozzz | 2018-05-09 | 2 | -6/+6 |
| | |||||
* | Fix video channel description/support max length | Chocobozzz | 2018-05-09 | 5 | -13/+58 |
| | |||||
* | Account/channel descriptions are not required anymore | Chocobozzz | 2018-05-09 | 9 | -61/+100 |
| | |||||
* | Fix message when updating my profile | Chocobozzz | 2018-05-09 | 1 | -3/+3 |
|\ | |||||
| * | Fix #546 (I hope!) | Gérald Niel | 2018-05-09 | 1 | -3/+3 |
| | | |||||
* | | Load my-account module lazily | Chocobozzz | 2018-05-09 | 33 | -11/+12 |
| | | |||||
* | | Improve responsive account about page | Chocobozzz | 2018-05-09 | 3 | -5/+13 |
| | | |||||
* | | Add timeout and TTL to request jobs | Chocobozzz | 2018-05-09 | 5 | -14/+33 |
| | | |||||
* | | Increase header burger size | Chocobozzz | 2018-05-09 | 1 | -1/+1 |
|/ | |||||
* | Fix error message on token expiration | Chocobozzz | 2018-05-07 | 2 | -13/+23 |
| | |||||
* | Docker config directory as volume | Chocobozzz | 2018-05-07 | 7 | -68/+27 |
| | |||||
* | Switch Arch Linux dependency to NodeJS LTS | Pierre-Alain TORET | 2018-05-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> | ||||
* | Fix docker production configuration | Chocobozzz | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | Update gitignore | Chocobozzz | 2018-05-07 | 1 | -0/+2 |
| | |||||
* | Bumped to version v1.0.0-beta.4v1.0.0-beta.4 | Chocobozzz | 2018-05-07 | 2 | -2/+2 |
| | |||||
* | Fix release script | Chocobozzz | 2018-05-07 | 1 | -13/+11 |
| | |||||
* | Update changelog | Chocobozzz | 2018-05-07 | 1 | -0/+1 |
| | |||||
* | Fix video channel update/create on empty fields | Chocobozzz | 2018-05-07 | 3 | -11/+10 |
| | |||||
* | Add support section in video channel about page | Chocobozzz | 2018-05-07 | 2 | -8/+20 |
| | |||||
* | Add link to the channel page in watch page | Chocobozzz | 2018-05-07 | 4 | -1/+19 |
| | |||||
* | Preferably use the docker hub image | Chocobozzz | 2018-05-07 | 1 | -3/+4 |
| | |||||
* | Add libs to tsconfig | Chocobozzz | 2018-05-07 | 2 | -1/+9 |
| | |||||
* | Adapt docker image file path in docker-compose.yml | Florent Fayolle | 2018-05-07 | 2 | -3/+3 |
| | |||||
* | Fix tests | Chocobozzz | 2018-04-26 | 2 | -3/+3 |
| | |||||
* | feature: initial syndication feeds tests for instance-wide feeds | Rigel Kent | 2018-04-26 | 7 | -120/+389 |
| | |||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 36 | -53/+580 |
| | |||||
* | Add username near the display name for account pages | Chocobozzz | 2018-04-26 | 5 | -9/+43 |
| | |||||
* | Fix link for async and clarify the wording | Dashie | 2018-04-26 | 1 | -2/+2 |
| | |||||
* | Add a link to 'My profile' in the dropdown | Dashie | 2018-04-26 | 1 | -0/+4 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 23 | -19/+215 |
| |