Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | this was a migration step to ownCloud 8.0 to restructure the encryption folde... | Bjoern Schiessle | 2018-03-02 | 11 | -1147/+8 |
* | Merge pull request #8298 from nextcloud/bugfix/e2e-45/fix-activities-for-end2... | Joas Schilling | 2018-03-01 | 2 | -75/+179 |
|\ | |||||
| * | Fix unit test | Joas Schilling | 2018-02-28 | 1 | -0/+6 |
| * | Catch exception when the parent is deleted as well | Joas Schilling | 2018-02-28 | 1 | -2/+27 |
| * | Do a recursion instead of an endless loop | Joas Schilling | 2018-02-28 | 1 | -1/+1 |
| * | Fix problem with deleted files | Joas Schilling | 2018-02-28 | 1 | -5/+14 |
| * | Fix path handling for activities | Joas Schilling | 2018-02-28 | 1 | -7/+20 |
| * | Add special handling for e2e encryption | Joas Schilling | 2018-02-28 | 1 | -1/+108 |
| * | Extract duplicated logic into a method | Joas Schilling | 2018-02-28 | 1 | -80/+24 |
* | | Merge pull request #8574 from nextcloud/breadcrumb-flash-fix | Morris Jobke | 2018-03-01 | 1 | -3/+3 |
|\ \ | |||||
| * | | Fixed breadcrumb menu flashing | John Molakvoæ (skjnldsv) | 2018-02-28 | 1 | -3/+3 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-01 | 38 | -0/+48 |
* | | | Fix upload button visible on read-only folders | Daniel Calviño Sánchez | 2018-02-28 | 1 | -1/+4 |
* | | | Merge pull request #8566 from nextcloud/provisioning_strict | Roeland Jago Douma | 2018-02-28 | 7 | -58/+59 |
|\ \ \ | |||||
| * | | | Fix tests | Roeland Jago Douma | 2018-02-27 | 3 | -15/+14 |
| * | | | Make the provisioning api app strict | Roeland Jago Douma | 2018-02-27 | 5 | -44/+46 |
* | | | | Merge pull request #8569 from nextcloud/cleanup_unused_static_sharing | Roeland Jago Douma | 2018-02-28 | 1 | -170/+0 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Remove unused static sharing helper code | Roeland Jago Douma | 2018-02-27 | 1 | -170/+0 |
| | |/ | |/| | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-28 | 156 | -408/+518 |
* | | | Merge pull request #8565 from nextcloud/bugfix/fat-48/make-outlook-and-thunde... | Roeland Jago Douma | 2018-02-27 | 2 | -2/+127 |
|\ \ \ | |/ / |/| | | |||||
| * | | Make the Outlook and Thunderbird addons identifyable | Joas Schilling | 2018-02-27 | 2 | -2/+127 |
| |/ | |||||
* | | Merge pull request #8496 from nextcloud/ext-strg-design-fixes | Morris Jobke | 2018-02-27 | 4 | -101/+111 |
|\ \ | |/ |/| | |||||
| * | fixup! Fixed tests | John Molakvoæ (skjnldsv) | 2018-02-27 | 1 | -3/+3 |
| * | fixup! Fixed tests | John Molakvoæ (skjnldsv) | 2018-02-27 | 3 | -13/+10 |
| * | fixup! Fixed tests | John Molakvoæ (skjnldsv) | 2018-02-27 | 1 | -20/+20 |
| * | Fixed tests | John Molakvoæ (skjnldsv) | 2018-02-27 | 1 | -3/+10 |
| * | Fixed actions and header missing th | John Molakvoæ (skjnldsv) | 2018-02-27 | 3 | -7/+8 |
| * | fixup! Fixed icons padding | John Molakvoæ (skjnldsv) | 2018-02-26 | 1 | -0/+1 |
| * | Fixed icons padding | John Molakvoæ (skjnldsv) | 2018-02-26 | 2 | -19/+21 |
| * | Select in popover fix | John Molakvoæ (skjnldsv) | 2018-02-22 | 1 | -1/+1 |
| * | Tooltip fix on status icon | John Molakvoæ (skjnldsv) | 2018-02-22 | 2 | -2/+7 |
| * | fixup! Changed config saving feedback design | John Molakvoæ (skjnldsv) | 2018-02-22 | 1 | -2/+0 |
| * | Better label styling | John Molakvoæ (skjnldsv) | 2018-02-22 | 1 | -3/+3 |
| * | Changed config saving feedback design | John Molakvoæ (skjnldsv) | 2018-02-22 | 3 | -12/+11 |
| * | Use popovermenu instead of dropdown and small fix to popovermenu | John Molakvoæ (skjnldsv) | 2018-02-22 | 3 | -46/+46 |
* | | Merge pull request #7363 from nextcloud/default-share-perms | Morris Jobke | 2018-02-27 | 4 | -30/+53 |
|\ \ | |||||
| * | | fix unit tests | Bjoern Schiessle | 2018-02-27 | 2 | -2/+16 |
| * | | share api: use default permission of no permission is given | Bjoern Schiessle | 2018-02-27 | 1 | -28/+35 |
| * | | add share permissions to settings page | Bjoern Schiessle | 2018-02-27 | 1 | -0/+2 |
* | | | Merge pull request #8051 from nextcloud/public-template | Roeland Jago Douma | 2018-02-27 | 8 | -105/+208 |
|\ \ \ | |||||
| * | | | Fix files_sharing tests | Julius Härtl | 2018-02-27 | 2 | -5/+31 |
| * | | | Add missing phpdoc for public API | Julius Härtl | 2018-02-27 | 1 | -10/+10 |
| * | | | Add phpdoc, typehints and sanitize HTML | Julius Härtl | 2018-02-27 | 2 | -6/+27 |
| * | | | Use PublicTemplateResponse for files_sharing | Julius Härtl | 2018-02-27 | 7 | -101/+157 |
| |/ / | |||||
* | | | Merge pull request #8285 from nextcloud/apps_files-smb-catch-exceptions-on-li... | Roeland Jago Douma | 2018-02-27 | 1 | -3/+13 |
|\ \ \ | |||||
| * | | | Make SMB module more fault-tolerant | Roland Tapken | 2018-02-09 | 1 | -3/+13 |
* | | | | Merge pull request #8475 from sagorika1996/theme | Morris Jobke | 2018-02-27 | 1 | -5/+32 |
|\ \ \ \ | |||||
| * | | | | Empty name not allowed | Sagorika Das | 2018-02-27 | 1 | -5/+32 |
| | |/ / | |/| | | |||||
* | | | | Loglevel is an int | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
* | | | | Make ILogger strict | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
|/ / / |