Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ownCloud 8.1.9 RC1v8.1.9RC1 | Daniel Molkentin | 2016-06-29 | 2 | -3/+3 |
| | |||||
* | Merge pull request #25230 from owncloud/stable8.1-enc-revertversionsize | Vincent Petry | 2016-06-23 | 1 | -0/+11 |
|\ | | | | | [stable8.1] Rollback version must also adjust cached size | ||||
| * | Rollback version must also adjust cached size | Vincent Petry | 2016-06-22 | 1 | -0/+11 |
|/ | |||||
* | Merge pull request #25140 from owncloud/stable81-backport-25126 | Vincent Petry | 2016-06-16 | 1 | -0/+2 |
|\ | | | | | [stable8.1] load authentication apps first | ||||
| * | load authentication apps first | Christoph Wurst | 2016-06-16 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #25116 from owncloud/cross-storage-move-updater-81 | Vincent Petry | 2016-06-16 | 1 | -2/+3 |
|\ \ | |/ |/| | [8.1] fix updating folder sizes with cross storage move | ||||
| * | fix updating folder sizes with cross storage move | Robin Appelman | 2016-06-15 | 1 | -2/+3 |
|/ | |||||
* | Revert "fix updating folder sizes with cross storage move" | Robin Appelman | 2016-06-15 | 1 | -2/+1 |
| | | | | This reverts commit 42d7a32774e452398a406cb2ad4fb9cb0dccf6a4. | ||||
* | fix updating folder sizes with cross storage move | Robin Appelman | 2016-06-15 | 1 | -1/+2 |
| | |||||
* | Add a warning when the transaction isolation level is not READ_COMMITED (#24917) | Joas Schilling | 2016-06-01 | 2 | -0/+22 |
| | |||||
* | dont update search onResize (#24849) | Fabian | 2016-05-30 | 1 | -2/+0 |
| | |||||
* | Merge pull request #24412 from owncloud/stable8.1_24405 | Vincent Petry | 2016-05-25 | 3 | -3/+25 |
|\ | | | | | [Stable8.1] Use a CappedCache in the user database backend | ||||
| * | Allow indirect set in CappedMemoryCache | Robin Appelman | 2016-05-24 | 2 | -2/+14 |
| | | |||||
| * | Use a CappedCache in the user database backend | Roeland Jago Douma | 2016-05-03 | 1 | -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.1 | Vincent Petry | 2016-05-24 | 2 | -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 immediately | Arthur Schiwon | 2016-04-26 | 2 | -3/+89 |
| | | | |||||
* | | | Merge pull request #24693 from owncloud/stable8.1-fixchunkttl | Vincent Petry | 2016-05-18 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | [stable8.1] Allow chunk GC mtime tolerance for unfinished part chunks | ||||
| * | | | Allow chunk GC mtime tolerance for unfinished part chunks | Vincent Petry | 2016-05-18 | 1 | -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-configurable | Vincent Petry | 2016-05-17 | 3 | -64/+38 |
|\ \ \ | | | | | | | | | [stable8.1.] Make update server URL configurable | ||||
| * | | | Make update server URL configurable | Lukas Reschke | 2016-05-13 | 3 | -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.8 | C Montero-Luque | 2016-05-12 | 1 | -2/+2 |
| | | | |||||
* | | | Bitmap preview unit test requires Imagick (#24577) | Thomas Müller | 2016-05-12 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #24572 from owncloud/stable8.1_24568 | Thomas Müller | 2016-05-11 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | [Stable 8.1] Fix etag propegation test race condition | ||||
| * | | | Fix test race condition | Roeland Jago Douma | 2016-05-11 | 1 | -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.1 | Thomas Müller | 2016-05-11 | 14 | -72/+0 |
|\ \ \ \ | |/ / / |/| | | | [stable8.1] Yo-ho-oh - Murder all band 'o pirates | ||||
| * | | | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 14 | -72/+0 |
|/ / / | |||||
* | | | 8.1.8 RC2v8.1.8RC2 | C Montero-Luque | 2016-05-10 | 1 | -2/+2 |
| | | | |||||
* | | | 8.1.1 RC1v8.1.8RC1 | C Montero-Luque | 2016-05-09 | 2 | -3/+3 |
| |/ |/| | |||||
* | | 8.1.7v8.1.7 | C Montero-Luque | 2016-05-03 | 1 | -2/+2 |
| | | |||||
* | | 8.1.7 RC2v8.1.7RC2 | C Montero-Luque | 2016-05-02 | 1 | -2/+2 |
| | | |||||
* | | 8.1.7 RC1v8.1.7RC1 | C Montero-Luque | 2016-04-26 | 2 | -3/+3 |
|/ | |||||
* | Merge pull request #24284 from owncloud/backport-24262-stable8.1 | Vincent Petry | 2016-04-26 | 1 | -1/+2 |
|\ | | | | | [stable8.1] check whether index is set before using it | ||||
| * | check whether index is set before using it | Arthur Schiwon | 2016-04-26 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #24170 from owncloud/stable8.1-certificate | Thomas Müller | 2016-04-22 | 2 | -0/+15 |
|\ | | | | | [stable8.1] Ignore certificate file if it starts with file:// | ||||
| * | [stable8.1] Ignore certificate file if it starts with file:// | Lukas Reschke | 2016-04-21 | 2 | -0/+15 |
|/ | |||||
* | Merge pull request #24146 from ↵ | Thomas Müller | 2016-04-21 | 1 | -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 shares | Vincent Petry | 2016-04-21 | 1 | -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.1 | Björn Schießle | 2016-04-20 | 2 | -10/+48 |
|\ | | | | | [stable8.1] init users mount point before recovery | ||||
| * | we need to initialize the mount points of the given user before we recover | Björn Schießle | 2016-04-19 | 2 | -10/+48 |
|/ | | | | access to his files | ||||
* | Merge pull request #24042 from owncloud/stable8.1-autoload | Morris Jobke | 2016-04-18 | 1 | -1/+1 |
|\ | | | | | [stable8.1] Exclude autoload_static.php | ||||
| * | Exclude autoload_static.php | Lukas Reschke | 2016-04-17 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #23236 from owncloud/stable8.1-fix_21678 | Vincent Petry | 2016-03-18 | 1 | -0/+6 |
|\ | | | | | [stable8.1] Gracefull handle link shares rename hook | ||||
| * | Gracefull handle link shares rename hook | Roeland Jago Douma | 2016-03-14 | 1 | -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_23346 | Thomas Müller | 2016-03-17 | 1 | -0/+5 |
|\ \ | | | | | | | [Stable 8.1] Set proper public webdav permissions when public upload disabled | ||||
| * | | Set proper public webdav permissions when public upload disabled | Roeland Jago Douma | 2016-03-17 | 1 | -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.1 | Morris Jobke | 2016-03-17 | 2 | -0/+29 |
|\ \ | | | | | | | [stable8.1] Execute parallel-lint | ||||
| * | | [stable8.1] Execute parallel-lint | Lukas Reschke | 2016-03-17 | 2 | -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-viewer | Morris Jobke | 2016-03-16 | 2 | -0/+83 |
|\ \ | | | | | | | [stable8.1] Backport OC.joinPaths to fix the Video Viewer | ||||
| * | | More tests for joinPaths | Vincent Petry | 2016-03-16 | 1 | -0/+3 |
| | | | |||||
| * | | Add OC.joinPaths for convenient path joining | Vincent Petry | 2016-03-16 | 2 | -0/+80 |
|/ / |