Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't send follow request if the follow is already accepted | Chocobozzz | 2018-07-31 | 3 | -3/+4 |
| | |||||
* | Refresh orphan actors | Chocobozzz | 2018-07-31 | 1 | -0/+5 |
| | |||||
* | Try to fix travis (again) | Chocobozzz | 2018-07-31 | 2 | -1/+3 |
| | |||||
* | Try to fix travis | Chocobozzz | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Try to killall peertube in travis before running tests | Chocobozzz | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Fix responsive on videos search | Chocobozzz | 2018-07-31 | 3 | -4/+20 |
| | |||||
* | Increase max stalled count in job queue | Chocobozzz | 2018-07-30 | 1 | -1/+4 |
| | |||||
* | Graceful job queue shutdown | Chocobozzz | 2018-07-30 | 2 | -0/+13 |
| | |||||
* | Add more info logging | Chocobozzz | 2018-07-30 | 14 | -7/+50 |
| | |||||
* | fix pg_restore command for post-migrations | Josh Morel | 2018-07-30 | 1 | -3/+3 |
| | | | | also avoid peertube db login for pg_dump command | ||||
* | Remove kue migration | Chocobozzz | 2018-07-30 | 2 | -62/+0 |
| | |||||
* | Revert "Delete actor too when deleting account/video channel" | Chocobozzz | 2018-07-30 | 3 | -42/+34 |
| | | | | | | This reverts commit e04551d796adf69703a41af123207b2624237292. See https://github.com/Chocobozzz/PeerTube/issues/870#issuecomment-408814420 | ||||
* | Move subscription helper in the account line | Chocobozzz | 2018-07-30 | 2 | -18/+24 |
| | |||||
* | Clearer message regarding SQL extension commands in beta 10 | Chocobozzz | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Delete actor too when deleting account/video channel | Chocobozzz | 2018-07-30 | 3 | -34/+42 |
| | |||||
* | Fiw winston meta log | Chocobozzz | 2018-07-30 | 2 | -25/+17 |
| | |||||
* | Correct API documentation for search (#881) | David Libeau | 2018-07-29 | 2 | -2/+2 |
| | |||||
* | Correct API documentation for search (#878) | David Libeau | 2018-07-28 | 2 | -174/+200 |
| | |||||
* | Add postgresql-contrib to dependencies.md | bsky | 2018-07-28 | 1 | -2/+2 |
| | |||||
* | Delete old indexes | Chocobozzz | 2018-07-27 | 2 | -1/+85 |
| | |||||
* | Optimize videos list SQL query (another time) | Chocobozzz | 2018-07-27 | 1 | -2/+10 |
| | |||||
* | Optimize search SQL query (I hope :p) | Chocobozzz | 2018-07-27 | 2 | -29/+17 |
| | |||||
* | [Server>Middlewares>Follows] Changing error code 400 to 500 | Jorropo | 2018-07-27 | 1 | -1/+1 |
| | | | | Follows on http server is a server error not an error of the client. | ||||
* | Bumped to version v1.0.0-beta.10.pre.2v1.0.0-beta.10.pre.2 | Chocobozzz | 2018-07-27 | 2 | -2/+2 |
| | |||||
* | Update changelog | Chocobozzz | 2018-07-27 | 1 | -0/+12 |
| | |||||
* | Revert SQL optimization in videos list :( | Chocobozzz | 2018-07-27 | 1 | -3/+3 |
| | |||||
* | Fix captions freeze on production | Chocobozzz | 2018-07-27 | 2 | -2/+15 |
| | |||||
* | Fix attribute label width in video watch page | Chocobozzz | 2018-07-27 | 1 | -1/+2 |
| | |||||
* | [FIX] doc: correct URL to PeerTube project | Martin Trigaux | 2018-07-27 | 1 | -3/+3 |
| | | | | Instead of the French translation page | ||||
* | Added redis-server.service to After | Jorropo | 2018-07-27 | 1 | -1/+1 |
| | | | On very very slow monocore server, peertube can generate error if redis isn't started. | ||||
* | Fix peertube on chrome | Chocobozzz | 2018-07-26 | 2 | -32/+1 |
| | |||||
* | Updated components tree | Jorropo | 2018-07-26 | 5 | -2/+4 |
| | |||||
* | Add npm debug log to gitignore and organize | Jorropo | 2018-07-26 | 1 | -8/+20 |
| | |||||
* | Bumped to version v1.0.0-beta.10.pre.1v1.0.0-beta.10.pre.1 | Chocobozzz | 2018-07-26 | 2 | -2/+2 |
| | |||||
* | Fix last commit | Chocobozzz | 2018-07-26 | 9 | -19/+24 |
| | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 34 | -84/+127 |
| | |||||
* | Updated travis.yml git depth 1 | Jorropo | 2018-07-25 | 1 | -0/+3 |
| | | | We don't do any git operation except include last commit name, so we only need last commit, that will make travis-ci test faster. | ||||
* | Update changelog | Chocobozzz | 2018-07-25 | 1 | -0/+73 |
| | |||||
* | category parma -> categoryOneOf (videos list) | Chocobozzz | 2018-07-25 | 5 | -13/+13 |
| | |||||
* | Handle pre releases in release script | Chocobozzz | 2018-07-25 | 1 | -6/+15 |
| | |||||
* | Sort video captions | Chocobozzz | 2018-07-25 | 5 | -15/+37 |
| | |||||
* | Update default config cache | Chocobozzz | 2018-07-25 | 3 | -3/+11 |
| | |||||
* | Add "agree to the terms" checkbox in registration form | Chocobozzz | 2018-07-25 | 9 | -6/+31 |
| | |||||
* | Disable animation on confirm modal | Chocobozzz | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | Improve captions UX (at least I've tried) | Chocobozzz | 2018-07-25 | 9 | -7/+85 |
| | |||||
* | Hack 459 regarding Angular & i18n | Chocobozzz | 2018-07-25 | 2 | -1/+25 |
| | |||||
* | 404 on unknown thumbnail | Chocobozzz | 2018-07-24 | 2 | -9/+10 |
| | |||||
* | Fix UI regressions | Chocobozzz | 2018-07-24 | 2 | -5/+19 |
| | |||||
* | Add cors to static route in nginx template | Chocobozzz | 2018-07-24 | 1 | -0/+16 |
| | |||||
* | Add max count in pagination | Chocobozzz | 2018-07-24 | 2 | -5/+11 |
| |