| Commit message (Expand) | Author | Age | Files | Lines |
* | recalculate unencrypted size if we assume that the size stored in the db is n... | Bjoern Schiessle | 2016-02-25 | 1 | -1/+157 |
* | Merge pull request #21665 from owncloud/smb-statcache-cap-81 | Vincent Petry | 2016-01-13 | 2 | -1/+68 |
|\ |
|
| * | 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 |
|\ \ |
|
| * | | 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 comp... | Joas Schilling | 2015-11-23 | 1 | -11/+23 |
* | 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 |
* | Merge pull request #19773 from owncloud/stable8.1-proppatch-lastmodified | Morris Jobke | 2015-11-02 | 1 | -3/+3 |
|\ |
|
| * | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified" | Vincent Petry | 2015-10-14 | 1 | -3/+3 |
* | | Setup sendmail transport | Lukas Reschke | 2015-10-14 | 1 | -1/+1 |
|/ |
|
* | Do not print exception message | Lukas Reschke | 2015-10-13 | 1 | -3/+19 |
* | Do not update mime types for folders with extension | Vincent Petry | 2015-10-12 | 1 | -0/+17 |
* | Merge pull request #18855 from owncloud/memcached-fix-stable8.1 | Morris Jobke | 2015-10-09 | 1 | -0/+23 |
|\ |
|
| * | Fallback to complete Memcached flush if getAllKeys fails | Robin McCorkell | 2015-09-06 | 1 | -0/+23 |
* | | Add unit test for searching in storage root | Robin Appelman | 2015-10-09 | 1 | -0/+39 |
* | | Clear the shares after the test like storages and files | Morris Jobke | 2015-10-06 | 1 | -0/+12 |
* | | Add blob: scheme to default CSP policy | Lukas Reschke | 2015-09-29 | 4 | -56/+56 |
* | | Restrict upgrades to explicit allowed version | Vincent Petry | 2015-09-18 | 1 | -10/+64 |
* | | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-09-08 | 1 | -0/+108 |
|/ |
|
* | Use certificates that expire in 10 years | Lukas Reschke | 2015-08-27 | 3 | -33/+48 |
* | add test for factories | Bernhard Posselt | 2015-08-13 | 2 | -12/+26 |
* | Merge pull request #18139 from owncloud/stable8.1-share-permwrongvar | Thomas Müller | 2015-08-12 | 1 | -3/+60 |
|\ |
|
| * | Fix removal of share permissions when share disabled for user | Vincent Petry | 2015-08-07 | 1 | -3/+60 |
* | | Merge pull request #18064 from owncloud/import_root_certificates_8.1 | Thomas Müller | 2015-08-12 | 1 | -7/+18 |
|\ \ |
|
| * | | also block certificate management in the back-end if external storages are di... | Bjoern Schiessle | 2015-08-05 | 1 | -7/+18 |
| |/ |
|
* | | Merge pull request #17991 from owncloud/backport-correct-regex | Thomas Müller | 2015-08-12 | 1 | -0/+4 |
|\ \ |
|
| * | | Add more unit tests | Lukas Reschke | 2015-07-30 | 1 | -0/+2 |
| * | | Correct regular expressions | Lukas Reschke | 2015-07-30 | 1 | -0/+2 |
* | | | Merge pull request #17947 from owncloud/fix_move_files_8.1 | Thomas Müller | 2015-08-12 | 1 | -1/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | make sure that we emit the hooks if a file gets moved from a subfolder to the... | Bjoern Schiessle | 2015-07-29 | 1 | -1/+3 |
* | | | always update file cache, the cache can handle partial data correctly if the ... | Bjoern Schiessle | 2015-07-31 | 1 | -3/+5 |
* | | | Merge pull request #18003 from owncloud/backport-17805-stable8.1 | Roeland Douma | 2015-07-31 | 1 | -4/+17 |
|\ \ \
| |_|/
|/| | |
|
| * | | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-31 | 1 | -4/+17 |
* | | | Merge pull request #17935 from owncloud/detect-old-openssl-versions-stable81 | Thomas Müller | 2015-07-29 | 1 | -9/+147 |
|\ \ \ |
|
| * | | | Detect old NSS and OpenSSL versions | Lukas Reschke | 2015-07-28 | 1 | -9/+147 |
| | |/
| |/| |
|
* / | | Add unit tests | Lukas Reschke | 2015-07-28 | 1 | -0/+151 |
|/ / |
|
* | | 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 |
|\ |
|
| * | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 2 | -18/+115 |