Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | 8.1 RC1 | Frank Karlitschek | 2015-06-17 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #16995 from owncloud/fix-ocp-phpdoc | Morris Jobke | 2015-06-17 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix return value for OCP PHPDoc | Morris Jobke | 2015-06-17 | 2 | -2/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | remove mssql from supported dbs | Carla Schroder | 2015-06-17 | 1 | -1/+0 | |
* | | | | | | | | | Merge pull request #16893 from owncloud/fixSlideToggle | Morris Jobke | 2015-06-17 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | remove unneeded span around Settings text, fixes cursor | Jan-Christoph Borchardt | 2015-06-17 | 1 | -1/+1 | |
| * | | | | | | | | fix childs of slideToggle not sliding the target | Hendrik Leppelsack | 2015-06-11 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #16988 from owncloud/fix-avatar-fail | Vincent Petry | 2015-06-17 | 3 | -4/+28 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix test | Lukas Reschke | 2015-06-17 | 1 | -1/+1 | |
| * | | | | | | | | | Fix PHPDoc annotations | Lukas Reschke | 2015-06-17 | 1 | -0/+24 | |
| * | | | | | | | | | Correc type annotation | Lukas Reschke | 2015-06-17 | 1 | -3/+3 | |
* | | | | | | | | | | Merge pull request #16985 from owncloud/fix-public-api-phpdoc | Thomas Müller | 2015-06-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix OCP PHPDoc | Morris Jobke | 2015-06-17 | 1 | -2/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #16729 from owncloud/scanner-read-lock | Thomas Müller | 2015-06-17 | 4 | -13/+38 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | explain pre-hook scan | Robin Appelman | 2015-06-15 | 1 | -0/+1 | |
| * | | | | | | | | | ensure normalized path form when changing locks | Robin Appelman | 2015-06-15 | 1 | -0/+1 | |
| * | | | | | | | | | ensure we dont have to scan a file in the trash wrapper | Robin Appelman | 2015-06-15 | 1 | -0/+10 | |
| * | | | | | | | | | properly unlock in case of failed fopen | Robin Appelman | 2015-06-15 | 1 | -2/+2 | |
| * | | | | | | | | | keep a read lock while scanning a file or folder | Robin Appelman | 2015-06-15 | 3 | -12/+25 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-17 | 42 | -22/+60 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #16955 from owncloud/lock-changelocktrimpath | Vincent Petry | 2015-06-16 | 2 | -4/+27 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Normalize path in View's lock methods | Vincent Petry | 2015-06-16 | 2 | -4/+27 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #16892 from owncloud/lock-returnfullpath | Vincent Petry | 2015-06-16 | 3 | -13/+102 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Rethrow LockedException with full path | Vincent Petry | 2015-06-16 | 3 | -13/+102 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #16856 from owncloud/issue-15851-fetch-updates-after-page-... | Lukas Reschke | 2015-06-16 | 4 | -15/+35 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | Make "include update info" part of the cache key | Joas Schilling | 2015-06-15 | 1 | -3/+5 | |
| * | | | | | | | | Load the update information asyncroniously to fix the page load speed | Joas Schilling | 2015-06-10 | 4 | -12/+30 | |
* | | | | | | | | | Merge pull request #16832 from owncloud/memcache-fail | Joas Schilling | 2015-06-16 | 3 | -24/+61 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Throw exception if memcache misconfigured or missing | Vincent Petry | 2015-06-12 | 3 | -24/+61 | |
* | | | | | | | | | | Merge pull request #16943 from owncloud/sabre-convertinvalidpath | Joas Schilling | 2015-06-16 | 2 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Convert invalid path exception to sabre exception on MOVE | Vincent Petry | 2015-06-15 | 2 | -2/+6 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #16938 from owncloud/ext-s3-opendirduplicate | Morris Jobke | 2015-06-16 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Skip directory entry in S3 opendir | Vincent Petry | 2015-06-15 | 1 | -0/+4 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-16 | 66 | -114/+288 | |
* | | | | | | | | | | Merge pull request #16944 from owncloud/fix-avatars | Thomas Müller | 2015-06-15 | 6 | -10/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Adjust NullCache tests | Lukas Reschke | 2015-06-15 | 1 | -3/+1 | |
| * | | | | | | | | | | Add `no-store` to AppFramework | Lukas Reschke | 2015-06-15 | 3 | -4/+3 | |
| * | | | | | | | | | | Reintroduce user cache | Lukas Reschke | 2015-06-15 | 2 | -3/+4 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #16931 from owncloud/make-security-checks-more-stringent | Thomas Müller | 2015-06-15 | 2 | -15/+34 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Align recommended settings | Lukas Reschke | 2015-06-15 | 2 | -15/+34 | |
* | | | | | | | | | | | Merge pull request #16727 from owncloud/file-put-content-lock | Thomas Müller | 2015-06-15 | 1 | -2/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | change lock back to shared before updating the cache | Robin Appelman | 2015-06-03 | 1 | -1/+4 | |
| * | | | | | | | | | | add proper locking to file_put_contents when using streams | Robin Appelman | 2015-06-03 | 1 | -2/+14 | |
* | | | | | | | | | | | Merge pull request #16802 from Brewal/master | Thomas Müller | 2015-06-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #1 from Brewal/Brewal-patch-1 | Brewal | 2015-06-08 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Changed a p element by a div | Brewal | 2015-06-08 | 1 | -2/+2 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #16821 from owncloud/compare-and-delete-locking-watch | Thomas Müller | 2015-06-15 | 10 | -4/+132 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | switch to using watch to implement cas and cad on redis | Robin Appelman | 2015-06-12 | 1 | -30/+22 | |
| * | | | | | | | | | | | | clear memcache keys in locking | Robin Appelman | 2015-06-12 | 1 | -1/+2 | |
| * | | | | | | | | | | | | add compare-and-delete to the memcache interface | Robin Appelman | 2015-06-12 | 8 | -0/+87 |