- Oct 21, 2016
-
-
http://ogp.me/Thomas Müller authored
In case no preview is available we display the ownCloud logo Fix unit test
-
- Sep 08, 2016
-
-
Morris Jobke authored
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jul 18, 2016
-
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
* This way we can easier load files conditionally
-
- Jul 08, 2016
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Jun 09, 2016
-
-
Lukas Reschke authored
-
Bjoern Schiessle authored
-
- Jun 02, 2016
-
-
Joas Schilling authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 25, 2016
-
-
Joas Schilling authored
-
- May 24, 2016
-
-
Piotr Filiciak authored
-
- May 20, 2016
-
-
Piotr Filiciak authored
Http range requests support is required for video preview
-
- Apr 22, 2016
-
-
Björn Schießle authored
-
- Mar 07, 2016
-
-
Vincent Petry authored
When download a public link share folder using the button on the top right, it doesn't provide a list of files. This fix makes sure to trigger the correct logic when no file list was given.
-
- Mar 01, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
-
- Feb 09, 2016
-
-
Robin Appelman authored
-
Roeland Jago Douma authored
-
- Feb 08, 2016
-
-
Arthur Schiwon authored
-
- Feb 03, 2016
-
-
Roeland Jago Douma authored
-
- Feb 02, 2016
-
-
Roeland Jago Douma authored
-
- Jan 28, 2016
-
-
Roeland Jago Douma authored
* Made comments more clear * Removed unneeded methods * IShares shareTime is now a proper DateTime object * IShares getPath -> getNode & setPath -> setNode * Fix unit tests
-
- Jan 27, 2016
-
-
Roeland Jago Douma authored
-
- Jan 20, 2016
-
-
Roeland Jago Douma authored
* Updated unit tests
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
Nice side effect... pure unit tests!
-
Roeland Jago Douma authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Dec 14, 2015
-
-
Björn Schießle authored
-
- Dec 07, 2015
-
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
- Oct 26, 2015
-
-
Lukas Reschke authored
-
- Oct 25, 2015
-
-
Lukas Reschke authored
Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail.
-
- Oct 08, 2015
-
-
Vincent Petry authored
-