summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Allow XML entity loader for MDB2 schema loaderVincent Petry2014-03-031-0/+2
| | | | Forward port of 762b0d9 from stable6 to master
* Merge pull request #7486 from owncloud/l10n_docstringsMorris Jobke2014-03-011-13/+15
|\ | | | | Fix some docstrings in l10n.php
| * Fix some docstrings in l10n.phpkondou2014-03-011-13/+15
| |
* | Merge pull request #7433 from owncloud/config_basic_authThomas Tanghus2014-03-011-1/+2
|\ \ | |/ |/| Config to disable basic_auth username checking
| * Config to disable basic_auth username chackingkondou2014-02-261-1/+2
| | | | | | | | This can be confusing and/or annoying
* | Merge pull request #7444 from owncloud/fix/7443Thomas Müller2014-02-282-23/+9
|\ \ | | | | | | remove unused code and fix wrong variable names - some PHPDoc updated
| * | add BMP mimetype for BMP previewsMorris Jobke2014-02-271-0/+1
| | |
| * | remove unused code and fix wrong variable names - some PHPDoc updatedThomas Müller2014-02-261-23/+8
| |/
* | Merge pull request #7471 from owncloud/fix-css-loadingMorris Jobke2014-02-281-1/+1
|\ \ | | | | | | CSS is now loaded directly instead via PHP
| * | CSS is now loaded directly instead via PHPLukas Reschke2014-02-281-1/+1
| | | | | | | | | 269f24cf9617397aaf501b27ec1af2c8e3154cf8 was not changed in setup.php which prevented loading of CSS files in some environments (e.g. my local setup) for apps.
* | | Merge pull request #7455 from owncloud/rawlist-fileinfoicewind19912014-02-281-1/+1
|\ \ \ | |/ / |/| | Update rawlist to work with new fileinfo object
| * | Update rawlist to work with new fileinfo objectRobin Appelman2014-02-271-1/+1
| |/
* / Also quote old column name during DB migrationVincent Petry2014-02-271-0/+3
|/ | | | This fixes alter table commands that didn't quote the old column name
* Merge pull request #3760 from IMM0rtalis/remove_logout_redirect_slashBart Visscher2014-02-261-1/+2
|\ | | | | - removed slash-adding for logout-header-redirect
| * - add slash if webroot is an empty stringFlorian Scholz2013-06-251-1/+2
| | | | | | | | - added comment
| * - removed slash-adding for logout-header-redirectFlorian Scholz2013-06-171-1/+1
| |
* | Merge pull request #7393 from owncloud/fix_path_in_sharing_resultsBjörn Schießle2014-02-261-1/+15
|\ \ | | | | | | fix path in sharing results if it is a file in the Shared folder
| * | fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-251-1/+15
| | |
* | | Merge pull request #7279 from owncloud/folderid-reuseicewind19912014-02-262-2/+13
|\ \ \ | | | | | | | | Reuse the folder id in View->getFolderContents
| * | | Remove fileid parameter for getFolderContentRobin Appelman2014-02-211-5/+2
| | | |
| * | | Split getFolderContentByIdRobin Appelman2014-02-211-0/+10
| | | |
| * | | Merge branch 'master' into folderid-reuseRobin Appelman2014-02-2172-157/+514
| |\ \ \
| * | | | Reuse the folder id in View->getFolderContentsRobin Appelman2014-02-192-4/+8
| | | | |
* | | | | Merge pull request #7399 from owncloud/themable-doc-linksJan-Christoph Borchardt2014-02-262-1/+8
|\ \ \ \ \ | | | | | | | | | | | | introduce new theme function to allow full creation of documentation lin...
| * | | | | introduce new theme function to allow full creation of documentation links: ↵Thomas Müller2014-02-252-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | buildDocLinkToKey()
* | | | | | Merge pull request #7328 from owncloud/McNetic-zipstreamerVincent Petry2014-02-261-112/+101
|\ \ \ \ \ \ | |/ / / / / |/| | | | | McNetic zipstreamer
| * | | | | Merge branch 'master' into McNetic-zipstreamerThomas Müller2014-02-2411-228/+136
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: 3rdparty
| * \ \ \ \ \ Merge branch 'master' into McNetic-zipstreamerThomas Müller2014-02-2110-75/+124
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'zipstreamer' of https://github.com/McNetic/owncloud_core into ↵Thomas Müller2014-02-201-112/+101
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | McNetic-zipstreamer Conflicts: lib/private/files.php
| | * | | | | | switched zip file creation to ZipStreamer to create zip files directly in memoryNicolai Ehemann2014-01-221-33/+9
| | | | | | | |
| | * | | | | | refactored/cleaned up lib/files.phpNicolai Ehemann2014-01-221-77/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleaned up get() logic fixed get() to only send headers if requested (xsendfile could get in the way) do no longer readfile() when already using mod_xsendfile or similar
| | * | | | | | lib/files.php: make use of === instead of ==Nicolai Ehemann2014-01-181-4/+4
| | | | | | | |
* | | | | | | | Merge pull request #7335 from owncloud/fix-7333Vincent Petry2014-02-251-1/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Fix code to search for mount.json in custom data folders
| * | | | | | | Fix path to the mount fileLukas Reschke2014-02-201-1/+2
| | | | | | | |
* | | | | | | | Merge pull request #7371 from owncloud/core-storagemovedeleteallVincent Petry2014-02-252-38/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Replace deleteAll call with unlink call on rename
| * | | | | | | | Removed unused deleteAll method on Common storage classVincent Petry2014-02-241-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "deleteAll" method on the Common storage class isn't used anywhere. Also, it isn't defined on the Storage interface so this fix removes it completely.
| * | | | | | | | Replace deleteAll call with unlink callVincent Petry2014-02-241-1/+1
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The method deleteAll() doesn't officially exist on the Storage class as it's not defined on the interface, which means it fails on the Quota storage wrapper and might fail on some external storage classes. Also, this here is the only use case for that one method.
* | | | | | | | Merge pull request #7374 from owncloud/enc_dont_overwrite_keysBjörn Schießle2014-02-251-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [encryption] don't overwrite keys if rename was done by a stream copy
| * | | | | | | | don't overwrite keys if rename was done by a stream copyBjoern Schiessle2014-02-241-0/+2
| |/ / / / / / /
* / / / / / / / Fix case where port is missingVincent Petry2014-02-251-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Forward port of 6d3b5b24fd4f82c1cbfbc4cade5246a0335f8dda to master
* | | | | | | Merge pull request #7259 from owncloud/overwritehost-alwaysLukas Reschke2014-02-223-15/+47
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add overwritehost config on setup and upgrade
| * | | | | | | Add overwritehost config on setup and upgradeLukas Reschke2014-02-213-15/+47
| | | | | | | |
* | | | | | | | Merge branch 'master' into no-css-js-delivery-via-phpThomas Müller2014-02-213-1/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge branch 'master' into mobile-headerRobin Appelman2014-02-2116-81/+339
| |\ \ \ \ \ \ \
| | * | | | | | | Remove `session_id_regenerate` from hereLukas Reschke2014-02-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Jenkins somewhat complains that there are already sent headers.
| | * | | | | | | Move session_regenerate_id to `login()`Lukas Reschke2014-02-211-0/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | reduce width of searchbox on mobile, fix overlap, fix #7282Jan-Christoph Borchardt2014-02-201-0/+1
| | | | | | | |
* | | | | | | | Merge branch 'master' into no-css-js-delivery-via-phpThomas Müller2014-02-219-75/+123
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: config/config.sample.php
| * | | | | | | Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-203-3/+9
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow passing a root folder to get the used space from in the quota wrapper
| | * \ \ \ \ \ \ Merge branch 'master' into quota-space-rootRobin Appelman2014-02-107-13/+22
| | |\ \ \ \ \ \ \