summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add custom CSP for Win 10 compatibilityLukas Reschke2015-07-211-0/+11
* Merge pull request #17381 from owncloud/fix_sharing_add_to_groupMorris Jobke2015-07-212-28/+88
|\
| * intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-07-062-28/+88
* | Merge pull request #17766 from owncloud/escape-ampersandRoeland Douma2015-07-211-1/+1
|\ \
| * | Escape ampersand in logout URLMorris Jobke2015-07-211-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-214-4/+4
|/ /
* | Merge pull request #17743 from owncloud/return-proper-statuscodesBernhard Posselt2015-07-202-11/+40
|\ \
| * | Return proper status code in case of a CORS exceptionLukas Reschke2015-07-202-11/+40
* | | Merge pull request #16935 from owncloud/allow-app-check-code-for-deprecated-c...Joas Schilling2015-07-209-166/+889
|\ \ \
| * | | PR #17046 deprecated OCP\Util::mb_(sub)str_replace()Joas Schilling2015-07-171-0/+2
| * | | Only decorate the type when it was matchedJoas Schilling2015-07-178-78/+191
| * | | Use the decorator patternJoas Schilling2015-07-177-62/+215
| * | | Restructor the code into different classes instead of extendingJoas Schilling2015-07-176-186/+327
| * | | Check for methods as good as possibleJoas Schilling2015-07-173-5/+119
| * | | Allow checking for functionsJoas Schilling2015-07-173-10/+54
| * | | Add support for deprecated constantsJoas Schilling2015-07-173-8/+54
| * | | Add deprecation version to the listJoas Schilling2015-07-172-9/+14
| * | | Correctly handle use statementsJoas Schilling2015-07-172-3/+42
| * | | Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-173-43/+109
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-204-0/+12
| |/ / |/| |
* | | Merge pull request #17698 from owncloud/allow-update-of-disabled-appsLukas Reschke2015-07-191-8/+6
|\ \ \
| * | | Allow upgrade of not enabled appsThomas Müller2015-07-091-8/+6
* | | | Merge pull request #17540 from owncloud/enc_detect_legacy_files2Björn Schießle2015-07-172-44/+95
|\ \ \ \
| * | | | set targetIsEncrypted to true if file cache indicates that we try to read a e...Bjoern Schiessle2015-07-171-0/+1
| * | | | make sure that we always detect legacy files correctlyBjoern Schiessle2015-07-172-44/+94
* | | | | Merge pull request #17682 from owncloud/fix-undefined-REMOTE_ADDR-masterThomas Müller2015-07-171-1/+2
|\ \ \ \ \
| * | | | | Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller2015-07-161-1/+2
* | | | | | Merge pull request #17663 from owncloud/occ-memcacheMorris Jobke2015-07-172-16/+44
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix memcache factory unit testsRobin McCorkell2015-07-161-2/+2
| * | | | | Fix memcache factory creation when not installedRobin McCorkell2015-07-151-4/+3
| * | | | | Missing memcache should not cause occ hard-failRobin McCorkell2015-07-152-12/+41
* | | | | | Merge pull request #17282 from owncloud/s2s-catchremotelockexceptionsMorris Jobke2015-07-171-17/+27
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Throw lock exceptions if remote share returned 423 status codeVincent Petry2015-07-031-17/+27
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-172-0/+2
| |_|/ / / |/| | | |
* | | | | Merge pull request #17046 from nicolas-grekas/fix-16654blizzz2015-07-162-17/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas2015-07-162-17/+7
* | | | | Merge pull request #17620 from owncloud/s2s-hasupdated-catch405Morris Jobke2015-07-141-1/+5
|\ \ \ \ \
| * | | | | Throw StorageNotAvailable if propfind on root failedVincent Petry2015-07-131-1/+5
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-144-0/+4
|/ / / / /
* | | | | Strip public webdav info about sharing and mount pointsVincent Petry2015-07-131-2/+16
* | | | | Merge pull request #17481 from rullzer/mimetype-listMorris Jobke2015-07-133-202/+12
|\ \ \ \ \
| * | | | | Move to OC::$configDifRoeland Jago Douma2015-07-101-3/+3
| * | | | | Move mimetypemapping.json to mimetypemapping.dist.jsonRoeland Jago Douma2015-07-081-2/+9
| * | | | | Move mimetypes.list.php to config/mimetypemapping.jsonRoeland Jago Douma2015-07-083-202/+5
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-122-0/+2
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-112-0/+6
* | | | | | Move mimetypealiases.json to mimetypealiases.dist.jsonRoeland Jago Douma2015-07-101-1/+6
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-104-6/+14
* | | | | | Merge pull request #17517 from RealRancor/fix_failed_login_syntaxMorris Jobke2015-07-101-1/+1
|\ \ \ \ \ \
| * | | | | | Fixed "Remote IP:" syntax on failed loginsRealRancor2015-07-091-1/+1