Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add database update routine and bump version to 0.6.2 | Lennart Rosam | 2015-08-19 | 2 | -1/+16 | |
| * | | | Remove another occurance of ldap_nocase | Lennart Rosam | 2015-08-19 | 1 | -14/+0 | |
| * | | | Fix 17677 | Lennart Rosam | 2015-08-12 | 3 | -5/+1 | |
* | | | | Merge pull request #18513 from owncloud/fix-master-again | Vincent Petry | 2015-08-24 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix master again | Lukas Reschke | 2015-08-24 | 1 | -0/+1 | |
* | | | | | Merge pull request #18477 from owncloud/fed-alwaysdetectremotechanges | Vincent Petry | 2015-08-24 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Always detect remote changes for fed sharing | Vincent Petry | 2015-08-21 | 1 | -0/+2 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #18482 from owncloud/encrypt-session-data | Morris Jobke | 2015-08-24 | 8 | -7/+430 | |
|\ \ \ \ | ||||||
| * | | | | Handle failures gracefully, remove switch | Lukas Reschke | 2015-08-21 | 4 | -25/+101 | |
| * | | | | Add a session wrapper to encrypt the data before storing it on disk | Joas Schilling | 2015-08-21 | 8 | -34/+381 | |
| |/ / / | ||||||
* | | | | Merge pull request #18121 from owncloud/enc_improve_privkey_encryption | Lukas Reschke | 2015-08-24 | 11 | -37/+343 | |
|\ \ \ \ | ||||||
| * | | | | use uid as additional information for salt | Bjoern Schiessle | 2015-08-07 | 5 | -17/+17 | |
| * | | | | use password hash instead of the plain password to encrypt the private key | Bjoern Schiessle | 2015-08-07 | 11 | -29/+335 | |
* | | | | | Merge pull request #18486 from owncloud/use-client-service-to-work-behind-proxy | Vincent Petry | 2015-08-24 | 8 | -53/+258 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add CORS header to status.php so that we can migrate to a JS based check in t... | Lukas Reschke | 2015-08-22 | 1 | -0/+1 | |
| * | | | | | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 7 | -53/+257 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #18505 from owncloud/fix-personal-scrollbar | Morris Jobke | 2015-08-24 | 1 | -0/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix horizontal scrollbar in personal settings caused by federated cloud ID se... | Jan-Christoph Borchardt | 2015-08-24 | 1 | -0/+1 | |
* | | | | | | Merge pull request #18498 from owncloud/remove-csrf-check-for-avatar | Vincent Petry | 2015-08-24 | 3 | -3/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove requesttoken for avatars | Lukas Reschke | 2015-08-23 | 3 | -3/+4 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #17501 from tbartenstein/patch-1 | Vincent Petry | 2015-08-24 | 2 | -2/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | fix unit test for folder renaming (icon) | tbartenstein | 2015-08-21 | 1 | -1/+1 | |
| * | | | | | Update fileinfo.php | tbartenstein | 2015-07-08 | 1 | -1/+1 | |
* | | | | | | Merge pull request #18254 from owncloud/mitigate-breach | Morris Jobke | 2015-08-24 | 17 | -32/+160 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Remove search box $_POST since it is unused | Lukas Reschke | 2015-08-14 | 1 | -1/+1 | |
| * | | | | | Add mitigation against BREACH | Lukas Reschke | 2015-08-14 | 16 | -31/+159 | |
* | | | | | | Merge pull request #18472 from owncloud/ext-array-filter | Robin McCorkell | 2015-08-21 | 1 | -10/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Replace array_filter() with foreach for PHP <5.6 | Robin McCorkell | 2015-08-21 | 1 | -10/+15 | |
* | | | | | | | Merge pull request #18395 from owncloud/hide-empty-security-warning | Robin McCorkell | 2015-08-21 | 3 | -0/+12 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | add success message | Morris Jobke | 2015-08-21 | 3 | -1/+9 | |
| * | | | | | | [admin settings] hide security warnings if empty | Morris Jobke | 2015-08-18 | 1 | -0/+4 | |
* | | | | | | | Merge pull request #18456 from owncloud/fix-unrelated-cron-errors | Thomas Müller | 2015-08-21 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Clear cron errors on change of background job mode | Morris Jobke | 2015-08-20 | 1 | -0/+2 | |
* | | | | | | | | Merge pull request #18471 from hasso/shorts-fix | Vincent Petry | 2015-08-21 | 3 | -3/+73 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make short versions of weekday/month names translatable | Hasso Tepper | 2015-08-21 | 3 | -3/+73 | |
* | | | | | | | | | Merge pull request #18426 from owncloud/joblist-next-non-existing | Morris Jobke | 2015-08-21 | 2 | -2/+41 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | handle non existing job classes in $jobList->getNext | Robin Appelman | 2015-08-19 | 2 | -2/+41 | |
* | | | | | | | | | | Merge pull request #18468 from owncloud/sharing_availability_fix | Morris Jobke | 2015-08-21 | 2 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add availability methods to files_external FailedStorage | Robin McCorkell | 2015-08-20 | 1 | -0/+8 | |
| * | | | | | | | | | Prevent shares being added to oc_storages via availability | Robin McCorkell | 2015-08-20 | 1 | -0/+18 | |
* | | | | | | | | | | Merge pull request #18457 from owncloud/test-traits | Robin McCorkell | 2015-08-20 | 4 | -44/+127 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | add test mountprovider logic to a trait | Robin Appelman | 2015-08-20 | 2 | -31/+60 | |
| * | | | | | | | | | allow moving common test logic into traits | Robin Appelman | 2015-08-20 | 3 | -14/+68 | |
* | | | | | | | | | | Merge pull request #18459 from owncloud/files-detailtabview-namespace | Thomas Müller | 2015-08-20 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add namespace in case the file is loaded individually | Vincent Petry | 2015-08-20 | 1 | -0/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #18372 from owncloud/issue-18358-object-type-and-id-for-ac... | Joas Schilling | 2015-08-20 | 7 | -82/+813 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Expand the doc blocks on the new methods | Joas Schilling | 2015-08-20 | 2 | -0/+32 | |
| * | | | | | | | | | | Remove unnecessary code | Joas Schilling | 2015-08-20 | 1 | -7/+0 | |
| * | | | | | | | | | | Add test coverage for Activity Event and Manager | Joas Schilling | 2015-08-20 | 2 | -7/+202 | |
| * | | | | | | | | | | Use an IEvent object instead of a huge parameter list | Joas Schilling | 2015-08-19 | 6 | -48/+549 |