- Oct 14, 2014
-
-
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
-
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
-
Björn Schießle authored
distinguish between file dependent shares and other shares
-
Vincent Petry authored
Fixed array detection on public download
-
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.
-
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
-
Björn Schießle authored
-
Lukas Reschke authored
Log warning when no uid was found for user
-
Jan-Christoph Borchardt authored
Prevent button click when enter key is pressed in LDAP wizard
-
Björn Schießle authored
-
Vincent Petry authored
Urlencode file name before passing it to cURL
-
Jenkins for ownCloud authored
-
- Oct 09, 2014
-
-
Morris Jobke authored
Config update
-
Morris Jobke authored
-
Morris Jobke authored
-
Björn Schießle authored
-
Vincent Petry authored
Update etag of parent dir when adding/removing ext storage mount points
-
Vincent Petry authored
Clear enabled apps cache after loading authentication app
-
Morris Jobke authored
Add support for keys in the info.xml
-
Lukas Reschke authored
This allows to have links to different doc base URLs a.
-
Tony Zelenoff authored
Large file helper use cURL to determine file sizes. Thus filenames must be urlencoded in case special symbols like '#' can cause BadRequest errors. Signed-off-by:
Tony Zelenoff <antonz@parallels.com>
-
Vincent Petry authored
In some incomplete setups (like mine) it can happen that the uid attribute of users is missing. To be able to find out that something is wrong, a debug message is now logged when it has not been found.
-
Vincent Petry authored
Since getEnabledApps() depends on an authentication app to be loaded, especially in the case of LDAP, the cache from getEnabledApps() is now cleared to make sure that subsequent calls will properly return apps that were enabled for groups. This is because getEnabledApps() uses the inGroups() function from the group manager provided by LDAP or any other authentication app.
-
Arthur Schiwon authored
properly cancel a Paginated Results operation in order to avoid protocol...
-
Vincent Petry authored
Revert "[WIP] fix retrieval of group members and cache group members"
-
Vincent Petry authored
-