Commit Graph

57 Commits

Author SHA1 Message Date
Paweł Malak
f1f7b698f8 Db migration to support custom order of bookmarks. Created route to reorder bookmarks. Added more sorting options to bookmark controllers. Simplified ordering in getAllApps controller 2021-11-22 16:45:59 +01:00
Paweł Malak
426766225b Fixed bug with custom icons not working with apps 2021-11-18 13:05:32 +01:00
pawelmalak
1220c56fc5
Fixed bug with adding new apps with custom icon (#180)
* Bump url-parse from 1.5.1 to 1.5.3 in /client

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump dns-packet from 1.3.1 to 1.3.4 in /client

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

---
updated-dependencies:
- dependency-name: dns-packet
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump ws from 6.2.1 to 6.2.2 in /client

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed #177

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-15 16:34:12 +01:00
Paweł Malak
6281994be8 Trim icon name. Filter private bookmarks if user is not authenticated 2021-11-12 13:09:33 +01:00
Paweł Malak
0d36c5cf94 Backend: auth for bookmarks and categories 2021-11-11 16:43:00 +01:00
Paweł Malak
22471d64c7 Backend: auth for config and queries. Refactor of middleware exports 2021-11-11 16:18:31 +01:00
Paweł Malak
e3f167921c Added auth middleware. Added access control to apps 2021-11-11 16:01:56 +01:00
Paweł Malak
5805c708d2 Added login route and token signing 2021-11-10 16:14:22 +01:00
Paweł Malak
4ed29fe276 Split remaining controllers into separate files. Added iOS homescreen icon. Removed additional logging from weather module. 2021-11-04 23:39:35 +01:00
Paweł Malak
88694c7e27 Fixed bug with custom css not updating 2021-10-28 16:05:21 +02:00
Paweł Malak
4ef9652ede Added option to change date formatting. Added shortcuts to clear search bar 2021-10-22 15:51:11 +02:00
Paweł Malak
cfb471e578 Changed config api. Split config controllers into separate files. Split bookmarks controllers into separate files 2021-10-22 14:00:38 +02:00
Paweł Malak
34279c8b8c Split apps controllers into separate files 2021-10-22 00:42:27 +02:00
pawelmalak
85ee5da025
Merge pull request #112 from pa-sowa/traefik
Support traefik labels for URL configuration
2021-10-21 13:40:10 +02:00
Paweł Malak
7129fe83da Fixed bug with fetching config. Pushed version 1.7.0 2021-10-11 15:15:26 +02:00
pawelmalak
6f8a017bfb
Merge pull request #109 from pa-sowa/docker-user-icon-fix
Don't override user selected icon of a docker app
2021-10-11 15:03:47 +02:00
Paweł Malak
55f192f664 Merge branch 'feature' into v1.7.0 2021-10-11 14:31:59 +02:00
unknown
38ffdf1bff Add and update custom queries 2021-10-11 13:55:53 +02:00
unknown
a885440fef Add and delete custom search provider actions and controllers 2021-10-11 13:03:31 +02:00
Przemysław Adam Sowa
16341ca6da Support traefik labels for URL configuration 2021-10-10 13:06:48 +02:00
unknown
63346f7e38 Pushed version 1.6.9 2021-10-09 23:12:26 +02:00
Przemysław Adam Sowa
04be0d1316 Don't override user selected icon of a docker app 2021-10-09 12:57:14 +02:00
Pablo Ruiz
231dbc4577 Added remote docker host 2021-10-06 22:17:43 +02:00
unknown
591824dd0c Fetch and use custom search queries 2021-10-06 14:15:05 +02:00
unknown
1625932e52 Fix for #96 2021-10-04 16:15:17 +02:00
unknown
6a6f1750b1 Pushed version 1.6.7 2021-10-04 12:11:41 +02:00
Pablo Ruiz
9606978bd7 Add custom icon & multiple apps support to Docker API 2021-09-29 22:26:12 +02:00
Dimitri Pommier
8681f75bab
Kubernetes integration (#80)
* chore(): skaffold

* chore(): kubernetes integration

* chore(skaffold): refine shokohsc profile

* chore(): removed docker & kubernetes from database + stoppedApp pin option

* Revert "chore(): removed docker & kubernetes from database + stoppedApp pin option"

This reverts commit 5111c7ad79.
2021-08-17 10:32:15 +02:00
unknown
1699146f79 Added support for custom SVG icons 2021-08-06 15:15:54 +02:00
unknown
a01661d0d5 Pushed version 1.6.2. Small formatting fixes 2021-08-06 10:36:05 +02:00
Pablo Ruiz
39349dded1 fix optional docker.sock mount 2021-08-05 08:56:02 +02:00
Pablo Ruiz
b53509aa69 docker api 2021-08-04 22:19:35 +02:00
unknown
a5d6cf04cf Custom icons for bookmarks 2021-07-28 12:36:03 +02:00
unknown
1fbe0746a4 Fixed custom icons not updating 2021-07-28 11:36:48 +02:00
unknown
88785aaa32 Fixed bug with custom css not persisting 2021-07-17 23:11:24 +02:00
unknown
12974ab01b Upload custom icon on client 2021-06-23 15:27:46 +02:00
unknown
6c067bee31 Option to open links in the same tab. Api upload icon. Render image icon instead of MDI. Dockerfile client dependencies fix. 2021-06-23 14:15:14 +02:00
unknown
5ae4d6e7c4 Read/write css file from app settings. Changed order of operations at app startup. Added nano to Dockerfile 2021-06-22 13:07:32 +02:00
unknown
ae3141e37b Sorting and custom ordering for categories 2021-06-18 13:42:55 +02:00
unknown
8974fb3b49 Preparation for custom sorting 2021-06-17 10:56:27 +02:00
unknown
ce173f2c42 Apps reordering. Sorting apps while adding them 2021-06-15 16:02:57 +02:00
unknown
9a1ec76ffd Case-insensitive sorting. App version checking 2021-06-15 12:36:23 +02:00
unknown
d257fbf9a3 Created config global state. Reworked WeatherSettings and WeatherWidget to use new config state. 2021-06-13 00:16:57 +02:00
unknown
8b87ad92f1 Added option to pin new apps/categories by default 2021-06-09 10:58:45 +02:00
unknown
d2e6ebae4f WeatherWidget temp unit. WeatherSettings update on change 2021-06-07 12:17:10 +02:00
unknown
88c8eee982 Weather settings form update functionality. API: update multiple values in one Config query 2021-05-27 13:21:11 +02:00
unknown
316bc49f5c Weather settings view. API: select which keys to get from Config 2021-05-27 12:30:09 +02:00
unknown
0f2125e720 Pin/Delete category 2021-05-25 14:05:53 +02:00
unknown
c145888aec Adding Categories and Bookmarks using form 2021-05-24 12:35:54 +02:00
unknown
38edb76929 Bookmarks Form 2021-05-24 11:51:05 +02:00