Commit Graph

70 Commits

Author SHA1 Message Date
Dimitrie Stefanescu c6a5c5cbce fix(logging): minor fixes 2020-11-02 07:54:18 +00:00
Dimitrie Stefanescu 3aaa63bfa3 feat(logging): preliminary implementation 2020-10-30 19:47:42 +00:00
Matteo Cominetti 25f2321428 fix(ui): changes stream name length to max 150 chars, fixes feed text 2020-10-27 14:28:23 +00:00
Matteo Cominetti 48003d392b feat(ui): adds 300ms delay to tooltips 2020-10-19 16:23:05 +01:00
Matteo Cominetti 0f3a8c0c9d fix(ui): makes delete button smaller 2020-10-18 20:51:04 +01:00
Matteo Cominetti 85c92a38f4 feat(ui): adds debounce to stream and user search ⛹️‍♀️ 2020-10-18 20:33:09 +01:00
Matteo Cominetti 88832650c6 feat(ui): minor color fix for dark mode 💅 2020-10-17 16:44:25 +01:00
Matteo Cominetti 3bc04e22e2 feat(ui): removes active class from HOME button 🏠 2020-10-17 16:30:50 +01:00
Matteo Cominetti aedc611b63 feat(ui): adds tooltips 2020-10-17 16:23:29 +01:00
Matteo Cominetti 9557550a79 feat(ui): adds stream search 2020-10-16 20:41:14 +01:00
Matteo Cominetti cd93416cb8 feat(ui): remember dark mode fix 2020-10-16 19:10:35 +01:00
Matteo Cominetti 8dc157772d feat(ui): adds dark mode 🌛 2020-10-16 18:52:14 +01:00
Matteo Cominetti 24072685a0 feat(ui): adds infinite scroll to streams page and a click-copy btn for stream ids 2020-10-16 14:52:46 +01:00
Matteo Cominetti 30bd4edf2e feat(ui): grant and revoke stream permissions 2020-10-14 22:41:53 +01:00
Matteo Cominetti 13a3b6e444 feat(ui): adds collaborator search 2020-10-14 18:56:45 +01:00
Matteo Cominetti a424e564bd style(auth): prettyfies vue files 2020-10-14 18:49:35 +01:00
Matteo Cominetti ff420de841 feat(ui): updates link incon, and other minor tweaks 2020-10-14 10:46:05 +01:00
Matteo Cominetti 61fc008293 featu(ui): dialog from submit on enter, first input autoselect 2020-10-13 16:49:28 +01:00
Matteo Cominetti 77887dc2ec feat(ui): edit commit message 2020-10-13 16:48:43 +01:00
Matteo Cominetti 0c91944ef7 feat(ui): adds stream delete, branch edit and delete 2020-10-12 15:48:27 +01:00
Matteo Cominetti f06e159ec5 refractor(gql): renames userEdit to userUpdate 2020-10-09 20:47:52 +01:00
Matteo Cominetti aafe47cb7a feat(ui): adds edit user and edit server, list item commit 2020-10-09 20:25:34 +01:00
Matteo Cominetti 8219c25d72 feat(ui): adds update user profile 2020-10-09 15:26:17 +01:00
Matteo Cominetti 98f548f313 feat(ui): edit stream and other ui tweaks 2020-10-08 19:18:28 +01:00
Matteo Cominetti 29f1ceae00 feat(ui): adds basic input field validation to stream and branch name 2020-10-08 15:21:08 +01:00
Matteo Cominetti bb09b9108e feat(ui): updates date-times to match new server format 2020-10-08 12:36:14 +01:00
Matteo Cominetti 46acb27dca feat(ui): adds new stream dialog 2020-10-08 10:42:08 +01:00
Matteo Cominetti 0958847356 feat(ui): updates stream page, add new branch flow 2020-10-07 17:41:58 +01:00
Matteo Cominetti 1f88ddd166 feat(ui): layout now is set in each view for more flexibility, moves sidebar to its own component 2020-10-07 14:02:19 +01:00
Matteo Cominetti 00cd0965f8 feat(ui): adds empty stream page and stream query 2020-10-06 11:40:38 +01:00
Matteo Cominetti 1cb0380af1 feat(ui): creates stream and commit components 2020-10-05 21:04:25 +01:00
Matteo Cominetti 34fe40378e fix(frontend): fixes issue of routes and history mode 2020-10-05 20:15:19 +01:00
Matteo Cominetti 3619353b38 fix(frontend): fixes issue of routes and history mode 2020-10-05 20:09:01 +01:00
Matteo Cominetti 5dd8303b97 style(ui): indentation & quote fix 2020-10-05 20:07:49 +01:00
Matteo Cominetti e03969c93c feat(ui): minor tweaks and additions 2020-10-04 18:36:13 +01:00
Matteo Cominetti 77734b3dbf feat(ui): adds server info and user commits 2020-10-02 17:37:39 +01:00
Matteo Cominetti 33b5704cb4 style(ui): adds vscode workspace settings 2020-10-02 12:52:51 +01:00
Matteo Cominetti 2a067339f4 style(ui): adds prettier eslint integration, and disables space-in-parens eslint setting 2020-10-02 12:50:11 +01:00
Matteo Cominetti 4edf26e9e3 feat(ui): scaffolding feed 2020-10-01 22:39:57 +01:00
Matteo Cominetti b299e18c22 feat(ui): scaffolds frontend wip 2020-10-01 20:27:25 +01:00
Matteo Cominetti 3e8790965b chore: adds sample .env for frontend 2020-10-01 15:23:58 +01:00
Matteo Cominetti 4910d4600f chore(frontend): updates packages 2020-10-01 14:43:06 +01:00
Dimitrie Stefanescu bd3eee8308 test(user services): added test for findOrCreateUser 2020-09-24 19:52:19 +01:00
Dimitrie Stefanescu 03bd49ef6d feat(apps): scaffolded more app services & more (cleanup, tests, etc.) 2020-09-18 16:46:23 +01:00
Dimitrie Stefanescu 1b57a2ba4b feat(auth): returns the userid on registration if no app id is present 2020-08-31 18:28:16 +01:00
Dimitrie Stefanescu 8a023d25d5 fix(setup): fully removes the setup check app 2020-08-31 18:15:18 +01:00
Dimitrie Stefanescu 1868641367 fix(tests & frontend): fixes the frontend client subscription connection & scaffolds tests 2020-08-18 17:58:07 +03:00
izzy lyseggen d7b75f9bfb feat(subscriptions): trying to figure out subs
I added a streamCreated sub to try it out,
but I can't get it to connect 😅
2020-08-05 17:17:18 +01:00
Dimitrie Stefanescu 8b8b449ed2 fix(users): fixes scope checking in user & email resolvers (profile:read/email & user:read/email) 2020-07-11 13:27:07 +01:00
Dimitrie Stefanescu 63e21713ca feat(streaming): refactored streaming endpoint 2020-06-20 00:16:44 +01:00