summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Test locking with strange filenameJörn Friedrich Dreyer2016-04-051-0/+2
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-06178-526/+84
* | | | | | | | | | Merge pull request #23811 from owncloud/move-settings-and-oc-core-to-composerThomas Müller2016-04-055-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move OC\Core and OC\Settings to composer autoloaderLukas Reschke2016-04-055-1/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #23794 from owncloud/handle-null-in-usermanagerThomas Müller2016-04-052-10/+14
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Prevent null to be passed into the closure of callForAllUsersThomas Müller2016-04-052-10/+14
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #23040 from owncloud/mobile-css-loadingThomas Müller2016-04-051-6/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | load mobile styles last, fix #19596Jan-Christoph Borchardt2016-04-051-6/+6
| |/ / / / / / /
* | | | | | | | Merge pull request #23791 from owncloud/fix-swift-test-mkfifoThomas Müller2016-04-052-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Remove any stray socket files before creating new onesRobin McCorkell2016-04-052-0/+2
* | | | | | | | Merge pull request #23677 from owncloud/db-schema-migration-feedbackThomas Müller2016-04-058-39/+198
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix verbose output of upgrade command - not progressbar in this case and the ...Thomas Müller2016-04-043-19/+45
| * | | | | | | Add detailed logs hidden and show them on requestMorris Jobke2016-04-044-10/+42
| * | | | | | | Limit the message to the console to the first 30 characters in order to not b...Thomas Müller2016-04-041-1/+5
| * | | | | | | Show individual sql schema migration steps during upgrade - on web as well as...Thomas Müller2016-04-048-31/+128
* | | | | | | | Merge pull request #23767 from owncloud/remove-unrequired-randomlibThomas Müller2016-04-051-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unrequired randomlibLukas Reschke2016-04-041-0/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-0584-160/+10
* | | | | | | | Merge pull request #23682 from owncloud/group_sharing_disabled_capabilityMorris Jobke2016-04-044-0/+51
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Add intergration testsRoeland Jago Douma2016-04-042-0/+31
| * | | | | | | Add capability to show if group sharing is enabledRoeland Jago Douma2016-04-042-0/+20
|/ / / / / / /
* / / / / / / Fix PHP memory leak in file_get_contents()Morris Jobke2016-04-042-2/+9
|/ / / / / /
* | | | | | Merge pull request #23557 from owncloud/sabre-plugin-browser-error-pageThomas Müller2016-04-048-3/+229
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add magical regex to catch browsersLukas Reschke2016-03-242-1/+15
| * | | | | In case of exception we return an html page in case the client is a browserThomas Müller2016-03-247-3/+215
* | | | | | Merge pull request #23743 from owncloud/issue-23686-files-transferownership-s...Björn Schießle2016-04-042-3/+13
|\ \ \ \ \ \
| * | | | | | Inject the Mount ManagerJoas Schilling2016-04-042-6/+10
| * | | | | | Unmount the share before deleting it, so we don't try to use it later onJoas Schilling2016-04-011-0/+6
* | | | | | | core: Fix typos (found by codespell)Stefan Weil2016-04-047-9/+9
* | | | | | | Fixed 'Help Translate' linkPau2016-04-041-1/+1
* | | | | | | Add better messages for sometimes obscure exceptionsBernhard Posselt2016-04-041-2/+27
* | | | | | | Merge pull request #23722 from owncloud/also-hide-password-for-private-key-pa...Thomas Müller2016-04-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Also replace password in updatePrivateKeyPasswordLukas Reschke2016-04-011-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #23728 from owncloud/sanitize-more-data-for-config-reportJoas Schilling2016-04-041-1/+13
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Sanitize more data in config reportLukas Reschke2016-04-011-1/+13
* | | | | | | Merge pull request #23638 from owncloud/new-placeholder-colours-generatorJan-Christoph Borchardt2016-04-031-6/+56
|\ \ \ \ \ \ \
| * | | | | | | New colour generatorJohn Molakvoæ2016-04-011-6/+56
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-0234-2/+116
* | | | | | | | Merge pull request #23487 from owncloud/core-globalajaxerrorwhengoingawayVincent Petry2016-04-012-7/+77
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Adjust core unit tests for unload/reload casesVincent Petry2016-03-232-6/+43
| * | | | | | | Stronger fix for navigate away detectionVincent Petry2016-03-221-2/+10
| * | | | | | | Firefox returns 303 on cross-domain redirectVincent Petry2016-03-221-1/+1
| * | | | | | | Detect user navigating away, don't interpret as ajax errorVincent Petry2016-03-221-1/+26
* | | | | | | | Merge pull request #23719 from owncloud/pr-16857-printcss-followupLukas Reschke2016-04-011-0/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Initialise the printcss arrayJoas Schilling2016-04-011-0/+1
|/ / / / / / /
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-0170-58/+104
* | | | | | | Merge pull request #22834 from owncloud/webdav_property_for_share_permissionsThomas Müller2016-03-315-0/+238
|\ \ \ \ \ \ \
| * | | | | | | Fix unit testsRoeland Jago Douma2016-03-312-3/+14
| * | | | | | | Correct share permissions for external storagesRoeland Jago Douma2016-03-311-0/+9
| * | | | | | | Add sharePermissions webdav propertyRoeland Jago Douma2016-03-315-0/+218