Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #15035 from owncloud/assocmapper | Morris Jobke | 2015-03-20 | 3 | -44/+90 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | If the execute method on the mapper receives an assoc array, it binds by valu... | Bernhard Posselt | 2015-03-19 | 3 | -44/+90 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-20 | 24 | -56/+88 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #14947 from oparoz/repairmimetypes-sql | Morris Jobke | 2015-03-19 | 2 | -2/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Adding test cases where the extension is using capital letters | Olivier Paroz | 2015-03-17 | 1 | -1/+5 | |
| * | | | | | | | Make repairmimetypes compatible with case sensitive SQL backends | Olivier Paroz | 2015-03-17 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #14946 from owncloud/dropbox-root-fix | Thomas Müller | 2015-03-19 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix root request path for Dropbox | Vincent Petry | 2015-03-17 | 1 | -1/+6 | |
* | | | | | | | | Merge pull request #15025 from rullzer/ocs_respect_enforced_date | Thomas Müller | 2015-03-19 | 3 | -1/+62 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Added unit test | Roeland Jago Douma | 2015-03-19 | 2 | -0/+53 | |
| * | | | | | | | | When the expiration date is enforced respect this | Roeland Jago Douma | 2015-03-19 | 1 | -1/+9 | |
* | | | | | | | | | Merge pull request #14986 from owncloud/fixmapperbackw | Thomas Müller | 2015-03-19 | 1 | -3/+17 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | also use backwards compatible method for mapper | Bernhard Posselt | 2015-03-18 | 1 | -1/+6 | |
| * | | | | | | | | | fix backwards compatibility for mapper execute method | Bernhard Posselt | 2015-03-18 | 1 | -2/+11 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14704 from owncloud/storage-wrapper-mount | Robin Appelman | 2015-03-19 | 9 | -12/+127 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix test | Robin Appelman | 2015-03-16 | 1 | -2/+2 | |
| * | | | | | | | | | fix factory test | Robin Appelman | 2015-03-11 | 3 | -7/+5 | |
| * | | | | | | | | | Allow setting the watcher policy as mount option | Robin Appelman | 2015-03-11 | 3 | -1/+18 | |
| * | | | | | | | | | Copy mount options to the storage | Robin Appelman | 2015-03-11 | 4 | -1/+37 | |
| * | | | | | | | | | Allow getting all mount options as array | Robin Appelman | 2015-03-11 | 2 | -0/+16 | |
| * | | | | | | | | | Add test for storage factory | Robin Appelman | 2015-03-11 | 1 | -0/+45 | |
| * | | | | | | | | | pass mountpoint to storage wrapper callback | Robin Appelman | 2015-03-11 | 3 | -10/+13 | |
* | | | | | | | | | | Merge pull request #14537 from owncloud/oci-external-share | Robin Appelman | 2015-03-19 | 3 | -2/+144 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | Do not make setupMounts() public just because of testing | Joas Schilling | 2015-03-11 | 2 | -12/+12 | |
| * | | | | | | | | | Add unit tests for external share mananger | Robin Appelman | 2015-03-10 | 2 | -2/+144 | |
| * | | | | | | | | | Fix external shares without password on oracle | Robin Appelman | 2015-02-27 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #14980 from owncloud/fix-fileglobalgc | Thomas Müller | 2015-03-19 | 2 | -3/+41 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add unit tests for gc() for \OC\Cache\FileGlobalGC | Robin McCorkell | 2015-03-18 | 2 | -2/+38 | |
| * | | | | | | | | | Fix fileglobalgc unlink parameter warnings | Robin McCorkell | 2015-03-18 | 1 | -1/+3 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-19 | 52 | -20/+204 | |
* | | | | | | | | | | Merge pull request #14995 from owncloud/remove-unrequired-backtick-removal | Vincent Petry | 2015-03-18 | 2 | -3/+22 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add test for backticks in path and etag | Joas Schilling | 2015-03-18 | 1 | -0/+22 | |
| * | | | | | | | | | | Remove unreqired backtick removal | Lukas Reschke | 2015-03-18 | 1 | -3/+0 | |
* | | | | | | | | | | | fix typo in config.sample.php | Morris Jobke | 2015-03-18 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #14997 from owncloud/newgroup-empty-disable | Morris Jobke | 2015-03-18 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | disable submit button while groupname is empty | Robin Appelman | 2015-03-18 | 1 | -0/+13 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #14999 from owncloud/kill-fileoperations-proxy | Robin Appelman | 2015-03-18 | 2 | -40/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kill fileoperations proxy | Robin Appelman | 2015-03-18 | 2 | -40/+0 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #14994 from owncloud/sabre-customprops-softfail | Lukas Reschke | 2015-03-18 | 2 | -2/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Soft fail in custom properties backend | Vincent Petry | 2015-03-18 | 2 | -2/+42 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #14992 from owncloud/add-exception-to-memcachbe | Morris Jobke | 2015-03-18 | 1 | -10/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Use ArrayCache if ownCloud is not installed | Lukas Reschke | 2015-03-18 | 1 | -10/+19 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #14981 from Volker-E/master | Jan-Christoph Borchardt | 2015-03-18 | 12 | -74/+61 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | addressing #14984 removing redundant type attributes | Volker E | 2015-03-18 | 3 | -6/+6 | |
| * | | | | | | | | | addressing #14983 obsolete Google Chrome Frame | Volker E | 2015-03-18 | 3 | -3/+3 | |
| * | | | | | | | | | addressing #14982 self-closing tags ending slash doesn't have a purpose & sho... | Volker E | 2015-03-17 | 12 | -49/+49 | |
| * | | | | | | | | | adressing #14979 meta charset declaration should be first in head | Volker E | 2015-03-17 | 3 | -3/+3 | |
| * | | | | | | | | | addressing #14978 - remove html root classes targeting IE6/IE7 | Volker E | 2015-03-17 | 1 | -6/+2 | |
| * | | | | | | | | | addressing #14978 - remove html root classes targeting IE6/IE7 | Volker E | 2015-03-17 | 2 | -13/+4 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-18 | 180 | -352/+272 |