- Mar 02, 2015
-
-
Thomas Müller authored
Maintenance mode message might be misleading
-
Vincent Petry authored
Disable the cache updater when doing the encryption migration
-
Lukas Reschke authored
Cleanup config.sample.php
-
Morris Jobke authored
-
Morris Jobke authored
-
Thomas Müller authored
Don't swallow errors in console.php
-
Thomas Müller authored
fix files external test run and add common-tests option
-
Joas Schilling authored
-
Morris Jobke authored
Add detection for invalid CLI configuration for settings page
-
Morris Jobke authored
Shares should have a least read permission
-
Jenkins for ownCloud authored
-
- Mar 01, 2015
-
-
Roeland Jago Douma authored
* Throw 400 when a share is created or updated without read permissions * Added unit tests
-
Lukas Reschke authored
-
Morris Jobke authored
Show time difference of last cron run instead of absolute time
-
Morris Jobke authored
Disable some server checks when running on HHVM
-
Jakob Sack authored
-
Jenkins for ownCloud authored
-
- Feb 28, 2015
-
-
Jakob Sack authored
-
Jakob Sack authored
-
Jakob Sack authored
-
Christian Kampka authored
-
Lukas Reschke authored
-
Jenkins for ownCloud authored
-
- Feb 27, 2015
-
-
Lukas Reschke authored
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-
Lukas Reschke authored
This change will log all failures that prevent the CLI cronjob from happening to the database and display a warning to administrators when an error happened. To test: 1. Configure some invalid CLI php.ini settings 2. Enable the CLI cronjob and run php cron.php 3. See the errors printed and also in the admin page 4. Configure the CLI settings correctly 5. Errors should be gone. Fixes https://github.com/owncloud/core/issues/13994
-
Lukas Reschke authored
Use custom attribute instead of the div identifier
-
Lukas Reschke authored
Otherwise problems arrive when a username contains characters such as an `@` Fixes https://github.com/owncloud/user_shibboleth/issues/38
-
Vincent Petry authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Morris Jobke authored
Fix cache update when doing a rename that overwrites the target
-
Robin Appelman authored
-
Bernhard Posselt authored
AppFramework StreamResponse
-
Bernhard Posselt authored
First stab at the StreamResponse, see #12988 The idea is to use an interface ICallbackResponse (I'm not 100% happy with the name yet, suggestions?) that allow the response to output things in its own way, for instance stream the file using readfile Unittests are atm lacking, plan is to check if a mock of ICallbackResponse will be used by calling its callback (also unhappy with this name) method Usage is: $response = new StreamResponse('path/to/file'); rename io to output, add additional methods and handle error and not modified cases when using StreamResponse fix indention and uppercasing, also handle forbidden cases fix indention fix indention no forbidden, figuring out if a file is really readable is too complicated to get to work across OSes and streams remove useless import remove useless import fix intendation
-
Morris Jobke authored
Fix avatars in master
-
Joas Schilling authored
Add "throws" lines to calling methods and interface aswell
-