Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow the expiration date to be set to null | Morris Jobke | 2017-08-28 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-28 | 6 | -0/+10 |
* | Merge pull request #6255 from nextcloud/email-meta-data | Morris Jobke | 2017-08-26 | 2 | -2/+13 |
|\ | |||||
| * | Allow the expiration date to be set to null | Morris Jobke | 2017-08-26 | 2 | -2/+4 |
| * | Add meta information to emails for better customisation | Joas Schilling | 2017-08-24 | 1 | -2/+11 |
* | | 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 #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 | 4 | -4/+10 |
* | | | | | 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 | 36 | -108/+328 |
* | | | | Don't fetch the translation from core but from files | Roeland Jago Douma | 2017-08-24 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-24 | 88 | -250/+358 |
* | | | 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 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-23 | 2 | -0/+4 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-22 | 84 | -332/+400 |
* | | | Move GDrive external storage to a separate repo | Vincent Petry | 2017-08-21 | 147 | -244502/+2 |
* | | | Merge pull request #6180 from nextcloud/fix-warnings | Morris Jobke | 2017-08-21 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | Fix PHPUnit warnings | Lukas Reschke | 2017-08-18 | 1 | -3/+3 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-21 | 18 | -66/+192 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-20 | 14 | -86/+224 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-19 | 22 | -80/+200 |
|/ / / | |||||
* | / | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-18 | 10 | -0/+16 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-17 | 84 | -552/+586 |
|/ | |||||
* | Bye bye Dropbox v1 | Vincent Petry | 2017-08-16 | 23 | -6155/+1 |
* | Merge pull request #6130 from nextcloud/cleanup-unused-methods | Morris Jobke | 2017-08-16 | 4 | -5/+5 |
|\ | |||||
| * | Cleanup unused methods | Morris Jobke | 2017-08-15 | 4 | -5/+5 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-16 | 8 | -32/+136 |
* | | Merge pull request #6128 from nextcloud/primary-font-color-in-capabilities | Morris Jobke | 2017-08-15 | 2 | -9/+22 |
|\ \ | |||||
| * | | Add the primary font color to the capabilities as well | Joas Schilling | 2017-08-15 | 2 | -9/+22 |
* | | | Merge pull request #6132 from nextcloud/do-not-log-maintenance-mode | Morris Jobke | 2017-08-15 | 2 | -3/+10 |
|\ \ \ | |||||
| * | | | Do not log WebDAV maintenance mode exception | Morris Jobke | 2017-08-15 | 2 | -3/+10 |
| | |/ | |/| | |||||
* | | | Merge pull request #6101 from cbartz/patch-1 | Lukas Reschke | 2017-08-15 | 1 | -6/+1 |
|\ \ \ | |||||
| * | | | Remove tmpFiles Array in Swift.php | Christopher Bartz | 2017-08-14 | 1 | -6/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #6099 from nextcloud/issue-3457-no-exception-on-sharee-error | Lukas Reschke | 2017-08-15 | 1 | -5/+21 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Catch exceptions on error of cloud id resolution | Joas Schilling | 2017-08-14 | 1 | -5/+21 |
* | | | Merge pull request #6123 from nextcloud/cleanup-shareItem | Morris Jobke | 2017-08-15 | 4 | -8/+8 |
|\ \ \ | |||||
| * | | | Cleanup usage of shareItem in internal code base | Morris Jobke | 2017-08-15 | 4 | -8/+8 |
* | | | | Use proper methods for registerBackend | Morris Jobke | 2017-08-15 | 3 | -4/+4 |
|/ / / | |||||
* | | | Merge pull request #6116 from nextcloud/cleanup-unused-methods | Morris Jobke | 2017-08-15 | 1 | -63/+0 |
|\ \ \ | |||||
| * | | | Cleanup unused methods | Morris Jobke | 2017-08-15 | 1 | -63/+0 |
| |/ / |