-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Dashboard API #21346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Dashboard API #21346
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
673d70d
Add new dashboard public API
juliusknorr 544fcdb
Deprecate old dashboard API
juliusknorr 5a18749
Add dashboard app
juliusknorr 4b9d47f
Modify dashboard welcome sentences
jancborchardt 829bf1a
Fix Dashboard layout, positioning and responsiveness
jancborchardt a0cd760
Separate icon from translatable text
juliusknorr 86a7d16
Update autoloader
juliusknorr 81e5593
Move to lazy panel registration during registration context
juliusknorr f7c04b0
Deprecate panel register event right away but keep it for not breakin…
juliusknorr 66ce9ed
Initialize panels early to make sure that scripts can be loaded
juliusknorr b71de68
Cleanup public api methods
juliusknorr 879b756
Update Dashboard app icon
jancborchardt 31a1494
Add load method for apps to bootstrap their panels
juliusknorr e6fb1b9
Load more than one panel
juliusknorr 35bdb99
Dashboard strict typing
juliusknorr 0c35218
Include name in translatable greeting
juliusknorr 6b2bb32
Bump bundles
juliusknorr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move to lazy panel registration during registration context
Signed-off-by: Julius Härtl <[email protected]>
- Loading branch information
commit 81e559313325777649e640492cba1981aff3e54a
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| <?php | ||
| \OC_Util::addScript('dashboard', 'dashboard'); | ||
| \OCP\Util::addScript('dashboard', 'dashboard'); | ||
| ?> | ||
| <div id="app"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.