- Jun 23, 2015
-
-
Joas Schilling authored
-
Jörn Friedrich Dreyer authored
[upgrade] print update message before running the update code
-
Morris Jobke authored
* otherwise you don't know during which app update something failed
-
Joas Schilling authored
Accept this language change "at your own risk"
-
Joas Schilling authored
-
Lukas Reschke authored
Make an assertion in risky test testGetNodeForPathRoot
-
Morris Jobke authored
Use trusted mimetype
-
Jenkins for ownCloud authored
-
- Jun 22, 2015
-
-
Thomas Müller authored
Properly set mtime on S3 for touch operation
-
Victor Dubiniuk authored
fix search for results only from subfolder
-
Joas Schilling authored
-
Jan-Christoph Borchardt authored
-
Lukas Reschke authored
We shall not use untrusted mimetypes in this context
-
Björn Schießle authored
Send the mime icon if we can't generate a preview
-
Björn Schießle authored
-
Thomas Müller authored
emit hooks from a view as long as the path is inside the default root
-
Bernhard Posselt authored
Allow multiple whitespace in type hints in AppFramework
-
Jenkins for ownCloud authored
-
- Jun 21, 2015
-
-
Robin McCorkell authored
Workaround for empty dir deletion for SFTP
-
Robin McCorkell authored
Use proper type
-
Robin McCorkell authored
-
Jenkins for ownCloud authored
-
- Jun 20, 2015
-
-
Robin McCorkell authored
Type hints such as `@param bool $doSomething` will now correctly get parsed, allowing for alignment of docblock parameters if the app developer so wishes.
-
Jenkins for ownCloud authored
-
- Jun 19, 2015
-
-
Lukas Reschke authored
This is a string
-
Olivier Paroz authored
-
Morris Jobke authored
Add tool to check OCP for missing @since tag
-
Thomas Müller authored
[master] Verify if path exists
-
Thomas Müller authored
Fix naming of param in private/server.php
-
Thomas Müller authored
[config.sample.php] set correct default value for skeletondirectory
-
Morris Jobke authored
-
Morris Jobke authored
-
Morris Jobke authored
-
Morris Jobke authored
* gets executed in autotest.sh and fails if some PHPDoc is missing * doesn't check classes/methods that are marked as @deprecated * iterates over all .php files in lib/public
-
Morris Jobke authored
-
Joas Schilling authored
Only sort by group name when LDAP is involved
-
Jenkins for ownCloud authored
-
- Jun 18, 2015
-
-
Vincent Petry authored
Acquire read lock when getting file or directory info
-
Vincent Petry authored
update the file cache within the write lock
-
Vincent Petry authored
Explicitly clear the stat cache after deleting an empty folder to make sure it is properly detected as deleted in subsequent requests. This works around a problem with phpseclib where the folder is properly deleted remotely but the stat cache was not updated.
-