Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Test locking with strange filename | Jörn Friedrich Dreyer | 2016-04-05 | 1 | -0/+2 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-06 | 178 | -526/+84 | |
* | | | | | | | | | | Merge pull request #23811 from owncloud/move-settings-and-oc-core-to-composer | Thomas Müller | 2016-04-05 | 5 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Move OC\Core and OC\Settings to composer autoloader | Lukas Reschke | 2016-04-05 | 5 | -1/+5 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #23794 from owncloud/handle-null-in-usermanager | Thomas Müller | 2016-04-05 | 2 | -10/+14 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Prevent null to be passed into the closure of callForAllUsers | Thomas Müller | 2016-04-05 | 2 | -10/+14 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #23040 from owncloud/mobile-css-loading | Thomas Müller | 2016-04-05 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | load mobile styles last, fix #19596 | Jan-Christoph Borchardt | 2016-04-05 | 1 | -6/+6 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #23791 from owncloud/fix-swift-test-mkfifo | Thomas Müller | 2016-04-05 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Remove any stray socket files before creating new ones | Robin McCorkell | 2016-04-05 | 2 | -0/+2 | |
* | | | | | | | | Merge pull request #23677 from owncloud/db-schema-migration-feedback | Thomas Müller | 2016-04-05 | 8 | -39/+198 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix verbose output of upgrade command - not progressbar in this case and the ... | Thomas Müller | 2016-04-04 | 3 | -19/+45 | |
| * | | | | | | | Add detailed logs hidden and show them on request | Morris Jobke | 2016-04-04 | 4 | -10/+42 | |
| * | | | | | | | Limit the message to the console to the first 30 characters in order to not b... | Thomas Müller | 2016-04-04 | 1 | -1/+5 | |
| * | | | | | | | Show individual sql schema migration steps during upgrade - on web as well as... | Thomas Müller | 2016-04-04 | 8 | -31/+128 | |
* | | | | | | | | Merge pull request #23767 from owncloud/remove-unrequired-randomlib | Thomas Müller | 2016-04-05 | 1 | -0/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove unrequired randomlib | Lukas Reschke | 2016-04-04 | 1 | -0/+0 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-05 | 84 | -160/+10 | |
* | | | | | | | | Merge pull request #23682 from owncloud/group_sharing_disabled_capability | Morris Jobke | 2016-04-04 | 4 | -0/+51 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Add intergration tests | Roeland Jago Douma | 2016-04-04 | 2 | -0/+31 | |
| * | | | | | | | Add capability to show if group sharing is enabled | Roeland Jago Douma | 2016-04-04 | 2 | -0/+20 | |
|/ / / / / / / | ||||||
* / / / / / / | Fix PHP memory leak in file_get_contents() | Morris Jobke | 2016-04-04 | 2 | -2/+9 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #23557 from owncloud/sabre-plugin-browser-error-page | Thomas Müller | 2016-04-04 | 8 | -3/+229 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Add magical regex to catch browsers | Lukas Reschke | 2016-03-24 | 2 | -1/+15 | |
| * | | | | | In case of exception we return an html page in case the client is a browser | Thomas Müller | 2016-03-24 | 7 | -3/+215 | |
* | | | | | | Merge pull request #23743 from owncloud/issue-23686-files-transferownership-s... | Björn Schießle | 2016-04-04 | 2 | -3/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Inject the Mount Manager | Joas Schilling | 2016-04-04 | 2 | -6/+10 | |
| * | | | | | | Unmount the share before deleting it, so we don't try to use it later on | Joas Schilling | 2016-04-01 | 1 | -0/+6 | |
* | | | | | | | core: Fix typos (found by codespell) | Stefan Weil | 2016-04-04 | 7 | -9/+9 | |
* | | | | | | | Fixed 'Help Translate' link | Pau | 2016-04-04 | 1 | -1/+1 | |
* | | | | | | | Add better messages for sometimes obscure exceptions | Bernhard Posselt | 2016-04-04 | 1 | -2/+27 | |
* | | | | | | | Merge pull request #23722 from owncloud/also-hide-password-for-private-key-pa... | Thomas Müller | 2016-04-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Also replace password in updatePrivateKeyPassword | Lukas Reschke | 2016-04-01 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #23728 from owncloud/sanitize-more-data-for-config-report | Joas Schilling | 2016-04-04 | 1 | -1/+13 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Sanitize more data in config report | Lukas Reschke | 2016-04-01 | 1 | -1/+13 | |
* | | | | | | | Merge pull request #23638 from owncloud/new-placeholder-colours-generator | Jan-Christoph Borchardt | 2016-04-03 | 1 | -6/+56 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | New colour generator | John Molakvoæ | 2016-04-01 | 1 | -6/+56 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-02 | 34 | -2/+116 | |
* | | | | | | | | Merge pull request #23487 from owncloud/core-globalajaxerrorwhengoingaway | Vincent Petry | 2016-04-01 | 2 | -7/+77 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Adjust core unit tests for unload/reload cases | Vincent Petry | 2016-03-23 | 2 | -6/+43 | |
| * | | | | | | | Stronger fix for navigate away detection | Vincent Petry | 2016-03-22 | 1 | -2/+10 | |
| * | | | | | | | Firefox returns 303 on cross-domain redirect | Vincent Petry | 2016-03-22 | 1 | -1/+1 | |
| * | | | | | | | Detect user navigating away, don't interpret as ajax error | Vincent Petry | 2016-03-22 | 1 | -1/+26 | |
* | | | | | | | | Merge pull request #23719 from owncloud/pr-16857-printcss-followup | Lukas Reschke | 2016-04-01 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Initialise the printcss array | Joas Schilling | 2016-04-01 | 1 | -0/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-01 | 70 | -58/+104 | |
* | | | | | | | Merge pull request #22834 from owncloud/webdav_property_for_share_permissions | Thomas Müller | 2016-03-31 | 5 | -0/+238 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix unit tests | Roeland Jago Douma | 2016-03-31 | 2 | -3/+14 | |
| * | | | | | | | Correct share permissions for external storages | Roeland Jago Douma | 2016-03-31 | 1 | -0/+9 | |
| * | | | | | | | Add sharePermissions webdav property | Roeland Jago Douma | 2016-03-31 | 5 | -0/+218 |