- Oct 20, 2015
-
-
Robin McCorkell authored
-
Robin McCorkell authored
Use netcat to check when the port opens, rather than an arbitrary timeout. Hard limit of 60 seconds in case something breaks
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Morris Jobke authored
-
Thomas Müller authored
Prevent leaving the DB update page while in progress
-
Thomas Müller authored
enable api getUsers for subadmins
-
Thomas Müller authored
Add backgroundjob to expire link shares
-
Thomas Müller authored
Do not calculate non essential info
-
Thomas Müller authored
catch all exception if table doesn't exists
-
Vincent Petry authored
-
Vincent Petry authored
-
Thomas Müller authored
Delete cookie instead of emptying value
-
Björn Schießle authored
-
Thomas Müller authored
Remove apps/files/appinfo/remote.php - this is no longer used
-
Thomas Müller authored
Combine OCS API getUser method code into provisioning_api app
-
Thomas Müller authored
ellipsize long group names in select2 dropdown, fix #16977
-
Thomas Müller authored
fix filepicker loading spinner
-
Thomas Müller authored
[OCI setup] remove static logger/config calls
-
Morris Jobke authored
* logger/config object are already injected - this only uses it
-
Morris Jobke authored
-
Roeland Jago Douma authored
Simple background job to expire the link shares. * added unit tests
-
Jenkins for ownCloud authored
-
- Oct 19, 2015
-
-
Christoph Wurst authored
-
Lukas Reschke authored
PHP will handle session cookies with an empty values as an E_WARNING error. ([php/#68063](https://bugs.php.net/bug.php?id=68063)) ownCloud sets the cookie to an empty value in case the session expires, it however after this starts a new session. Due to potential race conditions this can in unlikely cases lead to the fact that the session never gets restarted and the user is left with an empty cookie. PHP tries then to use the empty cookie which makes the instance not usable. To work around any race condition we now tell PHP to explicitly delete the value which can be done by using `null` as value, PHP will then send a cookie with the value "deleted". Also theepiration has been set to -1.
-
Jörn Friedrich Dreyer authored
don't move files in cache twice, fixes renaming for objectstores
-
Jörn Friedrich Dreyer authored
skip btrfs hack for objectstore docker container on btrfs host
-
Robin Appelman authored
Removemount expects absolutePath
-
Lukas Reschke authored
The full name has to be tested if it's a dir
-
Morris Jobke authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
Jan-Christoph Borchardt authored
-
- Oct 18, 2015
-
-
Jenkins for ownCloud authored
-
- Oct 17, 2015
-
-
Thomas Müller authored
Increase the 2nd digit of shipped apps
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Oct 16, 2015
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-