Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix BadRequest error if CONTENT_LENGTH not set | chli1 | 2014-09-04 | 1 | -5/+8 |
| | | | If client does not send content length header on webdav upload (e.g. because the content comes from a stream and its length is not predictable) the put() method should not try to compare the content length value with the actually amount of received data, because this will always fail and results in a BadRequest exception. So the check will only be performed if $_SERVER['CONTENT_LENGTH'] is set. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-04 | 73 | -232/+112 |
| | |||||
* | Merge pull request #10790 from cbhp/master | Lukas Reschke | 2014-09-03 | 1 | -1/+6 |
|\ | | | | | added missing User-Agents | ||||
| * | always use a user-agent constant | cbhp | 2014-09-03 | 1 | -4/+6 |
| | | | | | | | | | | | | Some providers block connections with missing user-agents. Also user-agents are useful for analyzing requests. I've added a USER_AGENT constant that is used in cURL and in file_get_contents. | ||||
| * | added missing User-Agents | cbhp | 2014-08-31 | 1 | -0/+3 |
| | | | | | | | | header "User-Agent" was missed | ||||
* | | Merge pull request #10849 from owncloud/UseProperRandomFunction | Andreas Fischer | 2014-09-03 | 4 | -4/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | Use proper RNG * owncloud/UseProperRandomFunction: Use proper RNG generator | ||||
| * | | Use proper RNG generator | Lukas Reschke | 2014-09-03 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | OC_Util::generateRandomBytes() only returns lowercase alphanumeric values. We should use the new RNG which has a broader characterset. | ||||
* | | | Merge pull request #9195 from owncloud/fix-733 | pdessauw | 2014-09-03 | 3 | -0/+82 |
|\ \ \ | | | | | | | | | Scroll to uploaded file in file list | ||||
| * | | | Highlight every uploaded files and scroll down to the last one | pdessauw | 2014-09-03 | 3 | -0/+82 |
| | | | | |||||
* | | | | Merge pull request #10842 from owncloud/remove-add-to-your-owncloud-if-disabled | Lukas Reschke | 2014-09-03 | 2 | -1/+9 |
|\ \ \ \ | |_|/ / |/| | | | Hiding add to your own cloud if server2server sharing is not enabled | ||||
| * | | | Hiding add to your own cloud if server2server sharing is not enabled | Clark Tomlinson | 2014-09-03 | 2 | -1/+9 |
| | | | | |||||
* | | | | Merge pull request #10845 from owncloud/usealphanumericstring | Clark Tomlinson | 2014-09-03 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Only return lowercase letters and digits for backwards compatbility | ||||
| * | | | | Only return lowercase letters and digits for backwards compatbility | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #10667 from pmjdebruijn/itunes-appid | Thomas Müller | 2014-09-03 | 3 | -2/+16 |
|\ \ \ \ | |_|/ / |/| | | | defaults: add customizable defaultiTunesAppId | ||||
| * | | | templates: use p() for getiTunesAppId | Pascal de Bruijn | 2014-08-28 | 2 | -2/+2 |
| | | | | |||||
| * | | | defaults: add customizable defaultiTunesAppId | Pascal de Bruijn | 2014-08-27 | 3 | -2/+16 |
| | | | | |||||
* | | | | Merge pull request #10642 from owncloud/securityutils | Lukas Reschke | 2014-09-03 | 20 | -55/+638 |
|\ \ \ \ | |_|/ / |/| | | | Add some security utilities | ||||
| * | | | Increment version | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix quoting | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add test for the second argument | Lukas Reschke | 2014-09-03 | 2 | -1/+20 |
| | | | | |||||
| * | | | Refactor tests a little bit | Lukas Reschke | 2014-09-03 | 3 | -31/+61 |
| | | | | |||||
| * | | | Fix CHAR_SYMBOLS | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'securityutils' of https://github.com/owncloud/core into ↵ | Lukas Reschke | 2014-09-03 | 1146 | -24642/+32646 |
| |\ \ \ | | | | | | | | | | | | | | | | securityutils | ||||
| | * | | | Use correct 3rdparty | Lukas Reschke | 2014-08-31 | 1 | -0/+0 |
| | | | | | |||||
| | * | | | Merge branch 'master' into securityutils | Lukas Reschke | 2014-08-31 | 1146 | -24642/+32646 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/util.php | ||||
| * | | | | | Add char consts, hash the specified password for the HMAC | Lukas Reschke | 2014-09-03 | 4 | -2/+17 |
| |/ / / / | |||||
| * | | | | Use DI | Lukas Reschke | 2014-08-27 | 3 | -12/+20 |
| | | | | | |||||
| * | | | | Add some security utilities | Lukas Reschke | 2014-08-27 | 18 | -62/+565 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this | ||||
* | | | | | Merge pull request #10826 from oparoz/master | Clark Tomlinson | 2014-09-03 | 2 | -0/+49 |
|\ \ \ \ \ | | | | | | | | | | | | | Adding TIFF support to the files app | ||||
| * | | | | | This is not a PDF, there are no pages | Olivier Paroz | 2014-09-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Converts TIFF files to PNG | Olivier Paroz | 2014-09-02 | 1 | -0/+48 |
| | | | | | | |||||
| * | | | | | Adding support for tiff files | Olivier Paroz | 2014-09-02 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #10723 from owncloud/webdav-folder-size | Clark Tomlinson | 2014-09-03 | 2 | -2/+17 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | adding new webdav property containing the folder size | ||||
| * | | | | | | adding new webdav property containing the folder size | Thomas Müller | 2014-08-29 | 2 | -2/+17 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #10761 from canadaduane/fix_occ_upgrade | Thomas Müller | 2014-09-03 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Ensure db connection before changing cache state | ||||
| * | | | | | | | Ensure db connection before changing cache state | Duane Johnson | 2014-08-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When trying to upgrade from 7.0.0 to 7.0.2, the manual upgrade path (e.g. ` sudo -u www-data /usr/bin/php5 ./occ upgrade`) exits with the following fatal error: ``` /var/www/owncloud# php occ upgrade PHP Fatal error: Call to a member function disableQueryStatementCaching() on a non-object in /var/www/owncloud/lib/private/db.php on line 423 ``` This is caused by the self::$connection static variable having not been initialized at the point of call. Adding a self::connect() fixes the issue. See https://forum.owncloud.org/viewtopic.php?f=29&t=23398&p=68556#p68556 | ||||
* | | | | | | | | Merge pull request #10725 from owncloud/sabredav-etag-master | Thomas Müller | 2014-09-03 | 3 | -15/+20 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | adding OC-ETag header | ||||
| * | | | | | | | | adding OC-ETag header | Thomas Müller | 2014-08-29 | 3 | -15/+20 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-03 | 23 | -16/+56 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #10816 from owncloud/app-nav-submit | jbtbnl | 2014-09-02 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Also style submit buttons for navigation inputs | ||||
| * | | | | | | | also style submit buttons | Bernhard Posselt | 2014-09-02 | 1 | -1/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #10697 from owncloud/fs-no-autosetup | Robin Appelman | 2014-09-02 | 4 | -19/+7 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Don't automatically setup the filesystem the moment we load OC\Files\Filesystem | ||||
| * | | | | | | | | Also setup the filesystem when matching routes | Robin Appelman | 2014-09-02 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Remove unneeded file initialization in encryption, already handled in a hook | Robin Appelman | 2014-09-02 | 1 | -16/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | Don't automatically setup the filesystem the moment we load OC\Files\FileSystem | Robin Appelman | 2014-09-02 | 3 | -3/+6 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #10807 from owncloud/acceptance-readme | Vincent Petry | 2014-09-02 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fixed readme for acceptance tests | ||||
| * | | | | | | | Fixed readme for acceptance tests | Vincent Petry | 2014-09-01 | 1 | -4/+4 |
| | | | | | | | | |||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-02 | 75 | -13/+194 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #10733 from owncloud/acceptance_tests | felixboehm | 2014-09-01 | 28 | -0/+2049 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ownCloud acceptance tests | ||||
| * | | | | | | | further documentation | Felix Böhm | 2014-08-29 | 1 | -3/+44 |
| | | | | | | | |