- Oct 15, 2014
-
-
Lukas Reschke authored
Backport 11408 master
-
Lukas Reschke authored
Add darwin to if block
-
Lukas Reschke authored
Use `rawurlencode` since this seems to be expected by cURL
-
Jörn Friedrich Dreyer authored
in cli mode return true for isHtaccessWorking
-
Jörn Friedrich Dreyer authored
-
Jan-Christoph Borchardt authored
Enhanced apps management
-
Thomas Müller authored
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
-
Vincent Petry authored
Use the cached fileinfo to get creatable permissions
-
Vincent Petry authored
Unset the cached active user when using a different session object
-
Vincent Petry authored
Allow specifying protocol in ext storage OC config
-
Vincent Petry authored
Use body element when animating scroll in public page
-
Vincent Petry authored
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.
-
Jenkins for ownCloud authored
-
- Oct 14, 2014
-
-
Thomas Müller authored
-
Lukas Reschke authored
- Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php
-
Lukas Reschke authored
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.
-
Jörn Friedrich Dreyer authored
adding cache control headers for css and js - fixes #11496
-
Vincent Petry authored
Issue/11500 Do not set overwrite* settings by default
-
Jenkins for ownCloud authored
-
Thomas Müller authored
-
Joas Schilling authored
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
-
- Oct 13, 2014
-
-
Thomas Müller authored
Close session when loading apps
-
Vincent Petry authored
Retrieve storage numeric id earlier when still available
-
Vincent Petry authored
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.
-
Björn Schießle authored
distinguish between file dependent shares and other shares
-
Vincent Petry authored
Fixed array detection on public download
-
Robin Appelman authored
-
Vincent Petry authored
The numeric id is only available before the storage entry is deleted, so get it at that time.
-
Björn Schießle authored
-
Lukas Reschke authored
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.
-
Robin Appelman authored
-
Robin Appelman authored
-
Vincent Petry authored
When downloading a folder called "0001" PHP should fallback to parsing it as string and properly detect that it is not a JSON array.
-
Jenkins for ownCloud authored
-
- Oct 12, 2014
-
-
Lukas Reschke authored
Remove uneeded slicing of element
-
Jenkins for ownCloud authored
-
- Oct 11, 2014
-
-
Jenkins for ownCloud authored
-
- Oct 10, 2014
-
-
Björn Schießle authored
make sure that we always delete oldest first
-
Björn Schießle authored
[sharing] fix performance issues
-