j-weissen
81f0aadd39
custom note create implemented, note <-> user relation fixed
2022-10-10 20:24:27 +02:00
sprechtl
d66b9272b7
Repo for USER started
2022-10-10 01:21:53 +02:00
sprechtl
07e014cd8f
new folder structure
2022-10-10 00:10:11 +02:00
sprechtl
aa65cead2e
changed type path
2022-10-10 00:07:34 +02:00
dhain
7a5ba150f7
removed useless junk
2022-10-09 21:19:35 +02:00
j-weissen
057bcdcf02
converted to Partials
2022-10-04 11:24:20 +02:00
dhain
2eeda6fc5c
delete note do be working
2022-10-04 10:51:59 +02:00
dhain
b49a4c3ddf
Merge branch 'listing' into develop
...
# Conflicts:
# backend/strapi/src/api/note/content-types/note/schema.json
# frontend/svelte/package-lock.json
# frontend/svelte/src/routes/editor/+page.svelte
2022-10-04 10:32:48 +02:00
j-weissen
70590fbdc9
Merge branch 'note-repo' into develop
2022-10-04 10:28:53 +02:00
j-weissen
fe005863a8
cleanup
2022-10-04 10:25:32 +02:00
dhain
982f845cfc
listing cums from strap
...
NO MORE local json &str
date in listing very butiful
2022-10-04 10:25:06 +02:00
j-weissen
b1b081fe30
Added StrapiNoteRepository, .env not working, authHeader is mocked
2022-10-04 10:14:28 +02:00
s-prechtl
7d4d74b01a
README.md updated username shown in input for login
2022-10-04 09:16:17 +02:00
s-prechtl
0dea7b77d7
README.md created for entire project
2022-10-04 09:05:34 +02:00
s-prechtl
626a3474f8
Readme updated
2022-10-04 09:04:21 +02:00
s-prechtl
7abd354625
docker-compose.yml for full project created, .env to source root!
2022-10-04 08:55:55 +02:00
s-prechtl
562829a23b
docker-compose.yml for Strapi created
2022-10-04 08:38:52 +02:00
s-prechtl
c5799921d1
Strapi Schema fixed register Console log removed
2022-10-04 08:16:49 +02:00
sprechtl
d03c46fa5f
Login redirect link added to register page for big user friendly
2022-10-03 23:21:18 +02:00
sprechtl
fea54cc943
Register working
2022-10-03 23:16:57 +02:00
sprechtl
05735972ae
HTML for login adapted and register created
2022-10-03 23:10:37 +02:00
sprechtl
cf6ba862d6
initial commit
2022-10-03 22:39:57 +02:00
dhain
6da2807b0a
bissl styling bei listing
2022-09-28 10:59:17 +02:00
dhain
fe1d24a23e
funktioniert mit actual strapi JSON layout
2022-09-27 10:44:27 +02:00
dhain
5453691016
localstorage weg
2022-09-27 10:15:32 +02:00
j-weissen
5d86ca29fb
Merge branch 'endpoints' into develop
2022-09-27 08:50:41 +02:00
j-weissen
435ae846c1
lasviewed timestamp now set by findOne
2022-09-27 08:50:13 +02:00
s-prechtl
7f2e30c587
Merge branch 'login' into develop
2022-09-27 08:34:03 +02:00
j-weissen
5bffe1cefd
Merge remote-tracking branch 'origin/develop' into endpoints
...
# Conflicts:
# backend/strapi/src/api/note/content-types/note/schema.json
2022-09-27 08:13:47 +02:00
j-weissen
91cc589617
bissi besser
2022-09-27 07:55:59 +02:00
s-prechtl
58e57978fd
Function comments
2022-09-27 07:37:13 +02:00
j-weissen
cc44bbaa4e
funktioniert, aber far from pretty
2022-09-27 00:26:46 +02:00
j-weissen
834f1284fe
findOne
2022-09-26 23:13:50 +02:00
dhain
1c1d758ab1
jwt oba nix geht
2022-09-26 23:07:39 +02:00
dhain
15ed4bd993
Merge branch 'login' into listing
2022-09-26 19:08:00 +02:00
dhain
92bf70831e
Merge branch 'develop' into listing
...
# Conflicts:
# frontend/svelte/package.json
2022-09-26 19:06:27 +02:00
dhain
5fda34fef9
bootstrap icons dependency
2022-09-26 19:03:45 +02:00
j-weissen
18b2d01c23
sorting changed
2022-09-26 12:36:02 +02:00
j-weissen
3786a803a6
Schema changed, findMany implemented
2022-09-26 12:32:27 +02:00
sprechtl
23699abd68
Page logs you out if you arent logged in correctly
2022-09-26 01:02:45 +02:00
sprechtl
0a168ea8b4
using users from users permissions
2022-09-26 00:13:37 +02:00
sprechtl
57eef24ca8
Merge branch 'listing' into develop
...
# Conflicts:
# frontend/svelte/package-lock.json
2022-09-26 00:00:04 +02:00
sprechtl
c734aef845
logo margin
2022-09-25 23:55:14 +02:00
sprechtl
220531b951
Include Logo set Favicon
2022-09-25 23:34:18 +02:00
sprechtl
670a860d90
Only creates cookie when there is no error + logos
2022-09-25 23:02:50 +02:00
dhain
79891ff9e7
Added colors
...
Click on X now has an alert if you really want to delete the note
Date is displayed under the note title
clicking on note working and displaying content
2022-09-25 22:37:08 +02:00
sprechtl
16af21123b
Cookie creation and error handling
2022-09-25 22:08:38 +02:00
dhain
395a9dc2e8
Notes are now displayed in order of the "lastOpened" property
...
The Note interface was moved to types.ts
2022-09-25 11:16:36 +02:00
dhain
2705fe27ef
Notes can be displayed from a JSON String
...
Notes can be deleted (will not save to the JSON)
Notes can be added (will not save to the JSON)
You can click on a Note to open it but /editor route is not working properly
2022-09-25 10:27:04 +02:00
dhain
bbec9e5e1b
mid commit hab angst
2022-09-24 17:50:56 +02:00