-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[full-ci] Upstream small CERNbox fixes (#5985)
* Hide hidden files by default * Make default title configurable This title appears before the config title is loaded. * Optional sourcemaps * Change login message * Feedback while loading the app Show simple spinner (similar to ocSpiner) if it takes too long to load (> 1s); Show error message when failed to load. * Apps fixes Allow img instead of icon Ensure canBeDefault is honored * Update tests for app img display If there's an image, it takes precedence over icon (which always has a default) * Changelog
- Loading branch information
Showing
13 changed files
with
162 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bugfix: Show extension image | ||
|
||
Allow extensions to set an image as its logo, instead of an icon. | ||
If `img` is set, it will take precedence over `icon`. | ||
|
||
https://github.com/owncloud/web/pull/5985 |
This file contains 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Hidden files hidden by default | ||
|
||
Hide hidden files (files started with ".") by default, similar to oc10 | ||
|
||
https://github.com/owncloud/web/pull/5985 |
This file contains 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bugfix: Order extensions and default | ||
|
||
Ensure the default extensions are displayed first. | ||
Ensure that extensions can be set as default or not. | ||
|
||
https://github.com/owncloud/web/pull/5985 |
This file contains 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: Build options | ||
|
||
Configure the startup title (displayed before the configuration is loaded) via env variable TITLE. | ||
Make the source map generation optional with the env variable SOURCE_MAP. | ||
|
||
https://github.com/owncloud/web/pull/5985 |
This file contains 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: Show feedback on startup | ||
|
||
Instead of displaying an empty page while all components load, display a spiner. | ||
Also show an error message if there was an error. | ||
|
||
https://github.com/owncloud/web/pull/5985 |
This file contains 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 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 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 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 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 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 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 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