index
:
Peertube
develop
gitolite_local/open_instance
master
release/3.0.0
release/4.0.0
release/4.1.0
release/5.2.0
ActivityPub-federated video streaming platform using P2P directly in your web browser
Immae
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Server: fix remaining milli seconds before the next requests feature
Chocobozzz
2016-10-01
2
-6
/
+19
|
*
Server: add port when making friends if it is not specified
Chocobozzz
2016-10-01
3
-1
/
+71
|
*
Electron-prebuilt -> electron
Chocobozzz
2016-10-01
1
-1
/
+1
|
*
Server: fix error log when a friend request fails
Chocobozzz
2016-10-01
1
-2
/
+1
|
*
Server: add information why a friend request failed (status code)
Chocobozzz
2016-10-01
1
-7
/
+8
|
*
Server: when we remove a user, remove the oauthtokens too
Chocobozzz
2016-10-01
2
-1
/
+14
|
*
Server: do not forget to check the signature when another pod wants to
Chocobozzz
2016-10-01
3
-21
/
+32
|
*
Server: migration script that add admin role to root user
Chocobozzz
2016-09-27
2
-1
/
+21
|
*
Server: fix migration at installation
Chocobozzz
2016-09-26
3
-7
/
+9
|
*
Add migration (for db, folders...) mechanism
Chocobozzz
2016-09-26
7
-1
/
+148
|
*
Server: show user created date for the api
Chocobozzz
2016-09-23
1
-1
/
+2
|
*
Client: add requests stats page
Chocobozzz
2016-09-23
1
-1
/
+2
|
*
Server: fix unit tests again
Chocobozzz
2016-09-21
1
-2
/
+4
|
*
Server: fix tests
Chocobozzz
2016-09-21
1
-4
/
+6
|
*
Fix client peer dependencies
Chocobozzz
2016-09-20
2
-8
/
+1
|
*
Server: add requests stats endpoint
Chocobozzz
2016-09-19
6
-7
/
+199
|
*
Server: add pod created date and score to the list controller
Chocobozzz
2016-08-26
3
-12
/
+49
|
*
Server: encrypt password in database
Chocobozzz
2016-08-25
5
-15
/
+73
|
*
Server: fix check user params tests
Chocobozzz
2016-08-23
1
-12
/
+10
|
*
Client: fix error display for component
Chocobozzz
2016-08-23
2
-3
/
+23
|
*
Do not wait the make friends process ends to send a response to the
Chocobozzz
2016-08-23
1
-2
/
+7
|
*
Server: catch JSON.parse exceptions
Chocobozzz
2016-08-23
2
-3
/
+13
|
*
Server: fix makefriends validation and tests
Chocobozzz
2016-08-21
5
-74
/
+98
|
*
Server: fix remote videos requests validator
Chocobozzz
2016-08-21
2
-21
/
+21
|
*
Server: fix real world simulation script
Chocobozzz
2016-08-20
1
-14
/
+17
|
*
Server: make friends urls come from the request instead of the
Chocobozzz
2016-08-20
7
-14
/
+82
|
*
Server: put config in constants
Chocobozzz
2016-08-19
10
-65
/
+72
|
*
Server: add user list sort/pagination
Chocobozzz
2016-08-16
11
-16
/
+199
|
*
Server: optimize function to see if there are users or not
Chocobozzz
2016-08-16
2
-2
/
+7
|
*
Server: video.list -> video.listForApi (with pagination, sort...)
Chocobozzz
2016-08-16
2
-24
/
+6
|
*
Server: test filenames with hyphens
Chocobozzz
2016-08-15
6
-5
/
+5
|
*
Server: fix travis tests
Chocobozzz
2016-08-14
1
-9
/
+2
|
*
Server: delete user with the id and not the username
Chocobozzz
2016-08-09
6
-12
/
+18
|
*
Server: create requests utils module
Chocobozzz
2016-08-07
2
-89
/
+105
|
*
Server: split tests utils in multiple files
Chocobozzz
2016-08-07
14
-626
/
+712
|
*
Server: do not allow a user to remove a video of another user
Chocobozzz
2016-08-05
2
-0
/
+3
|
*
Server: fix tests
Chocobozzz
2016-08-05
1
-1
/
+1
|
*
Server: fix status code when updating/removing a user
Chocobozzz
2016-08-05
1
-2
/
+2
|
*
Server: allow user to get its informations (/users/me)
Chocobozzz
2016-08-05
4
-7
/
+62
|
*
Server: move clients in its own file
Chocobozzz
2016-08-05
3
-27
/
+43
|
*
Implement user API (create, update, remove, list)
Chocobozzz
2016-08-04
16
-47
/
+688
|
*
Server: reorganize express validators
Chocobozzz
2016-07-31
7
-51
/
+99
*
|
First draft using only webseed for server
Chocobozzz
2016-07-27
4
-291
/
+30
|
/
*
Server: Use ES6 promise for mongoose/node-oatuh2-server
Chocobozzz
2016-07-27
4
-9
/
+9
*
Server: throttle "seedAll" when starting the server
Chocobozzz
2016-07-21
2
-2
/
+7
*
Server: Add some cli tools to make it easy to upload a lot of videos
Chocobozzz
2016-07-20
4
-1
/
+188
*
Server: do not enable images tests by default because it needs a special
Chocobozzz
2016-07-20
1
-9
/
+16
*
Server: implement refresh token
Chocobozzz
2016-07-20
9
-23
/
+78
*
Server: Don't make the host url check for client credentials if this is a tes...
Chocobozzz
2016-07-19
1
-1
/
+4
*
Server: udpate async to 2.0.0
Chocobozzz
2016-07-18
14
-70
/
+84
[prev]
[next]