summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Add `Satisfy All`Lukas Reschke2015-02-191-0/+1
* | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-202-4/+6
* | | | | | | | | | | Merge pull request #14366 from owncloud/remove-old-l10n-filesLukas Reschke2015-02-191-8/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove some old l10n files they arent loaded anymoreJoas Schilling2015-02-191-8/+0
* | | | | | | | | | | | Merge pull request #14199 from owncloud/cast-type-manuallyMorris Jobke2015-02-191-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Manually type-case all AJAX filesLukas Reschke2015-02-131-3/+3
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Port of #14041 to masterArthur Schiwon2015-02-191-3/+37
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #14342 from owncloud/disallow-path-traversals-in-file-viewThomas Müller2015-02-191-6/+132
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add some basic PHPDoc to functionsLukas Reschke2015-02-181-6/+124
| * | | | | | | | | | | Prevent directory traversals in ctr of \OC\Files\ViewLukas Reschke2015-02-181-0/+8
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-192-12/+12
* | | | | | | | | | | Merge pull request #13836 from owncloud/part-no-cache-updateThomas Müller2015-02-192-1/+13
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Dont bother updating the cache when working with part filesRobin Appelman2015-02-051-0/+12
| * | | | | | | | | | Dont update the cache after fopenRobin Appelman2015-02-051-1/+1
* | | | | | | | | | | Merge pull request #13989 from owncloud/enhancment/security/11857Clark Tomlinson2015-02-183-7/+279
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Rename to allowEvalLukas Reschke2015-02-161-1/+1
| * | | | | | | | | | | Allow AppFramework applications to specify a custom CSP headerLukas Reschke2015-02-163-7/+279
* | | | | | | | | | | | Merge pull request #14335 from owncloud/enable-strict-mode-per-deafultClark Tomlinson2015-02-181-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix invalid `ini_set` directivesLukas Reschke2015-02-181-2/+2
* | | | | | | | | | | | | Merge pull request #14330 from owncloud/revert-13879-add_debug_log_for_memcac...Lukas Reschke2015-02-183-21/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Revert "add debug log for memcache instantiation"Lukas Reschke2015-02-183-21/+7
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Use the untrusted domain in the installerLukas Reschke2015-02-181-2/+2
* | | | | | | | | | | | | Check if instance is not yet installedLukas Reschke2015-02-181-0/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #14308 from owncloud/fix-14247Thomas Müller2015-02-181-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add mapping for a broken varchar type. Fixes #14247Victor Dubiniuk2015-02-171-0/+1
* | | | | | | | | | | | | Merge pull request #14273 from owncloud/require-at-least-apcu-4-0-6Lukas Reschke2015-02-181-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use APCu only if available in version 4.0.6 and higherLukas Reschke2015-02-171-0/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #14207 from owncloud/propfind-optimizeMorris Jobke2015-02-181-18/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | pass fileinfo to getStorageInfoRobin Appelman2015-02-131-2/+1
| * | | | | | | | | | | | Cache quota info for directoriesRobin Appelman2015-02-131-16/+26
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #14056 from owncloud/refactor/13976Lukas Reschke2015-02-1719-432/+576
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Incorporate review changesLukas Reschke2015-02-163-9/+20
| * | | | | | | | | | | | Add blackmagic due to cyclic dependency :see_no_evil:Lukas Reschke2015-02-162-4/+11
| * | | | | | | | | | | | Make scrutinizer happyLukas Reschke2015-02-163-3/+3
| * | | | | | | | | | | | Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-1619-430/+556
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-17158-214/+76
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #14263 from owncloud/missing-visibility-activity-iextensionThomas Müller2015-02-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add visibility to interface to make scrutinizer 1 step happierJoas Schilling2015-02-161-1/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* / | | | | | | | | | add debug log for memcache instantiationJörn Friedrich Dreyer2015-02-163-7/+21
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #14128 from owncloud/drop-unused-methodsMorris Jobke2015-02-161-27/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove unused function and correct PHPDocLukas Reschke2015-02-161-27/+10
* | | | | | | | | | | Merge pull request #13750 from owncloud/enhanced-code-checkerThomas Müller2015-02-163-51/+250
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | integrate code checker in the installerThomas Müller2015-02-113-54/+27
| * | | | | | | | | | | implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller2015-02-103-1/+227
* | | | | | | | | | | | Merge pull request #13269 from owncloud/issue/13211-cache-array-implementationJoas Schilling2015-02-162-1/+72
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add an array implementation of cache and use it if we are not debuggingJoas Schilling2015-02-162-1/+72
* | | | | | | | | | | | Merge pull request #14194 from owncloud/url-encode-logout-attributeThomas Müller2015-02-163-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | URLEncode logout attributeLukas Reschke2015-02-133-5/+5
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #13890 from owncloud/add-no-referrerLukas Reschke2015-02-161-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add noreferrer to footer URILukas Reschke2015-02-161-1/+2
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |