- Feb 09, 2015
-
-
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
-
Morris Jobke authored
Catch exception properly
-
Jenkins for ownCloud authored
-
- Feb 06, 2015
-
-
Morris Jobke authored
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
Thomas Müller authored
Coherent use of "SQLite" in lines 119 and 124
-
Thomas Müller authored
Coherent use of "SQLite" in lines 159 and 161
-
Thomas Müller authored
Revert "adding OC-ETag header"
-
cmeh authored
In line 161, "SQLite" has now the same capitalisation as in line 159.
-
cmeh authored
Just a cosmetic detail, but very obvious when working on localisations.
-
Frank Karlitschek authored
-