- Mar 11, 2015
-
-
Christian Kampka authored
-
- Feb 28, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 27, 2015
-
-
Lukas Reschke authored
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-
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
-
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
-
Thomas Müller authored
Add more HTTPS endpoints
-
Joas Schilling authored
-
Lukas Reschke authored
-
Thomas Müller authored
Check if we have a proper fileinfo
-
Lukas Reschke authored
The doc server can now finally speak SSL...
-
Thomas Müller authored
Make version check work on the lowest common version denominator
-
Morris Jobke authored
Add notice about Travis Checks
-
Lukas Reschke authored
Maybe it helps in the future so we won't forget it again
🙈 -
Thomas Müller authored
Revert "Updating license headers"
-
Thomas Müller authored
apply suggestions from @atmoz to fix SFTP setup
-
Jenkins for ownCloud authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
-
Thomas Müller authored
Fix warning in filecache gc
-
Vincent Petry authored
Add default value for remote_id
-
Robin Appelman authored
-
Lukas Reschke authored
Fix file move/copy when storage space is not enough
-
Morris Jobke authored
clarify link on apps management to the dev documentation
-
Morris Jobke authored
Move UTF-8 check to setup
-
Morris Jobke authored
Fixes WebDAV copy
-
Morris Jobke authored
Append search results to custom container
-
Vincent Petry authored
-
Morris Jobke authored
-
Morris Jobke authored
Add async command system to handle asynchronous operations
-
Morris Jobke authored
-
Vincent Petry authored
-
Morris Jobke authored
-
Morris Jobke authored
Remove dependency from arbitrary data object structure for easier usage
-