summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused table file_mapMorris Jobke2015-11-051-0/+1
| | | | | | | * used only for windows support * windows support was dropped in 8.2.0 - see #17379 * was introduced in fd8cb9974be30aaca0d65d1807d6a4f784da5f0b * ref #18935
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-052-0/+4
|
* Merge pull request #20053 from owncloud/getfileinfo-lockingThomas Müller2015-11-042-39/+62
|\ | | | | Don't lock if we're only reading cache metadata
| * mark path as checkedRobin Appelman2015-11-041-0/+1
| |
| * when a file is locked use old cache dataRobin Appelman2015-11-041-29/+37
| |
| * fix whitespaceRobin Appelman2015-11-041-2/+2
| |
| * only lock in getDirectoryContent if we need to update the cacheRobin Appelman2015-11-031-21/+17
| |
| * only lock in getFileInfo if we need to update the cacheRobin Appelman2015-11-031-18/+16
| |
| * Split checkUpdateRobin Appelman2015-11-031-19/+39
| |
* | adjust comment, this parameter was added for 9.0Björn Schießle2015-11-041-1/+1
| |
* | Merge pull request #18361 from owncloud/sharing_performance_improvementsThomas Müller2015-11-043-9/+32
|\ \ | | | | | | improve calculation of share recipients
| * | cache result from parent foldersBjoern Schiessle2015-11-043-9/+32
| | |
* | | Merge pull request #18821 from owncloud/global-classesThomas Müller2015-11-041-0/+1
|\ \ \ | |/ / |/| | Global classes in core CSS
| * | Global Classes for Core.Raghu Nayyar2015-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Move up the global styles up the hierarchy. Adds Clear Left, Right and both. New CSS file for Global Styles.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-042-0/+4
| |/ |/|
* | Add a new core capability which tells the clients which url to useThomas Müller2015-11-031-1/+2
| |
* | Merge pull request #20196 from ↵Thomas Müller2015-11-021-9/+9
|\ \ | |/ |/| | | | | owncloud/use-actual-mimetype-detection-instead-of-oath Use actual mimetype detection instead of extension
| * Use actual mimetype detection instead of extensionLukas Reschke2015-10-311-9/+9
| | | | | | | | We cannot rely on the extension as the file may also be a valid TAR or ZIP file without such content. Especially when getting resources from the ownCloud appstore.
* | Merge pull request #20189 from owncloud/use-get-http-protocolThomas Müller2015-11-023-6/+6
|\ \ | | | | | | Use getHttpProtocol instead of $_SERVER
| * | Use getHttpProtocol instead of $_SERVERLukas Reschke2015-10-303-6/+6
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-012-0/+2
| |
* | Add support for Redis password authLukas Reschke2015-10-301-0/+3
|/ | | | | | For enhanced security it is recommended to configure Redis to only accept connections with a password. (http://redis.io/topics/security) This is especially critical since Redis supports the LUA scripting language and thus a simple SSRF vulnerability (as proven in http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/ for example) may lead to a remote code execution.
* Add warning for broken l10n json filesMorris Jobke2015-10-301-0/+2
| | | | * makes it easier to spot broken l10n files
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-308-2/+50
|
* Merge pull request #20135 from owncloud/check-if-null-subadminThomas Müller2015-10-297-212/+57
|\ | | | | Drop OC_SubAdmin and replace usages
| * Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-297-212/+57
| |
* | Merge pull request #20060 from owncloud/cache-move-final-update-transactionRobin Appelman2015-10-291-2/+6
|\ \ | | | | | | include the final update in the transaction when moving a folder in the cache
| * | include the final update in the transaction when moving a folder in the cacheRobin Appelman2015-10-291-2/+6
| | |
* | | Merge pull request #19592 from owncloud/availability-root-always-existsThomas Müller2015-10-291-0/+3
|\ \ \ | |/ / |/| | The root of a storage always exists
| * | The root of a storage always existsRobin Appelman2015-10-291-0/+3
| |/
* | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrenameThomas Müller2015-10-292-1/+23
|\ \ | | | | | | On rename, also refresh storage_mtime of the target file
| * | Also adjust storage_mtime of target after renameVincent Petry2015-10-262-1/+23
| | | | | | | | | | | | Some storages like Dropbox change their mtime on rename...
* | | Merge pull request #11509 from owncloud/internal_email_templateThomas Müller2015-10-291-5/+5
|\ \ \ | | | | | | | | Allow separate templates for internal and external share notifications
| * | | Allow separate templates for internal and external share notificationsStephen Colebrook2015-10-291-5/+5
| | |/ | |/|
* | | Add a repair step that checks for group membership on sharesJoas Schilling2015-10-292-0/+130
| | |
* | | Remove shares where the parent does not exist anymoreJoas Schilling2015-10-291-0/+32
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-294-0/+36
| |
* | Merge pull request #19182 from cweiske/support-bzip2Thomas Müller2015-10-282-2/+2
|\ \ | | | | | | Fix #19181: Support .bz2 app archives
| * | Fix #19181: Support .bz2 app archivesChristian Weiske2015-10-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | At first a bz2 handling in needs to be fixed; PEAR's Archive_Tar otherwise gives the following error: > Unsupported compression type "bz" > Supported types are "gz", "bz2" and "lzma2" After that we can whitelist the application/bz2 MIME type in the installer.
* | | Merge pull request #20102 from owncloud/fix_subadminThomas Müller2015-10-281-4/+19
|\ \ \ | | | | | | | | Make \OC\SubAdmin php-5.4 compatible
| * | | Make \OC\SubAdmin php-5.4 compatibleRoeland Jago Douma2015-10-281-4/+19
| | | | | | | | | | | | | | | | * Also close some cursors while we are at it
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-282-0/+4
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-272-0/+4
| | |
* | | Merge pull request #19837 from owncloud/always-enabled-appsThomas Müller2015-10-263-37/+64
|\ \ \ | | | | | | | | Store list of apps which cannot be disabled in shipped.json
| * | | Fail hard if shipped.json is missingThomas Müller2015-10-261-9/+5
| | | |
| * | | Don't show apps which are always enabled in the app managerThomas Müller2015-10-263-9/+20
| | | |
| * | | Store list of apps which cannot be disabled in shipped.jsonThomas Müller2015-10-263-33/+53
| | | |
* | | | Update license headersLukas Reschke2015-10-2642-35/+42
| |_|/ |/| |
* | | Merge pull request #20031 from owncloud/remove-dead-codeThomas Müller2015-10-261-8/+7
|\ \ \ | | | | | | | | Remove dead code from autoloader
| * | | Remove dead codeLukas Reschke2015-10-251-8/+7
| |/ / | | | | | | | | | Those variables are never written to. Thus this is dead code which should be removed.