aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryptionThomas Müller2015-07-271-1/+1
|\
| * Only set is encrypted when encryption is enabledJoas Schilling2015-07-231-1/+1
* | Merge pull request #17879 from owncloud/scan-check-pathThomas Müller2015-07-271-0/+3
|\ \
| * | check if the user is trying to scan a valid pathRobin Appelman2015-07-271-0/+3
* | | Add PHPDoc for classes and interfacesMorris Jobke2015-07-275-0/+12
|/ /
* | Merge pull request #17838 from owncloud/sharing-password-policy-masterThomas Müller2015-07-242-2/+24
|\ \
| * | Fix PHPDoc on setPasswordThomas Müller2015-07-232-2/+2
| * | Use a hook to integrate sharing password verificationThomas Müller2015-07-231-0/+22
| |/
* | Merge pull request #17755 from owncloud/alias-container-aliveThomas Müller2015-07-243-51/+55
|\ \
| * | add registerAlias method to shorcut interface registrationBernhard Posselt2015-07-183-51/+55
* | | Remove commented codeMorris Jobke2015-07-241-2/+0
* | | Merge pull request #17075 from owncloud/bootstrap-tooltipBernhard Posselt2015-07-231-2/+2
|\ \ \ | |_|/ |/| |
| * | moved tooltip.js to vendor scriptsHendrik Leppelsack2015-06-221-1/+1
| * | replaced tipsy with bootstrap tooltipHendrik Leppelsack2015-06-221-2/+2
* | | Add a log message when the Doctrine Query Builder is retrievedJoas Schilling2015-07-214-24/+39
* | | Comment out LIMIT 0 case because of the mixed resultsJoas Schilling2015-07-211-0/+4
* | | Fix tests for setFirstResult and setMaxResults on oracleJoas Schilling2015-07-211-2/+2
* | | Fix existing usages by removing the quotesJoas Schilling2015-07-213-18/+18
* | | Add unit tests and automatic quotingJoas Schilling2015-07-2116-149/+611
* | | Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-215-26/+25
* | | Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappersJoas Schilling2015-07-219-0/+2349
* | | 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