summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-0913-61/+485
* Merge pull request #14706 from owncloud/ldap-reset-paged-search-on-null-limitMorris Jobke2015-03-091-0/+11
|\
| * set up paged search when limit is 0Arthur Schiwon2015-03-051-0/+11
* | Merge pull request #14743 from owncloud/autoconfig-passwordMorris Jobke2015-03-091-0/+8
|\ \
| * | Convert 'abcpassword' to 'abcpass' during setupRobin McCorkell2015-03-071-0/+8
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-0926-82/+230
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-0824-16/+58
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-0722-14/+40
* | Merge pull request #14736 from owncloud/errors-listMorris Jobke2015-03-063-3/+9
|\ \
| * | adjust list of errors, more compact and readableJan-Christoph Borchardt2015-03-063-3/+9
* | | Merge pull request #14722 from owncloud/master-14711Lukas Reschke2015-03-061-2/+37
|\ \ \
| * | | Fix totally broken AppStore code...Lukas Reschke2015-03-061-2/+37
* | | | Merge pull request #14734 from owncloud/unit-test-insertIfNotExistThomas Müller2015-03-063-51/+35
|\ \ \ \ | |_|/ / |/| | |
| * | | use insertIfNotExist() in cache putThomas Müller2015-03-061-5/+11
| * | | Fix PHPDoc on the way ....Thomas Müller2015-03-061-13/+15
| * | | Use an atomic implementation on sqlite for insertIfNotExist()Thomas Müller2015-03-061-33/+9
|/ / /
* / / [tx-robot] updated from transifexJenkins for ownCloud2015-03-0648-0/+120
|/ /
* | Merge pull request #13368 from owncloud/memcache_lowlatencyLukas Reschke2015-03-056-44/+199
|\ \ | |/ |/|
| * \OC\Memcache\Cache implements \OCP\ICacheRobin McCorkell2015-03-051-1/+1
| * Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-055-43/+198
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-05220-750/+32
* | Merge pull request #14691 from owncloud/karma-forcejasmine2Morris Jobke2015-03-041-2/+2
|\ \
| * | Make sure we use Jasmine 2 for running JS unit testsVincent Petry2015-03-041-2/+2
* | | Merge pull request #14672 from Crote/masterMorris Jobke2015-03-041-3/+10
|\ \ \
| * | | Add --show-password option to ldap:show-configLaurens Post2015-03-041-3/+10
* | | | Merge pull request #14693 from owncloud/fix-phpdocVincent Petry2015-03-042-2/+2
|\ \ \ \
| * | | | Fix PHPDocLukas Reschke2015-03-042-2/+2
* | | | | Merge pull request #14690 from owncloud/trash-deletelink-unittestVincent Petry2015-03-041-0/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add unit test for selection overlay actions in trashbinVincent Petry2015-03-041-0/+22
| | |/ / | |/| |
* | | | Merge pull request #14685 from owncloud/test-noop-scannerMorris Jobke2015-03-041-0/+76
|\ \ \ \
| * | | | Add a test for ObjectStore\NoopScannerJoas Schilling2015-03-041-0/+76
| | |_|/ | |/| |
* | | | Merge pull request #14675 from owncloud/files-external-smb-windowsThomas Müller2015-03-044-42/+136
|\ \ \ \ | |/ / / |/| | |
| * | | Fix slash normalization error in AmazonS3Migration unit testRobin McCorkell2015-03-041-3/+3
| * | | Use dummy storages instead of real storages in files_external unit testsRobin McCorkell2015-03-031-39/+81
| * | | adding a windows smb config for testingThomas Müller2015-03-032-0/+52
| | |/ | |/|
* | | Merge pull request #14582 from rullzer/avatar_fixesMorris Jobke2015-03-044-37/+72
|\ \ \ | |_|/ |/| |
| * | Avatars in share dialog fixesRoeland Jago Douma2015-03-034-37/+72
* | | Merge pull request #14682 from owncloud/issue/14681-noop-scanner-outdatedVincent Petry2015-03-041-6/+7
|\ \ \
| * | | Update scanFile() and scanChildren() to the new signature of the parent classJoas Schilling2015-03-041-6/+7
* | | | Merge pull request #14326 from owncloud/remove-unnessary-backslashes-from-tra...Morris Jobke2015-03-041-2/+2
|\ \ \ \
| * | | | Remove unnecessary backslashes from translationsJoas Schilling2015-02-181-2/+2
* | | | | Merge pull request #14651 from owncloud/add-some-headers-to-htaccess-for-my-b...Morris Jobke2015-03-0417-267/+456
|\ \ \ \ \
| * | | | | Added missing done() calls for async testsVincent Petry2015-03-031-20/+31
| * | | | | Let users configure security headers in their WebserverLukas Reschke2015-03-0217-267/+445
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-04164-712/+160
* | | | | | Merge pull request #14674 from owncloud/fix-l10n-getlanguagecode-2Joas Schilling2015-03-034-25/+25
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix the behaviour of getLanguageCode() to match the expectation of the nameJoas Schilling2015-03-032-23/+8
| * | | | | Use findLanguage() instead of creating the object firstJoas Schilling2015-03-031-2/+1
| * | | | | Add a test of what everyone thinks should be the result of this methodJoas Schilling2015-03-031-0/+16
* | | | | | Merge pull request #14660 from metaworx/replace-static-dbtableprefix-with-con...Joas Schilling2015-03-031-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |