Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-28 | 194 | -464/+662 |
* | Merge pull request #8565 from nextcloud/bugfix/fat-48/make-outlook-and-thunde... | Roeland Jago Douma | 2018-02-27 | 3 | -2/+137 |
|\ | |||||
| * | Make the Outlook and Thunderbird addons identifyable | Joas Schilling | 2018-02-27 | 3 | -2/+137 |
* | | Merge pull request #8496 from nextcloud/ext-strg-design-fixes | Morris Jobke | 2018-02-27 | 6 | -112/+126 |
|\ \ | |/ |/| | |||||
| * | 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 | 2 | -1/+5 |
| * | 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 | 4 | -15/+14 |
| * | fixup! Use popovermenu instead of dropdown and small fix to popovermenu | John Molakvoæ (skjnldsv) | 2018-02-22 | 1 | -3/+4 |
| * | Use popovermenu instead of dropdown and small fix to popovermenu | John Molakvoæ (skjnldsv) | 2018-02-22 | 4 | -58/+57 |
* | | Merge pull request #8219 from nextcloud/fix-overwrite-url-on-cli-install | Morris Jobke | 2018-02-27 | 1 | -3/+8 |
|\ \ | |||||
| * | | Fix proper overwrite URL on CLI install | Morris Jobke | 2018-02-07 | 1 | -3/+8 |
* | | | Merge pull request #7363 from nextcloud/default-share-perms | Morris Jobke | 2018-02-27 | 17 | -64/+244 |
|\ \ \ | |||||
| * | | | Fix JSDoc | Morris Jobke | 2018-02-27 | 1 | -1/+1 |
| * | | | Fix share capabilities JS tests | Vincent Petry | 2018-02-27 | 1 | -1/+24 |
| * | | | fix unit tests | Bjoern Schiessle | 2018-02-27 | 4 | -28/+65 |
| * | | | share api: use default permission of no permission is given | Bjoern Schiessle | 2018-02-27 | 1 | -28/+35 |
| * | | | improved layout of the admin settings | Bjoern Schiessle | 2018-02-27 | 1 | -12/+11 |
| * | | | add share permissions to settings page | Bjoern Schiessle | 2018-02-27 | 9 | -27/+107 |
| * | | | expose capabilities in js | Bjoern Schiessle | 2018-02-27 | 4 | -4/+38 |
* | | | | Merge pull request #8051 from nextcloud/public-template | Roeland Jago Douma | 2018-02-27 | 24 | -109/+781 |
|\ \ \ \ | |||||
| * | | | | Remove setters | Julius Härtl | 2018-02-27 | 1 | -48/+0 |
| * | | | | Rework array handling to avoid phan error | Julius Härtl | 2018-02-27 | 1 | -27/+12 |
| * | | | | Add id to list element | Julius Härtl | 2018-02-27 | 1 | -2/+2 |
| * | | | | Fix acceptance test for new menu structure | Julius Härtl | 2018-02-27 | 2 | -2/+2 |
| * | | | | Add test for PublicTemplateResponse | Julius Härtl | 2018-02-27 | 1 | -0/+84 |
| * | | | | Sort menu by priority | Julius Härtl | 2018-02-27 | 1 | -0/+3 |
| * | | | | 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 | 3 | -11/+75 |
| * | | | | Add phpdoc, typehints and sanitize HTML | Julius Härtl | 2018-02-27 | 3 | -11/+96 |
| * | | | | Fix popovermenu | Julius Härtl | 2018-02-27 | 1 | -3/+3 |
| * | | | | Use PublicTemplateResponse for files_sharing | Julius Härtl | 2018-02-27 | 7 | -101/+157 |
| * | | | | Expose parameters as variables to templates | Julius Härtl | 2018-02-27 | 1 | -1/+4 |
| * | | | | update autoloader | Julius Härtl | 2018-02-27 | 2 | -0/+6 |
| * | | | | Add menu item abstraction | Julius Härtl | 2018-02-27 | 3 | -0/+265 |
| * | | | | Enable renderAs public page | Julius Härtl | 2018-02-27 | 1 | -0/+4 |
| * | | | | Add public template | Julius Härtl | 2018-02-27 | 5 | -0/+133 |
| * | | | | Pass template parameters to parent template | Julius Härtl | 2018-02-27 | 2 | -2/+8 |
| |/ / / | |||||
* | | | | 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 |
| | |/ / / | |/| | | |