Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14151 from owncloud/update-sabre2.1 | Thomas Müller | 2015-02-25 | 1 | -13/+23 |
|\ | | | | | Sabre Update to 2.1 | ||||
| * | Remove locks plugin. | Thomas Müller | 2015-02-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | Reasoning: - a WebDAV server is not required to implement locking support - WebDAV Locking is know to break the sync algorithm - the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work) | ||||
| * | Show a empty response for GET on non-files instead of the Browser Plugin | Lukas Reschke | 2015-02-23 | 1 | -1/+2 |
| | | |||||
| * | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 1 | -11/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-25 | 4 | -2/+30 |
| | | |||||
* | | Merge pull request #14419 from owncloud/preview_apostrophe_fix | Joas Schilling | 2015-02-24 | 1 | -2/+2 |
|\ \ | | | | | | | fix issue with previews not being displayed if filename contains apostrophe | ||||
| * | | fix issue with previews not being displayed if filename contains apostrophe | Georg Ehrke | 2015-02-22 | 1 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-24 | 2 | -2/+2 |
| |/ |/| | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 32 | -242/+655 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-22 | 4 | -52/+170 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-21 | 4 | -4/+6 |
| | |||||
* | Merge pull request #14278 from owncloud/fix-index | Lukas Reschke | 2015-02-20 | 2 | -16/+277 |
|\ | | | | | Check if the offset exists before accessing | ||||
| * | Check if the offset exists before accessing | Lukas Reschke | 2015-02-17 | 2 | -16/+277 |
| | | | | | | | | | | | | This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil: Fixes https://github.com/owncloud/core/issues/14277 | ||||
* | | Merge pull request #13645 from owncloud/fix-breadcrumb-backslash | Morris Jobke | 2015-02-20 | 4 | -1/+32 |
|\ \ | | | | | | | Parse backslash as directory separator in breadcrumb | ||||
| * | | apply backslash fix to _setCurrentDir | Thomas Müller | 2015-02-19 | 2 | -1/+6 |
| | | | |||||
| * | | Parse backslash as directory separator in breadcrumb | Lukas Reschke | 2015-01-24 | 2 | -0/+26 |
| | | | | | | | | | | | | | | | | | | This will parse backslashes as directory separators in breadcrumbs. Thus when accessing something like `/index.php/apps/files?dir=foo\foo` the breadcrumb will properly resolve this instead of showing `foo\foo` Fixes https://github.com/owncloud/core/issues/13643 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-20 | 124 | -50/+1496 |
| | | | |||||
* | | | Merge pull request #14199 from owncloud/cast-type-manually | Morris Jobke | 2015-02-19 | 11 | -24/+24 |
|\ \ \ | | | | | | | | | Manually type-cast all AJAX files | ||||
| * | | | Do not change behaviour of 'false' | Joas Schilling | 2015-02-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 11 | -26/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | | | | Merge pull request #13505 from owncloud/streamline-scanning-code | Thomas Müller | 2015-02-19 | 1 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | Streamline auth and CSRF check in scan.php | ||||
| * | | | | Streamline auth and CSRF check in scan.php | Lukas Reschke | 2015-01-20 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | Furthermore a not logged-in user was able to access this page before which resulted in a Fatal PHP error since the filesystem could not get setup properly. | ||||
* | | | | | Merge pull request #14211 from owncloud/activity/225-files-extension-jenkins | Vincent Petry | 2015-02-18 | 2 | -0/+285 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Activity/225 Move displaying of files related activities to files app | ||||
| * | | | | Move displaying of files related activities to files app | Joas Schilling | 2015-02-13 | 2 | -0/+285 |
| | |/ / | |/| | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-17 | 2 | -0/+16 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-15 | 4 | -2/+4 |
| | | | | |||||
* | | | | Ensure that passed argument is always a string | Lukas Reschke | 2015-02-13 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-12 | 4 | -4/+6 |
| | | | |||||
* | | | Remove unused file | Lukas Reschke | 2015-02-11 | 1 | -54/+0 |
| | | | | | | | | | | | | This file is unused and has been last modified two years ago. Furthermore it won't evne work anymore properly because it uses things like `CONFIG_DATEFORMAT` which are gone a long time ago... | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-11 | 38 | -0/+38 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-10 | 6 | -12/+12 |
| | | | |||||
* | | | Merge pull request #13663 from ↵ | Morris Jobke | 2015-02-10 | 2 | -5/+17 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/issue/13624-notification-when-favorting-fails Only update favorite icon if the operation was successful | ||||
| * | | | toggle back when the action was not performed | Joas Schilling | 2015-02-02 | 1 | -2/+7 |
| | | | | |||||
| * | | | fix response for tags and show error message | Morris Jobke | 2015-02-02 | 2 | -6/+11 |
| | | | | |||||
| * | | | Only update favorite icon if the operation was successful | Joas Schilling | 2015-02-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Also shows a notification in case an error occured on updating the tags | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-09 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #13502 from owncloud/streamline-authentication-in-newfile | Morris Jobke | 2015-02-07 | 1 | -6/+3 |
|\ \ \ \ | | | | | | | | | | | Streamline CSRF and login check | ||||
| * | | | | Streamline CSRF and login check | Lukas Reschke | 2015-01-20 | 1 | -6/+3 |
| | |/ / | |/| | | | | | | | | | | Let's make this consistent with other pieces of the code to make it easier to auditable. | ||||
* | | | | Merge pull request #13655 from Sugaroverdose/fix_#13632 | Morris Jobke | 2015-02-07 | 2 | -2/+11 |
|\ \ \ \ | | | | | | | | | | | Do not change color of 'new' button on hover and make new file menu more consistent with button | ||||
| * | | | | Prevent 1px padding between button and dropdown in ie11 when zooming | Sugaroverdose | 2015-01-28 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Play with z-index to make proper dropdown overlap | Sugaroverdose | 2015-01-28 | 2 | -1/+8 |
| | | | | | |||||
| * | | | | Fix #13632 and make new file menu more consistent with button | Sugaroverdose | 2015-01-25 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge pull request #13889 from owncloud/catch-exception | Morris Jobke | 2015-02-07 | 2 | -8/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | Catch exception properly | ||||
| * | | | | | Catch exception properly | Lukas Reschke | 2015-02-04 | 2 | -8/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods. This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`) | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-07 | 2 | -4/+14 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 4 | -4/+4 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 4 | -10/+44 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-05 | 2 | -2/+2 |
|/ / / / / | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 2 | -4/+22 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-03 | 2 | -0/+4 |
| |_|/ / |/| | | |