aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Correct API documentation for search (#881)David Libeau2018-07-292-2/+2
|
* Correct API documentation for search (#878)David Libeau2018-07-282-174/+200
|
* Add postgresql-contrib to dependencies.mdbsky2018-07-281-2/+2
|
* Delete old indexesChocobozzz2018-07-272-1/+85
|
* Optimize videos list SQL query (another time)Chocobozzz2018-07-271-2/+10
|
* Optimize search SQL query (I hope :p)Chocobozzz2018-07-272-29/+17
|
* [Server>Middlewares>Follows] Changing error code 400 to 500Jorropo2018-07-271-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.2Chocobozzz2018-07-272-2/+2
|
* Update changelogChocobozzz2018-07-271-0/+12
|
* Revert SQL optimization in videos list :(Chocobozzz2018-07-271-3/+3
|
* Fix captions freeze on productionChocobozzz2018-07-272-2/+15
|
* Fix attribute label width in video watch pageChocobozzz2018-07-271-1/+2
|
* [FIX] doc: correct URL to PeerTube projectMartin Trigaux2018-07-271-3/+3
| | | | Instead of the French translation page
* Added redis-server.service to AfterJorropo2018-07-271-1/+1
| | | On very very slow monocore server, peertube can generate error if redis isn't started.
* Fix peertube on chromeChocobozzz2018-07-262-32/+1
|
* Updated components treeJorropo2018-07-265-2/+4
|
* Add npm debug log to gitignore and organizeJorropo2018-07-261-8/+20
|
* Bumped to version v1.0.0-beta.10.pre.1v1.0.0-beta.10.pre.1Chocobozzz2018-07-262-2/+2
|
* Fix last commitChocobozzz2018-07-269-19/+24
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-2534-84/+127
|
* Updated travis.yml git depth 1Jorropo2018-07-251-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 changelogChocobozzz2018-07-251-0/+73
|
* category parma -> categoryOneOf (videos list)Chocobozzz2018-07-255-13/+13
|
* Handle pre releases in release scriptChocobozzz2018-07-251-6/+15
|
* Sort video captionsChocobozzz2018-07-255-15/+37
|
* Update default config cacheChocobozzz2018-07-253-3/+11
|
* Add "agree to the terms" checkbox in registration formChocobozzz2018-07-259-6/+31
|
* Disable animation on confirm modalChocobozzz2018-07-251-1/+1
|
* Improve captions UX (at least I've tried)Chocobozzz2018-07-259-7/+85
|
* Hack 459 regarding Angular & i18nChocobozzz2018-07-252-1/+25
|
* 404 on unknown thumbnailChocobozzz2018-07-242-9/+10
|
* Fix UI regressionsChocobozzz2018-07-242-5/+19
|
* Add cors to static route in nginx templateChocobozzz2018-07-241-0/+16
|
* Add max count in paginationChocobozzz2018-07-242-5/+11
|
* Improve production warningChocobozzz2018-07-241-1/+2
|
* Update translationsChocobozzz2018-07-2421-272/+4672
|
* [ImgBot] optimizes imagesJorropo2018-07-249-0/+0
| | | | | | | | | | | | | | | | | | | | | *Total -- 289.13kb -> 211.82kb (26.74%)/support/doc/development/server/upload-video.png -- 56.19kb -> 33.83kb (39.8%)/support/doc/development/client/components-tree.png -- 31.81kb -> 19.82kb (37.68%)/client/src/assets/images/icons/icon-512x512.png -- 14.24kb -> 9.97kb (30.03%)/server/tests/fixtures/avatar-resized.png -- 1.69kb -> 1.19kb (29.24%)/server/tests/fixtures/avatar2-resized.png -- 1.68kb -> 1.21kb (28.41%)/client/src/assets/images/default-avatar.png -- 1.63kb -> 1.24kb (23.89%)/server/tests/fixtures/avatar.png -- 1.63kb -> 1.24kb (23.89%)/server/tests/fixtures/avatar-big.png -- 143.15kb -> 111.56kb (22.06%)/client/src/assets/images/icons/icon-192x192.png -- 3.58kb -> 2.86kb (20.21%)/server/tests/fixtures/video_short1.webm.jpg -- 2.83kb -> 2.36kb (16.75%)/client/src/assets/images/icons/icon-144x144.png -- 2.34kb -> 1.95kb (16.53%)/client/src/assets/images/icons/icon-96x96.png -- 1.91kb -> 1.62kb (11.93%)/client/src/assets/images/icons/icon-72x72.png -- 1.72kb -> 1.53kb (11.1%)/client/src/assets/images/icons/icon-48x48.png -- 1.18kb -> 1.17kb (1%)
* Fix pagination on rest tableChocobozzz2018-07-242-1/+3
|
* Fix publishedAt after a scheduled updateChocobozzz2018-07-241-2/+3
|
* Fix nodeinfo endpointChocobozzz2018-07-245-50/+50
|
* adding initial support for nodeinfoRigel Kent2018-07-247-16/+246
|
* Add ability to click on category/licence/language/tags in watch pageChocobozzz2018-07-247-41/+65
|
* Add ability to only filter in the search endpointChocobozzz2018-07-244-6/+90
|
* Add ability to sort the searchChocobozzz2018-07-243-5/+41
|
* Optimize SQL queriesChocobozzz2018-07-2410-34/+110
|
* Fix travis testsChocobozzz2018-07-242-30/+87
|
* Responsive advanced searchChocobozzz2018-07-241-2/+7
|
* Handle back/forward page in advanced searchChocobozzz2018-07-243-24/+26
|
* Add advanced search in clientChocobozzz2018-07-2421-33/+583
|
* Add videos list filtersChocobozzz2018-07-2426-267/+831
|