summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Expose syslog tag in the configurationVolker Fröhlich2015-10-231-1/+1
| |
* | Merge pull request #19784 from owncloud/stable8.1_backport_19727Thomas Müller2015-10-151-2/+2
|\ \ | | | | | | [Stable8.1] Return path instead of itemsource
| * | Return path instead of itemsourceRoeland Jago Douma2015-10-141-2/+2
| | | | | | | | | | | | | | | | | | Fixes #19678 Errors should contain paths and not internal ids
* | | Setup sendmail transportLukas Reschke2015-10-141-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 extensionVincent Petry2015-10-121-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.1Thomas Müller2015-10-122-37/+158
|\ \ | | | | | | [stable8.1] backport Tarstreamer
| * | Only use zip64 when we have 64 bit phpJoas Schilling2015-10-081-1/+1
| | |
| * | Adding TarStreamer and updating ZipStreamerThomas Müller2015-09-302-4/+1
| | |
| * | Uniform behavour for tar and zipVictor Dubiniuk2015-09-301-1/+6
| | |
| * | More correctionsVictor Dubiniuk2015-09-302-11/+7
| | |
| * | Add namespace. Fix broken zipVictor Dubiniuk2015-09-302-5/+8
| | |
| * | Add PHpdocVictor Dubiniuk2015-09-301-6/+40
| | |
| * | Introduce streamerVictor Dubiniuk2015-09-302-34/+120
| | |
* | | Merge pull request #18855 from owncloud/memcached-fix-stable8.1Morris Jobke2015-10-091-0/+5
|\ \ \ | | | | | | | | [stable8.1] Fallback to complete Memcached flush if getAllKeys fails
| * | | Fallback to complete Memcached flush if getAllKeys failsRobin McCorkell2015-09-061-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 rootRobin Appelman2015-10-091-2/+5
| | | | | | | | | | | | | | | | (cherry picked from commit c2d76d2)
* | | | The minimum size for internalRootLength is 1Olivier Paroz2015-10-091-1/+1
| | | | | | | | | | | | | | | | (cherry picked from commit 3173ed2)
* | | | Disable app store for EE by defaultLukas Reschke2015-10-081-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\ScannerOlivier Paroz2015-09-301-1/+6
| | | | | | | | | | | | (cherry picked from commit cc64c09)
* | | Always send a postScanFile event when done scanning a fileOlivier Paroz2015-09-301-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-19426Thomas Müller2015-09-302-1/+3
|\ \ \ | | | | | | | | Stable8.1 backport 19440 19426
| * | | Add blob: scheme to default CSP policyLukas Reschke2015-09-292-1/+3
| | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/19438 (cherry picked from commit e735a99)
| * | | Fix CSP for images for legacy appsOlivier Paroz2015-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes #19425 (cherry picked from commit c4bac16)
* | | | Clean temp files used for thumbnail generationRobin Appelman2015-09-301-1/+5
| |_|/ |/| |
* | | Merge pull request #18572 from owncloud/stable8.1-backport-18553Morris Jobke2015-09-291-4/+12
|\ \ \ | | | | | | | | [stable8.1] Save detected l10n of browser on login
| * | | Save detected l10n of browser on loginMorris Jobke2015-09-281-4/+12
| |/ / | | | | | | | | | * fixes owncloud/activity#373
* / / [upgrade] switch to debug logging on upgradeMorris Jobke2015-09-291-0/+16
|/ / | | | | | | | | * resets afterwards * adds output about the previous log level
* | Merge pull request #19216 from ↵Thomas Müller2015-09-241-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 sharesVincent Petry2015-09-211-0/+5
| | |
* | | Merge pull request #18957 from owncloud/stable8.1-backport-17791Thomas Müller2015-09-241-0/+11
|\ \ \ | | | | | | | | [stable8.1] 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 #19149 from owncloud/issue-19147-backport-update-breakVincent Petry2015-09-222-11/+23
|\ \ \ \ | | | | | | | | | | Issue 19147 backport update break
| * | | | Improved update version detection logicVincent Petry2015-09-181-7/+1
| | | | |
| * | | | Simplify comparison algoVincent Petry2015-09-181-15/+1
| | | | |
| * | | | Throw exception on downgrade attemptVincent Petry2015-09-181-1/+5
| | | | |
| * | | | Restrict upgrades to explicit allowed versionVincent Petry2015-09-181-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üller2015-09-151-4/+6
|/ / / | | | | | | | | | information in the session again
* | | Merge pull request #18703 from owncloud/request-fix-stable8.1Morris Jobke2015-09-151-34/+49
|\ \ \ | |/ / |/| | [stable8.1] Decode request content only on getContent
| * | Decode request content only on getContentRobin McCorkell2015-08-311-34/+49
| |/
* | Merge pull request #18903 from owncloud/fix_sharing_add_to_group_8.1Morris Jobke2015-09-092-28/+88
|\ \ | | | | | | [stable8.1] fix addToGroup hook
| * | intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-09-082-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.1Morris Jobke2015-09-091-0/+2
|\ \ \ | |/ / |/| | [8.1] Delay setting up the filesystem for a share owner untill the share is used
| * | setup owner when getting users for shareRobin Appelman2015-09-031-0/+2
| |/
* / Always add to $loadedAppsRobin McCorkell2015-09-051-1/+1
|/
* Remove last occurence of `forcessl`Lukas Reschke2015-08-261-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 installMorris Jobke2015-08-251-1/+1
|
* Add warning for not existing CA bundle when updatingLukas Reschke2015-08-191-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.1Morris Jobke2015-08-161-0/+4
|\ | | | | Backport 18159 stable8.1
| * Update installer.phpmichag862015-08-101-0/+1
| |
| * Check if archive contains a directory named like appidmichag862015-08-101-0/+3
| |