- Jan 09, 2015
-
-
Björn Schießle authored
-
Björn Schießle authored
-
Morris Jobke authored
Default to reusing etags in the scanner
-
Thomas Müller authored
Use Doctrines filter by table name
-
Morris Jobke authored
fix rename field position, fix #12927
-
Jan-Christoph Borchardt authored
-
Lukas Reschke authored
Ldap user cleanup master
-
Lukas Reschke authored
Verify existence of $_GET key
-
Jenkins for ownCloud authored
-
Lukas Reschke authored
Otherwise when the file without any specified mimetype was accessed the error log was flooded with entries such as "Undefined index: mime", there can be multiple issues found about this in the forum and our bugtracker. To test this access `/index.php/apps/files/ajax/mimeicon.php` with and without `$_GET['mime']`. Fixes itself.
-
Lukas Reschke authored
Verify whether type is correct
-
- Jan 08, 2015
-
-
Morris Jobke authored
Logfile download
-
Lukas Reschke authored
`$this->info` can very well contain an empty array or possibly other values. This means that when this code path is called a PHP Fatal error might get thrown which is not what we want.
-
Arthur Schiwon authored
-
Morris Jobke authored
Add timeout for notifications
-
Thomas Müller authored
Fix source path when share is a mount point
-
Arthur Schiwon authored
-
Lukas Reschke authored
Minor typo updates to External Storage description
-
Lukas Reschke authored
Add version to .htaccess
-
Morris Jobke authored
* options for timeout in seconds and if it contains HTML * if timeout is 0 it will show the message permanently * removes the notification after a given (default: 5 seconds) timeframe * based on work by @brantje * provide JS unit tests for notifications
-
Lukas Reschke authored
Currently if a user does not replace the .htaccess file with the new update this can lead to serious problems in case Apache is used as webserver. This commit adds the version to the .htaccess file and the update routine fails in case not the newest version is specified in there. This obviously means that every release has to update the version specified in .htaccess as well. But I see no better solution for it. Conflicts: lib/private/updater.php
-
Vincent Petry authored
Whenever an external storage mount point is shared directly, its path is empty which causes a leading slash to appear in the source path. This fix removes the bogus leading slash in such situation.
-
Morris Jobke authored
check for working htaccess will result in a dead lock because the server...
-
Thomas Müller authored
check for working htaccess will result in a dead lock because the server is blocking the request to itself - fixes #13153
-
Jenkins for ownCloud authored
-
Christopher Bunn authored
This text is visible to admin users when they read the description of the External Storage app.
-
- Jan 07, 2015
-
-
Morris Jobke authored
-
Martin Mattel authored
"root" or "subfolder" -> "Remote subfolder" on selected storages missed ftp...
-
Morris Jobke authored
don't delete share table entries for the unique name if re-share permission was removed
-
Björn Schießle authored
-
Björn Schießle authored
-
Morris Jobke authored
Correctly return false when translating a foreign activity
-
Joas Schilling authored
-
Georg Ehrke authored
add logSettingsController add download logfile button move getEntries to LogSettingsController move set log level to logsettingscontroller.php add warning if logfile is bigger than 100MB add unit test for set log level fix typecasting, add new line at EoF show log and logfile download only if log_type is set to owncloud add unit test for getFilenameForDownload
-
Arthur Schiwon authored
-
Morris Jobke authored
Auto escape t placeholders
-
Morris Jobke authored
* add disableEscape parameter to disable this functionality * drop usage of escapeHTML() that is now done inside t() * add unit test for escaped and not escaped placeholder * proper JSDoc
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Morris Jobke authored
Extend Test\TestCase and do not use uniqid()
-