Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recalculate unencrypted size if we assume that the size stored in the db is ↵ | Bjoern Schiessle | 2016-02-25 | 1 | -1/+157 |
| | | | | not correct | ||||
* | Merge pull request #21665 from owncloud/smb-statcache-cap-81 | Vincent Petry | 2016-01-13 | 2 | -1/+68 |
|\ | | | | | [8.1] cap the number of entries we cache in smb's statcache | ||||
| * | cap the number of entries we cache in smb's statcache | Robin Appelman | 2016-01-12 | 2 | -1/+68 |
| | | |||||
* | | Skip unavailable storages in scanner | Robin Appelman | 2016-01-07 | 2 | -6/+6 |
| | | |||||
* | | Merge pull request #21296 from owncloud/stable8.1-prevent0bytedownloads | Morris Jobke | 2016-01-05 | 1 | -0/+18 |
|\ \ | | | | | | | [stable8.1] prevent 0 byte downloads when storage returns false | ||||
| * | | add unit test | Robin Appelman | 2015-12-18 | 1 | -0/+18 |
| |/ | |||||
* | | Fix unit tests | Lukas Reschke | 2015-12-22 | 1 | -3/+3 |
| | | |||||
* | | add unit test for #21230 | Morris Jobke | 2015-12-16 | 1 | -0/+41 |
|/ | |||||
* | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-15 | 1 | -0/+37 |
| | |||||
* | Fix more unit tests to pass a mock storage instead of null to FileInfo | Vincent Petry | 2015-12-09 | 4 | -19/+53 |
| | |||||
* | Add a unit test for single user case as well | Joas Schilling | 2015-12-07 | 1 | -7/+9 |
| | |||||
* | Allow sending a share email to multiple users | Joas Schilling | 2015-12-07 | 1 | -3/+17 |
| | |||||
* | Dont die when we're missing a route | Robin Appelman | 2015-11-30 | 1 | -3/+3 |
| | |||||
* | Add a unit test for "share a file inside a folder that is already shared" | Joas Schilling | 2015-11-24 | 1 | -0/+33 |
| | |||||
* | Make the JobList test more robust by sorting the result of getAll before ↵ | Joas Schilling | 2015-11-23 | 1 | -11/+23 |
| | | | | comparison | ||||
* | Add test for special character during move | Robin Appelman | 2015-11-20 | 1 | -0/+48 |
| | |||||
* | Prevent moving mount point into already shared folder (outgoing) | Vincent Petry | 2015-11-04 | 1 | -19/+112 |
| | | | | | | | | It is already not allowed to share a folder containing mount points / incoming shares. This fixes an issue that made it possible to bypass the check by moving the incoming share mount point into an existing outgoing share folder. | ||||
* | Merge pull request #19773 from owncloud/stable8.1-proppatch-lastmodified | Morris Jobke | 2015-11-02 | 1 | -3/+3 |
|\ | | | | | [stable8.1] Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified" | ||||
| * | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified" | Vincent Petry | 2015-10-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Fix regression that makes PROPPATCH of mtime work like it did in OC <= 8.0. The PROPPATCH must be done on the "lastmodified" property. The "getlastmodified" now return 403 again. | ||||
* | | Setup sendmail transport | Lukas Reschke | 2015-10-14 | 1 | -1/+1 |
|/ | | | | 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 | -0/+17 |
| | | | | | | 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 #18855 from owncloud/memcached-fix-stable8.1 | Morris Jobke | 2015-10-09 | 1 | -0/+23 |
|\ | | | | | [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/+23 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Add unit test for searching in storage root | Robin Appelman | 2015-10-09 | 1 | -0/+39 |
| | | | | | | | | (cherry picked from commit e28a2ff) | ||||
* | | Clear the shares after the test like storages and files | Morris Jobke | 2015-10-06 | 1 | -0/+12 |
| | | | | | | | | * adjusted to stable8.1 backport of #19574 | ||||
* | | Add blob: scheme to default CSP policy | Lukas Reschke | 2015-09-29 | 4 | -56/+56 |
| | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/19438 (cherry picked from commit e735a99) | ||||
* | | Restrict upgrades to explicit allowed version | Vincent Petry | 2015-09-18 | 1 | -10/+64 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-09-08 | 1 | -0/+108 |
|/ | | | | | targets before the user was added to the group otherwise we will always detect a name collision | ||||
* | Use certificates that expire in 10 years | Lukas Reschke | 2015-08-27 | 1 | -9/+6 |
| | | | | :speak_no_evil: :speak_no_evil: :speak_no_evil: | ||||
* | add test for factories | Bernhard Posselt | 2015-08-13 | 2 | -12/+26 |
| | | | | | | | | use ref for factory test Ensure we construct SimpleContainer Use single instance of DIContainer in routing tests | ||||
* | Merge pull request #18139 from owncloud/stable8.1-share-permwrongvar | Thomas Müller | 2015-08-12 | 1 | -3/+60 |
|\ | | | | | [stable8.1] Fix removal of share permissions when share disabled for user | ||||
| * | Fix removal of share permissions when share disabled for user | Vincent Petry | 2015-08-07 | 1 | -3/+60 |
| | | |||||
* | | Merge pull request #17991 from owncloud/backport-correct-regex | Thomas Müller | 2015-08-12 | 1 | -0/+4 |
|\ \ | | | | | | | [stable8.1] Correct regex | ||||
| * | | Add more unit tests | Lukas Reschke | 2015-07-30 | 1 | -0/+2 |
| | | | |||||
| * | | Correct regular expressions | Lukas Reschke | 2015-07-30 | 1 | -0/+2 |
| | | | | | | | | | | | | Previously the regex was only matching on single characters. Meaning that file names such as ":+1:.txt" where possible while ":+1:" alone never was. This check apparently never worked as expected. | ||||
* | | | Merge pull request #17947 from owncloud/fix_move_files_8.1 | Thomas Müller | 2015-08-12 | 1 | -1/+3 |
|\ \ \ | |_|/ |/| | | [stable8.1] make sure that hooks are emitted properly on file move operation | ||||
| * | | make sure that we emit the hooks if a file gets moved from a subfolder to ↵ | Bjoern Schiessle | 2015-07-29 | 1 | -1/+3 |
| |/ | | | | | | | the root folder with the nodes API | ||||
* / | always update file cache, the cache can handle partial data correctly if the ↵ | Bjoern Schiessle | 2015-07-31 | 1 | -3/+5 |
|/ | | | | file doesn't already exists in the file cache | ||||
* | Add a unit test for the disabled encryption case | Joas Schilling | 2015-07-27 | 1 | -1/+60 |
| | |||||
* | Add unit tests | Lukas Reschke | 2015-07-27 | 1 | -0/+28 |
| | |||||
* | Merge pull request #17702 from owncloud/enc_detect_legacy_files2_8.1 | Björn Schießle | 2015-07-17 | 2 | -18/+115 |
|\ | | | | | [8.1 backport] make sure that we always detect legacy files correctlly | ||||
| * | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 2 | -18/+115 |
| | | |||||
* | | Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460 | Thomas Müller | 2015-07-17 | 1 | -4/+15 |
|/ | |||||
* | Add repair step for outdated OCS IDs | Lukas Reschke | 2015-07-16 | 1 | -0/+80 |
| | | | | | | There is the case where OCs IDs might become outdated such as it has been with the calendar and contacts app which refer to the old dummy entry. This means that users with the old OCS id can't update updates as well will receive invalid state flags. (e.g. "experimental" instead of "approved") To allow instances to properly update the applications in the future we need to migrate the OCS IDs for now manually. | ||||
* | Merge pull request #17337 from owncloud/stable8.1-backport-17077 | Morris Jobke | 2015-07-15 | 1 | -0/+43 |
|\ | | | | | [stable8.1] fix getting mount points when passing a path to the files:scan command | ||||
| * | add unit test | Robin Appelman | 2015-07-02 | 1 | -0/+43 |
| | | |||||
* | | Merge pull request #17288 from owncloud/stable8.1-chunk-cleanupgracefulonlock | Morris Jobke | 2015-07-09 | 1 | -5/+89 |
|\ \ | | | | | | | Stable8.1 chunk cleanupgracefulonlock | ||||
| * | | Test for chunk cache garbage collection | Vincent Petry | 2015-07-01 | 1 | -5/+89 |
| | | | |||||
* | | | Only do the description kung-fu on strings - fixes #17028 | Thomas Müller | 2015-07-02 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 1 | -2/+8 |
|/ | | | | | | Otherwise a single application with a description containing a non compliant character can break the whole ownCloud appstore. This is for example https://apps.owncloud.com/content/show.php?content=149553 Fixes https://github.com/owncloud/core/issues/17101#issuecomment-117365224 |