- Sep 12, 2016
-
-
Nextcloud bot authored
-
- Sep 11, 2016
-
-
Morris Jobke authored
Cast query result to int
-
Roeland Jago Douma authored
Move remote_shares OCS endpoint to AppFramework
-
Nextcloud bot authored
-
- Sep 10, 2016
-
-
Roeland Jago Douma authored
deleted files, fix mimetype detection
-
Nextcloud bot authored
-
- Sep 09, 2016
-
-
Roeland Jago Douma authored
Else we never create the default address book
-
Bjoern Schiessle authored
detect the correct mimetype of the files in the trashbin, therefore we have to check the filename without the appended timestamp
-
Morris Jobke authored
Don't print exception message in HTML
-
Morris Jobke authored
Filter more mimetypes
-
Lukas Reschke authored
The exception message is potentially influenced by user input and could thus be confusing (e.g. somebody could try to open a file like "Please send a mail to support@foo.com", and then the message would include that string. It is thus reasonable to not show the exception message by default. Also for the browser view I added an `exit()` at the end, as otherwise the XML exception would be attached.
-
Lukas Reschke authored
There's no need to allow more than those defined mimetypes for images.
-
Roeland Jago Douma authored
-
Nextcloud bot authored
-
- Sep 08, 2016
-
-
Morris Jobke authored
Adding a optional disclaimer to the anonymous upload page
-
Morris Jobke authored
more efficient querying of numeric storage ids
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Roeland Jago Douma authored
Catch the exception of the password policy app
-
Morris Jobke authored
-
Morris Jobke authored
Add exemptions for incompatible UAs
-
Lukas Reschke authored
Some user agents are notorious and don't really properly follow HTTP specifications. For those, have an automated opt-out. Since the protection for remote.php is applied in base.php as starting point we need to opt out here.
-
Morris Jobke authored
Show an download button instead of the updater
-
Lukas Reschke authored
Master supports PHP 7.1
-
Joas Schilling authored
[3rdparty] PasswordCompat is no longer required
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Roeland Jago Douma authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Add PHP 7.1 drone tests
-
Joas Schilling authored
Fix detection of file types a bit
-
Nextcloud bot authored
-
- Sep 07, 2016
-
-
Roeland Jago Douma authored
In php 7.1 the pretty print json output changed. Thus now we compare arrays.
-
Lukas Reschke authored
Bumps the PHP version from beta2 to RC1
-
Lukas Reschke authored
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
* Set salt length to 0 See https://tools.ietf.org/html/rfc3447#page-38 * Fix tests for new phpunit
-
Lukas Reschke authored
-