summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | add positive tests for operator in code checkerMorris Jobke2015-05-052-0/+30
| * | | | | Check usage of != and == - refs #16054Thomas Müller2015-05-055-2/+46
|/ / / / /
* | | | | Merge pull request #16045 from owncloud/reduce-autotest-hhvmThomas Müller2015-05-052-219/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Combine autotest-hhvm.sh with autotest.shAndreas Fischer2015-05-042-219/+23
| | |_|/ | |/| |
* | | | Merge pull request #16058 from owncloud/fix-app-check-code-parameter-descriptionMorris Jobke2015-05-051-1/+1
|\ \ \ \
| * | | | Fix the "app-id" parameter description of app:check-codeJoas Schilling2015-05-051-1/+1
* | | | | Merge pull request #16052 from owncloud/fix-phpdoc-sharecontrollerJoas Schilling2015-05-051-0/+1
|\ \ \ \ \
| * | | | | Fix PHPDoc for the ext. share controllerLukas Reschke2015-05-041-0/+1
* | | | | | Merge pull request #15938 from owncloud/enc_update_recovery_share_keyBjörn Schießle2015-05-058-44/+92
|\ \ \ \ \ \
| * | | | | | Allow setting protected propertiesJoas Schilling2015-04-301-0/+4
| * | | | | | check recovery setting for the right userBjoern Schiessle2015-04-308-44/+92
* | | | | | | Merge pull request #16031 from owncloud/fix-15953-masterJan-Christoph Borchardt2015-05-051-9/+9
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fix l10n stringsThomas Müller2015-05-041-8/+2
| * | | | | | no link if there is no detailpage property set - fixes #15953Thomas Müller2015-05-041-1/+7
| | |_|_|/ / | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-05196-474/+420
* | | | | | Merge pull request #15544 from rullzer/fix_15263Jan-Christoph Borchardt2015-05-041-0/+9
|\ \ \ \ \ \
| * | | | | | Only show SSL table header if there are certificatesRoeland Jago Douma2015-05-041-0/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #16048 from owncloud/fix-mb-stringLukas Reschke2015-05-041-7/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Check `mbstring.func_overload` only if the mb module is installed.Lukas Reschke2015-05-041-2/+17
| * | | | | Remove PHP 5.4 warning in checkSetupLukas Reschke2015-05-041-9/+0
* | | | | | Merge pull request #16026 from owncloud/enc_ux_improvementsBjörn Schießle2015-05-041-3/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | some small ux improvementsBjoern Schiessle2015-05-041-3/+7
| |/ / / /
* | | | | Merge pull request #16042 from owncloud/fix-output-bufferingThomas Müller2015-05-042-1/+2
|\ \ \ \ \
| * | | | | Remove hard-dependency on disabled output_bufferingLukas Reschke2015-05-042-1/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #16044 from owncloud/issue-15977-occ-encryption-statusThomas Müller2015-05-042-0/+57
|\ \ \ \ \
| * | | | | Add an occ command to get the status of encryptionJoas Schilling2015-05-042-0/+57
* | | | | | Merge pull request #16040 from owncloud/fix-orphaned-shares-jobLukas Reschke2015-05-041-3/+8
|\ \ \ \ \ \
| * | | | | | Fix DeleteOrphanedSharesJobMorris Jobke2015-05-041-3/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #16043 from owncloud/activity-288-log-entry-when-no-favoriteLukas Reschke2015-05-041-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix undefined variable $tagIdJoas Schilling2015-05-041-0/+1
| |/ / / /
* | | | | Merge pull request #15772 from owncloud/issue-15771-dont-restrict-permissions...Joas Schilling2015-05-044-8/+68
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Ignore "parent" shares when the sharee is the owner of the reshare-sourceJoas Schilling2015-04-291-0/+2
| * | | | Correctly select file cache values also when checking group sharesJoas Schilling2015-04-291-7/+7
| * | | | Add a test to share a subfolder of a folder shared with the owner by groupJoas Schilling2015-04-291-0/+33
| * | | | Added unit test for reshare by share ownerVincent Petry2015-04-291-0/+25
| * | | | Do not restrict permissions for the original ownerJoas Schilling2015-04-291-1/+1
* | | | | Merge pull request #15652 from oparoz/better-text-previewsLukas Reschke2015-05-042-13/+60
|\ \ \ \ \
| * | | | | Remove overflow+watermarkOlivier Paroz2015-04-232-14/+6
| * | | | | Use authorization headers for better compatibilityOlivier Paroz2015-04-231-22/+25
| * | | | | An idea to suggest that this is just a sample of the full textOlivier Paroz2015-04-232-1/+15
| * | | | | Use webDAV to have access to HTTP byte rangesOlivier Paroz2015-04-231-1/+4
| * | | | | Cache the token valueOlivier Paroz2015-04-231-4/+3
| * | | | | Show a text preview instead of a bitmap preview of textOlivier Paroz2015-04-232-6/+42
* | | | | | Merge pull request #15752 from owncloud/feature/fix-encryption-return-valuesThomas Müller2015-05-044-93/+299
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | change error codes to 400Clark Tomlinson2015-04-242-20/+20
| * | | | | fix messages from settings crontrollerClark Tomlinson2015-04-222-14/+15
| * | | | | remove status's and adjust jsClark Tomlinson2015-04-223-67/+88
| * | | | | destupify testsClark Tomlinson2015-04-222-104/+100
| * | | | | fixing return values and adding testsClark Tomlinson2015-04-222-32/+220
* | | | | | Merge pull request #15584 from owncloud/enc_fix_upload_shared_folderThomas Müller2015-05-045-3/+87
|\ \ \ \ \ \