Uh oh!
There was an error while loading. Please reload this page.
Dashboard frontend enhancements - #21598
Conversation
2bf29e3 to
4d207d3Compare| return [ | ||
| 'routes' => [ | ||
| ['name' => 'dashboard#index', 'url' => '/', 'verb' => 'GET'], | ||
| ['name' => 'dashboard#updateLayout', 'url' => '/layout', 'verb' => 'POST'], |
There was a problem hiding this comment.
to be more compliant to what REST is about I would suggest to restructure this to be a resource, like simply /dashboard/layout and POST the data there
There was a problem hiding this comment.
I'd look into this in a separate pr since my first attempt for that didn't work out as expected.
ea46d1a to
2ae0c7aCompare4d207d3 to
adab679Compare1026be8 to
6b2bb32Comparejancborchardt
commented
Jul 21, 2020
@juliushaertl needs a rebase. :) Also:
I would say we make this the default app in master so we can properly dogfood it. We can still decide later before the RCs or so to keep Files the default. Ok @karlitschek@rullzer? |
karlitschek
commented
Jul 21, 2020
@jancborchardt agreed |
9514283 to
7ca8c31Comparedbef1e2 to
10295d8Compare60041fb to
bdf7257CompareSigned-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
e63bb35 to
258cde1CompareSigned-off-by: Morris Jobke <hey@morrisjobke.de>
MorrisJobke
commented
Aug 5, 2020
I reverted the URL change in the acceptance tests. The dashboard app should be disabled in those anyways. So this should fix those failing tests. |
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 31436: failurejsunitShow full logacceptance-app-files
Show full log |
skjnldsv
commented
Aug 6, 2020
Tests failures unrelated |
Follow up PR to #21346