summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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://
| * [stable8.1] Ignore certificate file if it starts with file://Lukas Reschke2016-04-212-0/+15
|/
* Merge pull request #24146 from ↵Thomas Müller2016-04-211-1/+8
|\ | | | | | | | | owncloud/stable8.1-quota-recognizeremoteunlimitedquota [stable8.1] 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 #24101 from owncloud/fix_23632_8.1Björn Schießle2016-04-202-10/+48
|\ | | | | [stable8.1] init users mount point before recovery
| * we need to initialize the mount points of the given user before we recoverBjörn Schießle2016-04-192-10/+48
|/ | | | access to his files
* Merge pull request #24042 from owncloud/stable8.1-autoloadMorris Jobke2016-04-181-1/+1
|\ | | | | [stable8.1] Exclude autoload_static.php
| * Exclude autoload_static.phpLukas Reschke2016-04-171-1/+1
|/
* Merge pull request #23236 from owncloud/stable8.1-fix_21678Vincent Petry2016-03-181-0/+6
|\ | | | | [stable8.1] Gracefull handle link shares rename hook
| * Gracefull handle link shares rename hookRoeland Jago Douma2016-03-141-0/+6
| | | | | | | | | | | | | | Fixes #21678 The hook is called on all renames. However when we use a link share the getUserFolder fails. We now just opt out.
* | Merge pull request #23353 from owncloud/stable8.1_backport_23346Thomas Müller2016-03-171-0/+5
|\ \ | | | | | | [Stable 8.1] 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 #23311 from owncloud/check-syntax-travis-stable8.1Morris Jobke2016-03-172-0/+29
|\ \ | | | | | | [stable8.1] Execute parallel-lint
| * | [stable8.1] Execute parallel-lintLukas Reschke2016-03-172-0/+29
|/ / | | | | | | Backport of https://github.com/owncloud/core/pull/22994 and https://github.com/owncloud/core/pull/23303
* | Merge pull request #23301 from owncloud/fix-video-viewerMorris Jobke2016-03-162-0/+83
|\ \ | | | | | | [stable8.1] Backport OC.joinPaths to fix the Video Viewer
| * | More tests for joinPathsVincent Petry2016-03-161-0/+3
| | |
| * | Add OC.joinPaths for convenient path joiningVincent Petry2016-03-162-0/+80
|/ /