Paweł Malak
|
d86ebe3e58
|
Server db utils changes
|
2021-11-13 23:28:43 +01:00 |
|
Paweł Malak
|
91e99e1bcc
|
Update README and remove old screenshots. Added password to Dockerfiles
|
2021-11-13 23:25:50 +01:00 |
|
Paweł Malak
|
b6b0857f17
|
Update README and CHANGELOG
|
2021-11-13 22:47:59 +01:00 |
|
pawelmalak
|
9f01d9cb12
|
Merge pull request #166 from pawelmalak/dockerfiles
Dockerfile changes
|
2021-11-13 12:27:45 +01:00 |
|
Paweł Malak
|
b4eb35c591
|
Dockerfile changes
|
2021-11-13 12:03:35 +01:00 |
|
pawelmalak
|
7e66f6b49f
|
Merge pull request #160 from petemidge/master
Update searchQueries.json
|
2021-11-13 11:43:00 +01:00 |
|
Paweł Malak
|
b848cfd921
|
Added function to escape regex characters
|
2021-11-12 14:02:19 +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
|
d94a6cea5a
|
Added auth headers to api requests
|
2021-11-12 12:38:01 +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
|
d1c61bb393
|
Moved auth form. Added auto login and logout functionality
|
2021-11-11 14:45:58 +01:00 |
|
Paweł Malak
|
1571981252
|
Created separate settings for Docker
|
2021-11-10 16:45:30 +01:00 |
|
Paweł Malak
|
5805c708d2
|
Added login route and token signing
|
2021-11-10 16:14:22 +01:00 |
|
Paweł Malak
|
ea57dbf750
|
Added current time to header
|
2021-11-10 14:19:41 +01:00 |
|
pawelmalak
|
76e68db06f
|
Dependencies (#163)
* Bump tar from 6.1.0 to 6.1.11 in /client
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11)
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump path-parse from 1.0.6 to 1.0.7 in /client
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump tmpl from 1.0.4 to 1.0.5 in /client
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-11-10 13:56:06 +01:00 |
|
Paweł Malak
|
e4690d5d9c
|
Added auth form. Added login and logout actions
|
2021-11-10 13:53:28 +01:00 |
|
Paweł Malak
|
f5ed85427e
|
Added support for setting icons via URL
|
2021-11-10 11:42:00 +01:00 |
|
Paweł Malak
|
d83e3056c6
|
Split categories and bookmarks forms into separate files. Added visibility functionality to categories and bookmarks
|
2021-11-09 23:40:58 +01:00 |
|
Paweł Malak
|
f127a354ef
|
Fixed state bug while updating categories. Fixed bug with bookmarks not being displayed under categories.
|
2021-11-09 15:51:50 +01:00 |
|
Paweł Malak
|
0d5a4c418e
|
Fixed notification emitting
|
2021-11-09 15:04:13 +01:00 |
|
Paweł Malak
|
969bdb7d24
|
Components: refactored rest of the components to use new state. Minor changes to exports, imports and props
|
2021-11-09 14:33:51 +01:00 |
|
Paweł Malak
|
89d935e27f
|
Components: refactored UI components to use new state. Minor changes to exports and props
|
2021-11-09 13:46:07 +01:00 |
|
Paweł Malak
|
adc017c48d
|
App state: refactored reducers and actions for apps, categories and bookmarks
|
2021-11-09 13:19:53 +01:00 |
|
Paweł Malak
|
7e89ab0204
|
App state: refactored reducers and actions for config, theme and notifications
|
2021-11-09 12:21:36 +01:00 |
|
Pete Midgley
|
1f2fedf754
|
Update searchQueries.json
Added Wikipedia (English)
|
2021-11-09 21:26:11 +11:00 |
|
Paweł Malak
|
d1738a0a3e
|
Set app visibility
|
2021-11-08 23:40:30 +01:00 |
|
Paweł Malak
|
ee9aefa4fa
|
Modified models to support resource visibility. Added migration
|
2021-11-08 23:39:42 +01:00 |
|
pawelmalak
|
08afaece2e
|
Merge pull request #145 from pawelmalak/feature
Version 1.7.4
|
2021-11-08 15:44:53 +01:00 |
|
Paweł Malak
|
4f2ba0a96d
|
Pushed version 1.7.4
|
2021-11-08 15:42:32 +01:00 |
|
pawelmalak
|
9db46faabe
|
Merge pull request #152 from oregonpillow/feature
bookmarks_importer.py script added
|
2021-11-08 15:09:23 +01:00 |
|
oregonpillow
|
567af1c66e
|
bookmarks_importer.py script added
|
2021-11-08 14:00:57 +01:00 |
|
Paweł Malak
|
2485f4ff33
|
Fallback to web search if local search has zero results. Updated packages
|
2021-11-08 13:22:11 +01:00 |
|
Paweł Malak
|
bce51bb2c4
|
Added option to set custom day and month
|
2021-11-05 17:16:19 +01:00 |
|
Paweł Malak
|
7febd59ad7
|
Merge branch 'feature' of https://github.com/pawelmalak/flame into feature
|
2021-11-05 16:43:31 +01:00 |
|
pawelmalak
|
1388a1876e
|
Merge pull request #134 from ekremparlak/docker-image
Update Dockerfile for smaller image
|
2021-11-05 16:43:24 +01:00 |
|
Paweł Malak
|
aca8b0261e
|
Added option to set custom greetings. Moved HomeHeader to separate file. Cleaned up README file
|
2021-11-05 16:39:42 +01:00 |
|
Paweł Malak
|
4e20527834
|
Added new themes
|
2021-11-05 15:05:33 +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 |
|
Ekrem
|
b45eecada2
|
Update Dockerfile.multiarch
|
2021-11-01 19:08:30 +03:00 |
|
Ekrem Parlak
|
1d70bd132a
|
Update Dockerfile for smaller image
|
2021-11-01 15:13:06 +01:00 |
|
Paweł Malak
|
88694c7e27
|
Fixed bug with custom css not updating
|
2021-10-28 16:05:21 +02:00 |
|
pawelmalak
|
3dd255f359
|
Merge pull request #128 from pawelmalak/feature
Version 1.7.2
|
2021-10-28 12:43:00 +02:00 |
|
Paweł Malak
|
feb7275cf8
|
Pushed version 1.7.2
|
2021-10-28 11:44:36 +02:00 |
|
Paweł Malak
|
da13ca6092
|
Search bar redirect to local search results
|
2021-10-27 11:52:57 +02:00 |
|
Paweł Malak
|
3d3e2eed8c
|
Fixed bug with weather logging. Fixed bug with search bar shortcuts
|
2021-10-26 14:37:01 +02:00 |
|
Paweł Malak
|
df6d96f5b6
|
Added option to disable search bar autofocus
|
2021-10-26 13:09:42 +02:00 |
|
pawelmalak
|
0ec77c33bf
|
Merge pull request #123 from pawelmalak/feature
Version 1.7.1
|
2021-10-22 17:15:31 +02:00 |
|
Paweł Malak
|
98924ac006
|
Pushed version 1.7.1
|
2021-10-22 16:10:38 +02:00 |
|