summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 8.0.9v8.0.9C Montero-Luque2015-10-301-2/+2
|
* 8.0.9 RC2v8.0.9RC2C Montero-Luque2015-10-281-2/+2
|
* Merge pull request #20063 from owncloud/stable8-add-warning-for-php-7Thomas Müller2015-10-261-0/+8
|\ | | | | [stable8] Stop processing if PHP 7 is used
| * Stop processing if PHP 7 is usedLukas Reschke2015-10-261-0/+8
|/ | | | PHP 7 is only compatible with ownCloud 8.2.0
* Do not print exception messageLukas Reschke2015-10-251-3/+3
|
* 8.0.9 RC1v8.0.9RC1C Montero-Luque2015-10-212-3/+3
|
* Merge pull request #19732 from owncloud/make-sure-sharing-extends-the-testcaseThomas Müller2015-10-131-1/+5
|\ | | | | Make sure all sharing tests extend the testcase
| * Make sure all sharing tests extend the testcaseJoas Schilling2015-10-131-1/+5
|/
* Merge pull request #19681 from owncloud/stable8-backport-19574Thomas Müller2015-10-121-0/+12
|\ | | | | Clear the shares after the test like storages and files
| * Clear the shares after the test like storages and filesMorris Jobke2015-10-091-0/+12
|/ | | | * adjusted to stable8.1 backport of #19574
* Merge pull request #18958 from owncloud/stable8-backport-17791Morris Jobke2015-10-091-0/+11
|\ | | | | [stable8] Add custom CSP for Win 10 compatibility
| * Add custom CSP for Win 10 compatibilityLukas Reschke2015-09-101-0/+11
| | | | | | | | | | | | | | | | | | | | The default content-security-policy of ownCloud forbids inline JavaScript for security reasons. IE starting on Windows 10 will however also obey the CSP which will break the event source fallback. As a workaround thus we set a custom policy which allows the execution of inline JavaScript. This fixes https://github.com/owncloud/core/issues/14286
* | Merge pull request #18857 from owncloud/memcached-fix-stable8Morris Jobke2015-10-092-0/+28
|\ \ | | | | | | [stable8] Fallback to complete Memcached flush if getAllKeys fails
| * | Fallback to complete Memcached flush if getAllKeys failsRobin McCorkell2015-09-062-0/+28
| | | | | | | | | | | | | | | | | | | | | Newer Memcached's do not support the underlying protocol commands that getAllKeys() is implemented with. We should fallback to clearing everything in that case, as causing (temporary) performance problems for other applications on the server is better than having stale cached data.
* | | Merge pull request #19476 from owncloud/thumbnail-temp-clean-8Thomas Müller2015-09-301-1/+5
|\ \ \ | | | | | | | | [8] Clean temp files used for thumbnail generation
| * | | Clean temp files used for thumbnail generationRobin Appelman2015-09-301-1/+5
|/ / /
* | | Merge pull request #19447 from owncloud/stable8-backport-19441Morris Jobke2015-09-293-0/+28
|\ \ \ | | | | | | | | [stable8][upgrade] switch to debug logging on upgrade
| * | | [upgrade] switch to debug logging on upgradeMorris Jobke2015-09-293-0/+28
|/ / / | | | | | | | | | | | | * resets afterwards * adds output about the previous log level
* | | Merge pull request #17953 from owncloud/backport-17464-stable8Morris Jobke2015-09-281-1/+7
|\ \ \ | | | | | | | | [stable8] backport of #17464: fix uncaught exception on not permitted file types when setting avata…
| * | | fix uncaught exception on not permitted file types when setting avatar, ↵Arthur Schiwon2015-07-291-1/+7
| | | | | | | | | | | | | | | | fixes #17232
* | | | Merge pull request #18704 from owncloud/stable8-dav-copy-fixMorris Jobke2015-09-281-0/+3
|\ \ \ \ | | | | | | | | | | [stable8] Check for file existence before doing a DAV copy
| * | | | Check for file existence before doing a DAV copyVincent Petry2015-08-311-0/+3
| | | | | | | | | | | | | | | | | | | | Partial backport of f39fcbc250c3817e0c62627b127cf31a70dca36a from 8.1
* | | | | 8.0.8v8.0.8C Montero-Luque2015-09-102-3/+3
| |_|_|/ |/| | |
* | | | Merge pull request #18843 from owncloud/app-upgrade-routenotfound-stable8Morris Jobke2015-09-071-1/+1
|\ \ \ \ | |_|_|/ |/| | | [stable8] Always add to $loadedApps
| * | | Always add to $loadedAppsRobin McCorkell2015-09-051-1/+1
|/ / /
* / / 8.0.7v8.0.7C Montero-Luque2015-09-021-2/+2
|/ /
* | Merge pull request #18613 from owncloud/stable8-newer-certsMorris Jobke2015-08-283-38/+53
|\ \ | | | | | | [stable8] Use certificates that expire in 10 years
| * | Use certificates that expire in 10 yearsLukas Reschke2015-08-273-38/+53
| | | | | | | | | | | | :speak_no_evil: :speak_no_evil: :speak_no_evil:
* | | 8.0.7v8.0.7RC1C Montero-Luque2015-08-271-1/+1
| | |
* | | 8.0.7 RC1C Montero-Luque2015-08-271-2/+2
| | |
* | | Merge pull request #18560 from owncloud/ext-objectstore-stable8Morris Jobke2015-08-251-0/+12
|\ \ \ | | | | | | | | [stable8] Prevent objectstore being set from client side
| * | | Prevent objectstore being set from client sideRobin McCorkell2015-08-251-0/+12
| | | |
* | | | Merge pull request #18546 from owncloud/stable8-backport-18439Morris Jobke2015-08-251-1/+1
|\ \ \ \ | |/ / / |/| | | [stable8] [app management] fix dependency check on install
| * | | [app management] fix dependency check on installMorris Jobke2015-08-251-1/+1
|/ / /
* | | Merge pull request #18488 from owncloud/stable8-add-cors-headerMorris Jobke2015-08-241-0/+2
|\ \ \ | |/ / |/| | [stable8] Add CORS header to status.php to allow client-based check i…
| * | [stable8] Add CORS header to status.php to allow client-based check in the ↵Lukas Reschke2015-08-221-0/+2
|/ / | | | | | | future
* | Merge pull request #18286 from owncloud/stable8-backport-17785Morris Jobke2015-08-191-1/+2
|\ \ | | | | | | [stable8] fix mobile scrolling, lower sidebar sensitivity, fix #11193
| * | fix mobile scrolling, lower sidebar sensitivity, fix #11193Jan-Christoph Borchardt2015-08-131-1/+2
| | |
* | | Merge pull request #17958 from owncloud/stable8-backport-17489Morris Jobke2015-08-192-0/+37
|\ \ \ | | | | | | | | [stable8] Fix parsing of sharetime as string
| * | | tests for _parseTime with hex and empty stringsMorris Jobke2015-07-292-0/+6
| | | |
| * | | Fix parsing of sharetime as stringMorris Jobke2015-07-292-0/+31
| | |/ | |/| | | | | | | | | | | | | | | | In some cases the ajax/share.php will return the share time as string. If this is the case it would get parsed completely wrong and cause the share dropdown to not work anymore. This change will properly cast the string to an interger and also fallback if this is not possible.
* | | Merge pull request #18366 from owncloud/config-sample-typos-8Robin McCorkell2015-08-171-6/+6
|\ \ \ | | | | | | | | fix typos
| * | | fix typosCarla Schroder2015-08-171-6/+6
|/ / /
* | | Merge pull request #18181 from owncloud/backport-18159-stable8Morris Jobke2015-08-161-0/+4
|\ \ \ | |_|/ |/| | Backport 18159 stable8
| * | Update installer.phpmichag862015-08-101-0/+1
| | |
| * | Check if archive contains a directory named like appidmichag862015-08-101-0/+3
| | |
* | | Merge pull request #18258 from owncloud/stable8-backport-17680Morris Jobke2015-08-131-1/+4
|\ \ \ | | | | | | | | [stable8] handle rmdir on files for ftp storages
| * | | handle rmdir on files for ftp storagesRobin Appelman2015-08-131-1/+4
| | | |
* | | | Merge pull request #18278 from owncloud/stable8-17852Robin McCorkell2015-08-134-12/+28
|\ \ \ \ | |/ / / |/| | | [stable8] add test for factories
| * | | add test for factoriesBernhard Posselt2015-08-134-12/+28
|/ / / | | | | | | | | | | | | | | | | | | | | | use ref for factory test Ensure we construct SimpleContainer Use single instance of DIContainer in routing tests