| Commit message (Expand) | Author | Age | Files | Lines |
* | Oracle does not support PDO::FETCH_KEY_PAIR | Joas Schilling | 2017-08-02 | 1 | -1/+6 |
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 9 | -36/+45 |
* | Use IConfig instead of static OCP\Config | Morris Jobke | 2017-07-27 | 1 | -1/+1 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -4/+4 |
* | Merge pull request #5812 from MrJeos/master | Morris Jobke | 2017-07-22 | 1 | -1/+1 |
|\ |
|
| * | Fix for mb strlen | Artem Kochnev | 2017-07-20 | 1 | -1/+1 |
* | | Merge pull request #5596 from nextcloud/mount-rename | Morris Jobke | 2017-07-21 | 1 | -8/+12 |
|\ \ |
|
| * | | non movable mounts can not be moved | Robin Appelman | 2017-07-17 | 1 | -8/+12 |
* | | | Also repair storage id's when repairing invalid entries | Robin Appelman | 2017-07-21 | 1 | -1/+1 |
* | | | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 3 | -0/+8 |
| |/
|/| |
|
* | | Remove unused functions | Lukas Reschke | 2017-07-19 | 2 | -17/+0 |
* | | Run phan over code base | Lukas Reschke | 2017-07-19 | 1 | -1/+1 |
* | | changed direct cast to integer to numerical value | 1 Man Projects | 2017-07-17 | 1 | -1/+1 |
* | | Removed cast to integer in getSize | 1 Man Projects | 2017-07-15 | 1 | -1/+1 |
|/ |
|
* | Fix scan permissions with nested permissions masks | Robin Appelman | 2017-07-13 | 1 | -1/+1 |
* | Fix propagating changes within jail wrapper | Robin Appelman | 2017-07-11 | 2 | -0/+57 |
* | Merge pull request #5424 from nextcloud/moveFromCache-from-shared | Morris Jobke | 2017-07-06 | 1 | -1/+11 |
|\ |
|
| * | fix moving folders out of a cache jail | Robin Appelman | 2017-06-15 | 1 | -1/+11 |
* | | only collect detailed access list if it is really needed | Bjoern Schiessle | 2017-07-06 | 1 | -1/+4 |
* | | Merge pull request #5342 from nextcloud/userlist-used-space | Morris Jobke | 2017-07-05 | 1 | -2/+32 |
|\ \ |
|
| * | | show used space in user list | Robin Appelman | 2017-06-15 | 1 | -2/+32 |
| |/ |
|
* | | Merge pull request #5460 from nextcloud/objectstore-error-logging | Roeland Jago Douma | 2017-06-29 | 1 | -5/+21 |
|\ \ |
|
| * | | improved logging of objectore errors | Robin Appelman | 2017-06-21 | 1 | -5/+21 |
| |/ |
|
* / | Fixed a crash caused by Local::copyFromStorage() not conforming to Common::co... | Michael Munger | 2017-05-23 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #4792 from nextcloud/fix-storage-wrappers-on-scanner | Lukas Reschke | 2017-05-19 | 3 | -2/+10 |
|\ |
|
| * | use unmasked permissions during scanning | Robin Appelman | 2017-05-18 | 3 | -1/+6 |
| * | Make sure we use the passed-in storage when there is one | Joas Schilling | 2017-05-10 | 1 | -1/+4 |
* | | Revert "fix permissions of mountpoints - take 2" | Morris Jobke | 2017-05-15 | 1 | -6/+2 |
* | | Merge pull request #4685 from nextcloud/fix_4683 | Morris Jobke | 2017-05-15 | 1 | -2/+6 |
|\ \ |
|
| * | | Revert "Revert "fix permissions of mountpoints"" | Roeland Jago Douma | 2017-05-04 | 1 | -2/+6 |
* | | | Fix variable names | Joas Schilling | 2017-05-15 | 1 | -6/+6 |
* | | | Fix order of parameter and escaping | Joas Schilling | 2017-05-12 | 1 | -2/+2 |
* | | | Actually we want to update the mimetype of all files ending with the suffix | Joas Schilling | 2017-05-11 | 1 | -3/+4 |
* | | | donĀ“t change folders with --repair-filecache | Rello | 2017-05-11 | 1 | -0/+4 |
| |/
|/| |
|
* | | Proper exception for upload of .htaccess file via WebDAV | Morris Jobke | 2017-05-08 | 1 | -1/+5 |
|/ |
|
* | Revert "fix permissions of mountpoints" | Morris Jobke | 2017-05-04 | 1 | -6/+2 |
* | fix permissions of mountpoints | Robin Appelman | 2017-05-01 | 1 | -2/+6 |
* | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+4 |
* | Merge pull request #4524 from nextcloud/downstream-27508 | Roeland Jago Douma | 2017-04-28 | 1 | -1/+1 |
|\ |
|
| * | Moved unit tests from ObjectTree::move to Directory | Vincent Petry | 2017-04-26 | 1 | -1/+1 |
* | | Fix scanner after review | Vincent Petry | 2017-04-26 | 1 | -2/+3 |
* | | OCC scanner commit in batches | Vincent Petry | 2017-04-26 | 1 | -6/+38 |
|/ |
|
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 11 | -19/+0 |
* | Merge pull request #4396 from nextcloud/scan-non-existing | Roeland Jago Douma | 2017-04-21 | 1 | -0/+5 |
|\ |
|
| * | check for existence before we start the db transaction | Robin Appelman | 2017-04-20 | 1 | -3/+3 |
| * | Add PHPDoc and handle exception in ScanAppData as well | Morris Jobke | 2017-04-19 | 1 | -0/+1 |
| * | show error when trying to scan non existing path | Robin Appelman | 2017-04-19 | 1 | -0/+4 |
* | | limit the user when searching for a file by id if we know the user already | Robin Appelman | 2017-04-21 | 2 | -4/+15 |
|/ |
|
* | Merge pull request #4329 from nextcloud/move-out-shared-folder | Morris Jobke | 2017-04-12 | 3 | -43/+50 |
|\ |
|
| * | use unjailed path when moving files out of a shared storage | Robin Appelman | 2017-04-12 | 1 | -2/+9 |