summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Use public api for getting l10nRobin Appelman2014-08-3115-34/+38
|
* Merge pull request #10721 from owncloud/kill-randRobin Appelman2014-08-293-16/+11
|\ | | | | Kill insecure random number generation
| * Don't register the call when rendering error pagesRobin Appelman2014-08-292-5/+8
| |
| * Remove insecure fallback random number generationRobin Appelman2014-08-291-11/+3
| |
* | Merge pull request #10734 from owncloud/fix-10268Morris Jobke2014-08-292-4/+4
|\ \ | | | | | | retrieve local users, groups and group members in a sorted way
| * | retrieve local users, groups and group members in a sorted wayArthur Schiwon2014-08-292-4/+4
| |/
* | Merge pull request #10614 from owncloud/remove-ee-hackLukas Reschke2014-08-291-12/+17
|\ \ | | | | | | Remove different URL for EE
| * | Add isAppstoreEnabled instead of hijacking the URLLukas Reschke2014-08-261-6/+17
| | |
| * | Remove different URL for EELukas Reschke2014-08-241-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 autosetupJörn Friedrich Dreyer2014-08-291-0/+14
| |/ |/|
* | kill OC::$sessionJörn Friedrich Dreyer2014-08-298-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 messagesLukas Reschke2014-08-271-4/+4
| |
* | Merge pull request #10653 from owncloud/x-forwarded-forClark Tomlinson2014-08-272-1/+29
|\ \ | | | | | | Add support for getting the real client IP behind proxies
| * | Add support for getting the real client IP behind proxiesLukas Reschke2014-08-272-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-sourceBjörn Schießle2014-08-271-6/+7
|\ \ \ | |/ / |/| | Allow specifying the item source in unshareFromSelf().
| * | Allow specifying the item source in unshareFromSelf().Michael Kuhn2014-07-261-6/+7
| | |
* | | Merge pull request #10619 from owncloud/issue/6722Thomas Müller2014-08-261-14/+21
|\ \ \ | | | | | | | | Add a test to break the slugifyPath() with folder and file afterwards
| * | | Use md5() of the original name instead of uniqid() for slugifyingJoas Schilling2014-08-251-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 functionJoas Schilling2014-08-251-13/+9
| | | |
* | | | Merge pull request #10623 from owncloud/not-a-valid-resource-log-entriesClark Tomlinson2014-08-251-1/+6
|\ \ \ \ | | | | | | | | | | Do not try to close the same resource multiple times
| * | | | Do not try to close the same resource multiple timesJoas Schilling2014-08-251-1/+6
| |/ / /
* | | | Merge pull request #10023 from owncloud/tmp-file-created-statusVincent Petry2014-08-251-2/+14
|\ \ \ \ | | | | | | | | | | Log unsuccessful temp file creation and return false
| * | | | Log unsuccessful temp file creation and return falseVictor Dubiniuk2014-07-301-2/+14
| | | | |
* | | | | Merge pull request #10595 from owncloud/swift-streamJörn Friedrich Dreyer2014-08-251-5/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Stream downloads from Swift object stores without downloading it first
| * | | | Stream downloads from Swift object stores without downloading it firstRobin Appelman2014-08-221-5/+4
| | | | |
* | | | | Throw exception if file cannot be accessed via httpClark Tomlinson2014-08-221-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-domainsThomas Müller2014-08-221-4/+3
|\ \ \ \ | | | | | | | | | | Add a trusted domain wizard
| * | | | Expose setSystemValueLukas Reschke2014-08-221-4/+3
| |/ / /
* | | | Merge pull request #7539 from owncloud/repair-legacystorageidThomas Müller2014-08-225-10/+260
|\ \ \ \ | |/ / / |/| | | Added repair script to upgrade the legacy home storage ids
| * | | no statement caching for OracleThomas Müller2014-08-221-0/+5
| | | |
| * | | Explicily close the statement cursorsVincent Petry2014-08-201-0/+2
| | | | | | | | | | | | | | | | Fixes the issue that makes SQLite freeze on later tests.
| * | | Added repair step for legacy storagesVincent Petry2014-08-204-10/+253
| | | |
* | | | Add files as string to tar archivesRobin Appelman2014-08-211-6/+2
| | | |
* | | | reformatRobin Appelman2014-08-211-112/+136
| | | |
* | | | Merge pull request #10518 from owncloud/fix_storage_const_autoloadLukas Reschke2014-08-208-15/+13
|\ \ \ \ | |/ / / |/| | | Fix storage const autoload
| * | | fix typoMorris Jobke2014-08-191-1/+1
| | | |
| * | | move to public namespaceMorris Jobke2014-08-198-14/+11
| | | |
| * | | Use tabs for indentation.Stephan Peijnik2014-08-191-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
| * | | Fix STORAGE_* constants usage by moving those constants into ↵Stephan Peijnik2014-08-198-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-disablerangerequestwhennotsupportedVincent Petry2014-08-201-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 encryptionVincent Petry2014-08-141-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-upgradeRobin Appelman2014-08-195-57/+108
|\ \ \ \ | | | | | | | | | | Don't do app upgrades in the background
| * | | | fix undefined variableRobin Appelman2014-08-181-1/+1
| | | | |
| * | | | only set core version at the endRobin Appelman2014-08-041-2/+0
| | | | |
| * | | | Also set the app version when updating from app storeRobin Appelman2014-08-042-2/+3
| | | | |
| * | | | Allow loading app without checking the upgradeRobin Appelman2014-08-041-4/+8
| | | | |
| * | | | extract upgrade parts to their own methodsRobin Appelman2014-08-041-19/+62
| | | | |
| * | | | Throw an exception when we try to load an app that needs to be upgradedRobin Appelman2014-08-043-34/+28
| | | | |
| * | | | Extend OC_Util::needUpgrade to also catch app upgradesRobin Appelman2014-08-041-1/+12
| | | | |
* | | | | Merge pull request #10341 from owncloud/issue/9928Thomas Müller2014-08-191-5/+10
|\ \ \ \ \ | | | | | | | | | | | | [Issue/9928] Problems with filemtime in MappedLocal Storage