summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Setting version to 8.1.10 finalv8.1.10Vincent Petry2016-09-191-2/+2
|
* ownCloud Server 8.1.10 RC1v8.1.10RC1Daniel Molkentin2016-08-182-3/+3
|
* Merge pull request #25393 from ↵Vincent Petry2016-08-182-2/+7
|\ | | | | | | | | owncloud/stable8.1-fdb0d4ad528425b934d9b039c9f09c132b86d0f4 [stable8.1] check if renamed user is still valid by reapplying the ld…
| * Fix another missing checkJuan Pablo Villafáñez2016-08-181-1/+1
| |
| * Add missing filter during cleanupJuan Pablo Villafáñez2016-08-181-1/+1
| |
| * [stable8.1] check if renamed user is still valid by reapplying the ldap ↵felixboehm2016-08-181-0/+5
|/ | | | filter (#25338)
* [stable8.1] Test jenkins pipeline (#25401) (#25504)Thomas Müller2016-08-143-2/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | * [stable8.1] Test jenkins pipeline (#25401) * Use phantomjs-prebuilt as warning is telling us * Php7.0 is not supported and there are no primary storage tests on stable8.2 * [Stable8.2] fix unit test on new jenkins setup and adjust Jenkinsfile (#25772) (#25775) (#25783) * Next step jenkinsfile (#25622) * Adding timestamper and evaluation of test results even in case of failure * Adding build timeout * use fixed value 120 minutes as timeout for each test executing for now * Terminate the build as soon as test execution fails * Adjust external testing as well * Finalize use of executeAndReport * Array sort order is of no relevance
* ownCloud Server 8.1.9v8.1.9Daniel Molkentin2016-07-181-2/+2
|
* Backport of guzzle fix from 5.3.1Vincent Petry2016-07-181-0/+0
|
* Fix oracle unit test on 8.1 (#25471)Thomas Müller2016-07-131-4/+13
|
* ownCloud Server 8.1.9 RC2v8.1.9RC2Daniel Molkentin2016-07-131-2/+2
|
* Merge pull request #25329 from owncloud/stable8.1-fix-versionrevertpermsVincent Petry2016-07-132-0/+72
|\ | | | | [stable8.1] Prevent revert when no permission to revert
| * Hide revert button when no permission to revertVincent Petry2016-07-132-0/+72
|/
* Additional perm check in Webdav (#25452)Vincent Petry2016-07-122-0/+87
|
* [stable8.1] Set content type when downloading log file to force download in ↵Thomas Müller2016-07-082-0/+4
| | | | some browsers (#25382) (#25400)
* [stable8.1] Preview tests require imagick 2 (#24588)Thomas Müller2016-07-042-0/+7
| | | | | | * SVG preview unit test requires Imagick * Fix preview tests
* ownCloud 8.1.9 RC1v8.1.9RC1Daniel Molkentin2016-06-292-3/+3
|
* Merge pull request #25230 from owncloud/stable8.1-enc-revertversionsizeVincent Petry2016-06-231-0/+11
|\ | | | | [stable8.1] Rollback version must also adjust cached size
| * Rollback version must also adjust cached sizeVincent Petry2016-06-221-0/+11
|/
* Merge pull request #25140 from owncloud/stable81-backport-25126Vincent Petry2016-06-161-0/+2
|\ | | | | [stable8.1] load authentication apps first
| * load authentication apps firstChristoph Wurst2016-06-161-0/+2
| |
* | Merge pull request #25116 from owncloud/cross-storage-move-updater-81Vincent Petry2016-06-161-2/+3
|\ \ | |/ |/| [8.1] fix updating folder sizes with cross storage move
| * fix updating folder sizes with cross storage moveRobin Appelman2016-06-151-2/+3
|/
* Revert "fix updating folder sizes with cross storage move"Robin Appelman2016-06-151-2/+1
| | | | This reverts commit 42d7a32774e452398a406cb2ad4fb9cb0dccf6a4.
* fix updating folder sizes with cross storage moveRobin Appelman2016-06-151-1/+2
|
* Add a warning when the transaction isolation level is not READ_COMMITED (#24917)Joas Schilling2016-06-012-0/+22
|
* dont update search onResize (#24849)Fabian2016-05-301-2/+0
|
* Merge pull request #24412 from owncloud/stable8.1_24405Vincent Petry2016-05-253-3/+25
|\ | | | | [Stable8.1] Use a CappedCache in the user database backend
| * Allow indirect set in CappedMemoryCacheRobin Appelman2016-05-242-2/+14
| |
| * Use a CappedCache in the user database backendRoeland Jago Douma2016-05-031-1/+11
| | | | | | | | | | | | When running with a user database backend on large installations the cache can grow to significant sizes. This can be especially problematic when running big cron/repair jobs.
* | Merge pull request #23403 from owncloud/backport-23282-stable8.1Vincent Petry2016-05-242-3/+89
|\ \ | | | | | | [stable8.1] fix writing to cache when fallback server should be used immediately
| * | fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-04-262-3/+89
| | |
* | | Merge pull request #24693 from owncloud/stable8.1-fixchunkttlVincent Petry2016-05-181-1/+3
|\ \ \ | | | | | | | | [stable8.1] 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 #24506 from owncloud/stable8.1-updater-server-configurableVincent Petry2016-05-173-64/+38
|\ \ \ | | | | | | | | [stable8.1.] Make update server URL configurable
| * | | Make update server URL configurableLukas Reschke2016-05-133-64/+38
|/ / / | | | | | | | | | 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.1.8C Montero-Luque2016-05-121-2/+2
| | |
* | | Bitmap preview unit test requires Imagick (#24577)Thomas Müller2016-05-121-0/+3
| | |
* | | Merge pull request #24572 from owncloud/stable8.1_24568Thomas Müller2016-05-111-0/+2
|\ \ \ | | | | | | | | [Stable 8.1] Fix etag propegation test race condition
| * | | Fix test race conditionRoeland Jago Douma2016-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E-tag propagation replies on the mtime of the file. Order of events: 1. add file 'foo.txt' with content 'bar' 2. Set mtime to now() - 1 3. Check if etag changed. Now this goes right often when 1 and 2 happen in the same second. However imagine 1. add file 'foo.txt' with content 'bar' (at t=0.999) 2. Set mtime to now() - 1 (at t=1.001) Now the mtime will be set to the same time. Thus not chaning the etag.
* | | | Merge pull request #24556 from owncloud/kill-en@pirate-stable8.1Thomas Müller2016-05-1114-72/+0
|\ \ \ \ | |/ / / |/| | | [stable8.1] Yo-ho-oh - Murder all band 'o pirates
| * | | Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-1114-72/+0
|/ / /
* | | 8.1.8 RC2v8.1.8RC2C Montero-Luque2016-05-101-2/+2
| | |
* | | 8.1.1 RC1v8.1.8RC1C Montero-Luque2016-05-092-3/+3
| |/ |/|
* | 8.1.7v8.1.7C Montero-Luque2016-05-031-2/+2
| |
* | 8.1.7 RC2v8.1.7RC2C Montero-Luque2016-05-021-2/+2
| |
* | 8.1.7 RC1v8.1.7RC1C Montero-Luque2016-04-262-3/+3
|/
* Merge pull request #24284 from owncloud/backport-24262-stable8.1Vincent Petry2016-04-261-1/+2
|\ | | | | [stable8.1] check whether index is set before using it
| * check whether index is set before using itArthur Schiwon2016-04-261-1/+2
|/
* Merge pull request #24170 from owncloud/stable8.1-certificateThomas Müller2016-04-222-0/+15
|\ | | | | [stable8.1] Ignore certificate file if it starts with file://