Commit graph

181 commits

Author SHA1 Message Date
Joxit
91497a06c3 [riot-mui] Add riot-mui in change tag (#17) 2017-09-27 20:52:52 +02:00
Joxit
4d1db1f884 [riot-mui] Fix in add tag dialog 2017-09-26 20:53:32 +02:00
Joxit
a59e759c9c [riot-mui] Minor clean up and fix in catalog and menu (#17) 2017-09-25 00:32:12 +02:00
Joxit
46b80e73f2 [riot-mui] Add riot-mui in add (#17) 2017-09-25 00:32:09 +02:00
Joxit
bdc0d34a87 [riot-mui] Add riot-mui in menu (#17) 2017-09-25 00:32:06 +02:00
Joxit
d4b99b2cb2 [riot-mui] Add riot-mui in remove-image (#17) 2017-09-25 00:32:02 +02:00
Joxit
c1f9d02afb [riot-mui] Add riot-mui in taglist (#17) 2017-09-25 00:31:58 +02:00
Joxit
d404ead587 [riot-mui] Add riot-mui in app and catalog (#17)
- Refactoring index.html/app.tag, now only <app></app> in index.html
- Add riot-mui in catalog.tag
2017-09-25 00:31:40 +02:00
Jones Magloire
5569f1f0bf Merge pull request #22 from Joxit/dependencies
Upgrade dependencies and use riot v3
2017-09-16 23:27:13 +02:00
Joxit
9d48643957 [dependencies] upgrade to riot v3 2017-09-10 20:14:16 +02:00
Joxit
961342d34c Update 0.2.4: query param 2017-09-09 00:07:23 +02:00
Jones Magloire
02c95fee44 Merge pull request #21 from Joxit/query-param
[query-param] Add url query param for sharing
2017-09-08 23:54:51 +02:00
Joxit
ca5fb09fc6 [query-param] Change decode/encodeURI to URIComponent 2017-09-06 23:32:10 +02:00
Joxit
83e2befd5d [dependencies] Upgrade packages dependencies 2017-09-05 23:09:19 +02:00
Joxit
06e4d62543 [query-param] Add url query param for sharing 2017-09-03 00:39:28 +02:00
Joxit
5cf136541f Update 0.2.3: Fix issue #19 again...
Add link to project page
2017-08-06 22:20:58 +02:00
Joxit
d34d793b73 Update 0.2.2: Fix issue #19 2017-08-06 11:39:01 +02:00
Joxit
36cbda1263 Update version 0.2.1: Fix issue #18
Fix `UNAUTHORIZED` error message popping up when browsing
2017-06-11 23:04:15 +02:00
Joxit
2d9b3886de [demo] Add analytics 2017-05-20 00:58:02 +02:00
Joxit
be553b0fb6 Add analytics 2017-05-04 21:20:33 +02:00
Joxit
deb401a418 Update Readme.md 2017-04-18 22:10:01 +02:00
Joxit
7adfd108da Add demo link 2017-04-17 21:44:52 +02:00
Jones Magloire
ded1a0be17 Set theme jekyll-theme-cayman 2017-04-13 11:45:20 +02:00
Joxit
102db94ae4 Update version to 0.2.0 2016-10-10 00:49:48 +02:00
Jones Magloire
7afb100550 Merge pull request #15 from Joxit/delete-image
Delete docker images (issue #14)
2016-10-09 21:19:38 +02:00
Joxit
d1d986448c [delete image] can activate or not this feature for static image and update README 2016-10-05 00:31:49 +02:00
Joxit
c007eea26d [delete image] externalize remove part in its own tag. 2016-10-04 00:24:01 +02:00
Joxit
dbcd0031d3 [delete image] Add some error messages. 2016-10-04 22:09:09 +02:00
Joxit
6180c206b4 [delete image] Update readme for delete feature 2016-10-04 22:09:09 +02:00
Joxit
bc215978ac [delete image] Fix docker remove image, need HEAD request and not a GET for digest. 2016-10-04 22:09:09 +02:00
Joxit
7150fe3245 [delete image] Add request for deleting a manifest/image.
Add setRequestHeader in Http class.
2016-10-04 22:09:06 +02:00
Joxit
70f860f813 Update gulpfile to uglify riot tags and html 2016-09-24 13:53:42 +02:00
Joxit
30f88520c8 [Fix] error when there is no images/tags 2016-09-18 15:06:16 +02:00
Joxit
c46129f9d0 Fix spinner and loading for taglist and catalog 2016-09-11 23:49:13 +02:00
Joxit
897e6eca0b Fix sort/reverse class 2016-09-10 01:10:43 +02:00
Jones Magloire
5677d24d1f Merge pull request #16 from Joxit/gulp
[gulp] Add gulpfile for build
2016-07-27 23:04:31 +02:00
Joxit
f05464e2ec [gulp] Add build script in package.json 2016-07-23 23:01:31 +02:00
Joxit
d5f1ca7951 [gulp] Update docker for static version 2016-07-23 22:51:47 +02:00
Joxit
97b63eda33 [gulp] Add static version in gulp 2016-07-23 22:51:47 +02:00
Joxit
9e739879ea [gulp] Update Dockerfile for the new organization. Need static tag now 2016-07-23 22:51:47 +02:00
Joxit
8a555d29a3 [gulp] Add gulpfile for build 2016-07-23 22:51:47 +02:00
Joxit
597cc3cb99 Update package.json for more invormations 2016-07-22 22:51:14 +02:00
Joxit
ada12fd0f9 [fix] should execute the binded function 2016-07-06 18:40:49 +02:00
Joxit
0c0846d406 [fix] http should bind this and not this.oReq 2016-07-05 20:21:45 +02:00
Jones Magloire
4264a6b45d Merge pull request #13 from Joxit/http
[http] Create slim proxy for http requests.

This will send a normal request and if we receive an 401 status, we send another request with withCredentials = true
2016-06-25 13:16:39 +02:00
Joxit
09e1eb8cf3 [http] Create slim proxy for http requests.
This will send a normal request and if we receive an 401 status, we send another request with withCredentials = true
2016-06-22 22:14:59 +02:00
Joxit
e50843009f [Fix] remove catalog and taglist mount, they are mounted with app
Use riot hide attribut instead of playing with style
2016-06-21 21:14:14 +02:00
Joxit
f1c6ebec16 [static] Add docker for a unique registry ui
You will need to run your docker with the environment variable `URL`
2016-06-20 00:16:16 +02:00
Jones Magloire
56413151a0 Merge pull request #11 from Joxit/remove
[remove] Add new menu dialog for removing servers
2016-06-18 12:57:33 +02:00
Joxit
fc6d90543e [Fix] filter riotgear-router in Dockerfile 2016-06-16 22:48:45 +02:00