summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 8.0.16v8.0.16Vincent Petry2016-11-081-2/+2
|
* Set version to 8.0.16 RC2v8.0.16RC2Vincent Petry2016-10-251-2/+2
|
* Sanitize length headers when validating quota (#26421)Vincent Petry2016-10-202-9/+16
|
* Set version to 8.0.16 RC1v8.0.16RC1Vincent Petry2016-10-192-3/+3
|
* Backport #26087 to stable8 (#26233)RealRancor2016-09-271-1/+1
|
* Set version to 8.0.15 finalv8.0.15Vincent Petry2016-09-191-2/+2
|
* ownCloud Server 8.0.15 RC1v8.0.15RC1Daniel Molkentin2016-08-182-3/+3
|
* [stable8] Test jenkins pipeline (#25401) (#25505)Thomas Müller2016-08-122-1/+43
| | | | | | * [stable8] Test jenkins pipeline (#25401) * stable8 does not support php 7.0 and there are no primary object store tests on swift
* ownCloud Server 8.0.14v8.0.14Daniel Molkentin2016-07-181-2/+2
|
* ownCloud Server 8.0.14 RC2v8.0.14RC2Daniel Molkentin2016-07-131-2/+2
|
* Merge pull request #25330 from owncloud/stable8-fix-versionrevertpermsVincent Petry2016-07-132-0/+151
|\ | | | | [stable8] Hide revert button when no permission to revert
| * Hide revert button when no permission to revertVincent Petry2016-07-132-0/+151
|/
* Additional perm check in Webdav (#25453)Vincent Petry2016-07-122-2/+91
|
* [stable8] Use oracle docker for ci with stable8 (#24529)Thomas Müller2016-07-042-42/+51
| | | | | | * Use oracle docker for ci with stable8 * Fix failing unit test
* ownCloud 8.0.14 RC1Daniel Molkentin2016-06-292-3/+3
|
* Merge pull request #25141 from owncloud/stable8-backport-25126Vincent Petry2016-06-161-0/+2
|\ | | | | [8.0] load authentication apps first
| * load authentication apps firstChristoph Wurst2016-06-161-0/+2
|/
* Merge pull request #24918 from ↵Vincent Petry2016-06-072-0/+27
|\ | | | | | | | | owncloud/backport-24889-read-commited-warning-in-admin-section-8.0 [8.0] Add a warning when the transaction isolation level is not READ_COMMITED
| * Add a warning when the transaction isolation level is not READ_COMMITEDJoas Schilling2016-06-062-0/+27
| |
* | Merge pull request #24901 from owncloud/stable8-backport-scan-fixVincent Petry2016-06-011-3/+2
|\ \ | |/ |/| [stable8] fix getting mount points when passing a path to the files:scan command
| * fix getting mount points when passing a path to the files:scan commandRobin Appelman2016-05-301-3/+2
|/
* Merge pull request #24694 from owncloud/stable8-fixchunkttlVincent Petry2016-05-181-1/+3
|\ | | | | [stable8] Allow chunk GC mtime tolerance for unfinished part chunks
| * Allow chunk GC mtime tolerance for unfinished part chunksVincent Petry2016-05-181-1/+3
|/ | | | | | | | | | | | | Whenever part chunks are written, every fwrite in the write loop will reset the mtime to the current mtime. Only at the end will the touch() operation set the mtime to now + ttl, in the future. However the GC code is expecting that every chunk with mtime < now are old and must be deleted. This causes the GC to sometimes delete part chunks in which the write loop is slow. To fix this, a tolerance value is added in the GC code to allow for more time before a part chunk gets deleted.
* Merge pull request #24515 from owncloud/stable8-updater-server-configurableVincent Petry2016-05-173-11/+13
|\ | | | | [stable8] Make update server URL configurable
| * Make update server URL configurableLukas Reschke2016-05-133-11/+13
|/ | | | Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates.
* 8.0.13C Montero-Luque2016-05-121-2/+2
|
* Merge pull request #24557 from owncloud/kill-en@pirate-stable8Thomas Müller2016-05-1114-100/+0
|\ | | | | [stable8] Yo-ho-oh - Murder all band 'o pirates
| * Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-1114-100/+0
|/
* 8.0.13 RC2v8.0.13RC2C Montero-Luque2016-05-101-2/+2
|
* 8.0.13 RC1v8.0.13RC1C Montero-Luque2016-05-092-3/+3
|
* 8.0.12v8.0.12C Montero-Luque2016-05-031-2/+2
|
* 8.0.12 RC2v8.0.12RC2C Montero-Luque2016-05-021-2/+2
|
* 8.0.12 RC1v8.0.12RC1C Montero-Luque2016-04-262-3/+3
|
* Merge pull request #24168 from owncloud/stable8-certificateThomas Müller2016-04-222-0/+15
|\ | | | | [stable8] Ignore certificate file if it starts with file://
| * [stable8] Ignore certificate file if it starts with file://Lukas Reschke2016-04-212-0/+15
| |
* | Merge pull request #24148 from ↵Thomas Müller2016-04-211-1/+8
|\ \ | | | | | | | | | | | | owncloud/stable8-quota-recognizeremoteunlimitedquota [stable8] Workaround to be able to recognize unlimited quota in fed shares
| * | Workaround to be able to recognize unlimited quota in fed sharesVincent Petry2016-04-211-1/+8
|/ / | | | | | | | | Fixes issues where a user cannot upload to a fed share on OC >= 9.0 where the sharer has unlimited quota (-3)
* | Merge pull request #24043 from owncloud/stable8-autoloadMorris Jobke2016-04-181-1/+1
|\ \ | |/ |/| [stable8] Exclude autoload_static.php
| * Exclude autoload_static.phpLukas Reschke2016-04-171-1/+1
|/
* Merge pull request #23352 from owncloud/stable8_backport_23346Thomas Müller2016-03-171-0/+5
|\ | | | | [Stable 8] Set proper public webdav permissions when public upload disabled
| * Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5
|/ | | | | | | | | | | | | Fixes #23325 It can happen that a user shares a folder with public upload. And some time later the admin disables public upload on the server. To make sure this is handled correctly we need to check the config value and reduce the permissions. Fix is kept small to be easy backportable.
* Merge pull request #23310 from owncloud/check-syntax-travis-stable8Morris Jobke2016-03-172-0/+29
|\ | | | | [stable8] Execute parallel-lint
| * [stable8] Execute parallel-lintLukas Reschke2016-03-162-0/+29
|/ | | | Backport of https://github.com/owncloud/core/pull/22994 and https://github.com/owncloud/core/pull/23303
* Merge pull request #22844 from owncloud/stable8_22830Morris Jobke2016-03-092-3/+3
|\ | | | | [Stable 8] Rename and move permissions are set when a file is updatable
| * Rename and move permissions are set when a file is updatableRoeland Jago Douma2016-03-042-3/+3
| | | | | | | | * Fix unit tests
* | 8.0.11v8.0.11C Montero-Luque2016-03-081-2/+2
| |
* | 8.0.11 RC2v8.0.11RC2C Montero-Luque2016-03-041-2/+2
| |
* | Merge pull request #22864 from owncloud/stable8-trashbin-checkpathC. Montero Luque2016-03-041-1/+1
|\ \ | |/ |/| [stable8] Properly check path validity before deleting to trash
| * Properly check path validity before deleting to trashVincent Petry2016-03-041-1/+1
|/ | | | | This prevents deleting the whole "files" folder of the user whenever $ownerPath is empty. This can happen in concurrency situations.
* 8.0.11 RC1v8.0.11RC1C Montero-Luque2016-03-012-3/+3
|