Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Locking: Limit key length in Shared Storage #25376 (#25423) | Markus Goetz | 2016-07-12 | 1 | -0/+7 |
| | |||||
* | Additional perm check in Webdav (#25451) | Vincent Petry | 2016-07-12 | 1 | -0/+82 |
| | |||||
* | [stable8.2] Set content type when downloading log file to force download in ↵ | Thomas Müller | 2016-07-08 | 1 | -0/+3 |
| | | | | some browsers (#25382) (#25399) | ||||
* | [Stable8.2] Use a CappedCache in the user database backend (#24413) | Roeland Douma | 2016-05-24 | 1 | -0/+12 |
| | | | | | | | | | | * Use a CappedCache in the user database backend When running with a user database backend on large installations the cache can grow to significant sizes. This can be especially problematic when running big cron/repair jobs. * Allow indirect set in CappedMemoryCache | ||||
* | Make update server URL configurable | Lukas Reschke | 2016-05-09 | 1 | -59/+31 |
| | | | | Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates. | ||||
* | add tests | Robin Appelman | 2016-04-26 | 1 | -0/+14 |
| | |||||
* | Change the sort order of background jobs to be DESC instead of ASC | Joas Schilling | 2016-04-22 | 1 | -4/+13 |
| | | | | | | | | | | In theory, if your instance ever creates more jobs then your system cron can handle, the default background jobs get never executed anymore. Because everytime when the joblist returns the next job it looks for the next ID, however there is always a new next ID, so it will never wrap back to execute the low IDs. But when we change the sort order to be DESC, we make sure that these low IDs are always executed, before the system jumps back up to execute the new IDs. | ||||
* | [stable8.2] Ignore certificate file if it starts with file:// | Lukas Reschke | 2016-04-21 | 1 | -0/+8 |
| | |||||
* | fix creation of versions of encrypted files on external storages | Bjoern Schiessle | 2016-03-31 | 6 | -68/+161 |
| | | | | | | in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file. | ||||
* | Merge pull request #22766 from owncloud/ceph-keystone-readiness-stable8.2 | Vincent Petry | 2016-03-18 | 2 | -17/+15 |
|\ | | | | | Synchronise files_external and objectstore Docker tests with master | ||||
| * | Synchronise files_external and objectstore Docker tests with master | Robin McCorkell | 2016-03-01 | 2 | -17/+15 |
| | | | | | | | | Checkout files from 4d69e562a065a79461343444a842ada025f3643c | ||||
* | | Rename and move permissions are set when a file is updatable | Roeland Jago Douma | 2016-03-04 | 1 | -2/+2 |
|/ | | | | * Fix unit tests | ||||
* | recalculate unencrypted size if we assume that the size stored in the db is ↵ | Bjoern Schiessle | 2016-02-25 | 1 | -1/+157 |
| | | | | not correct | ||||
* | Introduce some mimetypes for richdocuments | Faruk Uzun | 2016-02-08 | 1 | -0/+29 |
| | | | | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote Backport of #21766 | ||||
* | Add message key to context of logException | Thomas Müller | 2016-01-20 | 1 | -3/+0 |
| | |||||
* | use logException() to properly log the exception | Morris Jobke | 2016-01-20 | 1 | -3/+7 |
| | |||||
* | Improved error message for failing background job | Morris Jobke | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #21666 from owncloud/smb-statcache-cap-82 | Vincent Petry | 2016-01-13 | 2 | -1/+68 |
|\ | | | | | [8.2] 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 |
| | | |||||
* | | Fix the test to expect the new behaviour | Joas Schilling | 2016-01-04 | 1 | -2/+9 |
| | | |||||
* | | Fix undefined HTTP_USER_AGENT | Thomas Müller | 2015-12-29 | 1 | -8/+25 |
| | | |||||
* | | Merge pull request #21313 from owncloud/scanner-skip-not-available-82 | Vincent Petry | 2015-12-24 | 2 | -6/+6 |
|\ \ | | | | | | | [8.2] Skip unavailable storages in scanner | ||||
| * | | Skip unavailable storages in scanner | Robin Appelman | 2015-12-21 | 2 | -6/+6 |
| |/ | |||||
* | | 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-14 | 1 | -0/+37 |
| | |||||
* | Merge pull request #21046 from ↵ | Thomas Müller | 2015-12-11 | 1 | -0/+25 |
|\ | | | | | | | | | owncloud/stable8.2-catchexceptionindirectdownloadurl [stable8.2] Catch exception when querying direct download link | ||||
| * | Catch exception when querying direct download link | Vincent Petry | 2015-12-09 | 1 | -0/+25 |
| | | |||||
* | | Remove all locks after ttl from the db | Robin Appelman | 2015-12-10 | 1 | -7/+1 |
| | | |||||
* | | Fix more unit tests to pass a mock storage instead of null to FileInfo | Vincent Petry | 2015-12-09 | 4 | -19/+54 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge pull request #20535 from owncloud/stable8.2-fakelocking-for-mac | Vincent Petry | 2015-11-25 | 2 | -1/+175 |
|\ \ | | | | | | | [stable8.2] Add fake locker plugin | ||||
| * | | [stable8.2] Add fake locker plugin | Lukas Reschke | 2015-11-16 | 2 | -1/+175 |
| |/ | |||||
* / | Make the JobList test more robust by sorting the result of getAll before ↵ | Joas Schilling | 2015-11-23 | 1 | -12/+24 |
|/ | | | | comparison | ||||
* | Add test for special character during move | Robin Appelman | 2015-11-10 | 1 | -0/+48 |
| | |||||
* | Merge pull request #20328 from owncloud/stable8.2-users-fixeveryonecount | Vincent Petry | 2015-11-09 | 1 | -0/+69 |
|\ | | | | | [stable8.2] Fix everyone count for subadmins | ||||
| * | Fix everyone count for subadmins | Vincent Petry | 2015-11-05 | 1 | -0/+69 |
| | | | | | | | | | | | | | | Also moved the logic to the UsersController Backport of 781bca2437628d2f932abd60c5dcec0ece4504e3 from master, adjusted to use the old SubadminFactory way | ||||
* | | Merge pull request #20387 from owncloud/backport-20348-integer-group-names | Vincent Petry | 2015-11-09 | 1 | -0/+26 |
|\ \ | | | | | | | Make sure that group names are strings not integers | ||||
| * | | Make sure that group names are strings not integers | Joas Schilling | 2015-11-09 | 1 | -0/+26 |
| |/ | |||||
* / | make sure that we update the unencrypted size for the versions | Björn Schießle | 2015-11-05 | 1 | -0/+96 |
|/ | |||||
* | Use the method | Joas Schilling | 2015-10-29 | 1 | -7/+1 |
| | |||||
* | Add a repair step that checks for group membership on shares | Joas Schilling | 2015-10-29 | 1 | -0/+138 |
| | |||||
* | Remove shares where the parent does not exist anymore | Joas Schilling | 2015-10-29 | 1 | -0/+78 |
| | |||||
* | Verify the src exists in webdav MOVE | Roeland Jago Douma | 2015-10-27 | 1 | -0/+13 |
| | | | | * Unit test added | ||||
* | Remove dependency on ICrypto + use XOR | Lukas Reschke | 2015-10-21 | 12 | -106/+7 |
| | |||||
* | Merge pull request #19882 from owncloud/backport-ceph-stop-script-changes | Thomas Müller | 2015-10-21 | 4 | -17/+44 |
|\ | | | | | Backport objectstore fixes to 8.2 | ||||
| * | fix sabre connector tests when using a non local home storage | Robin Appelman | 2015-10-20 | 1 | -6/+9 |
| | | |||||
| * | Add tests for double cache rename | Robin Appelman | 2015-10-20 | 1 | -0/+18 |
| | |