- Nov 20, 2014
-
-
Volkan Gezer authored
-
Morris Jobke authored
Remove delete button in shared with others list
-
Vincent Petry authored
Port 12154
-
Vincent Petry authored
Added function to load translations from JS
-
Jenkins for ownCloud authored
-
- Nov 19, 2014
-
-
Vincent Petry authored
-
Vincent Petry authored
Whenever a file is shared with others or with link, a delete button used to be visible that triggered a direct deletion. This button has been removed to avoid accidental deletion from people who might believe it was an unshare button. Unsharing is still possible inside the share dropdown.
-
Vincent Petry authored
-
Vincent Petry authored
-
Lukas Reschke authored
Show warning when invalid user was passed
-
Lukas Reschke authored
Warn for password reset when files_encryption is enabled
-
Morris Jobke authored
Only show undelete capability if files_trashbin is enabled
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
- Nov 18, 2014
-
-
Lukas Reschke authored
Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities
-
Thomas Müller authored
User management search just searches users - adjust label of input field...
-
Thomas Müller authored
drop unneeded var_dump - fixes #9997
-
Morris Jobke authored
-
Morris Jobke authored
-
Morris Jobke authored
Replace deprecated switches
-
Lukas Reschke authored
Use full path instead of only the filename
-
Björn Schießle authored
make sure that we don't find the wrong shares if a user and a group have the same ID
-
Lukas Reschke authored
$file only contains the filename and not the absolute path, that means that files in a subdirectory will not get properly resolved and an empty filesize is returned. This feature only exists on master.
-
Olivier Paroz authored
Warning: -convert-to is deprecated. Use --convert-to instead. Warning: -outdir is deprecated. Use --outdir instead.
-
Lukas Reschke authored
Fix type hinting for app manager
-
Lukas Reschke authored
Check if the size field is available
-
Lukas Reschke authored
Remove all ports from the trusted domains Conflicts: lib/private/repair.php lib/repair/repairconfig.php
-
Lukas Reschke authored
This lead to a lot of confusion in the past and did not really offer any value. Let's remove the port check therefore. (it's anyways not really a part of the domain) Fixes https://github.com/owncloud/core/issues/12150 and https://github.com/owncloud/core/issues/12123 and also a problem reported by @DeepDiver1975. Conflicts: lib/private/request.php
-
Robin Appelman authored
-
Vincent Petry authored
For apps that support async translation loading, a new function OC.L10N.load() can be used to asynchronously load the translations for a given app.
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
make sure that we only find the shares from the correct share type if users and groups with the same ID exists
-
Björn Schießle authored
-
Morris Jobke authored
Remove unused code
-
Morris Jobke authored
Make declaration compatible
-
Morris Jobke authored
-
Lukas Reschke authored
Add tests for normalizePath() with absolute paths on windows
-
Lukas Reschke authored
Fix remote.php routes for apps that are enabled for specific groups
-
Jenkins for ownCloud authored
-