Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add char consts, hash the specified password for the HMAC | Lukas Reschke | 2014-09-03 | 3 | -1/+16 |
| | |||||
* | Use DI | Lukas Reschke | 2014-08-27 | 2 | -6/+14 |
| | |||||
* | Add some security utilities | Lukas Reschke | 2014-08-27 | 12 | -54/+427 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 #10619 from owncloud/issue/6722 | Thomas Müller | 2014-08-26 | 1 | -14/+21 |
|\ | | | | | Add a test to break the slugifyPath() with folder and file afterwards | ||||
| * | Use md5() of the original name instead of uniqid() for slugifying | Joas Schilling | 2014-08-25 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we used uniqid() here. However this means that the behaviour is not reproducable, so when uploading files into a "empty" folder, the folders name is different. If there would be a md5() hash collition, the deduplicate check will spot this and append an index later, so this should not be a problem. Fix #6722 | ||||
| * | Fix code layout before fixing the function | Joas Schilling | 2014-08-25 | 1 | -13/+9 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-26 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #10623 from owncloud/not-a-valid-resource-log-entries | Clark Tomlinson | 2014-08-25 | 1 | -1/+6 |
|\ \ | | | | | | | Do not try to close the same resource multiple times | ||||
| * | | Do not try to close the same resource multiple times | Joas Schilling | 2014-08-25 | 1 | -1/+6 |
| |/ | |||||
* | | Merge pull request #10023 from owncloud/tmp-file-created-status | Vincent Petry | 2014-08-25 | 1 | -2/+14 |
|\ \ | | | | | | | Log unsuccessful temp file creation and return false | ||||
| * | | Log unsuccessful temp file creation and return false | Victor Dubiniuk | 2014-07-30 | 1 | -2/+14 |
| | | | |||||
* | | | Merge pull request #10595 from owncloud/swift-stream | Jörn Friedrich Dreyer | 2014-08-25 | 1 | -5/+4 |
|\ \ \ | |_|/ |/| | | Stream downloads from Swift object stores without downloading it first | ||||
| * | | Stream downloads from Swift object stores without downloading it first | Robin Appelman | 2014-08-22 | 1 | -5/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-25 | 1 | -0/+5 |
| | | | |||||
* | | | Merge pull request #10528 from owncloud/fix-htaccess-check-error | Lukas Reschke | 2014-08-24 | 1 | -184/+225 |
|\ \ \ | | | | | | | | | Fix htaccess check error | ||||
| * | | | Throw exception if file cannot be accessed via http | Clark Tomlinson | 2014-08-22 | 1 | -184/+225 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format file Removing calls to deprecated classes and using internal method to get via http Missed a character Fix inverted logic | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-24 | 2 | -0/+4 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-23 | 29 | -57/+5 |
|/ / / | |||||
* | | | Merge pull request #10584 from owncloud/simple-wizard-trusted-domains | Thomas Müller | 2014-08-22 | 3 | -10/+7 |
|\ \ \ | | | | | | | | | Add a trusted domain wizard | ||||
| * | | | Expose setSystemValue | Lukas Reschke | 2014-08-22 | 2 | -6/+4 |
| | | | | |||||
| * | | | Add a trusted domain wizard | Lukas Reschke | 2014-08-21 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement. | ||||
* | | | | Merge pull request #7539 from owncloud/repair-legacystorageid | Thomas Müller | 2014-08-22 | 5 | -10/+260 |
|\ \ \ \ | | | | | | | | | | | Added repair script to upgrade the legacy home storage ids | ||||
| * | | | | no statement caching for Oracle | Thomas Müller | 2014-08-22 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Explicily close the statement cursors | Vincent Petry | 2014-08-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Fixes the issue that makes SQLite freeze on later tests. | ||||
| * | | | | Added repair step for legacy storages | Vincent Petry | 2014-08-20 | 4 | -10/+253 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-22 | 1 | -0/+2 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #10522 from owncloud/removeLoadAppScript | blizzz | 2014-08-21 | 1 | -26/+0 |
|\ \ \ \ | |_|/ / |/| | | | Remove loadAppScriptFile | ||||
| * | | | Remove loadAppScriptFile | Lukas Reschke | 2014-08-19 | 1 | -26/+0 |
| | | | | |||||
* | | | | Add files as string to tar archives | Robin Appelman | 2014-08-21 | 1 | -6/+2 |
| | | | | |||||
* | | | | reformat | Robin Appelman | 2014-08-21 | 1 | -112/+136 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-21 | 10 | -0/+20 |
| | | | | |||||
* | | | | Merge pull request #10518 from owncloud/fix_storage_const_autoload | Lukas Reschke | 2014-08-20 | 9 | -15/+26 |
|\ \ \ \ | |_|/ / |/| | | | Fix storage const autoload | ||||
| * | | | Add doc for \OCP\Files\FileInfo space constants | Morris Jobke | 2014-08-19 | 1 | -0/+9 |
| | | | | |||||
| * | | | fix typo | Morris Jobke | 2014-08-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | move to public namespace | Morris Jobke | 2014-08-19 | 9 | -14/+15 |
| | | | | |||||
| * | | | Use tabs for indentation. | Stephan Peijnik | 2014-08-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> | ||||
| * | | | Fix STORAGE_* constants usage by moving those constants into ↵ | Stephan Peijnik | 2014-08-19 | 8 | -14/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | \OC\Files\Filesystem. As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> | ||||
* | | | | Merge pull request #10422 from owncloud/dav-disablerangerequestwhennotsupported | Vincent Petry | 2014-08-20 | 1 | -0/+22 |
|\ \ \ \ | | | | | | | | | | | Return whole file if range request cannot be granted due to encryption | ||||
| * | | | | Return whole file if range request cannot be granted due to encryption | Vincent Petry | 2014-08-14 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenenver range headers are set and encryption is enabled, it is not possible to automatically fseek() to the proper position. To avoid returning corrupt/invalid data or causing a decryption error, the range headers are stripped so that the SabreDAV code in httpGet() returns the whole file. | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-20 | 41 | -55/+29 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #9866 from owncloud/app-upgrade | Robin Appelman | 2014-08-19 | 5 | -57/+108 |
|\ \ \ \ | | | | | | | | | | | Don't do app upgrades in the background | ||||
| * | | | | fix undefined variable | Robin Appelman | 2014-08-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | only set core version at the end | Robin Appelman | 2014-08-04 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Also set the app version when updating from app store | Robin Appelman | 2014-08-04 | 2 | -2/+3 |
| | | | | | |||||
| * | | | | Allow loading app without checking the upgrade | Robin Appelman | 2014-08-04 | 1 | -4/+8 |
| | | | | | |||||
| * | | | | extract upgrade parts to their own methods | Robin Appelman | 2014-08-04 | 1 | -19/+62 |
| | | | | | |||||
| * | | | | Throw an exception when we try to load an app that needs to be upgraded | Robin Appelman | 2014-08-04 | 3 | -34/+28 |
| | | | | | |||||
| * | | | | Extend OC_Util::needUpgrade to also catch app upgrades | Robin Appelman | 2014-08-04 | 1 | -1/+12 |
| | | | | | |||||
* | | | | | Merge pull request #10409 from owncloud/iShallNotCopyStuffWithoutThinking | Lukas Reschke | 2014-08-19 | 1 | -0/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Add a copied_sample_config switch | ||||
| * | | | | | Add a copied_sample_config switch | Lukas Reschke | 2014-08-19 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully this will stop people from copying the sample config. I'm so annoyed by all those wrong bug reports... Add some explanation about this switch Move check to init |