Commit Graph

  • 2149630437 Client: ID column smaller Chocobozzz 2016-08-26 19:02:43 +0200
  • 8889736127 Client: add ID, score and created date to the friends list Chocobozzz 2016-08-26 18:59:17 +0200
  • 535724234a Server: add pod created date and score to the list controller Chocobozzz 2016-08-26 18:55:10 +0200
  • cc599f34b7 Client: update codelyzer -> 0.0.28 Chocobozzz 2016-08-26 14:47:14 +0200
  • 94b0853d68 Update to standard 8 Chocobozzz 2016-08-25 18:32:47 +0200
  • 26d7d31ba3 Server: encrypt password in database Chocobozzz 2016-08-25 17:57:37 +0200
  • f84a89f0e7 Client: fix friend add input control when removing an input Chocobozzz 2016-08-23 18:09:21 +0200
  • 327680c984 Server: fix check user params tests Chocobozzz 2016-08-23 17:58:05 +0200
  • 93c462b771 Client: refresh friends list after quitting them Chocobozzz 2016-08-23 17:47:58 +0200
  • 039cdfc528 Client: do not rewrite tsconfig at each change of a file Chocobozzz 2016-08-23 17:45:02 +0200
  • bf68dd752d Client: fix error display for component Chocobozzz 2016-08-23 17:42:56 +0200
  • de59c48f5f Client: centralize http res extraction in a service Chocobozzz 2016-08-23 16:54:21 +0200
  • def16d33d1 Server: avoid request entity too large for requests between pods Chocobozzz 2016-08-23 16:24:11 +0200
  • 9e8aa10d94 Client: change url validation for friend add Chocobozzz 2016-08-23 15:49:16 +0200
  • b5d6b94c1e Client: make friends url button (+/-) -> same width Chocobozzz 2016-08-23 15:28:03 +0200
  • 9ab1071c8d Do not wait the make friends process ends to send a response to the request Chocobozzz 2016-08-23 14:48:59 +0200
  • 6be622478a Client: display make/quit friends according to the situation Chocobozzz 2016-08-23 14:43:20 +0200
  • 0f6da32b14 Client: update to new form api Chocobozzz 2016-08-23 14:37:49 +0200
  • 39f87cb216 Server: catch JSON.parse exceptions Chocobozzz 2016-08-23 14:37:36 +0200
  • 5267260022 Client: fix malformed div Chocobozzz 2016-08-23 11:45:28 +0200
  • 50e708d5a0 Update README roadmap Chocobozzz 2016-08-23 11:45:18 +0200
  • 0c8e4ebee9 Update README roadmap Chocobozzz 2016-08-21 12:06:01 +0200
  • 96b0c2bf70 Client: remove makeFriend from friend-list (in friend-add now) Chocobozzz 2016-08-21 11:36:43 +0200
  • beacf6993c Client: simplify simple menu/admin menu displaying logic Chocobozzz 2016-08-21 11:27:24 +0200
  • 9aa46b0c7b Client: navigate to /videos/list when do search on another page Chocobozzz 2016-08-21 11:21:45 +0200
  • e105c19c8e Client: support the new make friends method Chocobozzz 2016-08-21 10:41:21 +0200
  • d57d6f2605 Server: fix makefriends validation and tests Chocobozzz 2016-08-21 10:08:40 +0200
  • 6c1a098b41 Server: fix remote videos requests validator Chocobozzz 2016-08-21 09:54:46 +0200
  • 4613274479 Server: fix real world simulation script Chocobozzz 2016-08-20 17:19:27 +0200
  • 1e2564d392 Server: make friends urls come from the request instead of the configuration file Chocobozzz 2016-08-20 16:59:25 +0200
  • e861452fb2 Server: put config in constants Chocobozzz 2016-08-19 21:34:51 +0200
  • 5c39adb731 Server: add user list sort/pagination Chocobozzz 2016-08-16 22:31:45 +0200
  • 089ff2f204 Server: optimize function to see if there are users or not Chocobozzz 2016-08-16 21:51:35 +0200
  • 0ff21c1c08 Server: video.list -> video.listForApi (with pagination, sort...) Chocobozzz 2016-08-16 21:51:04 +0200
  • 7eef95353f Client: reset pagination when we search something Chocobozzz 2016-08-15 19:05:52 +0200
  • 28f7d2020f Server: test filenames with hyphens Chocobozzz 2016-08-15 18:44:30 +0200
  • ede4db9e5e Server: fix travis tests Chocobozzz 2016-08-14 16:50:22 +0200
  • dfe3ec6bf6 Client: add users list/friends list titles Chocobozzz 2016-08-12 18:24:24 +0200
  • e2f555cab7 Client: add friends page Chocobozzz 2016-08-12 18:22:58 +0200
  • c323efb9cd Update webtorrent -> 0.96 Chocobozzz 2016-08-12 17:35:00 +0200
  • 602eb142be Client: make an admin menu and a classic menu component Chocobozzz 2016-08-12 16:52:10 +0200
  • 7da18e4420 Client: add user management Chocobozzz 2016-08-09 21:45:21 +0200
  • 68a3b9f2aa Server: delete user with the id and not the username Chocobozzz 2016-08-09 21:44:45 +0200
  • 45b81debd6 Server: update dev dependencies Chocobozzz 2016-08-07 22:47:11 +0200
  • 25ed57f3db Server: create requests utils module Chocobozzz 2016-08-07 22:18:14 +0200
  • 8d30905858 Server: split tests utils in multiple files Chocobozzz 2016-08-07 22:09:59 +0200
  • 58b2ba55a9 Server: do not allow a user to remove a video of another user Chocobozzz 2016-08-05 21:41:28 +0200
  • f3391f9237 Server: fix tests Chocobozzz 2016-08-05 19:18:11 +0200
  • 10431358b2 Server: fix status code when updating/removing a user Chocobozzz 2016-08-05 18:08:55 +0200
  • 66af9ee16d Client: Redirect user to home page after logout Chocobozzz 2016-08-05 18:05:27 +0200
  • 629d8d6f70 Client: implement password change Chocobozzz 2016-08-05 18:04:08 +0200
  • 99a64bfed2 Server: allow user to get its informations (/users/me) Chocobozzz 2016-08-05 17:19:08 +0200
  • 6606150c49 Server: move clients in its own file Chocobozzz 2016-08-05 16:09:39 +0200
  • 9bd2662976 Implement user API (create, update, remove, list) Chocobozzz 2016-08-04 22:32:36 +0200
  • e4c556196d Server: reorganize express validators Chocobozzz 2016-07-31 20:58:43 +0200
  • e62f6ef741 Client: fix login state when logout Chocobozzz 2016-07-27 21:15:13 +0200
  • 052937db8a First draft using only webseed for server Chocobozzz 2016-07-26 22:30:46 +0200
  • 71d3476b82 Client: clear timeout error timer for video watch Chocobozzz 2016-07-26 20:50:39 +0200
  • 724fed2931 Client: fix login state when logout Chocobozzz 2016-07-27 21:15:13 +0200
  • 32bb415602 Server: Use ES6 promise for mongoose/node-oatuh2-server Chocobozzz 2016-07-27 21:15:07 +0200
  • f24c4e4462 Server code documentation typo Bigard Florian 2016-07-27 15:34:50 +0200
  • f018f38e0d Typos Chocobozzz 2016-07-22 11:53:55 +0200
  • 6dde6a31e3 Add CONTRIBUTING links to README Chocobozzz 2016-07-22 11:45:48 +0200
  • 7a7edb7241 Begin a CONTRIBUTING guide Chocobozzz 2016-07-22 11:45:29 +0200
  • 00ffc03ece Server: begin a server documentation Chocobozzz 2016-07-22 11:44:46 +0200
  • 11975ce845 Client: increase min height for videos list Chocobozzz 2016-07-22 11:43:09 +0200
  • 419633ce9d Server: throttle "seedAll" when starting the server Chocobozzz 2016-07-21 17:15:29 +0200
  • 798442f665 Client: click on PeerTube title routes to videos list Chocobozzz 2016-07-21 17:10:08 +0200
  • 1e128cdbb9 Client: video name in the link title for videos list template Chocobozzz 2016-07-21 15:47:25 +0200
  • d31910dd36 Center the README screenshot Chocobozzz 2016-07-21 11:56:38 +0200
  • 224740ac40 Fix readme typo Chocobozzz 2016-07-21 11:07:14 +0200
  • 164283f59c Update Architecture document Chocobozzz 2016-07-21 11:05:50 +0200
  • 1ca81df4d8 Improve README informations Chocobozzz 2016-07-21 10:37:29 +0200
  • d3b5237869 Improve README presentation Chocobozzz 2016-07-21 10:24:18 +0200
  • 677618d4a6 Server: Add some cli tools to make it easy to upload a lot of videos Chocobozzz 2016-07-20 19:16:00 +0200
  • 2bd3f17127 Server: do not enable images tests by default because it needs a special ffmpeg version Chocobozzz 2016-07-20 17:53:39 +0200
  • 0f3a78e7ea Client: Auth services cleanup Chocobozzz 2016-07-20 16:40:28 +0200
  • bd5c83a8cb Client: Add authHttp service that authentificates the http request and optionally refresh the access token if needed Chocobozzz 2016-07-20 16:24:18 +0200
  • 2f372a8654 Server: implement refresh token Chocobozzz 2016-07-20 16:23:58 +0200
  • 66698b833f Client: add webpack notifier Chocobozzz 2016-07-20 11:43:31 +0200
  • a64668c024 Client: try to make it work with Android Firefox Chocobozzz 2016-07-19 16:45:07 +0200
  • f9f5478ca0 Server: Don't make the host url check for client credentials if this is a test instance Chocobozzz 2016-07-19 16:44:15 +0200
  • 1a42c9e2c0 Server: udpate async to 2.0.0 Chocobozzz 2016-07-18 17:17:52 +0200
  • d56ec0d412 Remove livereload module (role of webpack now) Chocobozzz 2016-07-18 16:52:54 +0200
  • b7f597d5b1 Client: fix ng2 bootstrap version that breaks change with patch versions... Chocobozzz 2016-07-18 16:40:04 +0200
  • 5495c83a71 Server: fix ipc bug Chocobozzz 2016-07-18 16:16:47 +0200
  • bddab65ae5 Client: save page params as well Chocobozzz 2016-07-18 15:39:10 +0200
  • 0629423ce3 Client: Update to Angular RC4 Chocobozzz 2016-07-08 17:15:14 +0200
  • 022856f8a5 Fix tests Chocobozzz 2016-07-07 20:36:46 +0200
  • 8f68c31a71 Server: add script that try to simulate a real world situation Chocobozzz 2016-07-06 20:01:27 +0200
  • b359546358 Server: limit actions for each request between pods Chocobozzz 2016-07-06 19:59:01 +0200
  • 4fea95df04 Server: fix videos pagination Chocobozzz 2016-07-06 19:57:47 +0200
  • efb9afc3e8 Client: fix pagination component Chocobozzz 2016-07-06 19:56:23 +0200
  • 6666aad459 Fix requests ordering between pods Chocobozzz 2016-07-05 21:36:01 +0200
  • 0890478c5c Update server dependencies Chocobozzz 2016-07-01 16:52:45 +0200
  • 5f698b82c7 Use dashes for filenames Chocobozzz 2016-07-01 16:22:36 +0200
  • fc51fde048 reqValidators --> validators Chocobozzz 2016-07-01 16:16:40 +0200
  • 69b0a27cbb OAuth/User models refractoring -> use mongoose api Chocobozzz 2016-07-01 16:03:53 +0200
  • a3ee6fa22d Pod model refractoring -> use mongoose api Chocobozzz 2016-06-30 22:39:08 +0200
  • d14b3e37a2 Do not generate a random password for test env Chocobozzz 2016-06-30 21:58:48 +0200