Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 15 | -34/+38 |
| | |||||
* | Merge pull request #10721 from owncloud/kill-rand | Robin Appelman | 2014-08-29 | 3 | -16/+11 |
|\ | | | | | Kill insecure random number generation | ||||
| * | Don't register the call when rendering error pages | Robin Appelman | 2014-08-29 | 2 | -5/+8 |
| | | |||||
| * | Remove insecure fallback random number generation | Robin Appelman | 2014-08-29 | 1 | -11/+3 |
| | | |||||
* | | Merge pull request #10734 from owncloud/fix-10268 | Morris Jobke | 2014-08-29 | 2 | -4/+4 |
|\ \ | | | | | | | retrieve local users, groups and group members in a sorted way | ||||
| * | | retrieve local users, groups and group members in a sorted way | Arthur Schiwon | 2014-08-29 | 2 | -4/+4 |
| |/ | |||||
* | | Merge pull request #10614 from owncloud/remove-ee-hack | Lukas Reschke | 2014-08-29 | 1 | -12/+17 |
|\ \ | | | | | | | Remove different URL for EE | ||||
| * | | Add isAppstoreEnabled instead of hijacking the URL | Lukas Reschke | 2014-08-26 | 1 | -6/+17 |
| | | | |||||
| * | | Remove different URL for EE | Lukas Reschke | 2014-08-24 | 1 | -7/+1 |
| | | | | | | | | | This can now be achieved by setting `appstoreenabled` to `false` in config.php | ||||
* | | | allow empty hostname and dots in service name for oracle autosetup | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -0/+14 |
| |/ |/| | |||||
* | | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 8 | -37/+81 |
| | | | | | | | | | | | | | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | ||||
* | | Escape error messages | Lukas Reschke | 2014-08-27 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #10653 from owncloud/x-forwarded-for | Clark Tomlinson | 2014-08-27 | 2 | -1/+29 |
|\ \ | | | | | | | Add support for getting the real client IP behind proxies | ||||
| * | | Add support for getting the real client IP behind proxies | Lukas Reschke | 2014-08-27 | 2 | -1/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty | ||||
* | | | Merge pull request #9915 from suraia/unsharefromself-source | Björn Schießle | 2014-08-27 | 1 | -6/+7 |
|\ \ \ | |/ / |/| | | Allow specifying the item source in unshareFromSelf(). | ||||
| * | | Allow specifying the item source in unshareFromSelf(). | Michael Kuhn | 2014-07-26 | 1 | -6/+7 |
| | | | |||||
* | | | 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 |
| | | | | |||||
* | | | | 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 |
| | | | | | |||||
* | | | | | 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 | ||||
* | | | | Merge pull request #10584 from owncloud/simple-wizard-trusted-domains | Thomas Müller | 2014-08-22 | 1 | -4/+3 |
|\ \ \ \ | | | | | | | | | | | Add a trusted domain wizard | ||||
| * | | | | Expose setSystemValue | Lukas Reschke | 2014-08-22 | 1 | -4/+3 |
| |/ / / | |||||
* | | | | 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 |
| | | | | |||||
* | | | | Add files as string to tar archives | Robin Appelman | 2014-08-21 | 1 | -6/+2 |
| | | | | |||||
* | | | | reformat | Robin Appelman | 2014-08-21 | 1 | -112/+136 |
| | | | | |||||
* | | | | Merge pull request #10518 from owncloud/fix_storage_const_autoload | Lukas Reschke | 2014-08-20 | 8 | -15/+13 |
|\ \ \ \ | |/ / / |/| | | | Fix storage const autoload | ||||
| * | | | fix typo | Morris Jobke | 2014-08-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | move to public namespace | Morris Jobke | 2014-08-19 | 8 | -14/+11 |
| | | | | |||||
| * | | | 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. | ||||
* | | | | 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 #10341 from owncloud/issue/9928 | Thomas Müller | 2014-08-19 | 1 | -5/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | [Issue/9928] Problems with filemtime in MappedLocal Storage |