Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #6189 from nextcloud/circle-token | Morris Jobke | 2017-08-26 | 1 | -0/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | link to getShareByToken | Maxence Lange | 2017-08-20 | 1 | -0/+9 | |
* | | | | | | | Merge pull request #6182 from nextcloud/fixes-in-files-drop-js | Roeland Jago Douma | 2017-08-26 | 1 | -16/+14 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Do not iterate over the files | Daniel Calviño Sánchez | 2017-08-18 | 1 | -5/+4 | |
| * | | | | | | Replace fileName variable with data.files[0].name | Daniel Calviño Sánchez | 2017-08-18 | 1 | -8/+6 | |
| * | | | | | | Update the whole file item instead of only its contents | Daniel Calviño Sánchez | 2017-08-18 | 1 | -7/+8 | |
| * | | | | | | Remove "errorThrown" parameter | Daniel Calviño Sánchez | 2017-08-18 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #6250 from nextcloud/twofactor/provider-custom-csp | Roeland Jago Douma | 2017-08-26 | 4 | -1/+47 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Bump autoloader | Roeland Jago Douma | 2017-08-26 | 2 | -0/+2 | |
| * | | | | | | | Allow 2FA providers to specify their custom CSP | Christoph Wurst | 2017-08-26 | 2 | -1/+45 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #6252 from nextcloud/only_show1_error | Morris Jobke | 2017-08-26 | 3 | -0/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Don't try the actual file upload if the checks already error out | Roeland Jago Douma | 2017-08-26 | 3 | -0/+6 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #6157 from nextcloud/smb-2.0.2 | Morris Jobke | 2017-08-26 | 13 | -52/+265 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | update icewind/smb to 2.0.2 | Robin Appelman | 2017-08-16 | 13 | -52/+265 | |
* | | | | | | | | Merge pull request #6262 from nextcloud/navigation-entries-sort | Morris Jobke | 2017-08-26 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix sorting of entries in Files sidebar | Jan-Christoph Borchardt | 2017-08-25 | 2 | -6/+6 | |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-26 | 6 | -4/+12 | |
* | | | | | | | | Merge pull request #6260 from nextcloud/popover-border-radius | Roeland Jago Douma | 2017-08-25 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add standard border-radius to datepicker | Jan-Christoph Borchardt | 2017-08-25 | 1 | -0/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #6261 from nextcloud/fix-favorites-permanent | Roeland Jago Douma | 2017-08-25 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix permanent display of favorite icon | Jan-Christoph Borchardt | 2017-08-25 | 1 | -0/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-25 | 60 | -108/+414 | |
* | | | | | | | Merge pull request #6244 from nextcloud/redis_cluster | Morris Jobke | 2017-08-25 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use a new phpredis | Roeland Jago Douma | 2017-08-24 | 1 | -1/+1 | |
| * | | | | | | | Give redis a change to fireup | Roeland Jago Douma | 2017-08-23 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #6249 from nextcloud/ignore-vscode | Roeland Jago Douma | 2017-08-24 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add Visual Studio Code to .gitignore | Jakob Sack | 2017-08-24 | 1 | -0/+3 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #6251 from nextcloud/get_right_translation | Roeland Jago Douma | 2017-08-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Don't fetch the translation from core but from files | Roeland Jago Douma | 2017-08-24 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #5870 from nextcloud/generate-system-wide-key-pair | Björn Schießle | 2017-08-24 | 7 | -28/+229 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update autoloader | Roeland Jago Douma | 2017-08-10 | 2 | -0/+2 | |
| * | | | | | | | | Bump version | Roeland Jago Douma | 2017-08-10 | 1 | -1/+1 | |
| * | | | | | | | | add prefix to user and system keys to avoid name collisions | Bjoern Schiessle | 2017-08-10 | 4 | -8/+122 | |
| * | | | | | | | | extend the identity proof manager to allow system wide key pairs | Bjoern Schiessle | 2017-08-10 | 3 | -23/+108 | |
* | | | | | | | | | Merge pull request #6241 from nextcloud/integration_ram | Morris Jobke | 2017-08-24 | 1 | -25/+25 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [drone] Install intergration tests in RAM | Roeland Jago Douma | 2017-08-24 | 1 | -25/+25 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-24 | 100 | -364/+562 | |
* | | | | | | | | | Merge pull request #6239 from nextcloud/fix-uploading-message | Roeland Jago Douma | 2017-08-23 | 2 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Replace ... with … | Morris Jobke | 2017-08-23 | 2 | -4/+4 | |
| * | | | | | | | | Show "Uploading..." in web UI for long uploads | Morris Jobke | 2017-08-23 | 1 | -0/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #6164 from nextcloud/dont-show-error-message-when-sql-failed | Roeland Jago Douma | 2017-08-23 | 3 | -3/+29 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Prevent SQL error message in case of error | Lukas Reschke | 2017-08-17 | 3 | -3/+29 | |
* | | | | | | | | | Merge pull request #6165 from nextcloud/bump-dompurify | Morris Jobke | 2017-08-23 | 3 | -10/+12 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Bump merged JS | Lukas Reschke | 2017-08-17 | 1 | -2/+3 | |
| * | | | | | | | | Bump DOMPurify to 1.0.0 | Lukas Reschke | 2017-08-17 | 2 | -8/+9 | |
* | | | | | | | | | Merge pull request #6236 from nextcloud/drone-ci-images | Morris Jobke | 2017-08-23 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix phan test | Morris Jobke | 2017-08-23 | 1 | -1/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #6229 from nextcloud/drone-ci-images | Morris Jobke | 2017-08-23 | 1 | -71/+76 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use docker images without XDebug and with Opcache | Morris Jobke | 2017-08-23 | 1 | -71/+76 | |
* | | | | | | | | | | Merge pull request #6218 from nextcloud/sabre-xml-fix | Morris Jobke | 2017-08-23 | 1 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | |