Draft: Http: Web Interface
This PR is the rebase and the continuity of the web branch found on the fork of JBK
Edited by Aymeric Guillien
Merge request reports
Activity
Filter activity
added 47 commits
-
69d99c0f...38dfc030 - 33 commits from branch
videolan:master
- 714854e8 - http: add eslintrc.json
- 623b26e5 - http: modern redesign
- a1523adb - httpd: Fix potential null-dereference in case of error
- 6eeb5e88 - lua: Add a minimal medialib API
- f6818bf8 - http: update .gitignore
- 3f5d20a1 - http: update dependencies
- c8344eb7 - http: update assets
- 6b64ed64 - http: add utils
- 047bfe87 - http: add store & services
- c500248e - http: update common styles
- f10a8b93 - http: add new routes & components
- b189dc47 - http(medialibrary): update according to 45289776
- 7295b292 - http: minor UI adjustments
- 17aa57ce - http: Add default value to imageSrc
Toggle commit list-
69d99c0f...38dfc030 - 33 commits from branch
- share/lua/http/.eslintrc.json 0 → 100644
1 { - share/lua/http/head.html 0 → 100644
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="initial-scale=1"> 6 <title>VLC media player - Web Interface</title> 7 <link href="favicon.ico" type="image/x-icon" rel="shortcut icon" /> 8 <link rel="stylesheet" href="dist/css/vendors.min.css"> 9 <link rel="stylesheet" href="dist/css/style.css"> 10 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> added 63 commits
-
17aa57ce...397e4a3e - 47 commits from branch
videolan:master
- 86410f02 - http: add eslintrc.json
- bf0c9c57 - http: modern redesign
- 5edc224d - httpd: Fix potential null-dereference in case of error
- 86d1c524 - lua: Add a minimal medialib API
- 58373dab - http: update .gitignore
- 2ee3a16b - http: update dependencies
- 23b60ee0 - http: update assets
- 14451721 - http: add utils
- d12fe3f6 - http: add store & services
- 65eb239c - http: update common styles
- 5ef376c9 - http: add new routes & components
- 29547a26 - http(medialibrary): update according to 45289776
- c61acf58 - http: minor UI adjustments
- 3a29e2da - http: Add default value to imageSrc
- 02998c68 - lua: add missing medialibrary namespace
- d7828a00 - http: add missing jar closure_compiler file
Toggle commit list-
17aa57ce...397e4a3e - 47 commits from branch
added 69 commits
-
02998c68...53ec4c4d - 54 commits from branch
videolan:master
- d38c5b72 - http: add eslintrc.json
- 40841731 - http: modern redesign
- f6f348a5 - httpd: Fix potential null-dereference in case of error
- b19d612d - lua: Add a minimal medialib API
- 7bc76ab9 - http: update .gitignore
- 90690d88 - http: update dependencies
- 0eb24e93 - http: update assets
- e4e01f94 - http: add utils
- 2abd3101 - http: add store & services
- 247ece30 - http: update common styles
- 56b6dd0a - http: add new routes & components
- ebc889e4 - http(medialibrary): update according to 45289776
- 5060ef0d - http: minor UI adjustments
- b06ffec4 - http: Add default value to imageSrc
- 83903f89 - lua: add missing medialibrary namespace
Toggle commit list-
02998c68...53ec4c4d - 54 commits from branch
added 33 commits
-
83903f89...a8886ea4 - 17 commits from branch
videolan:master
- 72d9003c - http: add eslintrc.json
- fc4da468 - http: modern redesign
- d4bcaa07 - httpd: Fix potential null-dereference in case of error
- bbdd24f1 - lua: Add a minimal medialib API
- 385bb156 - http: update .gitignore
- bc7daa62 - http: update dependencies
- 1b4b3b0c - http: update assets
- d0aa862f - http: add utils
- ff5b4f17 - http: add store & services
- 66dc9f8e - http: update common styles
- 60e5ee42 - http: add new routes & components
- 75515947 - http(medialibrary): update according to 45289776
- b67a7d18 - http: minor UI adjustments
- 9b217d69 - http: Add default value to imageSrc
- b483e6d9 - lua: add missing medialibrary namespace
- e83289bb - http: Improve playlist & remove duplicates
Toggle commit list-
83903f89...a8886ea4 - 17 commits from branch
added 1 commit
- 4cbadc17 - http: Create and move router from initialize file to new router file
added 1 commit
- cd38ea6c - http: Create and move router from initialize file to new router file
added 58 commits
-
46f12125...94fb7feb - 40 commits from branch
videolan:master
- f07cc00e - http: add eslintrc.json
- 22ad5c4f - http: modern redesign
- 761349d8 - httpd: Fix potential null-dereference in case of error
- 4be9f3ee - lua: Add a minimal medialib API
- 483bbf24 - http: update .gitignore
- d5b32d31 - http: update dependencies
- 1b5df52f - http: update assets
- 79a34fdb - http: add utils
- 094d8c64 - http: add store & services
- 3e53bd08 - http: update common styles
- ff7dacb5 - http: add new routes & components
- 8312c38f - http(medialibrary): update according to 45289776
- 6f5ae0b6 - http: minor UI adjustments
- d3347dbe - http: Add default value to imageSrc
- 21e7b2bb - lua: add missing medialibrary namespace
- 5ebc397e - http: Improve playlist & remove duplicates
- e9a47700 - http: Create and move router from initialize file to new router file
- 77847654 - http: Improve status/play call
Toggle commit list-
46f12125...94fb7feb - 40 commits from branch
added 2 commits
added 24 commits
-
67f152ff...abbe7f3b - 3 commits from branch
videolan:master
- 86b483e0 - http: add eslintrc.json
- 9c0ad99d - http: modern redesign
- 2823c32c - httpd: Fix potential null-dereference in case of error
- 30565d3a - lua: Add a minimal medialib API
- 32194a1c - http: update .gitignore
- b9b4bfae - http: update dependencies
- 27031816 - http: update assets
- 4f8b045c - http: add utils
- dd68c7c3 - http: add store & services
- d969ae48 - http: update common styles
- 7439cf74 - http: add new routes & components
- d95654d0 - http(medialibrary): update according to 45289776
- fa99028f - http: minor UI adjustments
- 2330b0e9 - http: Add default value to imageSrc
- a1a3635a - lua: add missing medialibrary namespace
- 35794632 - http: Improve playlist & remove duplicates
- 7679170b - http: Create and move router from initialize file to new router file
- 31eaec42 - http: Improve status/play call
- f98fe1b6 - http: Add minimal custom button
- a3221517 - http: Update vue & jquery dependencies
- d6ec7ce5 - Refactor duplicated player buttons in one
Toggle commit list-
67f152ff...abbe7f3b - 3 commits from branch
added 1 commit
- c998c54a - http: Improve and stabilize playlist workflow
added 27 commits
-
c998c54a...b9e50b09 - 5 commits from branch
videolan:master
- b326f116 - http: add eslintrc.json
- 37b84042 - http: modern redesign
- 0aa9cc9b - httpd: Fix potential null-dereference in case of error
- f7512785 - lua: Add a minimal medialib API
- 931fe86f - http: update .gitignore
- 6bf84727 - http: update dependencies
- 60d90f05 - http: update assets
- c63a09f6 - http: add utils
- 4cc92083 - http: add store & services
- ec6ff020 - http: update common styles
- 6ca4a2db - http: add new routes & components
- 5f47176a - http(medialibrary): update according to 45289776
- e7652971 - http: minor UI adjustments
- a26f75a4 - http: Add default value to imageSrc
- 0ff387f1 - lua: add missing medialibrary namespace
- 65d42d1a - http: Improve playlist & remove duplicates
- 1348bee4 - http: Create and move router from initialize file to new router file
- 89d50e1d - http: Improve status/play call
- fa4419a2 - http: Add minimal custom button
- 838ebd99 - http: Update vue & jquery dependencies
- 263f7a61 - http: Refactor duplicated player buttons in one
- 27eeee36 - http: Improve and stabilize playlist workflow
Toggle commit list-
c998c54a...b9e50b09 - 5 commits from branch
added 1 commit
- c06b19ac - http: stabilize the playlist by using mediaID selector