- Feb 10, 2015
-
-
Morris Jobke authored
add function to invalidate one opcache file, use it if possible #9885
-
Vincent Petry authored
Add SFTP public key authentication support
-
Lukas Reschke authored
Setting default charset to UTF-8 in .htaccess and .user.ini
-
Fernando Rodriguez Sela authored
-
Jenkins for ownCloud authored
-
Morris Jobke authored
Cleanup of PHPDoc return types
-
- Feb 09, 2015
-
-
Morris Jobke authored
Only update favorite icon if the operation was successful
-
Morris Jobke authored
check if cache files are readable
-
Morris Jobke authored
[master] Request requires a second parameter
-
Thomas Müller authored
-
Thomas Müller authored
Ignore minified js in translation process
-
Lukas Reschke authored
NaturalSort performance improvements
-
Vincent Petry authored
prevent creation of ghost directories
-
Vincent Petry authored
Add a controller and reponse for ocs
-
Vincent Petry authored
Cache app versions
-
Vincent Petry authored
drop OC\Preferences
-
Vincent Petry authored
drop OC_Preferences
-
Lukas Reschke authored
Respect `mod_unique_id` and refactor `OC_Request::getRequestId`
-
Robin McCorkell authored
-
Robin McCorkell authored
A combination of using isset() instead of count() or strlen(), caching the chunkify function, and replacing is_numeric() with some comparisons
-
Vincent Petry authored
Add a better way to check if an avatar exists for the user
-
Arthur Schiwon authored
no fruitless count attempts, and notification should disappear
-
Joas Schilling authored
Check directory handle before we use it
-
Jan-Christoph Borchardt authored
Avoid dropdown to float under sidebar for mid narrow screens
-
Vincent Petry authored
Clean up files_external
-
Robin Appelman authored
-
Lukas Reschke authored
When `mod_unique_id` is enabled the ID generated by it will be used for logging. This allows for correlation of the Apache logs and the ownCloud logs. Testplan: - [ ] When `mod_unique_id` is enabled the request ID equals the one generated by `mod_unique_id`. - [ ] When `mod_unique_id` is not available the request ID is a 20 character long random string - [ ] The generated Id is stable over the lifespan of one request Changeset looks a little bit larger since I had to adjust every unit test using the HTTP\Request class for proper DI. Fixes https://github.com/owncloud/core/issues/13366
-
Jenkins for ownCloud authored
-
- Feb 08, 2015
-
-
Lukas Reschke authored
Use transactions when renaming directory contents
-
Lukas Reschke authored
Disable autocomplete for SMTP Password
-
Jenkins for ownCloud authored
-
- Feb 07, 2015
-
-
Morris Jobke authored
external user app: Add note to enable it first
-
RealRancor authored
-
Morris Jobke authored
Updated the media type of some font types
-
Morris Jobke authored
Allow application-specific favicons
-
Morris Jobke authored
Streamline CSRF and login check
-
Morris Jobke authored
Do not change color of 'new' button on hover and make new file menu more consistent with button
-
Morris Jobke authored
Use 403 instead of 200 response
-
Morris Jobke authored
Don't encode url unecessary twice
-
Morris Jobke authored
Reduce log level of bind failed to WARN - fixes #11624
-