| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
FIXME: Ugly hack to prevent SVG of being returned if the SVG
provider is not enabled.
This is required because the preview system is designed in a
bad way and relies on opt-in with asterisks (i.e. image/*)
which will lead to the fact that a SVG will also match the image
provider.
Conflicts:
lib/private/preview.php
|
|\
| |
| | |
strip whitespace from the beginning and end of the display name
|
| |
| |
| |
| | |
empty display names
|
|\ \
| | |
| | | |
Page size calculation based on real page height
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
That is why we use `this.$el.parent()` instead
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is fix for https://github.com/owncloud/core/issues/10060
Instead of hard coding page size as 20 items, we check real page height, and divide by 50 (height of one row).
This will allow to load fewer items on small screens and enough items on large screens (4k, portrait orientation, etc.).
Also checking page height on every load to respond on browser window resizing,
|
| | |
| | |
| | |
| | | |
cache, make unknown free space work like unlimited free space
|
| | | |
|
|\ \ \
| | | |
| | | | |
Backport 11408 master
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Do not store the password (fixes https://github.com/owncloud/core/issues/11385)
- Refactor to AppFramework
- Add unit tests
Conflicts:
settings/admin/controller.php
|
|\ \ \ \
| | | | |
| | | | | |
Add darwin to if block
|
| |/ / /
| | | |
| | | |
| | | | |
Otherwise it would fall into the 'win' else block because strpos($os, 'win') does also match 'darwin' what is the `php_uname` for OS X.
|
|\ \ \ \
| | | | |
| | | | | |
Use `rawurlencode` since this seems to be expected by cURL
|
| |/ / /
| | | |
| | | |
| | | | |
Fixes https://github.com/owncloud/core/pull/11501#issuecomment-58794405
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
owncloud/in_cli_mode_return_true_for_ishtaccessworking
in cli mode return true for isHtaccessWorking
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Enhanced apps management
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
filter installed and not-installed apps properly
kill unneeded file
load category 'Installed' on page load
adding documentation links
new apps mgmt: first style adjustment
apps mgmt: only show license and preview if they exist
adding buttons
new apps mgmt: fix for mobile
use app icon if available
new apps mgmt: position enable/disable toggle to the right
new apps mgmt: proper display of icons or previews
new apps mgmt: fix loading spinner
reenable group selection for apps
new apps mgmt: position enable button normally again
new apps mgmt: clarify wording from 'Installed' to 'Enabled'
reintroduce enable/disable
Move rating image path generation to client-side
Move expression outside of l10n
fix group handling
add buttons for 'More apps' and 'Add your app' again
disable changed date of app for now
adding recommended label
style 'Recommended' app tag
fixing php warning
sort by rating
adding meta-category 'Recommended'
Only show existing documentation links
lacy loading of screenshots
making group based app activation work again
adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg'
adding app.svg for all core apps
query string '?installed' is not longer needed
update and uninstall is back + error feedback
remove unneeded parameter
fix alignment of 'recommended' label
|
|\ \ \ \
| |_|_|/
|/| | | |
Use the cached fileinfo to get creatable permissions
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Unset the cached active user when using a different session object
|
| | | | | |
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Allow specifying protocol in ext storage OC config
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Allow specifying a protocol in the host field when mounting another
ownCloud instance. Note that this was already possible with the WebDAV
config but this bug made it inconsistent.
|
|\ \ \ \
| | | | |
| | | | | |
Use body element when animating scroll in public page
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
In the public page the scroll container is the window instead of a div.
The $(window) object doesn't support animating the scroll property, so
the $('body') element is used instead.
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
adding cache control headers for css and js - fixes #11496
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Issue/11500 Do not set overwrite* settings by default
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Correctly use overwritemailurl value when generating absolute urls in CLI
Fix #11500
Rename the config to *cli
Add overwrite.cli.url to the sample config
Revert separator fix, fixes unit test
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Close session when loading apps
|
| | | |
| | | |
| | | |
| | | | |
Otherwise the session is blocked while all remote apps are loaded. This can be very annoying especially when apps.owncloud.com is down or not reachable.
|
|\ \ \ \
| | | | |
| | | | | |
Retrieve storage numeric id earlier when still available
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
The numeric id is only available before the storage entry is deleted, so
get it at that time.
|
|\ \ \ \
| | | | |
| | | | | |
distinguish between file dependent shares and other shares
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
Fixed array detection on public download
|
|/ / /
| | |
| | |
| | |
| | | |
When downloading a folder called "0001" PHP should fallback to parsing
it as string and properly detect that it is not a JSON array.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Remove uneeded slicing of element
|