- Oct 26, 2015
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Add tests for Sabre Auth plugin + make getCurrentUser compatible
-
Thomas Müller authored
Bump 3rdparty for phpseclib-2.0.0
-
Thomas Müller authored
Remove dead code from autoloader
-
Thomas Müller authored
Ensure the password is only hashed in case it's changed on the client…
-
Roeland Jago Douma authored
-
Thomas Müller authored
Use optimized autoloader for files_external
-
Jenkins for ownCloud authored
-
- Oct 25, 2015
-
-
Lukas Reschke authored
Those variables are never written to. Thus this is dead code which should be removed.
-
Lukas Reschke authored
-
Lukas Reschke authored
Add HackerOne page to CONTRIBUTING.md
-
Lukas Reschke authored
-
Lukas Reschke authored
Use optimized autoloader for 3rdparty
-
Lukas Reschke authored
-
Lukas Reschke authored
Throw exception on `getPath` if file does not exist
-
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.
-
Jenkins for ownCloud authored
-
- Oct 24, 2015
-
-
Jenkins for ownCloud authored
-
- Oct 23, 2015
-
-
Thomas Müller authored
Bump 3rdparty for guzzlehttp/http to 5.3.0
-
Roeland Jago Douma authored
Includes bump of react/promise to 2.2.1
-
Lukas Reschke authored
-
Thomas Müller authored
Dont lock /$user/files
-
Thomas Müller authored
Bump 3rdparty to have full sabre/dav-2.1.7
-
Roeland Jago Douma authored
-
Thomas Müller authored
Provisioning api integration tests added app tests and getusers by a subadmin
-
Robin Appelman authored
-
Thomas Müller authored
Expose syslog tag in the configuration
-
Steffen Lindner authored
-
Thomas Müller authored
Fix "Call to a member function getUID() on boolean" in Crypt
-
Thomas Müller authored
change wording from 'remember' to more understandable 'Stay logged in'
-
Roeland Jago Douma authored
Even more code mess :( All tests pass again. But I'm really not happy with this endpoint.
-
Jenkins for ownCloud authored
-
- Oct 22, 2015
-
-
Jan-Christoph Borchardt authored
-
Thomas Müller authored
handle NoUserException in sharing code
-
Volker Fröhlich authored
-
Thomas Müller authored
Bump 3rdparty for pear/archive_tar-1.4.1
-
Thomas Müller authored
-
Morris Jobke authored
* setup LDAP users * share from an LDAP user * delete that LDAP user * log in as share recipient * before: unhandled NoUserException * after: NoUserEception is logged and share is not shown anymore
-
Sergio Bertolin authored
-