Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Expose syslog tag in the configuration | Volker Fröhlich | 2015-10-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #19784 from owncloud/stable8.1_backport_19727 | Thomas Müller | 2015-10-15 | 1 | -2/+2 | |
|\ \ | | | | | | | [Stable8.1] Return path instead of itemsource | |||||
| * | | Return path instead of itemsource | Roeland Jago Douma | 2015-10-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | Fixes #19678 Errors should contain paths and not internal ids | |||||
* | | | Setup sendmail transport | Lukas Reschke | 2015-10-14 | 1 | -1/+4 | |
| |/ |/| | | | | | Replaces https://github.com/owncloud/core/pull/19047 and fixes https://github.com/owncloud/enterprise/issues/854 and https://github.com/owncloud/core/issues/19110 | |||||
* | | Do not update mime types for folders with extension | Vincent Petry | 2015-10-12 | 1 | -2/+10 | |
| | | | | | | | | | | | | Some folders might have an extension like "test.conf". This fix prevents to overwrite the folder's mime type with another mime type while running the mimetype repair step. | |||||
* | | Merge pull request #19466 from owncloud/tarstreamer-stable8.1 | Thomas Müller | 2015-10-12 | 2 | -37/+158 | |
|\ \ | | | | | | | [stable8.1] backport Tarstreamer | |||||
| * | | Only use zip64 when we have 64 bit php | Joas Schilling | 2015-10-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Adding TarStreamer and updating ZipStreamer | Thomas Müller | 2015-09-30 | 2 | -4/+1 | |
| | | | ||||||
| * | | Uniform behavour for tar and zip | Victor Dubiniuk | 2015-09-30 | 1 | -1/+6 | |
| | | | ||||||
| * | | More corrections | Victor Dubiniuk | 2015-09-30 | 2 | -11/+7 | |
| | | | ||||||
| * | | Add namespace. Fix broken zip | Victor Dubiniuk | 2015-09-30 | 2 | -5/+8 | |
| | | | ||||||
| * | | Add PHpdoc | Victor Dubiniuk | 2015-09-30 | 1 | -6/+40 | |
| | | | ||||||
| * | | Introduce streamer | Victor Dubiniuk | 2015-09-30 | 2 | -34/+120 | |
| | | | ||||||
* | | | Merge pull request #18855 from owncloud/memcached-fix-stable8.1 | Morris Jobke | 2015-10-09 | 1 | -0/+5 | |
|\ \ \ | | | | | | | | | [stable8.1] Fallback to complete Memcached flush if getAllKeys fails | |||||
| * | | | Fallback to complete Memcached flush if getAllKeys fails | Robin McCorkell | 2015-09-06 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | fix internal path when searching in storage root | Robin Appelman | 2015-10-09 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | (cherry picked from commit c2d76d2) | |||||
* | | | | The minimum size for internalRootLength is 1 | Olivier Paroz | 2015-10-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | (cherry picked from commit 3173ed2) | |||||
* | | | | Disable app store for EE by default | Lukas Reschke | 2015-10-08 | 1 | -1/+7 | |
| |_|/ |/| | | | | | | | | | | | | | | This disables the app store for EE versions by default to address some problems caused by the wrong assumption that "Official" means supported by ownCloud Inc. Administrators can still enable the app store by setting `appstoreenabled` to true in the config file. | |||||
* | | | Make postScanFile and postScanFolder available to OC\Files\Utils\Scanner | Olivier Paroz | 2015-09-30 | 1 | -1/+6 | |
| | | | | | | | | | | | | (cherry picked from commit cc64c09) | |||||
* | | | Always send a postScanFile event when done scanning a file | Olivier Paroz | 2015-09-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | postScanFile is important when scanning external storage as it indicates when the file is ready to be used (cherry picked from commit 9ea05c8) | |||||
* | | | Merge pull request #19450 from owncloud/stable8.1-backport-19440-19426 | Thomas Müller | 2015-09-30 | 2 | -1/+3 | |
|\ \ \ | | | | | | | | | Stable8.1 backport 19440 19426 | |||||
| * | | | Add blob: scheme to default CSP policy | Lukas Reschke | 2015-09-29 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/19438 (cherry picked from commit e735a99) | |||||
| * | | | Fix CSP for images for legacy apps | Olivier Paroz | 2015-09-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #19425 (cherry picked from commit c4bac16) | |||||
* | | | | Clean temp files used for thumbnail generation | Robin Appelman | 2015-09-30 | 1 | -1/+5 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #18572 from owncloud/stable8.1-backport-18553 | Morris Jobke | 2015-09-29 | 1 | -4/+12 | |
|\ \ \ | | | | | | | | | [stable8.1] Save detected l10n of browser on login | |||||
| * | | | Save detected l10n of browser on login | Morris Jobke | 2015-09-28 | 1 | -4/+12 | |
| |/ / | | | | | | | | | | * fixes owncloud/activity#373 | |||||
* / / | [upgrade] switch to debug logging on upgrade | Morris Jobke | 2015-09-29 | 1 | -0/+16 | |
|/ / | | | | | | | | | * resets afterwards * adds output about the previous log level | |||||
* | | Merge pull request #19216 from ↵ | Thomas Müller | 2015-09-24 | 1 | -0/+5 | |
|\ \ | | | | | | | | | | | | | owncloud/stable8.1-discardexpirationdatefornonlinkshares [stable8.1] Discard expiration date from result for non-link shares | |||||
| * | | Discard expiration date from result for non-link shares | Vincent Petry | 2015-09-21 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge pull request #18957 from owncloud/stable8.1-backport-17791 | Thomas Müller | 2015-09-24 | 1 | -0/+11 | |
|\ \ \ | | | | | | | | | [stable8.1] Add custom CSP for Win 10 compatibility | |||||
| * | | | Add custom CSP for Win 10 compatibility | Lukas Reschke | 2015-09-10 | 1 | -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 #19149 from owncloud/issue-19147-backport-update-break | Vincent Petry | 2015-09-22 | 2 | -11/+23 | |
|\ \ \ \ | | | | | | | | | | | Issue 19147 backport update break | |||||
| * | | | | Improved update version detection logic | Vincent Petry | 2015-09-18 | 1 | -7/+1 | |
| | | | | | ||||||
| * | | | | Simplify comparison algo | Vincent Petry | 2015-09-18 | 1 | -15/+1 | |
| | | | | | ||||||
| * | | | | Throw exception on downgrade attempt | Vincent Petry | 2015-09-18 | 1 | -1/+5 | |
| | | | | | ||||||
| * | | | | Restrict upgrades to explicit allowed version | Vincent Petry | 2015-09-18 | 1 | -6/+34 | |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version.php now contains the previous ownCloud version from which upgrades are allowed. Any other upgrades will show a message that the upgrade/downgrade is not supported. Conflicts: version.php | |||||
* / | | | Repeated calls to loginWithApache() should not not try to set user ↵ | Thomas Müller | 2015-09-15 | 1 | -4/+6 | |
|/ / / | | | | | | | | | | information in the session again | |||||
* | | | Merge pull request #18703 from owncloud/request-fix-stable8.1 | Morris Jobke | 2015-09-15 | 1 | -34/+49 | |
|\ \ \ | |/ / |/| | | [stable8.1] Decode request content only on getContent | |||||
| * | | Decode request content only on getContent | Robin McCorkell | 2015-08-31 | 1 | -34/+49 | |
| |/ | ||||||
* | | Merge pull request #18903 from owncloud/fix_sharing_add_to_group_8.1 | Morris Jobke | 2015-09-09 | 2 | -28/+88 | |
|\ \ | | | | | | | [stable8.1] fix addToGroup hook | |||||
| * | | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-09-08 | 2 | -28/+88 | |
| | | | | | | | | | | | | | | | targets before the user was added to the group otherwise we will always detect a name collision | |||||
* | | | Merge pull request #18814 from owncloud/shared-mount-delay-setup-8.1 | Morris Jobke | 2015-09-09 | 1 | -0/+2 | |
|\ \ \ | |/ / |/| | | [8.1] Delay setting up the filesystem for a share owner untill the share is used | |||||
| * | | setup owner when getting users for share | Robin Appelman | 2015-09-03 | 1 | -0/+2 | |
| |/ | ||||||
* / | Always add to $loadedApps | Robin McCorkell | 2015-09-05 | 1 | -1/+1 | |
|/ | ||||||
* | Remove last occurence of `forcessl` | Lukas Reschke | 2015-08-26 | 1 | -2/+2 | |
| | | | | This shoudl have been adjusted as well, now it's consistent with `setMagicInCookie`. While it does not have a security impact directly some automated scanners reported this all the time. | |||||
* | [app management] fix dependency check on install | Morris Jobke | 2015-08-25 | 1 | -1/+1 | |
| | ||||||
* | Add warning for not existing CA bundle when updating | Lukas Reschke | 2015-08-19 | 1 | -0/+7 | |
| | | | | For newer releases we shall use an integrity check. But that's a good alternative for now. | |||||
* | Merge pull request #18182 from owncloud/backport-18159-stable8.1 | Morris Jobke | 2015-08-16 | 1 | -0/+4 | |
|\ | | | | | Backport 18159 stable8.1 | |||||
| * | Update installer.php | michag86 | 2015-08-10 | 1 | -0/+1 | |
| | | ||||||
| * | Check if archive contains a directory named like appid | michag86 | 2015-08-10 | 1 | -0/+3 | |
| | |