- 04 Jan, 2016 4 commits
-
-
Lukas Reschke authored
There were code paths that nowadays call ISession::login directly thus bypassing the desired regeneration of the session ID. This moves the session regeneration deeper into the session handling and thus ensures that it is always called. Furthermore, I also added the session regeneration to the remember me cookie plus added some test case expectations for this.
-
Björn Schießle authored
don't show previous log level in upgrade message
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- 02 Jan, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 01 Jan, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 31 Dec, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 30 Dec, 2015 3 commits
-
-
Thomas Müller authored
Cache usermanager instance in view
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
- 29 Dec, 2015 2 commits
-
-
Thomas Müller authored
shorten quota usage wording, fix overflow on mobile, fix #21129
-
Thomas Müller authored
Fix owncloud logging with ms precision
-
- 28 Dec, 2015 8 commits
-
-
Jan-Christoph Borchardt authored
-
Thomas Müller authored
Get the icon in javascript for the filepicker
-
Thomas Müller authored
Refactor OC_Util::callCheck
-
Thomas Müller authored
Correctly render uploadtext indicator only on folders
-
Thomas Müller authored
Clear SMB statcache after fopen
-
Thomas Müller authored
Prefer scalar type hints over phpdoc annotation
-
Thomas Müller authored
prevent selecting on log in page to solve ugliness on accidental selection
-
Jenkins for ownCloud authored
-
- 27 Dec, 2015 2 commits
-
-
Thomas Müller authored
Update mailmap for myself
-
Jenkins for ownCloud authored
-
- 25 Dec, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 24 Dec, 2015 10 commits
-
-
Robin Appelman authored
Dont break the files_external migrator if no user is logged in
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Jan-Christoph Borchardt authored
-
Roeland Douma authored
[Avatars] Calculate 'sane' hue precissions
-
Roeland Jago Douma authored
We used to get the numeric value of the entrire md5 string which is a 128bit integer. We would then devide this by the maxval of a 128bit int. There is no need for such huge computations. As we just require a value between 0 and 255. Thus using two 16 bit values is more than enough to get the precision we need. By just taking the MSB we get nearly identical results.
-
Roeland Jago Douma authored
-
Bernhard Posselt authored
use method exists lookup to be safe and not break on old hhvm versions add test that checks if type hint is preferred over annotation
-
Roeland Jago Douma authored
The server no longer calculates the icon. So we have the js side do it for us.
-
Jenkins for ownCloud authored
-
- 23 Dec, 2015 4 commits
-
-
Thomas Müller authored
Fix unit tests
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/21345
-
Jenkins for ownCloud authored
-
Thomas Müller authored
add target="_blank" to href in setupcheck
-
- 22 Dec, 2015 3 commits
-
-
Christian Schnidrig authored
This patch makes sure, that the value can always be parsed correctly.
-
Thomas Müller authored
Make a modifiable copy of the webdav properties in JS file list
-
Vincent Petry authored
Plugins can extend _getWebdavProperties to add custom properties. These should not be added to the original properties list, so now the FileList makes a copy of the array.
-